Move #undef USE_MMAP_FOR_BUFFERS out of #if 0 ... #endif scope.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ff9ab414
GM
12000-11-20 Gerd Moellmann <gerd@gnu.org>
2
29a01b72
GM
3 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4
ff9ab414
GM
5 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6 javadoc tags.
7
885b211b
AS
82000-11-20 Andre Spiegel <spiegel@gnu.org>
9
10 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
11 vc.el).
12
13 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
14 require vc.
15
16 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
17 checkouts.
18
d1838556
DL
192000-11-20 Dave Love <fx@gnu.org>
20
21 * Makefile.in (DONTCOMPILE): Omit bindings.el.
22
56c13ae6
GM
232000-11-20 Gerd Moellmann <gerd@gnu.org>
24
25 * calculator.el: New version from author.
26
b95b34e5
GM
272000-11-19 Gerd Moellmann <gerd@gnu.org>
28
030de92f
GM
29 * info.el (info-menu-5): Doc fix.
30
b95b34e5
GM
31 * textmodes/artist.el: New file.
32
54970452
AS
332000-11-19 Andre Spiegel <spiegel@gnu.org>
34
35 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
36 and differentiate according to checkout model.
37 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
38 since this function is only concerned with master state.
39
40 * vc-hooks.el (vc-workfile-unchanged-p,
41 vc-default-workfile-unchanged-p): Moved here from vc.el.
42
43 * vc.el (vc-workfile-unchanged-p,
44 vc-default-workfile-unchanged-p): See above.
45
e5a9dabf
MB
462000-11-19 Miles Bader <miles@gnu.org>
47
48 * image-file.el (insert-image-file): Make `intangible' and
49 `read-only' properties rear-nonsticky too.
50
24127af0
GM
512000-11-18 Gerd Moellmann <gerd@gnu.org>
52
d392e9c5
GM
53 * ps-print.el: Update copyright notice.
54
55 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
56 (tooltip-show): Use the offsets.
57
24127af0
GM
58 * bindings.el (mode-line-modified): Fix a typo.
59 (mode-line-toggle-modified, mode-line-widen)
60 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
61
08ea6f17
GM
622000-11-17 Gerd Moellmann <gerd@gnu.org>
63
64 * ps-print.el: Minor fixes from author.
65
66321b2f
SM
662000-11-16 Stefan Monnier <monnier@cs.yale.edu>
67
68 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
69 (vc-version-backup-file): Docstring fix.
70
046110c6
GM
712000-11-16 Gerd Moellmann <gerd@gnu.org>
72
4104194e
GM
73 * files.el (basic-save-buffer): Don't add a newline if
74 find-file-literally is non-nil.
75 (find-file-literally): Extend doc string.
76
046110c6
GM
77 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
78 sort(1) with the `-f' argument.
79
6505c16e
AS
802000-11-16 Andre Spiegel <spiegel@gnu.org>
81
fd063975
AS
82 * vc.el: Updated backend documentation.
83 (vc-default-check-headers): New function.
84
3d02dd81
AS
85 * vc-{cvs,rcs,sccs}.el: Functions reordered.
86
046110c6 87 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 88 up-to-date.
9dd94743
AS
89 (vc-do-command): In the asynchronous case, output messages only if
90 the minibuffer is not active.
fd063975 91
8791d617
AS
92 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
93 `vc-cvs-use-edit' is on.
94 (vc-cvs-checkout): When this is used for reverting the workfile,
95 make a backup of the original contents and revert to that in case
96 of error.
9dd94743
AS
97 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
98 remote repositories.
8791d617 99
6505c16e
AS
100 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
101 for both version and ratio in the minibuffer.
fd063975 102
8791d617
AS
103 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
104 Use vc-do-command to perform the annotation, not call-process.
6505c16e 105
a13f0660
KH
1062000-11-16 Kenichi Handa <handa@etl.go.jp>
107
108 * international/quail.el (quail-start-translation): Don't call
109 `message' before reading key sequence.
110
1389a414
MB
1112000-11-16 Miles Bader <miles@lsi.nec.co.jp>
112
113 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
114
9256a532
KH
1152000-11-16 Kenichi Handa <handa@etl.go.jp>
116
117 * window.el (fit-window-to-buffer): Be sure to acquire at least
118 one text line even if the buffer is empty.
119
0e14fe9f
GM
1202000-11-16 Gerd Moellmann <gerd@gnu.org>
121
122 * net/ange-ftp.el (ange-ftp-file-writable-p)
123 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
124 ange-ftp-process-verbose to nil.
125
da645c53
DL
1262000-11-15 Dave Love <fx@gnu.org>
127
233d5cde
DL
128 * wid-edit.el (widget-specify-field, widget-specify-button): If
129 :help-echo is a function, set help-echo of overlay to
130 widget-mouse-help.
131 (widget-mouse-help): New function.
132 (widget-echo-help): Rewritten for :help-echo functions only taking
133 a widget arg.
134
b12057b9
DL
135 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
136 display-graphic-p.
137 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
138 and that JPEG is available.
139 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
140
da645c53
DL
141 * international/mule-cmds.el (locale-charset-language-names):
142 Match @euro.
143
6d133d1f
GM
1442000-11-15 Gerd Moellmann <gerd@gnu.org>
145
146 * faces.el (face-set-after-frame-default): If
0e14fe9f 147 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
148 default face from X resources.
149
49ac2ac5
EZ
1502000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
151
152 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
153 Don't set EMACSLOADPATH.
154
4fb0a34c
EZ
1552000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
156
157 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
158 texinfo-insert-@url.
159 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
160 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
161
bb304a7a
SM
1622000-11-14 Stefan Monnier <monnier@cs.yale.edu>
163
82bc80bf
SM
164 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
165 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
166 (checkdoc-minor-keymap): Backward compatibility.
167 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
168 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
169 (checkdoc-this-string-valid-engine): Be a bit more strict
170 to avoid matching substrings of `...' quoted vars/funs.
171 (checkdoc-defun-info): Only look for `interactive' if alone.
172 (debug-ignored-errors): Add "arg doesn't appear in docstring".
173
e8c87124
SM
174 * progmodes/compile.el (grep): `tag-default' can be nil.
175
bb304a7a
SM
176 * newcomment.el (comment-indent): Paren typo.
177
8628686a
DL
1782000-11-14 Dave Love <fx@gnu.org>
179
25c269ef
DL
180 * calculator.el: New maintainer version.
181
66321b2f 182 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 183
8628686a
DL
184 * cmuscheme.el: Doc fixes.
185 (cmuscheme) <defgroup>: Use `scheme' as parent.
186 (cmuscheme-program-name): Remove. Change uses to
187 scheme-program-name.
188
189 * xscheme.el (scheme-program-name): Don't define here.
190
191 * progmodes/scheme.el (scheme-program-name): New variable
192 (originally in cmuscheme).
193
88f0a1eb
MB
1942000-11-14 Miles Bader <miles@gnu.org>
195
196 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
197 Handle header-lines. Don't loop forever if we can't enlarge the
198 window anymore. Simplify a bit.
199
cd9a000c
KH
2002000-11-14 Kenichi Handa <handa@etl.go.jp>
201
202 * window.el (fit-window-to-buffer): Don't check
203 window-text-height. Assure that the last line is fully visible.
204
205 * international/quail.el (quail-show-guidance-buf): Call
206 fit-window-to-buffer to assure the enough height of the guidance
207 buffer.
208 (quail-update-guidance): Avoid making the guidance buffer shorter.
209
d3fcda22
SM
2102000-11-14 Stefan Monnier <monnier@cs.yale.edu>
211
bdbd9606
SM
212 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
213 rather than `prepend' and add an interesting comment.
214 (tex-math-face, tex-font-lock-syntactic-face-function):
215 New face and function to use it.
216 (tex-define-common-keys, tex-mode-map): Use menu-item rather
217 than `menu-enable' symbol property.
218 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
219 (tex-mode): Add some latex-mode commands for auto-selection.
220 Use tex-font-lock-syntactic-face-function.
221 (tex-insert-quote): Simplify.
222 (tex-shell): New mode.
223 (tex-start-shell): Use it.
224 (tex-shell-proc, tex-shell-buf): New functions.
225 (tex-send-command): Use it.
226 (tex-main-file): Fix the meaning of the new arg REALFILE.
227 (tex-send-tex-command): New function split from `tex-start-tex'.
228 Set compilation-last-buffer and compilation-parsing-end.
229
d3fcda22
SM
230 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
231 when it follows non-comment text on the line.
232
233 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
234 Set font-lock-defaults.
235 (lisp-mode-shared-map): Init inside the defvar.
236 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
237 Use define-derived-mode.
238
bdab1d43
MB
2392000-11-14 Miles Bader <miles@lsi.nec.co.jp>
240
241 * faces.el (header-line): Use `:box nil' for color/gs displays too.
242
936ae731
GM
2432000-11-14 Gerd Moellmann <gerd@gnu.org>
244
245 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
246 recursively optimize body because that can lead to infinite
247 recursion; see comment there.
248
1695ca2b
EZ
2492000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
250
251 * faces.el (face-spec-set-match-display): Revert the change from
252 2000-10-24. Add a FIXME for after v21.1.
253
9d348294
MB
2542000-11-13 Miles Bader <miles@gnu.org>
255
256 * textmodes/fill.el (skip-line-prefix): New function.
257 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
258 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
259 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
260 point inside the fill-prefix.
9d348294 261
b85fa13c
MB
2622000-11-13 Miles Bader <miles@lsi.nec.co.jp>
263
264 * calendar/calendar.el (generate-calendar-window): Use
265 `fit-window-to-buffer'.
266
a0b47716
SM
2672000-11-12 Stefan Monnier <monnier@cs.yale.edu>
268
269 * gud.el (gud-minor-mode): New var.
270 (gud-symbol, gud-val): New functions.
271 (gud-find-file): Copy gud-minor-mode to the new buffer.
272 (gud-menu-map): Include entries for commands that are not always
273 available, using :enable to (de)activate them.
274 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
275 (gud-mode-map): New map.
276 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
277 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
278 Don't set up gud's menu (it's done by the minor-mode).
279 (gud-minibuffer-local-map): New.
280 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
281 (gud-query-cmdline): New function.
282 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
283 (gud-mode): Use define-derived-mode.
284 Don't set up gud's menu (it's done by the minor-mode).
285 (gud-chop-words): Remove.
286 (gud-common-init): Use split-string instead.
287 (gud-new-keymap, gud-make-debug-menu): Eradicate.
288
289 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
290 Add keyword arg :name.
291
292 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
293 (diff-count-matches, diff-split-hunk): New functions.
294 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
295
296 * pcvs-info.el (cvs-fi-conflict-face): New var.
297
298 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
299 Make it into a simple syntax-table, shared among all submodes.
300 (sh-heredoc-face): Re-introduce.
301 (sh-font-lock-syntactic-face-function): New function.
302 (sh-mode): Use it. Also use define-derived-mode.
303 Remove old bogus setting of indent-region-function.
304 (sh-set-shell): Don't set the syntax-table any more.
305 (sh-mode-syntax-table) <defun>: Remove.
306
f5ed37df
MB
3072000-11-12 Miles Bader <miles@gnu.org>
308
309 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
310 message if interactive.
311
0b074c2f
DL
3122000-11-12 Dave Love <fx@gnu.org>
313
314 * mail/feedmail.el: Fix header,
315 (feedmail) <defgroup>: Add :link.
316
317 * view.el: Use local-map property, not keymap on mode-line string.
318
319 * scroll-all.el (scroll-all-mode): Customize variable. Add
320 autoload cookie to function.
321
322 * lazy-lock.el: Remove compatibility code.
323
324 * finder.el (finder-known-keywords): Add `files', remove `vms'.
325 (finder-help-echo): New variable.
326 (finder-mouse-face-on-line): Add help-echo stuff.
327 (finder-list-keywords, finder-list-matches): Use mapc.
328
329 * faces.el (face-font-registry-alternatives): Add :version.
330
331 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
332 tags-table-list.
333
a0b47716 334 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 335
a0b47716 336 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
337 (mail-mode): Use [:alnum:] in some regexps.
338
6d502396
DL
3392000-11-10 Dave Love <fx@gnu.org>
340
341 * ediff.el (ediff-regions-internal, ediff-documentation):
342 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
343 fundamental mode.
344
345 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
346 buffer into fundamental mode.
347 (ediff-set-difference): Use copy-sequence if available.
348
349 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
350 ediff-patch-map non-nil.
351 (ediff-fixup-patch-map, ediff-fixup-patch-map)
352 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
353 buffer into fundamental mode.
354
355 * ediff-merg.el (state-or-merge): Defvar when compiling.
356
a82fe213
JR
3572000-11-10 Jason Rumney <jasonr@gnu.org>
358
359 * w32-fns.el (w32-add-charset-info): New function.
360 (w32-charset-info-alist): Use it.
361
52d89894
GM
3622000-11-10 Gerd Moellmann <gerd@gnu.org>
363
364 * faces.el (face-font-registry-alternatives): New user-option.
365
178932de
SM
3662000-11-10 Stefan Monnier <monnier@cs.yale.edu>
367
d7fa3319
SM
368 * textmodes/texinfo.el (texinfo-block-default): New var.
369 (texinfo-insert-block): Use it. Insert a newline if needed.
370
178932de
SM
371 * textmodes/fill.el (fill-indent-according-to-mode): New var.
372 (fill-region-as-paragraph): Use it.
373
374 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
375 (latex-mode): Tweak tex-*-(head|trail)er regexps.
376 Tweak paragraph regexps to allow a leading [ \t]*.
377 (tex-latex-block): Insert a newline if necessary.
378 (latex-insert-item): Only insert a newline if necessary.
379 (tex-guess-main-file): New function.
380 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
381 Set tex-main-file if TeX-master is provided.
382 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
383
bd02b8e0
GM
3842000-11-10 Gerd Moellmann <gerd@gnu.org>
385
386 * startup.el (command-line): Set the default tooltip-mode
387 to t for graphical displays which implement x-show-tip.
388
389 * tooltip.el (tooltip-mode): Add a comment about startup.el
390 setting the default value of this user-option.
391
b29b03eb
SM
3922000-11-09 Stefan Monnier <monnier@cs.yale.edu>
393
394 * font-lock.el (font-lock-*-face) <defvar>: Move.
395 (font-lock-defaults-alist): Mark obsolete.
396 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
397 (font-lock-mode): Use define-minor-mode.
398 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
399 (font-lock-turn-off-thing-lock): Be more explicit.
400 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
401 (font-lock-syntactic-face-function): New var.
402 (font-lock-fontify-syntactically-region): Use it.
403 (font-lock-doc-face): New.
404
405 * pcvs.el (cvs-enabledp): Ignore errors.
406 (cvs-commit-filelist): Never query.
407 (cvs-mode-insert): Always add a terminating / in the initial prompt.
408 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
409 (cvs-do-removal): Use cvs-partition rather than delete-if.
410 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
411 cvs-bury-buffer.
412
413 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
414 Allow `next' to jump to after the end of the last match.
415
778fbc46
GM
4162000-11-09 Gerd Moellmann <gerd@gnu.org>
417
730c746c
GM
418 * simple.el (byte-compiling-files-p): New function.
419
420 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
421 if it is there.
422
423 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
424 nil again.
425
778fbc46
GM
426 * textmodes/ispell.el (ispell-library-path): Don't call
427 check-ispell-version when byte-compiling because that starts
428 an ispell process, and ispell might not be installed.
429 (toplevel): Don't set up a menu when byte-compiling.
430
431 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
432 it, so that a boundp test can be used to determine if we're
433 currently byte-compiling.
434
5912c5bb
DL
4352000-11-09 Dave Love <fx@gnu.org>
436
437 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
438 eval-after-load.
439
7bb054a5
GM
4402000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
441
442 * ps-print.el: Patch for variable initialization when spooling. Doc
443 fix.
444 (ps-output-list): Fun eliminated.
445 (ps-begin-file, ps-begin-job): Code fix.
446
9db2706e
DL
4472000-11-08 Dave Love <fx@gnu.org>
448
449 * ediff-wind.el (ediff-control-frame-parameters): Zero
450 tool-bar-lines.
451
f7eb32aa
GM
4522000-11-08 Gerd Moellmann <gerd@gnu.org>
453
454 * simple.el (shell-command, display-message-or-buffer)
455 (shell-command-on-region): Mention resize-mini-windows in the doc
456 string.
457 (display-message-or-buffer): Take the value of resize-mini-windows
458 into account.
459
7b01b08c
GM
4602000-11-07 Gerd Moellmann <gerd@gnu.org>
461
acad3c0b
GM
462 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
463
7b01b08c
GM
464 * dired.el (dired-between-files): Add `^. find' as an alternative
465 to the regular expression, for find-dired.
466
6f602bd0
SM
4672000-11-06 Stefan Monnier <monnier@cs.yale.edu>
468
469 * textmodes/texnfo-upd.el: Require texinfo.
470 (defmacro, defgroup): Remove.
471 (texinfo-section-to-generic-alist): Remove.
472 Use texinfo-section-list instead (i.e. level is changed string->int).
473 (texinfo-filter): New function.
474 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
475 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
476 Use it. And use regexp-opt.
477 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
478 (texinfo-update-menu-region-beginning)
479 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
480 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
481 (texinfo-update-menu-same-level-regexps): Update.
482 (texinfo-update-node, texinfo-every-node-update)
483 (texinfo-sequential-node-update): Remove autoload cookie.
484
485 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
486 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
487 (texinfo-chapter-level-regexp): Remove.
488 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
489
bb216218
DL
4902000-11-06 Dave Love <fx@gnu.org>
491
6f602bd0 492 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 493
6f602bd0
SM
494 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
495 Match defun*.
bb216218 496
ff8dd5d5
KH
4972000-11-06 Kenichi Handa <handa@etl.go.jp>
498
499 * composite.el (composition-function-table): Variable declaration
500 moved to src/composite.c.
501 (compose-chars-after): New optional arg object.
502
e9da51a1
GM
5032000-11-06 Gerd Moellmann <gerd@gnu.org>
504
e0c12c68
GM
505 * bindings.el (mode-line-toggle-read-only)
506 (mode-line-toggle-modified, mode-line-widen)
507 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
508 (make-mode-line-mouse2-map): Rewritten.
509 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
510 functions so that C-h k can show something with a doc string.
511
e9da51a1
GM
512 * startup.el (fancy-splash-delay): Set to 10 seconds.
513 (fancy-splash-max-time): New user-option.
514 (fancy-splash-stop-time): New variable.
515 (fancy-splash-screens): Set it. Catch `stop-splashing'.
516 (fancy-splash-screens-1): Throw `stop-splashing' when current
517 time is greater than fancy-splash-stop-time.
518
611dbdf0
SM
5192000-11-06 Stefan Monnier <monnier@cs.yale.edu>
520
4d2806e2
SM
521 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
522
611dbdf0
SM
523 * pcvs.el (cvs-mode-marked): New arg `noquery'.
524 Prompt user for a file rather than raising an error.
525 (cvs-enabledp): Fix call to cvs-mode-marked.
526 (cvs-insert-file): New function (extracted from cvs-mode-insert).
527 (cvs-mode-insert): Use it. Change the init prompt' value.
528 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
529
530 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
531 Don't pass default arg to ewoc-locate.
532 (ewoc-collect): Return result in the right order.
533
534 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
535
536 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
537 (cvs-status-get-tags): Fix regexp.
538 (cvs-status-trees, cvs-status-cvstrees):
539 Combine after change hooks and don't sit-for.
4d2806e2
SM
540 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
541 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
542 Use make-char rather than hard-coded cryptic data.
543 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
544
545 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
546
547 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
548 (cvs-insert-strings): New function.
549
937b2877
MB
5502000-11-06 Miles Bader <miles@lsi.nec.co.jp>
551
552 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
553 `mwheel-scroll-amount'.
554 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
555 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
556 string-matching against the version string.
557
c6c97763
KH
5582000-11-06 Kenichi Handa <handa@etl.go.jp>
559
6eaec747
KH
560 * language/thai.el ("Thai"): Set a lisp form that produces
561 composed string in `sample-text' language info.
562
563 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
564 composed string in `sample-text' language info.
565
566 * international/mule-cmds.el (describe-language-environment): Eval
567 `sample-text' data and insert the result.
568
c6c97763
KH
569 * international/mule-conf.el (compound-text): Define this coding
570 system here. Make x-ctext and ctext aliases of it.
571
572 * language/european.el (compound-text, ctext): Moved to
573 international/mule-conf.el.
574
d1145f85
AI
5752000-11-05 Andrew Innes <andrewi@gnu.org>
576
577 * w32-fns.el (w32-version): New function.
578
178a6a45
SM
5792000-11-05 Stefan Monnier <monnier@cs.yale.edu>
580
581 * progmodes/awk-mode.el: Update copyright.
582 (awk-mode-abbrev-table): Remove.
583 (awk-font-lock-keywords): Use regexp-opt.
584 (awk-mode): Use define-derived-mode.
585
586 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
587 when extracting a suffix.
588
1ba90166
AS
5892000-11-04 Andre Spiegel <spiegel@gnu.org>
590
591 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
592 auto-save-mode.
593
546790cb
JR
5942000-11-04 Jason Rumney <jasonr@gnu.org>
595
596 * language/european.el (decode-mac-roman): Test against r1 not r0.
597
d247e32d
SM
5982000-11-03 Stefan Monnier <monnier@cs.yale.edu>
599
fbf44f44
SM
600 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
601 (icon-mode): Define indent-line-function.
602 (icon-comment-indent): Simplify.
603 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
604
605 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
606
607 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
608 Bind change-log-default-mode to defeat the caching done on it.
609 Don't bother saving excursion any more.
610
611 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
612
613 * frame.el (after-setting-font-hook): Rename hooks -> hook.
614 (set-frame-font): Use the new name (and the old for compatibility).
615
616 * toolbar/tool-bar.el (tool-bar-mode):
617 * time.el (display-time-mode):
618 * recentf.el (recentf-mode):
619 * paren.el (show-paren-mode):
620 * mwheel.el (mouse-wheel-mode):
621 * msb.el (msb-mode):
622 * jka-compr.el (auto-compression-mode):
623 * image-file.el (auto-image-file-mode):
624 * hl-line.el (hl-line-mode):
625 * delsel.el (delete-selection-mode):
626 * autoinsert.el (auto-insert-mode):
627 * complete.el (partial-completion-mode): Drop unneeded positional args.
628
629 * info.el (Info-mode):
630 * comint.el (comint-mode): Don't both with make-local-hook.
631
d247e32d
SM
632 * log-edit.el (log-edit-menu): New menu.
633
4921558e
MB
6342000-11-03 Miles Bader <miles@gnu.org>
635
636 * wid-edit.el (widget-end-of-line): Reinstate, with a new
637 definition, so that trailing spaces are handled properly.
638 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
639
1fc02b3c
GM
6402000-11-03 Gerd Moellmann <gerd@gnu.org>
641
642 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
643 tab character.
644 (fancy-splash-screens): Set tab-width to 20.
645
51d001f7
DL
6462000-11-03 Dave Love <fx@gnu.org>
647
648 * comint.el (comint-completion-addsuffix): Fix custom type.
649
ba22aeff
SM
6502000-11-02 Stefan Monnier <monnier@cs.yale.edu>
651
652 * font-lock.el (font-lock-buffers): Remove.
653 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
654 (font-lock-change-major-mode): Remove.
655 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
656 (font-lock-default-fontify-region): Extend the multiline
657 fontification to whole lines.
658 (font-lock-fontify-anchored-keywords)
659 (font-lock-fontify-keywords-region): If matching just one
660 line (with \n) only mark the \n as multiline.
661
662 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
663 Correctly handle the case where several :group args are supplied.
664 Allow :extra-args.
665 (easy-mmode-define-global-mode): Allow :extra-args.
666 Correctly handle the case where several :group args are supplied.
667
9c887ada
MB
6682000-11-02 Miles Bader <miles@gnu.org>
669
670 * calendar/calendar.el (diary-face, calendar-today-face)
671 (holiday-face): Remove dependency on `window-system'.
672
7f25090d
KR
6732000-11-02 Ken Raeburn <raeburn@gnu.org>
674
675 * Makefile.in (emacs): Set EMACSLOADPATH always.
676 (update-authors, .el.elc, compile-files): Don't do it explicitly
677 here.
9b911107 678 (compile-files): Bomb out if compilation of a file fails.
7f25090d 679
7dd6009c
DL
6802000-11-02 Dave Love <fx@gnu.org>
681
682 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
683
94821e4f
EZ
6842000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
685
686 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
687 punctuation in the warning inserted into the *mail* buffer.
688
1ac3fc42
GM
6892000-11-02 Gerd Moellmann <gerd@gnu.org>
690
57731876
GM
691 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
692 (authors-public-domain-p): New function.
693 (authors-print): Use it.
694
975f82c9
GM
695 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
696
1ac3fc42
GM
697 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
698
4b3eb10f
GM
6992000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
700
975f82c9 701 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
702 (ps-print-version): New version number (6.3.1).
703 (ps-even-or-odd-pages): Customization fix.
704 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
705 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
706 (ps-page-count): Var replaced by `ps-page-column'.
707 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
708 (ps-print-sheet-p): New fun.
709
7da794df
MB
7102000-11-02 Miles Bader <miles@lsi.nec.co.jp>
711
712 * tooltip.el (tooltip-gud-tips-setup): New function.
713 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
714 (tooltip-mode): Call tooltip-gud-tips-setup.
715 (tooltip-gud-tips): Use `gud-basic-call' instead of
716 process-send-string, so the prompt gets frobbed appropriately.
717 Handle nil return value from `tooltip-gud-print-command'.
718
0e40b809
EL
7192000-11-01 Eric M. Ludlam <zappo@ultranet.com>
720
721 * comint.el (comint-add-to-input-history): New function.
722 (comint-send-input): Use `comint-add-to-input-history'.
723
50ada0db
MB
7242000-11-02 Miles Bader <miles@lsi.nec.co.jp>
725
973a3104
MB
726 * info.el (info-menu-header): New face.
727 (Info-fontify-menu-headers): New function.
728 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
729
50ada0db
MB
730 * info.el (Info-insert-dir): Don't include blank lines at
731 beginning of additional dir files (one is added automatically).
732
bff53411
SM
7332000-11-01 Stefan Monnier <monnier@cs.yale.edu>
734
735 * emacs-lisp/easy-mmode.el (define-minor-mode):
736 Revert the latest changes.
737 Allow the three positional arguments to be skipped and replaced
738 by keyword arguments.
739 Add a :toggle argument to determine whether a nil arg means toggle
740 or means turn-on. The default is unchanged.
741 Add a call to force-mode-line-update.
742
6b8a0b2d
DL
7432000-11-01 Dave Love <fx@gnu.org>
744
745 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
746 cookie.
747
5bf99100
MB
7482000-11-01 Miles Bader <miles@lsi.nec.co.jp>
749
750 * calendar/calendar.el (diary-face, holiday-face): Add
751 dark-background variants.
752
a4032611
SS
7532000-10-31 Sam Steingold <sds@gnu.org>
754
755 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
756 `tex-main-file' does not have directory in it.
757
c286608e
SM
7582000-10-31 Stefan Monnier <monnier@cs.yale.edu>
759
760 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
761
4836835a
TTN
7622000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
763
764 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
765 functional change.
766
26dcb81b
GM
7672000-10-31 Gerd Moellmann <gerd@gnu.org>
768
769 * files.el (find-file-noselect): When we expand a wildcard, return
770 a list of buffers, as we should do according to the doc string.
771
49fc4500
KR
7722000-10-31 Ken Raeburn <raeburn@gnu.org>
773
774 * loadup.el (top level): Adjust load path if program name is
775 "../src/bootstrap-emacs", in case it's not dumped and thus the
776 load path adjustment hasn't already been done.
777
ea0c615d
GM
7782000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
779
780 * ps-print.el: Fix bug on selected pages for printing. Use
781 `color-values' for Emacs 21. Ensure fontification when jit-lock
782 is on. Try to avoid warning messages when compiling. Doc Fix.
783 (ps-print-version): New version number (6.3).
784 (ps-color-device): Use `color-values' to determine if device
785 supports color.
786 (ps-color-values): Try to use `x-color-values' when using XEmacs.
787 (ps-print-page-p): Changed from defsubst to defun.
788 (ps-page-number): Changed from defmacro to defun.
789 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
790 printing.
c286608e 791 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
792 (ps-end-file, ps-dummy-page): Funs eliminated.
793 (ps-print-color-scale): Changed default value.
794 (ps-page-n-up, ps-print-page-p): New internal vars.
795 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
796 (ps-plot-region, ps-generate, ps-end-job): Code fix.
797
9e20722f
GM
798 * delim-col.el: Little programming improvement.
799 (delimit-columns-str): New macro.
800 (delimit-columns-region, delimit-columns-rectangle): Code fix.
801
d7a0fd00
KH
8022000-10-31 Kenichi Handa <handa@etl.go.jp>
803
c286608e
SM
804 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
805 Moved to european.el.
d7a0fd00
KH
806 (ccl-encode-mac-roman-font, fontset-mac): Modified for
807 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
808 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
809 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 810
234be340
DL
8112000-10-30 Dave Love <fx@gnu.org>
812
813 * progmodes/cc-menus.el (imenu-generic-expression)
814 (imenu-progress-message): Only defvar when compiling.
815
4edc4a39
DL
816 * emacs-lisp/elp.el (elp-unload-hook): New function.
817
818 * loadhist.el (unload-feature): Call elp-restore-function,
819 checking for symbols; don't use elp-restore-all.
820 (loadhist-hook-functions): Doc fix.
821
70c825df
SM
8222000-10-30 Stefan Monnier <monnier@cs.yale.edu>
823
824 * log-edit.el (log-edit-confirm): Fix the default.
825
1d3baf74
GM
8262000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
827
828 * delim-col.el: Little fix: replace delimit-columns-align-columns by
829 delimit-columns-format.
830 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 831
1ec321a7
MB
8322000-10-30 Miles Bader <miles@lsi.nec.co.jp>
833
834 * comint.el (comint-replace-by-expanded-history): Don't use
835 comint-get-old-input (we're not looking at *old* input).
836 (comint-get-old-input-default): If using fields, signal an error
837 when the point is not in an input field.
838
70737ea9
KH
8392000-10-30 Kenichi Handa <handa@etl.go.jp>
840
841 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
842 and mule-unicode-e000-ffff.
843
fa0cb51d 844 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
845 (make-coding-system): Accept a symbol of translation table as a
846 value of property `safe-chars'.
847
848 * international/mule-cmds.el (encode-coding-char): Check property
849 safe-chars instead of safe-charsets.
850
851 * international/fontset.el (fontset-default): Modified for
852 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
853 (x-font-name-charset-alist): Likewise.
854 (ccl-encode-unicode-font): New CCL program. Record it in
855 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
856
70c825df
SM
857 * language/european.el (mac-roman-decoder, mac-roman-encoder):
858 New translation tables.
70737ea9
KH
859 (decode-mac-roman, encode-mac-roman): Definition of these CCL
860 programs are modified and moved from mac-win.el.
861 (mac-roman): Definition of this coding system is modified and
862 moved from mac-win.el.
4836835a 863
fda2ce24 8642000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 865
1d3baf74 866 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 867 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 868
dd4d3cb6
MB
8692000-10-29 Miles Bader <miles@gnu.org>
870
871 * custom.el (custom-add-to-group): Allow multiple entries for a
872 given value OPTION, as long as their widget types are different.
873 * cus-edit.el (custom-face-value-create): If face name doesn't end
874 with "face", add such here (similar to custom group widgets).
875
876 * comint.el (comint-highlight-prompt): Add :type.
877
dace60cf
JW
8782000-10-28 John Wiegley <johnw@gnu.org>
879
880 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
881 Changed this function to operate on a temporary buffer instead of
882 the main buffer. This not only keeps flyspell from marking a
883 buffer as changed that wasn't, but it solves the jumpy cursor
884 problem when attempts are made to edit incorrect words.
885 (flyspell-maybe-correct-doubling): Same change as for
886 `flyspell-maybe-correct-transposition'.
887
888 * calendar/timeclock.el (timeclock-log): Doc fix.
889 (timeclock-last-event): Doc fix.
890 (timeclock-log): Kill the timelog buffer after appending a new
891 event.
892 (timeclock-find-discrep): Use a temp buffer to read in the
893 timelog, instead of visiting the file.
894 (timeclock-log-data): A new function, along with a host of helper
895 functions, for the purpose of making timelog data accessible to
896 programmers.
897
898 * eshell/esh-mode.el (window-height test): Make certain that
899 `eshell-stringify-t' is non-nil.
900 (eshell-password-prompt-regexp): Changed to a much simpler
901 password regexp.
902 (eshell-send-input): If `eshell-invoke-directly' returns t,
903 directly invoke the parsed command using `eval'. This improves
904 turn-around time on simple commands by a factor of three or
905 greater, such as cd, ls, pwd, etc. -- which get used very often.
906 It also conserves thousands of cons cells per call (since
907 `eshell-do-eval' consumes memory like a Cookie Monster set loose
908 in the Pacific Cookie Company).
909
910 * eshell/esh-test.el (eshell-test): Whitespace fix.
911
912 * eshell/em-ls.el (eshell-ls-insert-directory): Make
913 `eshell-ls-initial-args' nil when inserting directory contents.
914
915 * eshell/em-script.el (eshell-script-initialize): Add names to
916 `eshell-complex-commands, since `source' and `.' are complex.
917
0467b076
EZ
918 * eshell/esh-cmd.el (eshell-rewrite-for-command)
919 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
920 `eshell-copy-handles'.
921 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
922 bodies.
923 (eshell-separate-commands): Whitespace fix.
924 (eshell-complex-commands): Added a new list of names, for
925 determining whether a given command is as simple as it looks.
926 (eshell-invoke-directly): New function. Returns t if a command
927 should be invoked directly (using `eval'), rather than indirectly
928 using `eshell-do-eval'.
929 (eshell-do-eval): Whitespace fix.
930
931 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
932 which provides an emulation of the DOS shell behavior of assuming
933 that cp/mv/ln should copy/move/link to the current directory.
934 (eshell-remove-entries): Added a doc string.
935 (eshell-shuffle-files): Removed the check for `target' being null.
936 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
937 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
938 it to do a smarter check of whether a destination was provided.
939 (eshell/mv, eshell/cp): Enable `:preserve-args'.
940 (eshell/ln): Enable `:preserve-args', and use
941 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
942 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
943 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
944 list after flattening it. This makes it possible to cat files
945 with numerical names.
946 (eshell-unix-initialize): Added several names to
947 `eshell-complex-commands.
948 (eshell-unix-command-complex-p): Return t if a given command name
949 may result in external processes being invoked.
950
951 * eshell/em-glob.el (eshell-glob-show-progress): Make this
952 variable nil by default, since it slows down glob processing by a
953 factor of two or more, and increases memory consumption.
954
955 * eshell/em-smart.el: Added a note about how memory consumptive
956 smart display mode can be (at least this is true in Emacs 21).
957 (eshell-smart-initialize): Whitespace fix.
958 (eshell-refresh-windows): Use `if' instead of `when'.
959 (eshell-smart-scroll-window): Calling `save-current-buffer' was
960 not necessary.
961 (eshell-currently-handling-window): Added a missing global
962 variable.
963
964 * eshell/em-ls.el (eshell-do-ls): Code simplification.
965 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
966 Whitespace fix.
967 (eshell-ls-exclude-hidden): Added this variable in addition to
968 `eshell-ls-exclude-regexp'. This one prevents files beginning
969 with . from even being read, which can improve memory consumption
970 quite a bit.
971 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
972 read file entries beginning with a dot. In home directories with
973 lots of hidden files, fully two-thirds of the time spent in ls is
974 used to read directory entries that are immediately thrown away.
975 (eshell-ls-initial-args): Added back this configuration variable,
976 for specifying default initial arguments to every call to ls.
977 Much faster than using an alias to do the same thing.
978 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
979 (eshell-ls-dir): Whitespace change.
980
981 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
982
983 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
984 available.
985 (eshell-stringify-t): Added a customization variable, to indicate
986 whether `t' should be rendered as a string at all. If not, one
987 can still determine if the result of an expression is true using
988 "file-exists-p FILE && echo true".
989 (eshell-stringify): If `eshell-stringify-t' is nil, don't
990 stringify t!
991
992 * eshell/esh-module.el: Whitespace fix.
993
994 * eshell/em-alias.el (eshell-alias-initialize): Added
995 `eshell-command-aliased-p' to `eshell-complex-commands'.
996 (eshell-command-aliased-p): New function that returns t if a
997 command name names an aliased.
998
657f9cb8 9992000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1000
0467b076 1001 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1002 redrawing the screen when changing cursor color.
0467b076
EZ
1003 (viper-insert-state-pre-command-sentinel)
1004 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1005 (viper-replace-state-post-command-sentinel):
1006 Use viper-preserve-cursor-color.
657f9cb8
MK
1007 Many functions changed to use viper= instead of = when comparing
1008 characters.
0467b076 1009 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1010 working with characters.
0467b076 1011 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1012 Many functions changed to use viper= instead of = when comparing
1013 characters.
0467b076 1014 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1015
0467b076 1016 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1017 Several typos fixed in various docstrings.
0467b076
EZ
1018 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1019 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1020 hook.
0467b076
EZ
1021 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1022 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1023 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1024 (ediff-get-selected-buffers): New function.
1025 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1026 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1027 save-window-excursion.
0467b076 1028 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1029 termination check in while loop.
0467b076 1030 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1031 dired buffer.
0467b076
EZ
1032 (ediff-files,ediff-merge-files,ediff-files3)
1033 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1034
4f490d99
DL
10352000-10-28 Dave Love <fx@gnu.org>
1036
1037 * info.el (Info-fontify-node): Add help-echo for menu items.
1038
45b84006
EZ
10392000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1040
5ebc02b3
EZ
1041 * startup.el (normal-top-level): If the value of $TERM indicates
1042 we are running from xterm or one of its work-alikes, default to a
1043 light background mode.
1044
45b84006
EZ
1045 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1046 * faces.el (tty-handle-reverse-video): New function.
1047 (tty-create-frame-with-faces): Call it.
1048
1049 * frame.el (frame-notice-user-settings): Don't apply
1050 default-frame-alist and initial-frame-alist to MS-DOS frames.
1051 Call tty-handle-reverse-video, frame-set-background-mode, and
1052 face-set-after-frame-default for non-MS-DOS frames.
1053
1054 * startup.el (tty-long-option-alist): New variable.
1055 (tty-handle-args): New function.
1056 (command-line): Call tty-handle-args.
1057
1058 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1059 startup.el now does that for all character-terminal frames.
1060
eab6e8b9
MB
10612000-10-28 Miles Bader <miles@gnu.org>
1062
1063 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1064 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1065 global. If :global is followed by a non-nil but non-t value,
1066 make the mode buffer-local, but also generate a `global-MODE'
1067 version using `easy-mmode-define-global-mode'. Add
1068 :conditional-turn-on keyword argument.
1069
51a29efc
DL
10702000-10-28 Dave Love <fx@gnu.org>
1071
1072 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1073 use window-system.
1074
d71d7114
EZ
10752000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1076
1077 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1078 Don't call find-buffer-file-type-coding-system. Instead, just
1079 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1080 if the file is on an untranslated filesystem.
1081 (add-untranslated-filesystem): Use "D" instead of "f" inside
1082 interactive.
1083
1f9cab4b
DL
10842000-10-27 Dave Love <fx@gnu.org>
1085
70c825df 1086 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1087 (refill-mode): Use it.
1088
70c825df
SM
10892000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1090
1091 * international/quail.el (quail-activate): Don't make-local-hook.
1092
7432cf10
AS
10932000-10-27 Andre Spiegel <spiegel@gnu.org>
1094
4836835a 1095 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1096 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1097 (vc-make-version-backup): Don't do it on MS-DOS without long file
1098 names.
4836835a 1099
7432cf10
AS
1100 * vc.el (vc-version-other-window): If an automatic backup of the
1101 desired version exists, rename it instead of copying it.
1102
4836835a
TTN
1103 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1104 after command. If there's an unexpected error, signal it instead
7432cf10 1105 of being silent.
e1483c38 1106 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1107
05ea7ef2
MB
11082000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1109
fd1035aa
MB
1110 * shell.el (shell): Add BUFFER argument.
1111 * comint.el (make-comint-in-buffer): New function.
1112 (make-comint): Use it.
1113
05ea7ef2
MB
1114 * faces.el (face-spec-choose): Change syntax so that the list of
1115 attribute-value pairs is now the cdr of each clause, not the cadr.
1116 Detect old-style entries, and handle them. Use pop.
1117
835a55fe
SM
11182000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1119
f5ab1cdd
SM
1120 * cus-edit.el (custom-mode-map): Use a sparse map.
1121 (custom-mode): Don't bother with make-local-hook.
1122
1123 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1124
835a55fe
SM
1125 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1126
c13b0ec8
GM
11272000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1128
1129 * ps-print.el: Avoid compilation gripes.
1130 (ps-print-version): New version number (6.2.1).
4836835a 1131
e9f63196
DL
11322000-10-26 Dave Love <fx@gnu.org>
1133
0b95284b
DL
1134 * menu-bar.el: Modify some menu item help strings.
1135 (menu-bar-help-menu): Add link to MORE.STUFF.
1136
e9f63196
DL
1137 * cus-edit.el (custom-mode): Add `special' mode-class property.
1138
1139 * wid-browse.el (widget-browse-mode): Likewise.
1140
1141 * wid-edit.el (widget-specify-field): Revert to using local-map
1142 property, not keymap.
1143
e276a14a
MB
11442000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1145
c1545d88
MB
1146 * wid-edit.el (widget-field-end): When checking for a `boundary'
1147 field, do so in the correct buffer.
1148
3c1b77ca
MB
1149 * simple.el (undo): Correctly distinguish between numeric and
1150 non-numeric prefix args in non-transient-mark-mode, as per the doc
1151 string. When in transient-mark-mode, treat all prefix-args as
1152 numeric.
1153
f5ab1cdd
SM
1154 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1155 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1156
1157 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1158 (comint-mode-map): Reverse order of `comint-write-output' and
1159 `comint-append-output-to-file'.
1160 (comint-append-output-to-file): Reinstate this function, for the
1161 benefit of the menu.
1162
d97151cb
SM
11632000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1164
1165 * vc.el (vc-version-other-window): Bind `file'.
1166
ea7d6f5b
GM
11672000-10-25 Gerd Moellmann <gerd@gnu.org>
1168
f5ab1cdd 1169 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1170
1171 * emacs-lisp/authors.el (batch-update-authors): New function.
1172 (authors-fixed-entries): New defconst.
1173 (authors-add-fixed-entries): New function.
1174 (authors): Call it.: Don't process lispref/.
1175
17c25cea
JR
11762000-10-25 Jason Rumney <jasonr@gnu.org>
1177
1178 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1179 Merge x w32 and mac definitions.
1180
4ecda532
GM
11812000-10-25 Gerd Moellmann <gerd@gnu.org>
1182
1183 * menu-bar.el (menu-bar-options-menu): Add a help string for
1184 `uniquify'.
1185
b6735035
GM
11862000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1187
f5ab1cdd
SM
1188 * time-stamp.el (time-stamp-string-preprocess):
1189 Fix a wrong type argument error.
b6735035 1190
f4cbc7a0
MB
11912000-10-25 Miles Bader <miles@gnu.org>
1192
1193 * recentf.el (recentf-mode): Variable removed.
1194 (recentf-mode): Use `define-minor-mode'.
1195
1196 * mwheel.el (mouse-wheel-mode): New global minor mode.
1197 (mwheel-install): Use `mouse-wheel-mode'.
1198
f4b020f6
DL
11992000-10-25 Dave Love <fx@gnu.org>
1200
f5ab1cdd
SM
1201 * progmodes/cperl-mode.el (cperl-mode):
1202 Set normal-auto-fill-function correctly.
072cb6f9 1203
f4b020f6
DL
1204 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1205 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1206 bindings.
f4b020f6 1207
ebe2a441
MB
12082000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1209
ff4dcd4b
MB
1210 * wid-edit.el (widget-field-at): New function.
1211 (widget-at, widget-field-activate): Use it.
1212 (widget-tabable-at): Use `widget-at'.
1213 (widget-specify-field): If the terminating character of the widget
1214 field (which is read-only) is a newline, put it into a special
1215 `boundary' field so that C-n/C-p act more naturally.
1216 (widget-field-end): Also don't subtract one if a special
1217 `boundary' field has been added after the widget field.
1218
ebe2a441
MB
1219 * comint.el (comint-output-filter, comint-send-input): Don't
1220 bother adding stickiness fields to overlays to fool the field
1221 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1222
ebe2a441
MB
1223 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1224 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1225 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1226
fe50b6ab
GM
12272000-10-24 Gerd Moellmann <gerd@gnu.org>
1228
53df4dda
GM
1229 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1230 (authors): Set file coding system to iso-2022-7bit. Add
1231 file-local variables to output buffer.
1232
4836835a 1233 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1234 WARN is nil.
1235
53df4dda
GM
12362000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1237
1238 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1239
1240 * delim-col.el: Now there is a column formatting mechanism.
1241 Modified to customization mechanisms convention. Doc fix.
1242 (columns): New group for delim-col.
1243 (delimit-columns-before, delimit-columns-after)
1244 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1245 (delimit-columns-end): New vars.
1246 (delimit-columns-customize, delimit-columns-format): New funs.
1247 (delimit-columns-region, delimit-columns-rectangle)
1248 (delimit-columns-rectangle-line): Modified to support column
1249 formatting.
4836835a 1250
a9839779
DL
12512000-10-24 Dave Love <fx@gnu.org>
1252
1253 * log-edit.el (log-edit): Add :version and a :group for vc.
1254
df0267b8
GM
12552000-10-24 Gerd Moellmann <gerd@gnu.org>
1256
9acc3873
GM
1257 * files.el (after-find-file): Don't print a message ``New file''
1258 if WARN is nil.
1259
63e1b552
GM
1260 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1261 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1262 get duplicate tool-bar entries because we'll see the global ones
1263 on more than one path through keymaps.
1264
1946f901
GM
1265 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1266
df0267b8
GM
1267 * progmodes/cmacexp.el: Change Francesco's email address.
1268
ae3b264b
KH
12692000-10-24 Kenichi Handa <handa@etl.go.jp>
1270
1271 * window.el (fit-window-to-buffer): Adjust point of the window
1272 buffer, not that of the current buffer.
1273
23afac01
EZ
12742000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1275
1276 * progmodes/cmacexp.el: Update the euthor's email address.
1277
22d1a4ed
MB
12782000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1279
1280 * faces.el (face-spec-set-match-display): Add `graphic' display
1281 type (the inverse of `tty'). Use `display-graphic-p' instead of
1282 the window-system variable.
1283
f408aa48
KH
12842000-10-24 Kenichi Handa <handa@etl.go.jp>
1285
1286 * international/isearch-x.el (isearch-with-input-method): Call
1287 input-method-function with the first event in
1288 unread-command-events.
1289
94fe8a31
MB
12902000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1291
1292 * faces.el (face-default-spec, face-user-default-spec): Make
1293 defsubsts.
1294
8f47302e
AC
12952000-10-24 Andrew Choi <akochoi@i-cable.com>
1296
1297 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1298 New charsets.
1299
1300 * term/mac-win.el: Remove definitions of mac-roman-lower and
1301 mac-roman-upper, require dired, and define instead of set
1302 mac-ready-for-drag-n-drop to avoid compilation error.
1303
446c097e
AI
13042000-10-23 Andrew Innes <andrewi@gnu.org>
1305
1306 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1307 superfluous calls to subst-char-in-string; instead apply
1308 expand-file-name after convert-standard-filename to ensure
1309 expected directory separators are used.
1310
379b70e7
EZ
13112000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1312
1313 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1314
85c766e9
DL
13152000-10-23 Dave Love <fx@gnu.org>
1316
b7e03a67
DL
1317 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1318 (tool-bar-add-item): Set foreground and background for XBM icons.
1319
1320 * international/latin1-disp.el (latin1-char-displayable-p): New
1321 function (from Handa).
1322 (latin1-display-check-font): Use it.
1323
0dcf8835
DL
1324 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1325 using :key-sequence, making it much more usable. Use nconc, not
1326 append.
1327 (imenu--create-keymap-1): Avoid append.
1328
85c766e9 1329 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1330
cb3069bb
MB
13312000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1332
1333 [the following changes fix a bug where `define-minor-mode' didn't
1334 correctly generate :require clauses for defcustoms in compiled files]
1335 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1336 (byte-compile-log-file, byte-compile-log-1): Don't set
1337 `byte-compile-current-file' to nil. Instead set
1338 `byte-compile-last-logged-file' to it. Test whether
1339 byte-compile-current-file equals byte-compile-last-logged-file
1340 instead of whether its nil.
3b6542ba 1341 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1342
6db6243b
SM
13432000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1344
1345 * textmodes/refill.el: Fix var names in doc.
1346 (refill-mode): Don't bother with make-local-hook anymore.
1347
98490598
MB
13482000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1349
e01cd227
MB
1350 * faces.el (face-user-default-spec, face-default-spec): New functions.
1351 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1352 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1353 Use `face-user-default-spec'. Simplify code slightly.
1354
4836835a 1355 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1356 (woman-unknown-face): Add dark-background variants.
1357 (woman-default-faces): Renamed from `woman-colour-faces'.
1358 Set using the stored defaults, rather than using hard-wired colors.
1359 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1360 Just make the foreground `unspecified' rather than "black".
1361 (woman-menu): Rename menu entries accordingly.
1362
98490598
MB
1363 * faces.el (header-line): Make more reasonable on mono/grayscale
1364 displays.
1365
1a578e9b
AC
13662000-10-23 Andrew Choi <akochoi@i-cable.com>
1367
1368 * cus-edit.el (custom-button-face): Use 3D look for mac.
1369 (custom-button-pressed-face): Likewise.
1370
1371 * faces.el (set-face-attributes-from-resources): Handle mac frames
1372 in the same way as x and w32 frames.
1373 (face-valid-attribute-values): Likewise.
1374 (read-face-attribute): Likewise.
1375 (defined-colors): Likewise.
1376 (color-defined-p): Likewise.
1377 (color-values): Likewise.
1378 (display-grayscale-p): Likewise.
1379 (face-set-after-frame-default): Likewise.
1380 (mode-line): Same default face as for x and w32.
1381 (tool-bar): Likewise.
1382
1383 * frame.el: Remove call to frame-notice-user-settings at end of
1384 the file.
1385
1386 * info.el (Info-fontify-node): make underlines invisible for mac
1387 as for x, pc, and w32 frame types.
1388
1389 * term/mac-win.el: New file.
1390
aaaf7be7
DL
13912000-10-22 Dave Love <fx@gnu.org>
1392
1393 * textmodes/refill.el: New file.
1394
5392d654
AS
13952000-10-22 Andre Spiegel <spiegel@gnu.org>
1396
4836835a 1397 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1398 MANUAL and REGEXP.
4836835a 1399 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1400 New functions.
1401 (vc-before-save): Use the latter.
1402 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1403 confusion.
1404
4836835a 1405 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1406 expected by vc[-hooks].el.
1407
1408 * vc.el (vc-checkout): Added `-p' suffix in call to
1409 vc-make-version-backups-p; use vc-make-version-backup to actually
1410 make the backup.
1411 (vc-version-other-window, vc-version-backup-file): Handle both
1412 automatic and manual backups.
1413 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1414 of all of them.
1415
1e221c16
MB
14162000-10-22 Miles Bader <miles@gnu.org>
1417
7ff4fda5
MB
1418 * comint.el (comint-highlight-input, comint-highlight-prompt):
1419 Renamed, `-face' at end removed.
1420 (comint-send-input, comint-output-filter): Use renamed faces.
1421
3511cde8
MB
1422 * window.el (fit-window-to-buffer): Change defaulting of
1423 MAX-HEIGHT slightly.
1424
1e221c16
MB
1425 * faces.el (color-values, color-defined-p): Use `member', not
1426 `memq', because it works correctly for strings.
1427 (frame-set-background-mode): Actually, "unspecified-fg" and
1428 "unspecified-bg" *are* strings. Use `member', not `memq', and
1429 `equal', not `eq', when a string value is possible.
1430
b6ef4898
EZ
14312000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1432
1433 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1434
34939e2c
SM
14352000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1436
1437 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1438 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1439 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1440 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1441 (sh-font-lock-syntactic-keywords): Use them.
1442 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1443 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1444 (sh-mode): Don't override font-lock-unfontify-region-function.
1445 Use a copy of sh-font-lock-syntactic-keywords.
1446 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1447 Don't call sh-scan-buffer since font-lock does it on the fly.
1448 (sh-get-indent-info): Use `face' rather than `syntax-table'
1449 text-property to detect here-documents.
1450 Replace sh-special-syntax with sh-st-punc.
1451 (sh-prev-line): Use `face' rather than `syntax-table'
1452 text-property to skip over here-documents.
1453 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1454 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1455 (sh-electric-less, sh-set-here-doc-region)
4836835a 1456 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1457 (sh-scan-buffer, sh-rescan-buffer): Remove.
1458
f3d3c491
AI
14592000-10-21 Andrew Innes <andrewi@gnu.org>
1460
1461 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1462 remote (ange-ftp) file names.
1463
b86c791c
MB
14642000-10-21 Miles Bader <miles@gnu.org>
1465
d9c30bdf
MB
1466 * window.el (fit-window-to-buffer): New function.
1467 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1468 (window-text-height): Don't expect minibuffers to have mode-lines.
1469
d9c30bdf 1470 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1471 * international/quail.el (quail-update-guidance): Use
1472 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1473
617fee5a
MB
1474 * international/quail.el (quail-show-guidance-buf): Make sure
1475 guidance window really has enough room.
1476 (quail-update-guidance): If quail-guidance-win is already shown,
1477 make sure its height is OK.
1478
b86c791c
MB
1479 * window.el (window-text-height, set-window-text-height):
1480 New functions.
1481 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1482 instead of `window-height' & `mode-line-window-height-fudge'.
1483 (mode-line-window-height-fudge): Add FACE parameter.
1484 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1485 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1486
e34850d1
MB
14872000-10-20 Miles Bader <miles@gnu.org>
1488
1489 * window.el (height-affecting-face-attributes): Use `defconst'.
1490
1491 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1492 New function, conditionally aliased to `mode-line-window-height-fudge'.
1493 (ispell-help): Use it.
1494 (ispell-choices-win-default-height): Don't include mode-line fudge.
1495 (ispell-choices-win-default-height): New function.
1496 (ispell-show-choices, ispell-command-loop): Use function
1497 `ispell-choices-win-default-height' instead of variable.
1498
a8b883c2
MB
14992000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1500
8c6e4a58
MB
1501 * window.el (mode-line-window-height-fudge): New variable.
1502 (height-affecting-face-attributes): New variable.
1503 (mode-line-window-height-fudge): New function.
1504 (shrink-window-if-larger-than-buffer): Use it.
1505 * help.el (resize-temp-buffer-window): Likewise.
1506
a8b883c2
MB
1507 * info.el (Info-fontify-node): Add support for @subsubsection
1508 titles, which use `Info-title-4-face'.
1509 (Info-title-4-face): New face.
1510 (Info-title-3-face): Inherit from Info-title-4-face instead of
1511 variable-pitch.
1512
e64c3a75
JR
15132000-10-19 Jason Rumney <jasonr@gnu.org>
1514
1515 * dired.el (dired-insert-directory): Do not let errors signalled by
1516 attempt to run dired-free-space-program prevent dired from working.
1517
c70fe852
SM
15182000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1519
1520 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1521
877cf6b4
GM
15222000-10-19 Gerd Moellmann <gerd@gnu.org>
1523
5de037e0
GM
1524 * dirtrack.el (dirtrack): Fix call to run-hooks.
1525
6deb9af9
GM
1526 * cmuscheme.el (cmuscheme-program-name): Renamed from
1527 scheme-program-name because xscheme.el contains a defcustom with
1528 the same name. As a consequence, customizing group `cmuscheme'
1529 loaded `xscheme' which redefined run-scheme.
1530 (run-scheme): Use cmuscheme-program-name.
1531
877cf6b4
GM
1532 * ps-print.el (ps-print-emacs-type): Move into the
1533 eval-and-compile.
1534
e597d8fb 1535 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1536 anonymous address, and add a website for Befrienders International.
4836835a 1537
3e9cb08f
GM
15382000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1539
c70fe852
SM
1540 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1541 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1542 (ps-print-version): New version number (6.2).
1543 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1544 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1545 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1546 (ps-x-extent-priority, ps-x-extent-start-position)
1547 (ps-x-face-font-instance, ps-x-find-coding-system)
1548 (ps-x-font-instance-properties, ps-x-make-color-instance)
1549 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1550 avoid compilation gripes without defining functions.
1551 (ps-e-find-composition): Alias for function find-composition, to have a
1552 suitable function depending on Emacs version.
1553 (ps-color-device, ps-color-values, ps-face-foreground-name)
1554 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1555 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1556 (ps-print-ensure-fontified): Function definitions surrounded by
1557 `eval-and-compile' to avoid compilation gripes.
1558 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1559 by symbol-value to avoid compilation gripes.
1560 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1561 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1562
d8abcd91
MB
15632000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1564
13ab33c4
MB
1565 * startup.el (normal-top-level): Call `frame-set-background-mode'
1566 after `frame-notice-user-settings' because the latter doesn't call
1567 the former on a tty.
1568
d8abcd91
MB
1569 * faces.el (frame-set-background-mode): `unspecified' &c are
1570 symbols, not strings.
1571
e8bce0a9
EZ
15722000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1573
c70fe852
SM
1574 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1575 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1576
c70fe852
SM
1577 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1578 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1579
773272d8
KH
15802000-10-19 Kenichi Handa <handa@etl.go.jp>
1581
c70fe852 1582 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1583 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1584 for ISO10646-1 fonts.
1585 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1586
772139c0
EZ
15872000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1588
1589 * faces.el (frame-set-background-mode): If a tty frame defines a
1590 background color, use that to compute the background mode, instead
1591 of always defaulting to "dark".
1592
d134a19f
MB
15932000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1594
8bb84cb2
MB
1595 * comint.el (comint-write-output): New function.
1596 (comint-mode-map): Add it to the menu.
e40a778f 1597 Bind `C-c C-s' to comint-write-output.
d134a19f 1598
dada41e1
GM
15992000-10-18 Gerd Moellmann <gerd@gnu.org>
1600
1601 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1602 Use fancy-splash-delay.
1603
9b5360aa
GM
16042000-10-18 Alex Schroeder <alex@gnu.org>
1605
1606 * progmodes/sql.el (sql-sybase-options): New option.
1607 (sql-sybase): Use it. Add sql-database to the list of parameters
1608 provided for login. The options -w 2048 -n are not used any more.
1609
9035a35a
GM
1610 * comint.el (comint-read-input-ring): Bugfix such that the first
1611 and the last entry of the input ring file are not lost.
1612
3556c6dd
GM
16132000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1614
1615 * ps-print.el: Internal variable changes to defcustom,
1616 make-local-hook changes to defvar. Doc fix.
1617 (ps-print-version): New version number (6.1).
1618 (ps-setup, ps-do-despool): Code fix.
1619 (ps-printer-name): Customization fix.
1620 (ps-printer-name-option): Now is a defcustom instead of an
1621 internal variable.
1622 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1623 (ps-print-begin-column-hook): Now are defvar instead of
1624 make-local-hook.
4836835a 1625
4e217e50
MB
16262000-10-18 Miles Bader <miles@gnu.org>
1627
1628 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1629 (comint-kill-output): Changed into an alias for `comint-delete-output',
1630 and made obsolete.
1631 (comint-mode-map): Rename references to comint-kill-output.
1632
34460354
EZ
16332000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1634
1635 * diff-mode.el (diff-header-face, diff-file-header-face)
1636 (diff-changed-face): Add bold and italic attributes to tty faces.
1637 (diff-function-face): New face.
1638 (diff-font-lock-keywords): Use it.
1639
17ea3cdb
MB
16402000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1641
1642 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1643 Remove commented-out call to force-mode-line-update.
1644 (comint-kill-output): Use `forward-line 0' instead of
1645 beginning-of-line to make sure we get past the prompt.
1646
9244f2c7
SM
16472000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1648
1649 * diff-mode.el (diff-header-face, diff-file-header-face):
1650 Add specific setting for dark background.
1651 (diff-context-face): Renamed from diff-comment-face.
1652 Set explicitly rather than inheriting from font-lock-comment-face.
1653
1592c1ef
EZ
16542000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1655
1656 * startup.el (command-line): Move the code which sets the default
1657 TTY colors to before before-init-hook.
1658
f86292a9
GM
16592000-10-17 Gerd Moellmann <gerd@gnu.org>
1660
1661 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1662
f7f2e883
EZ
16632000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1664
e854cc22
EZ
1665 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1666 extensions, for MS-DOS.
1667
f7f2e883
EZ
1668 * diff-mode.el (diff-header-face, diff-file-header-face)
1669 (diff-changed-face): Define tty-specific colors.
1670
c7b4f0f9
GM
16712000-10-17 Gerd Moellmann <gerd@gnu.org>
1672
1673 * startup.el (fancy-splash-text): Realign the text.
1674
12a72271
EZ
16752000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1676
1677 * font-lock.el (font-lock-comment-face): Define a separate default
1678 for dark-background tty's.
1679
61dfccfd
MB
16802000-10-17 Miles Bader <miles@gnu.org>
1681
1682 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1683 being obscured by whizzy mode-lines on graphics displays.
1684
333cd59e
EZ
16852000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1686
1687 * info.el (Info-title-1-face, Info-title-2-face)
1688 (Info-title-3-face): Define colors for tty's.
dada41e1 1689 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1690
dbf1fcc1
EZ
16912000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1692
1693 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1694 reverse from the frame parameters, and don't invert foreground and
1695 background colors.
1696
ac629823
MB
16972000-10-16 Miles Bader <miles@gnu.org>
1698
1699 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1700 string "*Info*". Call propertized-buffer-identification to spruce
1701 up the result.
1702
76eebffc
GM
17032000-10-16 Gerd Moellmann <gerd@gnu.org>
1704
3a6b59d9
GM
1705 * help.el: Provide `help' for the sake of define-minor-mode
1706 which generates defcustoms with requires.
1707
6569c3d3
GM
1708 * jit-lock.el (jit-lock-after-change): If we're in text that
1709 matches a multi-line font-lock pattern, make sure the whole text
1710 will be redisplayed.
1711
c2e0a611
GM
1712 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1713 author's name is unknown.
1714
76eebffc
GM
1715 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1716 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1717 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1718 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1719 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1720 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1721 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1722 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1723 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1724 Add author information.
1725
cf1e7b12
MB
17262000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1727
1728 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1729 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1730 full-color version (using the Gimp) to eliminate dithering artifacts.
1731
5586f3eb
SM
17322000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1733
1734 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1735
1736 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1737
ad64a888
DL
17382000-10-15 Dave Love <fx@gnu.org>
1739
1740 * progmodes/sh-script.el: Require skeleton and comint when
1741 compiling.
1742
1743 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1744
1745 * whitespace.el: Doc fixes.
1746 (top-level): Don't add hooks here.
1747 (whitespace-running-emacs): Deleted.
1748 (timer): Don't require.
1749 (whitespace): Add back :version conditional on xemacs test.
1750 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1751 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1752 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1753 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1754 Avoid specific xemacs test.
1755 (whitespace-global-mode): New option.
1756 (whitespace-global-mode): New command.
1757 (whitespace-unload-hook): New function.
1758
1759 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1760 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1761 (Info-fontify-node): `Goto' goes to `Go to'.
1762 (Info-fontify-node): Add help-echo to xref links.
1763
1ef49fc6
EZ
17642000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1765
1766 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1767
8b7707e1
SM
17682000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1769
b3b7f42f
SM
1770 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1771 Use plist-get and allow :inherit.
1772
1773 * emacs-lisp/cl-macs.el (cl-do-arglist):
1774 Use plist-get and plist-member instead of memq.
1775
3c7fafc7
SM
1776 * emacs-lisp/ewoc.el (ewoc-location): New function.
1777 (ewoc-enter-after, ewoc-enter-before): Document return value.
1778 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1779 Don't need make-local-hook any more.
1780 (cvs-addto-collection): Return the new tin.
1781 (cvs-mode-insert): Jump to the new line.
1782
8b7707e1
SM
1783 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1784
1785 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1786
1787 * font-lock.el (font-lock-syntactically-fontified): New var.
1788 (font-lock-fontify-syntactic-keywords-region): Use it.
1789 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1790
1791 * diff-mode.el (diff-find-file-name): Fix regexp.
1792
1793 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1794 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1795
1796 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1797 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1798 (sh-mode): Don't make all vars local here.
1799 (sh-kw): Reformat.
1800 (sh-set-shell): Use dolist. Don't set indent-region-function.
1801 (sh-mode-syntax-table): Use pop.
1802 (sh-remember-variable): Use push.
1803 (sh-help-string-for-variable): Use memq.
1804 (sh-safe-backward-sexp): Remove.
1805 (sh-safe-forward-sexp): Add ARG.
1806 (sh-get-indent-info, sh-prev-stmt): Use it.
1807 (sh-prev-line): Simplify by using forward-comment.
1808 (sh-this-is-a-continuation): Simplify.
1809 (sh-learn-buffer-indent): Use dolist.
1810 (sh-do-nothing): Remove.
1811 (sh-set-char-syntax, sh-set-here-doc-region):
1812 Use inhibit-modification-hooks.
1813 (sh-name-style): Use mapcar and push.
1814 (sh-load-style): Use dolist.
1815 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1816 (sh-case, sh-while-getopts): Use propertize directly rather
1817 than sh-electric-rparen.
1818
18192000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1820
1821 * textmodes/tex-mode.el: Require CL when compiling.
1822 (tex-mode-syntax-table): Init immediately.
1823 (tex-mode-map): Bind M-RET to latex-insert-item.
1824 (latex-mode): Set indent-line-function to latex-indent.
1825 (tex-common-initialization): Don't setup the syntax-table any more.
1826 (latex-insert-item): New skeleton.
1827 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1828 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1829 (latex-indent, latex-find-indent): New functions.
4836835a 1830 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1831 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1832 (tex-compilation-parse-errors): Use with-syntax-table.
1833
86b7fcbb
MB
18342000-10-15 Miles Bader <miles@gnu.org>
1835
1836 * font-lock.el (font-lock-comment-face): Change dark-background,
1837 color, non-tty, default to `chocolate1'.
1838
57a24508
JW
18392000-10-13 John Wiegley <johnw@gnu.org>
1840
1841 * eshell/esh-util.el (require): Added a missing `require' form,
1842 needed when compiling (for an ange-ftp macro definition).
1843
40ad3db4
DL
18442000-10-13 Dave Love <fx@gnu.org>
1845
1846 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1847
db460189
GM
18482000-10-13 Gerd Moellmann <gerd@gnu.org>
1849
b41c9501
GM
1850 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1851 fix.
1852
4836835a 1853 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1854 transparent -colors 8).
1855
3b5e21df
GM
18562000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1857
1858 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1859 that breaks with old list format timestamps.
1860 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1861 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1862 strings.
1863
16908a3f
JW
18642000-10-13 John Wiegley <johnw@gnu.org>
1865
d7103dda
JW
1866 * align.el, pcomplete.el, calendar/timeclock.el,
1867 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1868
dace60cf 1869 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1870 faulty math, where holiday hours were being computing as seconds.
1871
b6b70cda
JW
18722000-10-13 John Wiegley <johnw@gnu.org>
1873
1874 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1875 specifying what "other" kinds of buffers should be saved. This
1876 used to be hard-coded.
1877 (desktop-buffer-misc-functions): A global for specifying how
1878 auxiliary data should be determined for special buffer types.
1879 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1880 instead of hard-coding the special buffer types.
1881 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1882 auxiliary data, instead of hard-coding for Info buffers and dired.
1883 (desktop-buffer-info-misc-data): Aux function for determining Info
1884 buffer auxiliary info.
1885 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1886 (desktop-buffer-info): Changed this function to use the info
1887 gathered above.
1888 (desktop-create-buffer): Be a little more careful about what
1889 `minor-mode' means before calling it. This is important for some
1890 buffer types.
1891
8c6b1d83
JW
18922000-10-13 John Wiegley <johnw@gnu.org>
1893
1894 * eshell/esh-util.el: Added a global form which declares an
1895 autoload for `parse-time-string', if that function is not already
1896 defined, and if parse-time.el is available on the user's system.
1897
1898 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1899 to be aware of ange-ftp user info.
1900 (eshell-do-ls): Bind `ange-cache'. Also, use
1901 `eshell-file-attributes'.
1902 (eshell-ls-annotate): Use `eshell-file-attributes'.
1903 (eshell-ls-file): Made the user-id printing code a bit smarter.
1904
1905 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1906 allow identification of alias user ids in remote directories.
1907 It's manual, but there's no other way to know when the current
1908 user on the local machine, is also the owning user on the remote
1909 machine.
1910 (fboundp): Bind `ange-cache'.
1911 (eshell-directory-files-and-attributes): Re-organized the logic a
1912 bit to use `eshell-file-attributes' instead of `file-attributes'.
1913 The former is more sensitive to directories that are read via FTP,
1914 and knows how to use ange-ftp to determine full attribute
1915 information, instead of just the name and last modtime.
1916 (eshell-current-ange-uids): Return the current user id when in a
1917 remote directory.
1918 (eshell-parse-ange-ls): Parse a full directory listing that has
1919 been returned by ange-ftp.
1920 (eshell-file-attributes): This beefed up version of
1921 `file-attributes' is only special if the user is currently in a
1922 remote directory, in which case it does a lot of work to find out
1923 what the real attributes of a file are, as they appear on the
1924 remote machine. This makes usage of remote directories (i.e.,
1925 ange-ftp pathnames) much more useful. You can now use Eshell as a
1926 full-fledged FTP client, with much more manipulation ability than
1927 most other clients.
1928
1929 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1930 variable, which means that Eshell's du should always be preferred
1931 in remote directories.
1932 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1933 just `file-attributes'.
1934 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1935 when reading remote directories. This is an Eshell-specific
1936 variable (not part of ange-ftp).
1937 (eshell/ln): Bind `ange-cache'.
1938 (eshell/du): Added some extra logic for determining when to use
1939 Eshell's du (which is slow), and when to use the external version
1940 (which may or may not exist).
1941
1942 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1943 `eshell-interactive-process', rather than using
1944 `get-buffer-process', since backgrounded processes don't count in
1945 the context of this function's logic.
1946
1947 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1948 `forward-char', so that null strings are parsed correctly.
1949
87730e84 19502000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1951
1952 * eshell/em-pred.el (eshell-pred-file-type,
1953 eshell-pred-file-links, eshell-pred-file-size): Use
1954 `eshell-file-attributes'. This is more correct over ange-ftp.
1955
1956 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1957 that remote file globbing is more efficient.
1958
1959 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1960 gathering the files and attributes within a directory.
1961
1962 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1963 the command line is a special file (not a regular file, directory
1964 or symlink), always attempt to call the external version of cat.
1965
87730e84 19662000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1967
1968 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1969 Eshell-friendly version of find-tag.
1970
1c7e37a9
MB
19712000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1972
4836835a 1973 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1974 (image-file-name-regexps): Add autoload cookies.
1975
11a7f341
KH
19762000-10-13 Kenichi Handa <handa@etl.go.jp>
1977
1978 * international/mule-cmds.el (select-safe-coding-system): If FROM
1979 is string, show it in *Warning* buffer.
1980
8ddddcb0
EZ
19812000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1982
1983 * startup.el (normal-top-level): Use display-popup-menus-p instead
1984 of window-system.
1985 (command-line): Use display-graphic-p instead of window-system.
1986 (command-line-1): Use display-popup-menus-p and display-mouse-p
1987 instead of window-system.
1988
72200f89
SS
19892000-10-12 Sam Steingold <sds@gnu.org>
1990
1991 * tooltip.el (tooltip-use-echo-area): New user variable.
1992 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1993
8661c643
DL
19942000-10-12 Dave Love <fx@gnu.org>
1995
d0b40dc1
DL
1996 * recentf.el: Maintainer's checkdoc fixes.
1997
a622451f
DL
1998 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1999 character class, not ASCII when matching file names.
2000 (fancy-splash-head): Add trailing slash to URL.
2001 (command-line): Don't require XPM support for toolbar.
2002
8661c643
DL
2003 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2004 (cperl-invalid-face): Revert last change.
2005 (cperl-init-faces): Quote cperl-invalid-face.
2006
ef2ed8ab
KH
20072000-10-12 Kenichi Handa <handa@etl.go.jp>
2008
2009 * startup.el (fancy-splash-text): Remove superfluous quote.
2010
b0da379e
GM
20112000-10-12 Gerd Moellmann <gerd@gnu.org>
2012
dbeb499b
GM
2013 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2014 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2015 (command-line-1): Don't use fancy-splash-pending-command.
2016 (fancy-splash-screens-1): Goto point-min after inserting text.
2017
d861718a
GM
2018 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2019
b0da379e
GM
2020 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2021 instead of shared-lisp-mode-map.
2022
4fb2ad98
MB
20232000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2024
1cb4393e
MB
2025 * faces.el (header-line): Change tty-variant to use underlining.
2026
4fb2ad98
MB
2027 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2028 (isearch-highlight): Restore lazy-isearch face properties at old
2029 position, and suppress them at new position.
2030 (isearch-dehighlight): Restore lazy-isearch face properties.
2031 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2032 over the real isearch overlay, but in that case, don't give it a
2033 face property. Use `push'.
2034
eb991b25
KH
20352000-10-12 Kenichi Handa <handa@etl.go.jp>
2036
2037 * man.el (Man-getpage-in-background): Fix previous change.
2038 Decode the process output only when we are in multibyte mode.
2039
a818c1c0
DL
20402000-10-11 Dave Love <fx@gnu.org>
2041
c990f53a
DL
2042 * info.el (Info-mode-menu): Fix some help.
2043 (info-tool-bar-map): Add entry for Info-last.
2044
a818c1c0
DL
2045 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2046 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2047 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2048 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2049 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2050 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2051 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2052 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2053 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2054 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2055 Reduce colour requirements to 25 overall. (Probably wants
2056 revisiting from the originals to reduce further.)
2057
c1b096cb
EZ
20582000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2059
2060 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2061 buffer-file-coding-system, instead of raw-text.
2062 (dehexlify-buffer): Bind coding-system-for-read to
2063 buffer-file-coding-system, instead of raw-text.
2064
5c8b7eaf
SS
20652000-10-11 Sam Steingold <sds@gnu.org>
2066
2067 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2068 `underline' - fixes the bug introduced on 2000-09-21.
2069
2cfbdb7a
DL
20702000-10-11 Dave Love <fx@gnu.org>
2071
2072 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2073 compiler warnings.
2074 (scheme-mode): Doc fix.
2075 (scheme-font-lock-keywords-1): Match `define-syntax'.
2076
20772000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2078
2079 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2080 face specs as well as default ones. Only do anything if the
2081 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2082 (region): Make dark-background `region' face less in-your-face.
4b33f290 2083
690ec649
SS
20842000-10-10 Sam Steingold <sds@gnu.org>
2085
2086 * chistory.el, ielm.el, ledit.el:
2087 * progmodes/inf-lisp.el, progmodes/scheme.el:
2088 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2089
3b95d6bb
SM
20902000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2091
2092 * textmodes/texinfo.el: Update copyright and fix typo.
2093
2094 * desktop.el (desktop-modes-not-to-save): New var.
2095 (desktop-save-buffer-p): Use it.
2096 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2097 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2098
d646c828
DL
20992000-10-10 Dave Love <fx@gnu.org>
2100
2101 * toolbar/tool-bar.el (tool-bar-add-item)
2102 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2103 display.
2104
d646c828
DL
2105 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2106 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2107 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2108 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2109 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2110 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2111 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2112 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2113 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2114 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2115 the .xpms; probably need retouching.
2116
862a7e28
MB
21172000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2118
2119 * subr.el (add-to-list): Add optional argument APPEND.
2120 * battery.el (display-battery): Use `add-to-list'.
2121
46e33aee
TTN
21222000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2123
930baf47
TTN
2124 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2125 these vars as symbol properties.
2cfbdb7a
DL
2126 (zone, zone-when-idle, zone-leave-me-alone)
2127 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2128
5a430f9c
TTN
2129 * battery.el (display-battery): Doc spelling fix.
2130
46e33aee
TTN
2131 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2132 property.
2133
adf7d3a8
DL
21342000-10-09 Dave Love <fx@gnu.org>
2135
2136 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2137 has been initialized before calling tool-bar-setup.
c2156508 2138 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2139
06a8c9f8
EZ
21402000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2141
e4ca8f8c
EZ
2142 * menu-bar.el (send-mail-item-name): New function.
2143 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2144 of mail-user-agent in the menu. Don't display the "Send Mail"
2145 item if mail-user-agent is nil or its value is ignore.
2146 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2147 if read-mail-command is nil or its value is ignore.
2148
06a8c9f8
EZ
2149 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2150
7dbc9c8a
MB
21512000-10-09 Miles Bader <miles@gnu.org>
2152
29e0814b
MB
2153 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2154 Correct image size.
2155 * toolbar/left_arrow.xpm: Correct image size.
2156
7dbc9c8a
MB
2157 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2158 will be done by the definition of `auto-compression-mode' if
2159 necessary. Move code to uninstall existing file-name handler
2160 before definition of `auto-compression-mode'.
2161
2162 * image-file.el (auto-image-file-mode): Move to the end of the
2163 file, because `define-minor-mode' actually calls the mode-function
2164 if the associated variable is non-nil, which requires that all
2165 needed functions be already defined.
2166
65b61266
MB
2167 * mouse.el (popup-menu): Balance parens.
2168
d6b8c85b
SM
21692000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2170
2171 * mouse.el (popup-menu): Move the command call outside the loop
2172 so that popup-menu returns whatever the command returns.
2173
2174 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2175 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2176 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2177 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2178
2179 * vc.el (vc-version-diff): diff-switches can be a list.
2180 Use relative filenames for prettier output.
2181
46e33aee 2182 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2183 (vc-post-command-functions): Remove old-VC compatibility code.
2184
2185 * newcomment.el (comment-indent-default): Autoload.
2186
2187 * font-lock.el (font-lock-defaults): Make buffer-local.
2188 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2189 (font-lock-choose-keywords):
2190 Ignore LEVEL unless KEYWORDS is a list of syms.
2191 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2192 Don't wrap regexp-opt things in \(...\) unnecessarily.
2193
2194 * jit-lock.el: Don't require font-lock any more.
2195 (jit-lock-functions): Make buffer-local.
2196 (jit-lock-saved-fontify-buffer-function): Remove.
2197 (jit-lock-mode): Remove autoload cookie.
2198 Remove font-lock specific code.
2199 (jit-lock-unregister): Don't bother handling complex hooks any more.
2200 (jit-lock-refontify): New function.
2201 (jit-lock-fontify-buffer): Use it.
2202 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2203 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2204 Add optional args START and END.
2205 Never call font-lock-fontify-region directly.
2206 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2207
2208 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2209
a30ed6ac
DL
22102000-10-08 Dave Love <fx@gnu.org>
2211
4e7c7ca9
DL
2212 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2213
2214 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2215
2216 * play/studly.el (studlify-region, studlify-word): Add autoload
2217 cookie.
2218
2219 * play/morse.el (morse-region, unmorse-region): Add autoload
2220 cookie.
2221
2222 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2223 concat.
2224
2225 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2226 insist on symbols starting with word syntax.
2227 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2228 (eval-defun-1): Doc fix.
2229 (indent-sexp): Use nconc to build up indent-stack.
2230
2231 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2232 Gnus with little use.
2233 (mail-setup-hook): Add mail-abbrevs-setup to options.
2234
968f7c4a
DL
2235 * recentf.el: Doc fixes.
2236
2237 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2238 Clean up remainder.
2239
2240 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2241 without timezone and (8) with timezone to enforce some whitespace.
2242 Simplify code somewhat.
2243
2244 * options.el (list-options): Doc that you should use customize.
2245
2246 * iswitchb.el (iswitchb-mode): Add :require.
2247
a30ed6ac
DL
2248 * info.el (Info-goto-node, Info-menu): Doc fix.
2249 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2250 (info-tool-bar-map): New variable.
2251 (Info-mode): Use it.
2252 (Info-edit-map): Define all in defvar.
2253 (speedbar-attached-frame): Avoid compiler warning.
2254
2255 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2256 (global-map): Bind [tool-bar] to a filtered map.
2257 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2258 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2259 Allow PBM icons.
2260 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2261
2262 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2263 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2264 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2265 icons, except up_arrow, which is left-arrow rotated.
2266
2267 * imenu.el (imenu-add-to-menubar): Fix last change.
2268
4e953aff
PB
22692000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2270
2271 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2272 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2273
739e92a7
EZ
22742000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2275
d20faceb
EZ
2276 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2277 typos in doc strings.
2278
a640322e
EZ
2279 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2280 the doc strings how to customize Font Lock faces.
2281
739e92a7
EZ
2282 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2283 computing growth when dragging the header line.
2284
8be7408c
EZ
22852000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2286
2287 * simple.el (kill-line): Doc fix.
2288
6fee86a3
MB
22892000-10-08 Miles Bader <miles@gnu.org>
2290
445a653e
MB
2291 * faces.el (secondary-selection): Make foreground visible on tty.
2292
6fee86a3
MB
2293 * jka-compr.el (auto-compression-mode): Move to the end of the
2294 file, because `define-minor-mode' actually calls the mode-function
2295 if the associated variable is non-nil, which requires that all
2296 needed functions be already defined.
2297 (with-auto-compression-mode): Add autoload cookie.
2298
a115794c
EZ
22992000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2300
2301 * files.el (find-backup-file-name) [ms-dos]: If support for long
2302 file names is not available, behave as if version-control were set
2303 to never.
2304
b12e6de3
DL
23052000-10-07 Dave Love <fx@gnu.org>
2306
2307 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2308 (browse-url-gnome-moz): New function.
2309 (browse-url-browser-function): Use it.
2310 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2311
20b1d079
SM
23122000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2313
2314 * indent.el (tab-always-indent): New var.
2315 (indent-for-tab-command): Use it.
39250ec3 2316
9ee45b2c 2317 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2318 raise an error. This way it can still default to a sane value.
9ee45b2c 2319
8c6b1d83
JW
23202000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2321
39250ec3
SM
2322 * startup.el (fancy-splash-screens): Use local rather than global map.
2323 Don't use `update-menu-bindings' any more.
2324 Get rid of assumptions about keymap representation.
2325
a23ccdf2
DL
23262000-10-06 Dave Love <fx@gnu.org>
2327
814299a7 2328 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2329 (sentence-end-without-period): Doc fix.
2330 (adaptive-fill-regexp): Purecopy.
2331 (unjustify-current-line): Use line-end-position.
2332 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2333
2334 * net/eudc-vars.el (eudc): Add :version, :link.
2335
39250ec3 2336 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2337
2338 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2339 Fix for define-minor-mode.
2340 (function-at-point): Alias to function-called-at-point.
2341
2342 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2343
2344 * simple.el (backward-word): Doc fix.
2345
a23ccdf2
DL
2346 * image-file.el (image-file-name-regexp): image-file-regexps ->
2347 image-file-name-regexps.
742c1822 2348 (image-file-name-extensions): Add pbm.
a23ccdf2 2349
39250ec3
SM
23502000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2351
2352 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2353 and add filename to the names so that diff-mode can jump to source.
2354
2355 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2356 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2357 (tex-font-lock-keywords-1): Remove.
2358 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2359 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2360 (font-lock-default-fontify-region):
2361 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2362 (font-lock-fontify-anchored-keywords):
2363 Include the anchor text as part of the multiline.
2364
8d5dfacd
GM
23652000-10-06 Gerd Moellmann <gerd@gnu.org>
2366
2367 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2368 latter needs the autoloaded define-minor-mode macro during the
2369 bootstrap.
2370
2371 * startup.el (command-line): For now, activate tool-bar-mode only
2372 if XPM images are supported.
2373
2374 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2375 window by dragging a header-line at the top of the frame; that's
4c19fbce 2376 confusing because the header-line doesn't move.
8d5dfacd
GM
2377 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2378 of treating the event as a list. Some cleanup.
2379
f69aad2b 23802000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2381
f69aad2b
MB
2382 * simple.el (display-message-or-buffer): New function.
2383 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2384
09cb7646
MB
2385 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2386 docstring parts.
2387
814299a7 2388 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2389 (smbclient-prompt-regexp): Add usage note to doc string.
2390 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2391 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2392 Use add-hook for adding the comint filter function, and only do so
2393 if it's not already in the global hook list.
2394 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2395 to `make-local-variable'.
2396 (nslookup-font-lock-keywords): Remove prompt entry.
2397 (nslookup): Don't set the process-filter.
2398 (finger): Exit the loop correctly when the regexps list runs out.
2399 (ftp, smbclient, smbclient-list-shares):
2400 Set the real major mode immediately, not after execing.
2401 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2402
2403 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2404
4c19fbce
SM
24052000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2406
2407 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2408
2409 * which-func.el (which-func-format): Remove spurious space.
2410 (which-func-mode): Don't make it permanent-local.
2411 (which-func-ff-hook): Allow which-func-maxout to be nil.
2412 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2413 (which-func-mode): Simplify.
2414 Use post-command-idle-hook rather than post-command-hook.
2415 Go through all buffers and update their state.
2416 (which-function): Also try add-log-current-defun-function.
2417
2418 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2419 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2420 Update call to with-vc-properties accordingly.
2421 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2422 (vc-revert-buffer): More careful about window selection and deletion.
2423 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2424
2425 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2426 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2427 (cvs-dired-action): Change the default to quickdir.
2428
2429 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2430 if comment-indent-function returns nil.
2431 (comment-indent-default): New function.
2432 (comment-indent-function): Use it and document the new semantics.
2433
2434 * image-file.el: Docstring fixes.
2435
2436 * help.el (help-xref-on-pp): Use match-string.
2437 (describe-variable): New arg BUFFER.
2438 Store the current buffer in the help-xref-stack.
2439 (temp-buffer-resize-mode): Use define-minor-mode.
2440
2441 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2442 consistently with its docstring.
2443 Set jit-lock-first-unfontify-pos in an idempotent way.
2444 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2445
542c6552
GM
24462000-10-05 Alex Schroeder <alex@gnu.org>
2447
2448 * sql.el (sql-mysql-options): New variable.
2449 (sql-mysql): Use it.
2450
a3489ece
MB
24512000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2452
77f6105c
MB
2453 * image.el (image): New group.
2454
814299a7 2455 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2456 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2457
3478046b
PB
24582000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2459
2460 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2461 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2462 Ignore the value of wqindow-system; always define keywords
2463
22aca186
KH
24642000-10-05 Kenichi Handa <handa@etl.go.jp>
2465
2466 * startup.el (fancy-splash-screens): Remove the code for
2467 debugging; `(trace-to-stderr "EXITTT\n")'.
2468
55d5d717
MB
24692000-10-05 Miles Bader <miles@gnu.org>
2470
2471 * diff-mode.el (diff-goto-source): Update call to
2472 `diff-hunk-status-msg' to reflect new REV variable.
2473
41fa7178
SM
24742000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2475
2476 * progmodes/icon.el (icon-mode):
2477 Don't gratuitously override the default for comment-column.
2478
2479 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2480
2481 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2482 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2483 (jit-lock-functions): New var.
2484 (jit-lock-function-1): Use it if non-nil.
2485 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2486 Set the `fontified' property before doing the fontification to avoid
2487 repeatedly going through the same error.
2488 Don't turn errors into messages.
2489 (jit-lock-register, jit-lock-unregister): New functions.
2490
2491 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2492 Use with-current-buffer.
2493
2494 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2495 Turn comment into docstring.
2496
2497 * apropos.el (apropos-mode): Use define-derived-mode.
2498
3dc78168
GM
24992000-10-04 Gerd Moellmann <gerd@gnu.org>
2500
2501 * startup.el (fancy-splash-pending-command): New variable.
2502 (fancy-splash-pre-command): New function.
2503 (fancy-splash-screens): Rewritten.
2504 (command-line-1): If fancy-splash-pending-command is set, call it
2505 interactively.
2506
dae9dc56
DL
25072000-10-04 Dave Love <fx@gnu.org>
2508
2509 * toolbar/tool-bar.el (tool-bar-setup): New function.
2510 (tool-bar-mode): Use it.
2511
2512 * subr.el (substitute-key-definition): Doc fix.
2513 (play-sound-file): New command.
2514
3388f0a5
AS
25152000-10-04 Andre Spiegel <spiegel@gnu.org>
2516
814299a7 2517 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2518 vc-version-backup-file-name): New functions.
2519
2520 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2521
2522 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2523 vc-cvs-stay-local-p.
2524
2525 * vc.el (vc-revert-buffer): Handle empty diff properly.
2526 (vc-version-backup-file): New function.
2527 (vc-checkout): Create a version backup if necessary.
2528 (vc-checkin): If a version backup file exists, delete it.
2529 (vc-version-diff): Diff locally using version backups, if available.
2530 (vc-revert-file): If there's a version backup, revert locally.
2531 (vc-transfer-file): Use version backup for base version, if
2532 available. If not, ask for confirmation whether to get it from the
2533 server. Update mode line before check-in.
2534
ebd4825d
DL
25352000-10-04 Dave Love <fx@gnu.org>
2536
2537 * toolbar/tool-bar.el (tool-bar-setup): New function.
2538 (tool-bar-mode): Use it.
2539
1b24f4b7
PB
25402000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2541
3dc78168 2542 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2543 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2544 Only set if window-system is non-nil
2545 (net-utils-run-program): Returns buffer.
2546 (network-connection-reconnect): Added this function.
2547
814299a7
MB
2548 * generic.el:
2549 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2550 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2551 Uses cl compile-time macros.
3dc78168
GM
2552 (generic-mode-name, generic-comment-list)
2553 (generic-keywords-list, generic-font-lock-expressions)
2554 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2555 Removed variables.
2556 (generic-mode-alist): Renamed to generic-mode-list.
2557 (generic-find-file-regexp): Default changed to "^#".
2558 (generic-read-type): Uses completing read on generic-mode-list.
2559 (generic-mode-sanity-check): removed this function.
2560 (generic-add-to-auto-mode): Removed this function
3dc78168 2561 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2562 into function instead of putting them in alist.
2563 (generic-mode-set-comments): Reworked extensively.
2564 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2565 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2566
814299a7 2567 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2568 Make sure directory name ends with "/".
2569
814299a7 2570 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2571 Regexp now allows leading whitespace.
2572 (rc-generic-mode): Added eval-when-compile
2573 around generic-make-keywords-list.
2574 Deleted duplicate regexp
2575 (rul-generic-mode): Added eval-when-compile
2576 around generic-make-keywords-list.
2577 (etc-fstab-generic-mode): New generic mode.
2578 (rul-generic-mode): Removed one eval-when-compile
814299a7 2579 which caused a max-specpdl-size exceeded error.
1b24f4b7 2580
a7bf5cf3
MB
25812000-10-04 Miles Bader <miles@gnu.org>
2582
2583 * simple.el (minibuffer-temporary-goal-position): New variable.
2584 (next-history-element): Try to keep the position of point in the
2585 input string constant.
2586
2587 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2588 (dired-do-create-files): If there's only one file, pass it in as
2589 the DEFAULT arg to dired-mark-read-file-name.
2590
ce1087a9
SM
25912000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2592
2593 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2594 (diff-goto-source): Be smarter when choosing REVERSE or not.
2595
2596 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2597 (texinfo-mode-menu): Add an explicit shortcut for update all.
2598
0e41e1d6
AS
25992000-10-03 Andre Spiegel <spiegel@gnu.org>
2600
814299a7 2601 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2602 factorize backend-specific code cleanly (this was essentially
2603 conceived by Stefan Monnier).
2604 (vc-unregister): Function removed.
814299a7 2605 (vc-revert-file): New function.
858f7cb4
AS
2606 (vc-revert-buffer): Delegate some of the work to it.
2607
0e41e1d6
AS
2608 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2609 default branch unconditionally.
2610 (vc-rcs-set-default-branch): New function.
2611 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2612 (vc-rcs-checkin): If an appropriate default branch has been set,
2613 force creation of that branch.
858f7cb4
AS
2614 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2615 code (as suggested by Stefan Monnier).
0e41e1d6 2616
01c86c56
GM
26172000-10-02 Gerd Moellmann <gerd@gnu.org>
2618
45c477b4
GM
2619 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2620 highlighting overlay with a different face over the overlay
2621 isearch uses to highlight the current match because that can lead
2622 to bad face combinations.
2623
01c86c56
GM
2624 * loadup.el (toplevel): Load faces before isearch.
2625
2626 * isearch.el (isearch-faces): New custom group.
2627 (isearch): New defface; was already tested for in the code.
2628 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2629 (isearch-highlight): Always use face `isearch'.
2630
944425c0
DL
26312000-10-02 Dave Love <fx@gnu.org>
2632
2633 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2634 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2635 comparison of opcode with operand.
2636
2a099bcc
MB
26372000-10-03 Miles Bader <miles@gnu.org>
2638
2639 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2640 buffer, since the echo area will now grow to accommodate them.
2641
4300ecb8
AS
26422000-10-02 Andre Spiegel <spiegel@gnu.org>
2643
2644 * vc-hooks.el (vc-registered): If FILE used to be registered under
2645 a certain backend, try that one first.
2646
814299a7 2647 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2648 argument list. Handle multiple backends correctly.
2649 (vc-find-new-backend): Function removed.
2650 (vc-register): Use vc-responsible-backend, as before.
2651 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2652
64e6cc18
GM
26532000-10-02 Gerd Moellmann <gerd@gnu.org>
2654
2655 * startup.el (fancy-splash-head): Change message below the
2656 logo.
2657
00df919e
MB
26582000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2659
2660 * diff-mode.el (diff-goto-source): Emit a status message.
2661 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2662 (diff-test-hunk): Fix doc string.
00df919e
MB
2663 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2664 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2665 (diff-apply-hunk): Don't return a value.
00df919e 2666
ceec5a0c
SM
26672000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2668
2669 * vc.el (vc-editable-p): Minor optimization.
2670 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2671 (vc-find-new-backend): New function split from vc-responsible-backend.
2672 (vc-register): Use it.
2673 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2674 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2675 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2676 (vc-clear-headers): Don't use find-file.
2677 (vc-revert-buffer): Use `and' again (must have been a braino).
2678 (vc-switch-backend): Only prompt if requested.
2679 Short circuit if nothing is to be done.
2680 Don't use vc-resynch-buffer which could lose unsaved editing.
2681 (vc-default-receive-file): Update call to vc-unregister.
2682 (with-vc-file, vc-next-action-on-file):
2683 Use vc-backend rather than vc-registered.
2684 (vc-next-action-on-file): Use intern-soft.
2685 Deal with read-only *vc-diff* buffer.
2686 (vc-transfer-file): Docstring fix.
2687
2688 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2689 (vc-rcs-receive-file): Avoid with-vc-properties.
2690 Update call to vc-unregister.
2691 Use constant `RCS' rather than (dynamically bound) var `backend'.
2692
4ad5da8f
AS
26932000-10-01 Andre Spiegel <spiegel@gnu.org>
2694
814299a7 2695 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2696 is visited.
2697 (vc-start-entry): New argument initial-contents. Don't visit the file
2698 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2699 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2700 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2701 vc-start-entry.
2702 (vc-finish-logentry): Make sure to bury log buffer only if there
2703 really is one. Call `vc-resynch-buffer' on log-file, not
2704 buffer-file-name.
2705 (vc-default-comment-history, vc-default-wash-log): New functions.
2706 (vc-index-of): Removed.
2707 (vc-transfer-file): Make do without the above.
2708 (vc-default-receive-file): Call comment-history unconditionally. Pass
2709 the resulting string to vc-checkin, instead of inserting it into the
2710 comment ring.
2711
2712 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2713 unconditionally. Use the comments as initial contents of the log
814299a7 2714 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2715 changes.
2716
aa0c3dca
MB
27172000-10-01 Miles Bader <miles@gnu.org>
2718
2719 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2720 `recenter' with an arg to prevent redrawing the display.
2721
d5f5a2c5
SM
27222000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2723
2724 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2725
2726 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2727
814299a7 2728 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2729 Don't gratuitously override the default for comment-column.
2730
2731 * textmodes/tex-mode.el (latex-metasection-list): New var.
2732 (latex-imenu-create-index): Use it.
2733 Move the regexp construction outside loops (and use push).
814299a7 2734 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2735 (tex-font-lock-keywords): Moved from font-lock.el.
2736 (tex-comment-indent): Remove.
2737 (tex-common-initialization): Don't set comment-indent-function.
2738 (latex-block-default): New var.
2739 (tex-latex-block): Use it to provide a default choice.
2740 Add any unknown choice to latex-block-names.
2741 Insert [...] after {...}.
2742 (tex-last-unended-begin): Simplify regexp.
2743 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2744 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2745 (latex-mode): Set forward-sexp-function.
2746
2747 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2748 Add regexp for @ignore ... @end ignore.
2749 (texinfo-heading-face): New face.
2750 (texinfo-font-lock-keywords): Use it.
2751 (texinfo-mode-menu): New menu.
2752 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2753 New functions.
2754 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2755 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2756 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2757 Remove declaration.
2758 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2759
2760 * delsel.el (delete-selection-mode): Use define-minor-mode.
2761
2762 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2763
27642000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2765
2766 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2767
8a5506f2
GM
27682000-09-30 Gerd Moellmann <gerd@gnu.org>
2769
068127d6
GM
2770 * replace.el (keep-lines-read-args): New function.
2771 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2772 read arguments interactively. Add parameters RSTART and REND.
2773 Operate on the active region in Transient Mark mode.
2774
d777bb8f
GM
2775 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2776
8a5506f2
GM
2777 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2778 (authors-obsolete-files-regexps): New variable.
2779 (authors-add): Don't record changes in obsolete files.
2780
3fa87bfc
SM
27812000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2782
2783 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2784
2785 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2786 (comment-indent): Make sure there's a space between code and comment.
2787 Shift comments left to avoid going past fill-column.
2788
f02149ce
GM
27892000-09-29 Gerd Moellmann <gerd@gnu.org>
2790
2791 * startup.el (startup-echo-area-message): New function.
2792 (display-startup-echo-area-message): Use it.
2793 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2794 (fancy-splash-default-action): New function.
2795 (fancy-splash-screens-1): New function.
2796 (fancy-splash-head): Put a help-echo and a keymap under the image.
2797
a3ef6569
SM
27982000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2799
2800 * diff-mode.el (diff-add-log-file-name): Remove.
2801 (diff-mode): Use add-log-buffer-file-name-function.
2802
2803 * add-log.el (find-change-log): New arg BUFFER-FILE.
2804 (add-log-file-name): Obey add-log-file-name-function.
2805 (add-log-buffer-file-name-function): New var.
2806 (add-change-log-entry): Use it.
2807
75e5b373
MB
28082000-09-29 Miles Bader <miles@gnu.org>
2809
2810 * image-file.el (image-file-name-extensions): New variable.
2811 (image-file-name-regexps): Renamed from `image-file-regexps'.
2812 New default value is nil. Call `auto-image-file-mode'.
2813 (image-file-name-regexp): New function.
2814 (auto-image-file-mode): New minor mode.
2815 (insert-image-file): Don't make conditional on the image-file
2816 handler being enabled.
2817 (image-file-handler): Make the call here conditional instead.
2818 (set-image-file-handler-enabled, enable-image-file-handler)
2819 (disable-image-file-handler): Functions removed.
2820
2821 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2822 string.
2823
de6e1f7c
GM
28242000-09-29 Gerd Moellmann <gerd@gnu.org>
2825
2826 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2827 it's a function from CL.
2828 (latex-imenu-create-index): Replace eval-when-compile with progn
2829 because latex-section-alist is not bound while compiling.
2830
d8c201f5
SM
28312000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2832
2833 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2834 (outline-mode): Use define-derived-mode.
2835
814299a7 2836 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2837 * progmodes/awk-mode.el (awk-mode):
2838 * progmodes/asm-mode.el (asm-mode):
2839 Don't gratuitously override the default for comment-column.
2840
2841 * emacs-lisp/lisp.el (lisp-complete-symbol):
2842 Distinguish the let-binding case from the funcall case.
2843 (forward-sexp-function): New variable.
2844 (forward-sexp): Use it.
2845
2846 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2847 (easy-mmode-defmap): Remove the now useless autoload.
2848
2849 * time.el (display-time-mode): Use define-minor-mode.
2850
2851 * subr.el (add-minor-mode): Don't eval NAME.
2852 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2853 Use if rather than cond.
2854
2855 * simple.el (read-expression-map): Define more properly.
2856 (comment-indent-hook): Remove.
2857 (string-to-syntax): Bug fix.
2858
2859 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2860 (cvs-ediff-diff): Fix typo.
2861 (cvs-revert-if-needed): Don't bother preserving read-only.
2862
2863 * paren.el (show-paren-mode): Use define-minor-mode.
2864
2865 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2866 (toggle-auto-compression): Remove.
2867 (jka-compr-build-file-regexp): Remove useless grouping.
2868
2869 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2870 Avoid user-reserved bindings.
2871 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2872 (diff-header-face): Revert to grey85.
2873
2874 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2875
2876 * complete.el (partial-completion-mode) <defcustom>: Remove.
2877 (partial-completion-mode): Use define-minor-mode.
2878 (PC-do-completion): Understand `completion-auto-help = delay'
2879 to mean to popup the completion buffer only the second time.
814299a7 2880 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2881 (PC-include-file-all-completions): Don't quote lambda.
2882
2883 * comint.el (comint-mode-hook): Docstring fix.
2884 (comint-mode): Use define-derived-mode.
2885 (comint-mode-map): Remove obsolete comment.
2886 (make-comint): Minor stylistic change.
2887 (comint-insert-clicked-input): Be more careful to find the overlay.
2888 Use this-command-keys rather than hardcoding mouse-2.
2889
2890 * font-lock.el: Replace confusing (,@ with ,
2891 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2892 Don't use regexp-opt-depth. Spice up the regexp for args.
2893 Don't distinguish between cmds that can take an opt arg or not.
2894 Use `append' and `prepend' rather than `keep'.
2895
2896 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2897 (latex-outline-regexp): New var.
2898 (latex-outline-level): New fun.
2899 (latex-section-alist): New var.
2900 (latex-imenu-create-index): Use it. Use `push' as well.
2901 (tex-shell-map): Initialize it properly.
2902 (tex-mode): Minor stylistic change.
2903 (plain-tex-mode): Use define-derived-mode.
2904 (latex-mode): Use define-derived-mode.
2905 Construct the paragraph regexps in a more readable way.
2906 Set the buffer-local outline-{level,regexp} vars.
2907 (slitex-mode): Derive from latex-mode.
2908 (tex-common-initialization): Don't kill-all-vars anymore.
2909 Add setting for comment-add and font-lock-defaults.
2910 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2911 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2912 (tex-start-tex): New arg DIR (and send a chdir command for it).
2913 Also display the shell buffer and save it in tex-last-buffer-texed.
2914 (tex-region): Use expand-file-name rather than concat.
2915 Remove code made useless by changes in tex-start-tex.
2916 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2917
2918 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2919
ff398532
DL
29202000-09-28 Dave Love <fx@gnu.org>
2921
2922 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2923
f9415d5b
GM
29242000-09-28 Gerd Moellmann <gerd@gnu.org>
2925
2926 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2927 `append'.
2928
fa003899
SM
29292000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2930
2931 * info.el (Info-extract-pointer): Undo last change.
2932 Instead, fix the position of the `bound' arg to re-search-backward.
2933
29342000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2935
2936 * info.el (Info-extract-pointer):
2937 Widen more carefully, to avoid finding pointers in other nodes.
2938 (Info-index): Use push.
2939
f9415d5b 29402000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2941
2942 * frame.el (set-frame-font): Remove call to obsolete function
2943 frame-update-faces.
2944 (set-foreground-color, set-background-color): Likewise for
2945 frame-update-face-colors.
2946
5538b8ba
MB
29472000-09-27 Miles Bader <miles@gnu.org>
2948
2949 * image-file.el: New file.
2950
60536eea
GM
29512000-09-27 Gerd Moellmann <gerd@gnu.org>
2952
5b551d58
GM
2953 * frame.el (frame-notice-user-settings): Don't call
2954 frame-update-faces, which is a no-op now.
814299a7 2955
60536eea
GM
2956 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2957 tool-bar-lines.
2958
36f1966f
DL
29592000-09-27 Dave Love <fx@gnu.org>
2960
2961 * mouse.el: Fix last change.
2962
c5785b73
MB
29632000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2964
2965 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2966
672172d9
KH
29672000-09-22 Kenichi Handa <handa@etl.go.jp>
2968
2969 * international/quail.el (quail-help): The output message is
2970 improved.
2971
4653b4ea
DL
29722000-09-26 Dave Love <fx@gnu.org>
2973
2974 * mouse.el (popup-menu): If POSITION is nil, set it using
2975 mouse-position.
2976
63900fcf
SS
29772000-09-25 Sam Steingold <sds@gnu.org>
2978
2979 * net/browse-url.el (browse-url-file-url): Check for null maps.
2980
cd3b81be
GM
29812000-09-26 Gerd Moellmann <gerd@gnu.org>
2982
876512ab 2983 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2984 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2985
fa003899
SM
2986 * frame.el (frame-notice-user-settings):
2987 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2988
cd3b81be
GM
2989 * toolbar/tool-bar.el (tool-bar-help): New function.
2990
d8b4516f
GM
29912000-09-25 Gerd Moellmann <gerd@gnu.org>
2992
6567e9b5
GM
2993 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2994 current-load-list in top-level forms. Else this leaks a cons cell
2995 every time a defun is called.
63900fcf 2996
d8b4516f 2997 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2998
a461758e
DL
29992000-09-25 Dave Love <fx@gnu.org>
3000
7df6adc3
DL
3001 * startup.el (fancy-splash-head): Check XPM is available.
3002
a461758e
DL
3003 * autoinsert.el (auto-insert): Doc fix.
3004 (auto-insert-alist): Following GNU notices, don't say `copyright
3005 _by_'. Use line-beginning-position.
3006 (auto-insert): Check buffer-file-name is non-nil before use.
3007
b11af2dd
GM
30082000-09-25 Gerd Moellmann <gerd@gnu.org>
3009
3010 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3011 starting with `@def' or `@multitable', in addition to ones
3012 specified by the user in auto-fill-inhibit-regexp.
3013
5f9f981b
GM
30142000-09-25 Markus Rost <rost@math.ohio-state.edu>
3015
3016 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3017 rmail-dont-reply-to-names matches the empty string.
63900fcf 3018
8ff16b4e
GM
30192000-09-25 Gerd Moellmann <gerd@gnu.org>
3020
63900fcf 3021 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3022 text to sound more friendly.
3023
9b4a7800
TTN
30242000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3025
3026 * progmodes/hideshow.el: Update author email address.
3027 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3028 (hs-hide-all-non-comment-function): New var.
3029 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3030 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3031 (hs-show-region): Delete this command.
3032 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3033
4c7c1f3f
DL
30342000-09-22 Dave Love <fx@gnu.org>
3035
3036 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3037 (hl-line-highlight): Specify buffer when moving overlay.
3038
3039 * progmodes/fortran.el (fortran-mode): Locally set
3040 normal-auto-fill-function.
3041 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3042 (fortran-mode-map): Adjust auto-fill menu entry.
3043
13f93dee
GM
30442000-09-22 Gerd Moellmann <gerd@gnu.org>
3045
36eb0a91
GM
3046 * vc-rcs.el (toplevel): Require `vc' when compiling.
3047
fa003899 3048 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3049
36a03bf9
AS
30502000-09-22 Andre Spiegel <spiegel@gnu.org>
3051
9b4a7800 3052 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3053 registered under the new backend.
3054
9b4a7800 3055 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3056 without explicit revision number.
3057
6e4e8a3b
SM
30582000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3059
3060 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3061 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3062 (diff-xor): New function.
3063 (diff-find-source-location): Use it. Fix a stupid name clash.
3064 (diff-hunk-status-msg): New function.
3065 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3066 (diff-test-hunk): Use diff-find-source-location.
3067 (diff-goto-source): Favor the `reverse'.
3068 (diff-hunk-text): Properly handle one-sided context diffs.
3069 (diff-apply-hunk): When done, advance to the next hunk.
3070
1b24b888
GM
30712000-09-21 Gerd Moellmann <gerd@gnu.org>
3072
623a0aae
GM
3073 * startup.el (command-line): If frame was created with a non-zero
3074 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3075
1b24b888
GM
3076 * add-log.el (change-log-date-face, change-log-name-face)
3077 (change-log-email-face, change-log-file-face)
3078 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3079 (change-log-function-face, change-log-acknowledgement-face):
3080 New faces, inheriting from font-lock faces.
1b24b888 3081 (change-log-font-lock-keywords): Use them.
9b4a7800 3082
93b3a1c8
DL
30832000-09-21 Dave Love <fx@gnu.org>
3084
80585273
DL
3085 * progmodes/cperl-mode.el (top-level): Clean up
3086 `eval-when-compile's and assorted defvars.
3087 (cperl-invalid-face): Don't double-quote value. Change custom
3088 type.
3089 (cperl-mode): Set normal-auto-fill-function and don't zap
3090 auto-fill-function.
3091 (cperl-imenu--function-name-regexp-perl): Renamed from
3092 imenu-example--function-name-regexp-perl.
3093 (cperl-imenu--create-perl-index): Renamed from
3094 imenu-example--create-perl-index.
3095 (cperl-xsub-scan): Don't require cl.
3096
93b3a1c8
DL
3097 * msb.el (msb-mode-map): Use substitute-key-definition.
3098 (msb-mode): Use msb-mode-map.
3099
43ccb598
AS
31002000-09-21 Andre Spiegel <spiegel@gnu.org>
3101
3102 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3103 New functions.
fa003899 3104 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3105 (vc-switch-backend): New function.
3106 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3107 (vc-register): Fix prompt.
3108 (vc-unregister, vc-default-unregister): New functions.
3109 (vc-version-diff): Handle empty buffer in sentinel.
3110
3111 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3112 (vc-rcs-state-heuristic): Use it to guess the state of files with
3113 non-strict locking.
3114 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3115 been set with -b, but not created yet.
3116 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3117 contents in order to find the state.
3118 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3119 (vc-rcs-unregister, vc-rcs-receive-file)
3120 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3121
9b4a7800 3122 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3123 in case it is missing.
9b4a7800 3124
95fadcca
GM
31252000-09-21 Gerd Moellmann <gerd@gnu.org>
3126
3127 * startup.el (fancy-splash-tail): Use a different foreground
3128 color on a dark frame background.
3129
470f23e1
MB
31302000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3131
3132 * info.el: Use the correct capitalization when making Info-mode
3133 and Info-edit-mode `special' modes.
3134
281096ed
SM
31352000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3136
3137 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3138 (diff-mode): Add support for add-log.el.
3139 (diff-hunk-text): Use char offsets rather than line offsets.
3140 (diff-find-source-location): Replace LINE with line-offset (nil
3141 if not found) and always set POS to a meaningful position.
3142 Adapt to the new char-offsets.
3143 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3144 Adapt to the new diff-find-source-location.
3145 (diff-goto-source): Adapt to the new diff-find-source-location.
3146
3147 * add-log.el (add-log-file-name): New function (split out of
3148 add-change-log-entry).
3149 (add-change-log-entry): Use it.
3150 Call add-log-file-name-function with the changelog file name if
3151 the current buffer is not associated with any file.
3152 Avoid find-file if the selected window is dedicated.
3153
3154 * diff-mode.el (diff-find-source-location):
3155 Move code from diff-apply-hunk. Return buffer rather than file.
3156 (diff-apply-hunk): Use the new result from diff-find-source-location.
3157 (diff-goto-source): Use the new diff-find-source-location.
3158
c29d77c4
DL
31592000-09-20 Dave Love <fx@gnu.org>
3160
3161 * iswitchb.el: Some doc fixes.
3162 (iswitchb-mode-map): Define completely initially. Inherit
3163 minibuffer-local-map.
3164 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3165 fundamental-mode.
3166 (iswitchb-global-map): New variable.
3167 (iswitchb-summaries-to-end): Amalgamate regexps.
3168 (iswitchb-mode): New.
3169 (iswitchb-mode-hook): New variable.
3170 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3171 `extensions'.
3172
49939379
GM
31732000-09-20 Gerd Moellmann <gerd@gnu.org>
3174
d05c87ac
GM
3175 * ehelp.el (electric-help): New defgroup.
3176 (electric-help-shrink-window): New user-option.
3177 (with-electric-help): Use it.
3178
1ec082d4
GM
3179 * window.el (shrink-window-if-larger-than-buffer): If face
3180 `mode-line' has a :box, and we're on a graphical frame, add 1
3181 to the needed window height.
3182
f46c275e
GM
3183 * frame.el (frame-notice-user-settings): Add a last parameter nil
3184 to a call to `append', because the last list passed to `append' is
3185 not copied, and so subsequent calls to assq-delete-all will modify
3186 default-frame-alist.
3187
b7e11c5b
GM
3188 * startup.el (fancy-splash-image): Change :type.
3189 (fancy-splash-head): Use an XBM image if appropriate.
3190 (command-line-1): Show splash screens in more cases.
3191
26ff68aa
GM
3192 * startup.el (fancy-splash-text): Don't quote faces.
3193
8320414c
GM
3194 * dired.el (dired-font-lock-keywords): Undo last change.
3195 (dired-readin): Bind indent-tabs-mode to nil.
3196
49939379
GM
3197 * startup.el (fancy-splash-head): If frame's background mode
3198 is `dark', change the black background of the image to gray.
3199 (fancy-splash-screens): Display startup echo area message.
3200 (display-startup-echo-area-message): New function.
3201
c3b27206
MB
32022000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3203
55a3d2a1
MB
3204 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3205
3206 * info.el (info-header-node): Tweak for color ttys.
3207
37a99821
MB
3208 * faces.el (face-valid-attribute-values): Make sure directories we
3209 search for stipples both exist and are readable before trying to
3210 search them.
3211
0415d0d0
MB
3212 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3213 in the dry-run case.
3214
523b128c
MB
3215 * jka-compr.el (with-auto-compression-mode): New macro.
3216
c3b27206
MB
3217 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3218 (custom-group-tag-face, custom-variable-tag-face): Use relative
3219 :height and inherit from `variable-pitch' face instead of
3220 hardwiring :family.
3221 * hi-lock.el (hi-black-hb): Likewise.
3222
ddba99ad
MB
3223 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3224 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3225 toolbar-add-item, if image doesn't have a mask add a `:mask
3226 heuristic'.
3227
7e99fbde
SM
32282000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3229
3230 * diff-mode.el: Docstring fixes.
3231 (diff-header-face, diff-comment-face): New faces.
3232 (diff-font-lock-keywords): Highlight a bit differently.
3233 (diff-find-source-location): Don't return SPAN any more.
3234 (diff-hunk-text): Don't bother erasing the temp buffer.
3235 (diff-find-text): Drop argument LINE.
3236 (diff-apply-hunk): Update calls to diff-find-text.
3237 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3238
3239 * calendar/calendar.el: Docstring fixes.
3240 (calendar-make-alist): Don't quote lambda.
3241 (calendar-star-date): Use make-local-variable.
3242
fb275c02
DL
32432000-09-19 Dave Love <fx@gnu.org>
3244
7e99fbde
SM
3245 * toolbar/tool-bar.el: Renamed from toolbar.el.
3246 Change `toolbar' to `tool-bar' generally in symbols.
3247 Make some items invisible in `special' major modes.
3248 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3249 Add arg PROPS.
532cb34d 3250
7e99fbde
SM
3251 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3252 Add :version here.
fb275c02
DL
3253 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3254
8f4ca9a5
GM
32552000-09-19 Gerd Moellmann <gerd@gnu.org>
3256
8b7707e1 3257 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3258
8b7707e1 3259 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3260 (find-file-noselect): Use it.
3261
8b7707e1 3262 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3263 (fancy-splash-screen): Defgroup.
3264
8f4ca9a5
GM
3265 * add-log.el (change-log-font-lock-keywords): Match names
3266 more exactly for the case that font-lock-constant-face is
3267 underlined.
3268
ba9eeda1 32692000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3270
8b7707e1 3271 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3272
289eaef9
AS
32732000-09-19 Andre Spiegel <spiegel@gnu.org>
3274
3275 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3276
ce9ded5d
GM
32772000-09-19 Gerd Moellmann <gerd@gnu.org>
3278
c113de23
GM
3279 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3280 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3281 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3282 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3283 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3284 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3285 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3286 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3287 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3288 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3289 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3290 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3291
ce9ded5d
GM
3292 * startup.el (fancy-splash-text): New variable.
3293 (fancy-splash-delay, fancy-splash-image): New user-options.
3294 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3295 (fancy-splash-screens): New functions.
3296 (command-line-1): If display has a `display' frame parameter, has
3297 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3298
b9b1c3a9
DL
32992000-09-19 Dave Love <fx@gnu.org>
3300
3301 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3302 with null `help'. Use modern backquote syntax.
3303
1af25534
GM
33042000-09-19 Gerd Moellmann <gerd@gnu.org>
3305
afd3c8cd
GM
3306 * font-lock.el (font-lock-mode): Change message telling the user
3307 that ``the buffer is too big''.
3308
1af25534
GM
3309 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3310 for instance for the case that tab-width is 2.
3311
05b1f851
GM
33122000-09-18 Gerd Moellmann <gerd@gnu.org>
3313
3314 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3315 toolbar-add-item, if image doesn't have a mask add a `:mask
3316 heuristic'.
3317
8ec8f673
MB
33182000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3319
2b612b1f
MB
3320 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3321 and return a cons if it's non-nil.
3322 (diff-apply-hunk): Try to jump to the line in the source text
3323 corresponding to the position of point in the in the hunk.
3324
9b4a7800 3325 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3326 (Info-title-1-face): Use face inheritance and relative sizes
3327 instead of hard-wiring things.
3328
3329 * faces.el (secondary-selection): Make dark-background variant sane.
3330
5eedab4d
AI
33312000-09-16 Andrew Innes <andrewi@gnu.org>
3332
5eedab4d
AI
3333 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3334 read-only, since they aren't under VC now.
3335
6a142f26
DL
33362000-09-17 Dave Love <fx@gnu.org>
3337
e07436e1
DL
3338 * tmm.el: Replace mapcar with mapc in several places.
3339
3340 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3341 ad-unadvise.
3342
7d354dd5
DL
3343 * international/latin1-disp.el: New file.
3344
6a142f26
DL
3345 * calendar/cal-move.el (scroll-calendar-left)
3346 (scroll-calendar-right): Make arg optional (for active mode line).
3347
3348 * calendar/calendar.el (calendar-mode-line-format): Make fields
3349 mouse-sensitive.
3350 (calendar-read-date, calendar-read-date, calendar-window-list):
3351 Unquote lambda.
3352 (calendar-month-name): Use aref, not sref.
3353
3354 * view.el (minor-mode-alist): Propertize the string.
3355
3356 * international/characters.el (standard-case-table): Add entries
3357 for Greek.
3358
50ac70af
MB
33592000-09-18 Miles Bader <miles@gnu.org>
3360
53c9ab4f
MB
3361 * info.el (info-node, info-xref): Add dark-background variants.
3362
a114b1ca
MB
3363 * faces.el (header-line): Change defaults to be less confusing
3364 when mixed with mode-lines.
3365
50ac70af
MB
3366 * info.el (Info-fontify-node): Make a few cleanups.
3367 Add extra `help-echo' and `local-map' props to node xrefs.
3368 Use header-specific faces for node-names & xrefs.
3369 (Info-use-header-line): New variable.
53c9ab4f 3370 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3371 (Info-setup-header-line): New function.
3372 (Info-select-node): Call Info-setup-header-line when enabled.
3373 (Info-extract-pointer): Work even if the header line is hidden.
3374 (Info-header-line): New variable.
3375
729927ff
SM
33762000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3377
3378 * vms-patch.el (print-region-function): Don't quote lambda.
3379
3380 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3381
3382 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3383 (lm-get-header-re): Allow spaces between the header and the colon.
3384 (lm-header): Allow $ in non-RCS headers.
3385 (lm-header-multiline): Put the strings back into order.
3386 Stop at an empty line. Don't require two space chars if the
3387 line is clearly not another header line.
3388
3389 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3390 (popup-menu-popup): Remove.
3391
7a98d821
GM
33922000-09-15 Gerd Moellmann <gerd@gnu.org>
3393
7f8f1edc
GM
3394 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3395 specification if or if not tool-bar item contains an `:enabled'
3396 property.
3397
7a98d821
GM
3398 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3399 current buffer has no file name.
3400
a7bc704b
DL
34012000-09-15 Dave Love <fx@gnu.org>
3402
3403 * strokes.el: Sync with maintainer's current version with changes
3404 for Emacs, but avoid runtime cl and levents.
3405 (toplevel): Change autoloads and compilation requires.
3406 (strokes-version, strokes-bug-address, strokes-lift): Values
3407 changed.
3408 (strokes-xpm-header, strokes-insinuated): New variable.
3409 (strokes): Add :link.
3410 (strokes-mode): Customized.
3411 (strokes-while-inhibiting-garbage-collector): New macro.
3412 (strokes-remassoc): Avoid remove-if.
3413 (strokes-fix-button2-command): Don't use ad-do-it.
3414 (strokes-insinuate): New function.
3415 (strokes-button-press-event-p, strokes-button-release-event-p):
3416 New functions, used instead of non-`strokes-' versions..
3417 (strokes-mouse-event-p): Rewritten.
3418 (strokes-event-closest-point): Avoid event-point.
3419 (strokes-get-grid-position): Avoid cdadr, caadr
3420 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3421 functions.
3422 (strokes-help): Use with-output-to-temp-buffer.
3423 (strokes-window-configuration-changed-p): New function.
3424 (strokes-update-window-configuration): Use buffer-live-p,
3425 strokes-window-configuration-changed-p.
3426 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3427 (strokes-char-face): New face.
3428 (strokes-char-table, strokes-base64-chars): New variable.
3429 (strokes-xpm-for-stroke, strokes-list-strokes)
3430 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3431 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3432 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3433 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3434 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3435 functions.
3436
47e351a3
GM
34372000-09-15 Gerd Moellmann <gerd@gnu.org>
3438
ebb8f116
GM
3439 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3440
47e351a3
GM
3441 * image.el (create-image): Doc fix.
3442
3443 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3444 instead of `:heuristic-mask t'.
3445
fe83b953
AI
34462000-09-14 Andrew Innes <andrewi@gnu.org>
3447
3448 * makefile.w32-in: Revert to Unix line endings.
3449
52481729
AI
34502000-09-14 Andrew Innes <andrewi@gnu.org>
3451
3021e816
AI
3452 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3453 when installing.
3454
52481729
AI
3455 * makefile.nt (DONTCOMPILE): Fix typo.
3456
3457 * shell.el (shell-write-history-on-exit): New function.
3458 (shell-dumb-shell-regexp): New custom variable.
3459 (shell-mode): Make shell-write-history-on-exit the process
3460 sentinel if shell name matches shell-dumb-shell-regexp.
3461
3462 * w32-fns.el: Comment out before-init-hook function which resets
3463 source-directory based; this breaks bootstrap.
3464
f8034e41
DL
34652000-09-14 Dave Love <fx@gnu.org>
3466
3467 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3468 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3469 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3470 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3471 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3472 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3473 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3474 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3475 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3476
3477 * toolbar/toolbar.el: New.
3478
3479 * subdirs.el: Add toolbar.
3480
b9ce5694
GM
34812000-09-14 Gerd Moellmann <gerd@gnu.org>
3482
3483 * indent.el (indent-for-tab-command): Doc fix.
3484
986b7dee
GM
34852000-09-14 Alex Schroeder <alex@gnu.org>
3486
3487 * ansi-color.el (ansi-colors): Doc change.
3488 (ansi-color-get-face): Simplified regexp.
3489 (ansi-color-faces-vector): Added more faces, doc change.
3490 (ansi-color-names-vector): Doc change.
3491 (ansi-color-regexp): Simplified regexp.
3492 (ansi-color-parameter-regexp): New regexp.
3493 (ansi-color-filter-apply): Doc change.
3494 (ansi-color-filter-region): Doc change.
3495 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3496 deal with zero length parameters.
3497 (ansi-color-apply-on-region): Doc change.
3498 (ansi-color-map): Doc change.
3499 (ansi-color-map-update): Removed debugging message.
3500 (ansi-color-get-face-1): Added condition-case to trap
3501 args-out-of-range errors.
3502 (ansi-color-get-face): Doc change.
3503 (ansi-color-make-face): Removed.
3504 (ansi-color-for-shell-mode): New option.
9b4a7800 3505
076ff911
KH
35062000-09-13 Kenichi Handa <handa@etl.go.jp>
3507
3508 * international/quail.el (quail-start-translation): Translate KEY
3509 if necessary even if it doesn't have any mapping in the current
3510 input method.
3511 (quail-start-conversion): Likewise.
3512 (quail-help): The output message is improved.
3513
bdf08678
MB
35142000-09-13 Miles Bader <miles@gnu.org>
3515
3516 * comint.el (comint-output-filter): Revert to using
3517 `insert-before-markers'. Add bletcherous hack to undo damage
3518 caused by `insert-before-markers'. Put `front-sticky' property on
3519 overlays created here so that the field code understands how the
3520 overlay works. Use a let when making comint-last-prompt-overlay,
3521 so that the code is easier to read.
3522
ffb8db8d
DL
35232000-09-13 Dave Love <fx@gnu.org>
3524
3525 * wid-edit.el (widget-default-format-handler): DTRT when
3526 doc-property is a function.
3527
5dd05f61
GM
35282000-09-12 Francesco Potorti` <pot@gnu.org>
3529
3530 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3531 filed name if it's not there.
3532
35177617
DL
35332000-09-12 Dave Love <fx@gnu.org>
3534
9023837e
DL
3535 * simple.el (read-mail-command): Doc fix.
3536 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3537
35177617
DL
3538 * vc.el (vc-dired-listing-switches): Fix :version.
3539
3540 * vc-hooks.el: Doc fixes.
3541
3542 * subr.el (add-minor-mode): Use toggle-fun arg.
3543
3544 * speedbar.el: Add :version to several defcustoms.
3545
3546 * imenu.el (imenu--truncate-items, imenu--cleanup)
3547 (imenu--generic-function): Avoid mapcar.
3548 (imenu--replace-spaces): Function removed.
3549 (imenu--completion-buffer): Use subst-char-in-string.
3550 (imenu-add-to-menubar): Use keymap inheritance.
3551
1afaae94
MB
35522000-09-12 Miles Bader <miles@gnu.org>
3553
3554 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3555 (diff-mode-map): Bind `diff-test-hunk'.
3556 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3557
35582000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3559
3560 * bytecomp.el (byte-compile-defvar): Undo last change
3561 because it breaks '(make-variable-buffer-local (defvar ...)'
3562 which is used at least in dired.
3563
63c36c3c
KH
35642000-09-12 Kenichi Handa <handa@etl.go.jp>
3565
3566 * international/quail.el (quail-define-package): Docstring
3567 modified.
3568
1ad24be1
KH
35692000-09-12 Kenichi Handa <handa@etl.go.jp>
3570
362a8065
KH
3571 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3572 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3573 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3574 docstring of "chinese-py".
3575
1ad24be1
KH
3576 * international/quail.el (quail-translation-docstring): New
3577 variable.
3578 (quail-show-keyboard-layout): Docstring modified.
3579 (quail-select-current): Likewise.
3580 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3581 infinite recursive call.
3582 (quail-help): Check quail-translation-docstring. Format of the
3583 output changed.
3584 (quail-help-insert-keymap-description): Adjusted for the above
3585 change.
3586
cc0f95a4
GM
35872000-09-11 Gerd Moellmann <gerd@gnu.org>
3588
3589 * bytecomp.el (byte-compile-defvar): Only cons onto
3590 current-load-list in top-level forms. Else this leaks a cons cell
3591 every time a defun is called.
3592
7530b6da
MB
35932000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3594
3595 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3596 Now understands non-unified diffs. Some functionality moved into
3597 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3598 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3599 modify anything. Only reposition point in the patched file if the
3600 patch succeeds. Only pop up another window if POPUP is true.
3601 Emit a message describing what happened if successful, and at what
3602 line-offset. Automatically detect reversed hunks and do something
3603 appropriate.
3604 (diff-hunk-text, diff-find-text): New functions.
3605 (diff-filter-lines): Function removed.
3606 (diff-test-hunk): New function.
3607 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3608
6b124390
DL
36092000-09-10 Dave Love <fx@gnu.org>
3610
3611 * textmodes/tildify.el: Minor doc/commentary fixes.
3612 (tildify) <defgroup>: Add :version.
3613
3614 * faces.el (face-x-resources): Make custom type more specific.
3615 (frame-background-mode): Use mapc.
3616 (region) <defcustom>: Add :version.
3617
7f8b6551
SM
36182000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3619
9b4a7800
TTN
3620 * vc-sccs.el (vc-sccs-register):
3621 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3622 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3623 * vc.el (vc-register): Clear file's properties.
3624
c454aac1
GM
36252000-09-08 Gerd Moellmann <gerd@gnu.org>
3626
3627 * faces.el (face-spec-set): Only face-spec-reset-face when
3628 ATTRS is non-nil.
3629
bb934822
EZ
36302000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3631
3632 * help.el (help-insert-xref-button): Fix a typo in doc string.
3633
03419440
EZ
36342000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3635
7f8b6551
SM
3636 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3637 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3638 methods.
3639
03419440
EZ
3640 * menu-bar.el (read-mail-item-name): New function.
3641 (menu-bar-tools-menu): Use it to compute and display the package
3642 used to read email.
3643 (menu-bar-tools-menu): Fix typo in GUD's help string.
3644
dbcee71a
DL
36452000-09-07 Dave Love <fx@gnu.org>
3646
19e713d8
DL
3647 * diff-mode.el (diff-mouse-goto-source): New function.
3648
a7cafade 3649 * vc-sccs.el: Doc fixes.
7f8b6551 3650 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3651
3652 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3653 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3654 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3655 (vc-rcs-master-templates): Add or change :version.
3656
7f8b6551 3657 * vc-cvs.el: Doc fixes.
a7cafade
DL
3658 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3659 (vc-cvs-stay-local): Add :version.
3660
dbcee71a
DL
3661 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3662
ed254191
KH
36632000-09-07 Kenichi Handa <handa@etl.go.jp>
3664
3665 * international/quail.el (quail-help): Fix previous change.
3666
ab0ee409
GM
36672000-09-07 Gerd Moellmann <gerd@gnu.org>
3668
f46f845b 3669 * faces.el (color-values): Doc fix.
9b4a7800 3670
ab0ee409
GM
3671 * faces.el (frame-set-background-mode): Use frame-parameter
3672 instead of frame-parameters.
3673
3674 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3675 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3676 frame-parameters.
9b4a7800 3677
f7246ac7
KH
36782000-09-07 Kenichi Handa <handa@etl.go.jp>
3679
3680 * language/devan-util.el (devanagari-to-indian-region): In the
3681 loop, change the following char, not preceding char.
3682
96889af2
GM
36832000-09-07 Gerd Moellmann <gerd@gnu.org>
3684
1091dd67
GM
3685 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3686 instead of frame-parameters.
3687
9b4a7800 3688 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3689 internal-set-lisp-face-attribute with FRAME being 0.
3690
3691 * vc.el: Remove `Id' version control keyword.
96889af2 3692
0fddd0dc
KH
36932000-09-07 Kenichi Handa <handa@etl.go.jp>
3694
3695 * help.el (help-make-xrefs): Adjusted for the change of
3696 help-xref-mule-regexp.
3697 (help-insert-xref-button): New function.
3698
3699 * international/mule-cmds.el (help-xref-mule-regexp-template):
3700 Include the pattern for character set.
3701 (leim): New group.
3702
3703 * international/quail.el: Don't require face.
3704 (quail): New group.
7f8b6551 3705 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3706 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3707 (quail-keyboard-layout-substitution): New variable.
3708 (quail-update-keyboard-layout): New function.
3709 (quail-keyboard-layout-type): New customizable variable.
3710 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3711 (quail-keyboard-translate): Pay attention to
3712 quail-keyboard-layout-substitution.
3713 (quail-insert-kbd-layout): New function.
3714 (quail-show-keyboard-layout): New function.
3715 (quail-get-translation): If the definition is a vector of length
7f8b6551 3716 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3717 in that string.
3718 (quail-update-current-translations): Fix the case of
3719 relative-index out of range.
3720 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3721 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3722 Show key sequences for all available characters.
0fddd0dc
KH
3723 (quail-help-insert-keymap-description): Don't show such verbose
3724 key bindings as quail-self-insert-command.
3725
3726 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3727 Format changed, and each element now have extra documentations.
3728 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3729 Adjusted for the change of quail-cxterm-package-ext-info.
3730
8ddceaf1
GM
37312000-09-06 Gerd Moellmann <gerd@gnu.org>
3732
3733 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3734 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3735 during bootstrap.
3736
099bd78a
SM
37372000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3738
3739 * vc.el: (toplevel): Don't require `dired' at run-time.
3740 (vc-dired-resynch-file): Remove autoload cookie.
3741
37422000-09-05 Andre Spiegel <spiegel@gnu.org>
3743
3744 * vc.el: Made several backend functions optional.
3745 (vc-default-responsible-p): New function.
3746 (vc-merge): Use RET for first version to trigger merge-news, not
3747 prefix arg.
3748 (vc-annotate): Handle backends that do not support annotation.
3749 (vc-default-merge-news): Removed. The existence of a merge-news
3750 implementation is now checked on caller sites.
3751
9b4a7800 3752 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3753 case.
3754
9b4a7800 3755 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3756 special case that has been removed from the default in vc-hooks.el.
3757
37582000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3759
3760 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3761
37622000-09-05 Andre Spiegel <spiegel@gnu.org>
3763
3764 * vc-hooks.el: Require vc during compilation.
3765 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3766 macro `with-vc-properties' in vc.el.
3767 (vc-file-getprop): Doc fix.
3768 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3769
099bd78a
SM
3770 * vc.el: Require dired-aux during compilation.
3771 (vc-name-assoc-file): Moved to vc-sccs.el.
3772 (with-vc-properties): New macro.
9b4a7800 3773 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3774 vc-finish-steal): Use it.
3775 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3776 to the backend-specific function is now supposed to do the checkout,
3777 too.
3778 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3779
9b4a7800 3780 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3781 set file properties; that gets done in the generic code now.
3782
3783 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3784 Changed parameter list, added code from vc.el that does the
3785 checkout, possibly with a double-take.
3786
3787 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3788 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3789 the above under the new name.
3790 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3791 parameter list, added checkout command.
3792 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3793 properties; that gets done in the generic code now.
3794
37952000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3796
3797 * vc.el: Docstring fixes (courtesy of checkdoc).
3798
37992000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3800
3801 * vc.el (vc-checkout-writable-buffer-hook)
3802 (vc-checkout-writable-buffer): Remove.
3803 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3804 (vc-log-mode): Make it into a clean derived major mode.
3805 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3806 vc-log-mode if log-edit is not available.
3807 (vc-dired-mode-map): Don't set-keymap-parent yet.
3808 (vc-dired-mode): Do set-keymap-parent here.
3809 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3810
08ba3862
GM
38112000-09-05 Gerd Moellmann <gerd@gnu.org>
3812
3813 * faces.el (set-face-attribute, face-spec-reset-face)
3814 (face-spec-set): Avoid consing by removing calls to `apply'.
3815
3816 * frame.el (frame-parameter): Move to C code.
3817
3b4429b4
DL
38182000-09-05 Dave Love <fx@gnu.org>
3819
3820 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3821 insert-before-markers-and-inherit. Now checked systematically!
3822
877055f6
GM
38232000-09-05 Alex Schroeder <alex@gnu.org>
3824
3825 * sql.el (sql-postgres): Use sql-postgres-options.
3826 (sql-postgres-options): New variable.
3827
38282000-09-05 Alex Schroeder <alex@gnu.org>
3829
3830 * sql.el (sql-mode-menu): Work around missing variable mark-active
3831 in XEmacs.
3832 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3833 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3834 compatibility.
3835
7a004b71
GM
38362000-09-04 Gerd Moellmann <gerd@gnu.org>
3837
54baed30 3838 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3839
7a004b71
GM
3840 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3841
3842 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3843
38442000-09-04 Andre Spiegel <spiegel@gnu.org>
3845
3846 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3847 don't support anything else under SCCS yet.
3848
3849 * vc-hooks.el: Minor doc fixes.
3850
38512000-09-04 Andre Spiegel <spiegel@gnu.org>
3852
3853 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3854 not necessary. If verbose in state `needs-patch', do the same as
3855 under `up-to-date'. When NOT verbose and `needs-patch', check out
3856 latest version instead of `merge-news'.
3857 (vc-next-action-dired): Don't mess with default-directory here; it
3858 breaks other parts of dired. It is the job of the
099bd78a 3859 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3860 (vc-next-action): Remove a special CVS case.
3861 (vc-clear-headers): New optional arg FILE.
3862 (vc-checkin, vc-checkout): Set properties vc-state and
3863 vc-checkout-time properly.
099bd78a 3864 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3865 (vc-print-log): Use new backend function `show-log-entry'.
3866 (vc-cancel-version): Do the checks in a different order. Added a
3867 FIXME concerning RCS-only code.
3868
3869 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3870 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3871
3872 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3873
9b4a7800 3874 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3875 `needs-patch' as a `-' too.
3876
38772000-09-04 Andre Spiegel <spiegel@gnu.org>
3878
3879 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3880 (vc-default-could-register): New function.
3881 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3882 (vc-resynch-buffer): Call vc-dired-resynch-file.
3883 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3884 vc-resynch-buffer instead of vc-resynch-window.
3885 (vc-next-action-dired): Don't redisplay here, that gets done as a
3886 result of the individual file operations.
3887 (vc-retrieve-snapshot): Corrected prompt order.
3888
3889 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3890
7a004b71
GM
3891 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3892 as well.
3893 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3894 hostname regexps. Updated all callers.
3895 (vc-cvs-responsible-p): Handle directories as well.
3896 (vc-cvs-could-register): New function.
3897 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3898 properties up-to-date.
9b4a7800 3899
7a004b71
GM
3900 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3901 user whether to create one.
3902
39032000-09-04 Andre Spiegel <spiegel@gnu.org>
3904
3905 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3906 check out a non-existing file.
3907
3908 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3909 workfile does not exist.
3910
3911 * vc.el (vc-version-diff): Use `require' to check for existence of
3912 diff-mode.
3913
39142000-09-04 Andre Spiegel <spiegel@gnu.org>
3915
3916 * vc-cvs.el (vc-cvs-registered): Use new function
3917 vc-cvs-parse-entry to do the actual work.
3918
39192000-09-04 Andre Spiegel <spiegel@gnu.org>
3920
3921 * vc-hooks.el (vc-find-backend-function): If function doesn't
3922 exist, return nil instead of error.
3923 (vc-call-backend): Doc fix.
3924
3925 * vc.el (vc-do-command): Doc fix.
3926 (vc-finish-logentry): When checking in from vc-dired, choose the
3927 right backend for logentry check.
3928 (vc-dired-mode-map): Inherit from dired-mode-map.
3929 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3930 simplified.
3931 (vc-dired-state-info): Removed, updated caller.
3932 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3933 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3934 (vc-dired-listing-switches): New variable.
3935 (vc-directory): Use it, instead of dired-listing-switches.
3936
3937 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3938 (vc-cvs-dir-state): New function.
7f8b6551 3939 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3940 (vc-cvs-parse-entry): New function, also to be used in
3941 vc-cvs-registered.
9b4a7800 3942
7a004b71
GM
39432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3944
3945 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3946 *or* single-window-frames.
3947
39482000-09-04 Andre Spiegel <spiegel@gnu.org>
3949
3950 * vc.el (vc-update-changelog): Split into generic part and default
3951 implementation. Doc string adapted.
3952 (vc-default-update-changelog): New function. Call the `rcs2log'
3953 script in exec-directory, to fix a long-standing nuisance.
3954
3955 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3956 simply signals an error.
9b4a7800 3957
7a004b71
GM
39582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3959
3960 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3961 control-flow more clear and to avoid running `cvs' twice.
3962
3963 * vc.el (vc-next-action-on-file): Doc fix.
3964 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3965 (vc-print-log): Eval `file' before constructing the continuation.
3966
39672000-09-04 Andre Spiegel <spiegel@gnu.org>
3968
3969 * vc.el (vc-next-action-on-file): Corrected several messages.
3970 (vc-merge): Add prefix arg `merge-news'; handle it.
3971
3972 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3973 is not reached. It is.
3974 (vc-cvs-merge): Set state to 'edited after merge.
3975 (vc-cvs-merge-news): Set workfile version to nil if not known.
3976 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3977
3978 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3979 via stdout. (Merge from main line.)
9b4a7800 3980
7a004b71
GM
39812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3982
3983 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3984 detection.
3985
39862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3987
3988 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3989 against kill-all-local-variables.
3990 (vc-log-edit): Don't save vc-parent-buffer any more.
3991 (vc-last-comment-match): Initialize to an empty string.
3992 (vc-post-command-functions): New hook.
3993 (vc-do-command): Run it.
3994 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3995 (vc-finish-logentry): Only add the comment to the ring if it's
3996 different from the last comment entered.
3997 (vc-new-comment-index): New function.
3998 (vc-previous-comment): Use it. Make the minibuffer message
3999 slightly less terse.
4000 (vc-comment-search-reverse): Make it work forward as well. Don't
4001 set vc-comment-ring-index if no match is found. Use
4002 vc-new-comment-index.
4003 (vc-comment-search-forward): Use vc-comment-search-reverse.
4004 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4005 define-derived-mode will do it for us. Bind `v' to a keymap that
4006 inherits from vc-prefix-map so that we can bind `vt' without
4007 binding C-x v t.
4008 (vc-retrieve-snapshot): Parenthesis typo.
4009
4010 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4011 to 1. Make sure to switch to *vc* before looking for an error
4012 message. Use vc-parse-buffer.
4013
40142000-09-04 Andre Spiegel <spiegel@gnu.org>
4015
4016 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4017 and NAME.
4018 (vc-retrieve-snapshot): Split into two parts.
4019 (vc-default-retrieve-snapshot): New function.
4020
4021 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4022 (vc-cvs-retrieve-snapshot): New function (untested).
4023 (vc-cvs-stay-local): Default to t.
4024 (vc-cvs-remote-p): New function and property.
4025 (vc-cvs-state): Stay local only if the above is t.
4026 (vc-handle-cvs): Removed.
4027 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4028 done via vc-handled-backends now.
4029 (vc-cvs-header): Escape Id.
4030
40312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4032
4033 * vc.el (vc-do-command): Remove unused commands.
4034 (vc-version-diff): Make sure default-directory ends with a slash.
4035 Move the window commands into a vc-exec-after.
4036 (vc-print-log): Move more of the code into the `vc-exec-after'.
4037
40382000-09-04 Andre Spiegel <spiegel@gnu.org>
4039
4040 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4041 (vc-print-log): Search current revision from beginning of buffer.
4042 (vc-revert-buffer): Clear echo area after the diff is finished.
4043 (vc-prefix-map): Removed definition of "t" for terse display in vc
4044 dired.
4045 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4046 definition of "vt" for terse display.
4047 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4048
40492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4050
4051 * vc.el (vc-exec-after): Avoid caddr.
4052
40532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4054
4055 * vc.el (vc-exec-after): New function.
4056 (vc-do-command): Use it to add a termination message for async
4057 procs.
4058 (vc-checkout): Try to handle a missing-backend situation.
4059 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4060 of a directory with a backend using async diffs.
4061 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4062 present.
4063
4064 * vc-sccs.el (vc-sccs-state-heuristic): Use
4065 file-ownership-preserved-p.
4066
4067 * vc-rcs.el (vc-rcs-state-heuristic): Use
4068 file-ownership-preserved-p.
4069 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4070
40712000-09-04 Andre Spiegel <spiegel@gnu.org>
4072
4073 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4074 vc-do-command.
4075
4076 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4077 when there are no changes.
4078
40792000-09-04 Andre Spiegel <spiegel@gnu.org>
4080
4081 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4082
4083 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4084
40852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4086
4087 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4088
4089 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4090 the `fset' outside of the defvar so that it works even if
4091 vc-prefix-map was already defined.
4092 (vc-setup-buffer): New function, split out of vc-do-command.
4093 (vc-do-command): Allow BUFFER to be t to mean `just use the
4094 current buffer without any fuss'.
4095 (vc-version-diff): Change the `diff' backend operation to just put
4096 the diff in the current buffer without erasing it. Always use
4097 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4098 shrink-window-if-larger-than-buffer.
4099 (vc-print-log): Change the `print-log' backend operation to just
4100 put the log in the current buffer without erasing it. Protect
4101 shrink-window-if-larger-than-buffer.
4102 (vc-update-change-log): Fix setd typo.
4103
4104 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4105 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4106
4107 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4108 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4109 CMP.
4110
4111 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4112 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4113 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4114
41152000-09-04 Andre Spiegel <spiegel@gnu.org>
4116
4117 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4118 not possible, use vc-BACKEND-workfile-unchanged-p.
4119 (vc-default-workfile-unchanged-p): New function. Delegates to a
4120 full vc-BACKEND-diff.
4121
4122 * vc-hooks.el (vc-simple-command): Removed.
4123
4124 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4125 instead of vc-simple-command.
4126 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4127 avoid doing a diff when opening a file.
4128 (vc-rcs-state): Added check for unlocked-changes.
4129 (vc-rcs-header): Escape Id.
4130 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4131 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4132 version.
4133
4134 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4135 (vc-sccs-diff): Remove optional arg CMP.
4136 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4137 SCCS-specific function.
4138
4139 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4140 vc-simple-command.
4141
41422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4143
4144 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4145 (with-vc-file, vc-merge): Use vc-editable-p.
4146 (vc-do-command): Remove unused var vc-file and fix the
4147 doubly-defined `status' var. Add a user message when starting an
4148 async command.
4149 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4150 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4151 Use with-current-buffer.
4152 (vc-buffer-sync): Use unless.
4153 (vc-next-action-on-file): If the file is 'edited by read-only,
4154 make it read-write instead of trying to commit.
4155 (vc-version-diff, vc-update-change-log): Use `setq
4156 default-directory' rather than `cd'.
4157 (vc-log-edit): Don't forget to set default-directory in the
4158 buffer.
4159
4160 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4161 (vc-sccs-state-heuristic): Use file-writable-p instead of
4162 comparing userids.
4163 (vc-sccs-checkout): Use `unless'.
4164
4165 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4166 of comparing userids.
4167 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4168 Simplify the logic by eliminating unreachable code.
4169 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4170 just do a recursive call if we need to retry.
4171 (vc-rcs-checkout): Handle the case where rcs is missing by making
4172 the buffer read-write if requested and re-signalling the error.
4173
4174 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4175
41762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4177
4178 * vc-hooks.el (vc-handled-backends): Docstring change.
4179 (vc-ignore-vc-files): Mark obsolete.
4180 (vc-registered): Check vc-ignore-vc-files.
4181 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4182 vc-ignore-vc-files.
4183
4184 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4185
41862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4187
4188 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4189 files since ange-ftp already has vc-registered return nil.
4190
4191 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4192 (vc-sccs-workfile-version): Use with-temp-buffer and new
4193 vc-parse-buffer and don't bother setting the property.
4194 (vc-sccs-add-triple): Use with-current-buffer and
4195 find-file-noselect.
4196 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4197
4198 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4199 derives from the old vc-parse-buffer but uses the revision number
4200 rather than the date (much easier to compare robustly).
4201 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4202 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4203 locking-user more directly. Check strict locking and set
4204 checkout-model appropriately.
4205 (vc-rcs-parse-locks): Remove.
4206 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4207 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4208 (vc-rcs-system-release): Use with-current-buffer and
4209 vc-parse-buffer.
4210 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4211
4212 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4213 (vc-simple-command): Docstring fix.
4214 (vc-registered): Align the way the file-handler is called with the
4215 way the function itself works.
4216 (vc-file-owner): Remove.
4217
4218 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4219 extraction of fields and call to file-attributes because of a
4220 temporary bug in rcp.el.
4221 (vc-cvs-fetch-status): Use with-current-buffer.
4222
42232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4224
4225 * vc.el (vc-do-command): Use file-relative-name.
4226 (vc-responsible-backend): Use vc-backend if possible.
4227 (vc-create-snapshot): Improve the `interactive' spec. Add support
4228 for branches and dispatch to backend-specific `create-snapshot'.
4229 (vc-default-create-snapshot): New function, containing the bulk of
4230 the old vc-create-snapshot.
4231 (vc-retrieve-snapshot): Improve the interactive spec.
4232
4233 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4234 (vc-backend-hook-functions): Remove.
4235 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4236 (vc-backend): Reintroduce the test for `file = nil' now that I
4237 know why it was there (and added a comment to better remember).
4238
4239 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4240 code from vc-sccs-hooks.el.
4241 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4242 'vc anymore.
4243 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4244 and file-directory-p instead of file-exists-p.
4245 (vc-sccs-check-headers): Simplify the regexp.
4246
4247 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4248 from vc-rcs-hooks.el. Don't require 'vc anymore.
4249 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4250 file-directory-p instead of file-exists-p.
4251
4252 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4253 from vc-cvs-hooks.el.
4254 (proto vc-cvs-registered): Require 'vc-cvs instead of
4255 'vc-cvs-hooks. Don't require 'vc anymore.
4256 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4257 file-directory-p instead of file-exists-p.
4258 (vc-cvs-create-snapshot): New function, replacing
4259 vc-cvs-assign-name.
4260 (vc-cvs-assign-name): Remove.
4261
42622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4263
4264 * vc-cvs.el (vc-cvs-header): New var.
4265
4266 * vc-rcs.el (vc-rcs-exists): Remove.
4267 (vc-rcs-header): New var.
4268
4269 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4270 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4271 (vc-sccs-header): New var.
4272
4273 * vc.el (vc-do-command): Get rid of the `last' argument.
4274 (vc-header-alist): Remove, replaced by vc-X-header.
4275 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4276 (vc-dired-hook): Use expand-file-name instead of concat.
4277 (vc-directory): Use file-name-as-directory.
4278 (vc-snapshot-precondition, vc-create-snapshot)
4279 (vc-retrieve-snapshot): Allow the command to operate on any
4280 directory.
4281
4282 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4283 just removing the 'WORKFILE argument or by removing the 'MASTER
4284 argument and replacing `file' with (vc-name file).
4285
42862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4287
4288 * vc.el: Update Copyright and add a crude list of backend funs.
4289 (vc-writable-p): New function.
4290 (with-vc-file): Use vc-writable-p.
7f8b6551 4291 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4292 (vc-register): Avoid vc-name.
4293 (vc-locking-user): Remove.
4294 (vc-steal-lock): Make the `owner' arg non-optional.
4295 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4296 vc-checkout-model.
4297 (vc-default-dired-state-info): Use vc-state instead of
4298 vc-locking-user and return special strings for special states.
4299 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4300 and get rid of one of the special CVS cases.
4301 (vc-cancel-version): prettify error message with \\[...].
4302 (vc-rename-master): New function.
4303 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4304 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4305 the CVS special case generic.
4306 (vc-default-record-rename): Remove.
4307 (vc-file-tree-walk-internal): Only call FUNC for files that are
4308 under control of some VC backend and replace `concat' with
4309 expand-file-name.
4310 (vc-file-tree-walk): Update docstring.
4311 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4312 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4313
4314 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4315 vc-sccs-record-rename. Use `find-file-noselect' rather than
4316 `find-file' and call `vc-rename-master' to do the actual move.
4317 (vc-sccs-diff): Remove unused `backend' variable.
4318
4319 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4320 to delay loading of vc-sccs until it is really used.
4321 (vc-sccs-master-templates): Preload.
4322 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4323 (vc-sccs-project-dir): Remove (merged into
4324 vc-sccs-search-project-dir).
4325 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4326 rather than `concat', make sure it is preloaded and don't bother
4327 to check that the file actually exists.
4328 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4329 `locks' argument (use buffer's content instead) and eliminate n^2
4330 behavior.
4331
4332 * vc-rcs.el: Update Copyright.
4333 (vc-rcs-rename-file): New function.
4334 (vc-rcs-diff): Remove unused `backend' variable.
4335
4336 * vc-hooks.el: Update Copyright.
4337 (vc-backend): Don't accept a nil argument any more.
4338 (vc-up-to-date-p): Turn into a defsubst.
4339 (vc-possible-master): New function.
4340 (vc-check-master-templates): Use `vc-possible-master' and allow
4341 funs in vc-X-master-templates to return a non-existent file.
4342
4343 * vc-cvs.el: Update Copyright.
4344 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4345 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4346
4347 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4348
43492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4350
4351 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4352 since it can be called from vc-rcs.el.
4353 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4354
43552000-09-04 Andre Spiegel <spiegel@gnu.org>
4356
4357 * vc.el (vc-version-diff): Expand file name read from the
4358 minibuffer. Handle the case when a previous version number can't
4359 be guessed. Give suitable messages when there were no differences
4360 found.
4361 (vc-clear-headers): Call backend-specific implementation, if one
4362 exists.
4363 (vc-cancel-version): Made error checks generic. When done, clear
4364 headers generically, too.
4365
4366 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4367 from vc-clear-headers in vc.el.
4368
4369 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4370 correctly.
4371 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4372 optional. Handle the case when it's not there.
4373
43742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4375
4376 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4377
43782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4379
4380 * vc-hooks.el (vc-loadup): Remove.
4381 (vc-find-backend-function): Use `require'. Also, handle the case
4382 where vc-BACKEND-hooks.el doesn't exist.
4383 (vc-call-backend): Cleanup.
4384
43852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4386
4387 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4388 vc-rcs-grab-templates)
4389 (vc-rcs-registered): Remove. The default function works as well.
4390 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4391 vc-sccs-grab-templates)
4392 (vc-sccs-registered): Remove. The default function works as well.
4393
4394 * vc.el (vc-version-diff): Left out a vc- in call to
4395 vc-call-backend.
4396 (vc-default-dired-state-info, vc-default-record-rename)
4397 (vc-default-merge-news): Update for the new backend argument.
4398
4399 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4400 using the default function.
4401 (vc-call-backend): If calling the default function, pass it the
4402 backend as first argument. Update the docstring accordingly.
4403 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4404 for the new backend argument.
4405 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4406 (vc-find-backend-function): Use the new name.
4407 (vc-default-registered): New function.
4408
44092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4410
4411 * vc.el (vc-merge): Use vc-find-backend-function.
4412
4413 * vc-hooks.el (vc-backend-functions): Remove.
4414 (vc-loadup): Don't setup 'vc-functions.
4415 (vc-find-backend-function): New function.
4416 (vc-call-backend): Use above fun and populate 'vc-functions
4417 lazily.
4418 (vc-backend-defines): Remove.
4419
44202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4421
4422 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4423 Call vc-call-backend without the leading vc-.
4424 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4425 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4426 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4427 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4428 Call vc-call-backend without the leading vc-.
4429
4430 * vc-cvs.el (tail): Provide vc-cvs.
4431 * vc-sccs.el (tail): Provide vc-sccs.
4432 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4433
4434 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4435 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4436 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4437 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4438 (vc-call-backend): Always try to load vc-X-hooks.
4439 (vc-registered): Remove vc- in call to vc-call-backend.
4440
44412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4442
4443 * vc.el (vc-process-filter): New function.
4444 (vc-do-command): Setup `vc-process-filter' for the async process.
4445 (vc-maybe-resolve-conflicts): New function to reduce
4446 code-duplication. Additionally, it puts the buffer in
4447 `smerge-mode' if applicable.
4448 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4449 calling `merge-news'.
7f8b6551 4450 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4451 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4452 interfacing to log-edit.el.
4453 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4454 log-edit is available.
4455 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4456
44572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4458
4459 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4460 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4461 defvar and the initialization.
4462 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4463
4464 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4465 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4466
7f8b6551 4467 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4468
44692000-09-04 Andre Spiegel <spiegel@gnu.org>
4470
4471 * vc.el (vc-file-clear-masterprops): Removed.
4472 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4473 (vc-version-diff): Use buffer-size without argument.
4474 (vc-register): Heed vc-initial-comment.
4475
4476 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4477 default branch.
4478
4479 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4480 file name and workfile version.
4481 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4482
4483 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4484 vc-file-clear-masterprops.
4485
4486 * vc-sccs.el (vc-sccs-checkout): Removed call to
4487 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4488 rather than user login name.
4489
4490
44912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4492
4493 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4494 `want-differences-if-changed' and simplify.
4495 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4496 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4497 output (which is invalid for async vc-diff) to decide whether to
4498 do the revert silently or not.
4499
45002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4501
4502 * vc-hooks.el (vc-loadup): Load files quietly.
4503 (vc-call-backend): Oops, brain fart.
4504
45052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4506
4507 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4508 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4509
45102000-09-04 Andre Spiegel <spiegel@gnu.org>
4511
4512 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4513 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4514 vc-state or vc-up-to-date-p.
4515 (vc-merge): Use vc-backend-defines to check whether merging is
4516 possible. Set state to 'edited after successful merge.
4517
4518 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4519 return that name. Redocumented.
4520
45212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4522
4523 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4524 new `vc-state' semantics.
4525 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4526 'vc-locking-user to the current user.
4527 (vc-merge): Inline vc-backend-merge. Comment out code that I
4528 don't understand and hence can't adapt to the new `vc-state' and
4529 `vc-locking-user' semantics.
4530 (vc-backend-merge): Remove.
4531
4532 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4533 rather than 'vc-locking-user.
4534
4535 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4536
4537 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4538 (vc-state): Don't use 'reserved any more. Just use the same
4539 convention as the one used for vc-<backend>-state where the
4540 locking user (as a string) is returned.
4541 (vc-locking-user): Update, based on the above convention. The
4542 'vc-locking-user property has disappeared.
7f8b6551 4543 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4544
4545 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4546 with a heuristic one.
4547 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4548 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4549 error. That allows us to get to 'needs-merge even in the
4550 stay-local case. There's still no way to detect 'needs-patch in
4551 such a setup (or to force an update for that matter).
4552 (vc-cvs-logentry-check): Remove, the default works as well.
4553
45542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4555
7f8b6551 4556 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4557
4558 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4559 major-mode in which the buffer might have been put earlier. Use
4560 `remove' and `when'. Allow `okstatus' to be `async' and use
4561 `start-process' in this case.
4562 (vc-version-diff): Handle the case where the diff looks empty
4563 because of the use of an async process.
4564
45652000-09-04 Andre Spiegel <spiegel@gnu.org>
4566
4567 * vc.el (vc-next-action-on-file): Removed optional parameter
4568 `simple'. Recompute state unconditionally.
4569 (vc-default-toggle-read-only): Removed.
4570
4571 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4572 (vc-toggle-read-only): Undid prev change.
4573
4574 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4575 vc-cvs-simple-toggle. Redocumented.
4576 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4577 (vc-cvs-toggle-read-only): Removed.
4578
45792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4580
7f8b6551 4581 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4582 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4583 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4584 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4585 still is. So maybe it should be removed.
4586 (vc-head-version, vc-find-binary): Remove.
4587 (vc-recompute-state): Move from vc-hooks.el.
4588 (vc-next-action-on-file): Add a `simple' argument to allow
4589 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4590 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4591 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4592 (vc-dired-mode-map): Properly defvar it.
4593 (vc-print-log): Call log-view-mode if available.
4594 (small-temporary-file-directory): defvar instead of use boundp.
4595 (vc-merge-news): Moved to vc-cvs.el.
4596 (vc-default-merge-news): New function.
4597
4598 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4599 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4600 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4601 unknown `vc-latest-version' function. It should probably refer to
4602 vc-workfile-version or somesuch, but it's very unclear to me and I
4603 don't have SCCS to test things.
4604
4605 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4606 (vc-sccs-state-heuristic): Fix typo.
4607 (vc-sccs-workfile-unchanged-p): Add missing argument.
4608
4609 * vc-rcs.el: Require vc and vc-rcs-hooks.
4610 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4611 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4612 (vc-release-greater-or-equal-p): Move from vc.
4613 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4614 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4615 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4616 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4617
4618 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4619 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4620 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4621 than the apparently unbound `workfile-version'.
4622
4623 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4624 (vc-file-prop-obarray): Use `make-vector'.
4625 (vc-backend-functions): Add new hookable functions
4626 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4627 (vc-loadup): If neither backend nor default functions exist, use
4628 the backend function rather than nil.
4629 (vc-call-backend): If the function if not bound yet, try to load
4630 the non-hook file to see if it provides it.
4631 (vc-call): New macro plus use it wherever possible.
4632 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4633 nor `vc-find-binary' since it's only called from
7f8b6551 4634 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4635 (vc-checkout-model): Fix parenthesis.
4636 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4637
7f8b6551 4638 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4639 (vc-cvs-release, vc-cvs-system-release): Remove.
4640 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4641 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4642 status symbols.
4643 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4644 (vc-cvs-toggle-read-only): First cut at a function to allow a
4645 cvs-status-free vc-toggle-read-only.
4646 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4647 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4648 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4649 (vc-cvs-checkout): Modify access rights directly if the user
4650 requested not to use `cvs edit'. And refresh the mode line.
4651
4652 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4653 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4654
46552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4656
4657 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4658 workfile' that got lost when the code was extracted from vc.el.
4659 And merged the tail with the rest of the code (not possible in the
4660 old vc.el where the tail was shared among all backends). And
4661 explicitly set the state to 'edited if `writable' is set.
4662
4663 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4664 (vc-cvs-state): Be careful to return the value from
4665 vc-cvs-parse-state.
4666 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4667 property but return it instead. Also be careful to handle a nil
4668 or "" `rev' when workfile is non-nil (it was handled properly when
4669 workfile was nil).
4670
4671 * vc.el: Removed those pesky unnecessary `(function' quotes.
4672 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4673 directly in the defvar.
4674 (vc-do-command): Bind inhibit-read-only so as to properly handle
4675 the case where the destination buffer has been made read-only.
4676 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4677 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4678 (vc-annotate-mode-variables): Removed (code moved partly to
4679 defvars and partly to vc-annotate-add-menu).
4680 (vc-annotate-mode): Turned into a derived-mode.
4681 (vc-annotate-add-menu): Moved in code in
4682 vc-annotate-mode-variables.
4683 (vc-update-change-log): Use make-temp-file if available.
4684
46852000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4686
4687 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4688 `vc-checkout-model' updated to `vc-cvs-update-model'.
4689
46902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4691
4692 * vc.el (vc-next-action-on-file): Added handling of state
4693 `unlocked-changes'.
4694 (vc-checkout-carefully): Is now practically obsolete, unless the
4695 above is too slow to be enabled unconditionally.
4696 (vc-update-change-log): Fixed typo.
4697
4698 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4699
7f8b6551
SM
4700 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4701 Now handles state `unlocked-changes'.
4702 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4703
4704 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4705
4706 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4707 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4708 `unlocked-changes'.
4709 (vc-rcs-workfile-unchanged-p): Renamed from
4710 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4711 function yet, but supposed to become one soon.
4712
4713 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4714 `vc-steal-lock'.
4715 (vc-call-backend): Changed error message.
4716 (vc-state): Added description of state `unlocked-changes'.
4717
47182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4719
4720 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4721 always return t in CVS-controlled directories.
4722
4723 * vc.el (vc-responsible-backend): New function.
4724 (vc-register): Largely rewritten.
4725 (vc-admin): Removed (implementation moved into vc-register).
4726 (vc-checkin): Redocumented.
4727 (vc-finish-logentry): If no backend defined yet (because we are in
4728 the process of registering), use the responsible backend.
4729
4730 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4731 Updated function lists.
4732 (vc-call-backend): Fixed typo.
4733
7f8b6551
SM
4734 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4735 New functions.
4736 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4737 Removed query option. Redocumented.
7a004b71
GM
4738
47392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4740
4741 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4742
4743 * vc.el: Updated callers of `vc-checkout-required' to use
4744 `vc-checkout-model'.
4745
47462000-09-04 Martin Lorentzson <martinl@gnu.org>
4747
4748 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4749 stuff updated to reference this function instead of the old
4750 `vc-backend-release-p'.
4751
47522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4753
4754 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4755 vc-checkout-model. Return appropriate values. Updated callers.
4756
47572000-09-04 Martin Lorentzson <martinl@gnu.org>
4758
7f8b6551 4759 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4760 (vc-backend-revert): Function moved into `vc-revert';
4761 `vc-next-action' must be updated to accomodate this change.
4762 (vc-backend-steal): Function moved into `vc-finish-steal'.
4763 (vc-backend-logentry-check): Function moved into
4764 `vc-finish-logentry'.
4765 (vc-backend-printlog): Function moved into `vc-print-log'.
4766 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4767 (vc-backend-assign-name): Function moved into
4768 `vc-create-snapshot'.
4769
47702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4771
4772 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4773 Rename to vc-checkout-model. Return appropriate values.
4774 Update callers.
7a004b71 4775
7f8b6551 4776 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4777 to vc-checkout-model.
7f8b6551
SM
4778 (vc-checkout-required): Rename to vc-checkout-model.
4779 Re-implement and re-comment.
7a004b71
GM
4780 (vc-after-save): Use vc-checkout-model.
4781
47822000-09-04 Martin Lorentzson <martinl@gnu.org>
4783
7f8b6551
SM
4784 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4785 Update to use the vc-BACKEND-diff functions instead.
4786 `vc-diff' is now working.
7a004b71 4787
7f8b6551 4788 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4789
7f8b6551 4790 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4791
4792 * vc-sccs.el (vc-sccs-diff): Function changed name from
4793 `vc-backend-diff'. This makes `vc-diff' work.
4794
7f8b6551 4795 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4796 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4797 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4798 signaled during `vc-after-save'.
4799
7f8b6551
SM
4800 * vc.el: Fix typo.
4801 This checkin is made with our new VC code base for the very first time.
4802 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4803
4804 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4805 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4806
4807 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4808 updated to `vc-uses-locking'.
7f8b6551 4809 (vc-checkout-required): Call to backend function.
7a004b71
GM
4810 `vc-checkout-required' updated to `vc-uses-locking' instead.
4811
4812 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4813 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4814
7f8b6551 4815 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4816 to match the split into various backends.
7f8b6551 4817 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4818 (vc-retrieve-snapshot): Bug fix.
4819
48202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4821
4822 * vc-sccs.el (vc-sccs-release): Doc fix.
4823
48242000-09-04 Martin Lorentzson <martinl@gnu.org>
4825
4826 * vc.el (vc-next-action-on-file): Bug found and fixed.
4827 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4828 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4829
4830 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4831 (vc-rcs-checkout): Name space cleaned up. No more revision number
4832 crunching function names that are not prefixed with vc-rcs.
4833 (vc-rcs-checkout-model): Function added. References to
4834 `vc-checkout-model' replaced.
4835
48362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4837
4838 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4839 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4840 still need to be split, and implemented for RCS).
4841
48422000-09-04 Martin Lorentzson <martinl@gnu.org>
4843
4844 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4845
4846 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4847 required by the vc.el file.
4848
4849 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4850 required by the vc.el file.
4851 (vc-rcs-exists): Function added.
4852
4853 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4854 required by the vc.el file.
4855
4856 * vc.el (vc-admin): Updated to handle selection of appropriate
4857 backend. Current implementation is crufty and need re-thinking.
4858
4859 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4860
48612000-09-04 Martin Lorentzson <martinl@gnu.org>
4862
4863 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4864 beginning of annotate buffers correctly.
4865
4866 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4867 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4868 functionality updated quite a lot to support multiple backends.
4869 Variables `vc-annotate-mode', `vc-annotate-buffers',
4870 `vc-annotate-backend' added.
4871
4872 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4873 `vc-annotate-difference' added to supported backend functions.
4874
48752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4876
4877 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4878 Use with-temp-file instead of /bin/sh. Merged from mainline
4879
48802000-09-04 Martin Lorentzson <martinl@gnu.org>
4881
4882 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4883
4884 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4885
4886 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4887
48882000-09-04 Martin Lorentzson <martinl@gnu.org>
4889
4890 * vc-hooks.el: vc-state-heuristic added to
4891 vc-backend-hook-functions.
4892
4893 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4894
4895 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4896
7f8b6551
SM
4897 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4898 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4899 state to `reserved'.
4900
4901 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4902 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4903
49042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4905
7f8b6551 4906 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4907 untouched.
4908
7f8b6551 4909 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4910
7f8b6551 4911 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4912 if defined. (Merged from main line, slightly adapted.)
4913
4914 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4915 millenium problem (merged from mainline).
4916
49172000-09-04 Martin Lorentzson <martinl@gnu.org>
4918
4919 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4920 part and moved the non-BACKEND stuff to vc.el.
4921
4922 * vc.el: Split the annotate feature into a BACKEND specific part
4923 and moved it from the vc-cvs.el file to this one.
4924
49252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4926
7f8b6551
SM
4927 * vc-hooks.el: Implement new state model.
4928 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4929 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4930 locked by somebody else.
7f8b6551 4931 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4932 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4933 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4934 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4935
7f8b6551
SM
4936 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4937 Various simplifications and adaptations all over the place.
7a004b71 4938
7f8b6551
SM
4939 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4940 Simplify and adapt the rest.
7a004b71 4941
7f8b6551 4942 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4943 interaction with view mode according to recent RCS change.
7f8b6551 4944 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4945
49462000-09-04 Martin Lorentzson <martinl@gnu.org>
4947
7f8b6551 4948 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4949
49502000-09-04 Martin Lorentzson <martinl@gnu.org>
4951
4952 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4953 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4954 (vc-minor-part, vc-previous-version): Functions that operate and
4955 compare revision numbers got proper documentation. Comments added
4956 about their possible removal.
4957
49582000-09-04 Martin Lorentzson <martinl@gnu.org>
4959
4960 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4961 the vc-backend.el files.
4962
4963 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4964
4965 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4966 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4967 (vc-rcs-previous-version): Functions added.
4968
4969 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4970
4971 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4972
49732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4974
4975 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4976 Comment out the definition for now. What is the right procedure
7a004b71
GM
4977 to get rid of it?
4978 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4979 rewritten.
7f8b6551 4980 (vc-default-registered): Remove.
7a004b71
GM
4981 (vc-check-master-templates): New function; does mostly what the
4982 above did before.
4983 (vc-locking-user): Don't rely on the backend to set the property.
4984
4985 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4986 Rewrite documentation.
7a004b71
GM
4987 (vc-rcs-templates-grabbed): New variable.
4988 (vc-rcs-grab-templates): New function.
7f8b6551 4989 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4990
4991 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4992 Rewrite documentation.
7a004b71
GM
4993 (vc-sccs-templates-grabbed): New variable.
4994 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4995 (vc-sccs-registered): Rewrite to use above mechanism.
4996 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4997 Don't throw the result, simply return it.
7a004b71 4998
7f8b6551
SM
4999 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5000 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5001 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5002
7f8b6551 5003 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5004 from main line.
5005
50062000-09-04 Martin Lorentzson <martinl@gnu.org>
5007
7f8b6551 5008 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5009
7f8b6551 5010 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5011
7f8b6551
SM
5012 * vc-rcs.el (vc-rcs-diff): New function.
5013 (vc-rcs-checkout): Bug (typo) found and fixed.
5014 (vc-rcs-register-switches): New variable.
7a004b71
GM
5015
5016 * vc.el (vc-backend-diff): Function removed and placed in the
5017 backend files.
5018
50192000-09-04 Martin Lorentzson <martinl@gnu.org>
5020
5021 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5022
5023 * vc.el (vc-backend-checkout): Function removed and replaced in
5024 the vc-backend.el files.
5025
5026 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5027
5028 * vc.el (vc-backend-admin): Removed and replaced in the
5029 vc-backend.el files.
5030
5031 * vc.el (Martin): Removed all the annotate functionality since it
5032 is CVS backend specific.
5033
50342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5035
5036 * spec.txt: Added specification of vc-state.
5037
5038 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5039 Remove handling of vc-latest-version and
7a004b71
GM
5040 vc-your-latest-version. What used to be vc-latest-version, is now
5041 returned as vc-workfile-version.
7f8b6551 5042 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5043
50442000-09-04 Dave Love <fx@gnu.org>
5045
5046 * vc.el: [Merged from mainline.]
5047 (vc-dired-mode): Make the dired-move-to-filename-regexp
5048 regexp match the date, to avoid treating date as file size.
5049 Add YYYY S option to WESTERN/
5050
50512000-09-04 Dave Love <fx@gnu.org>
5052
5053 * vc.el: Require `compile' when compiling.
5054 (vc-logentry-check-hook): New option.
5055 (vc-steal-lock): Use compose-mail.
5056 (vc-dired-mode-map): Defvar when compiling.
5057 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5058 vc-sccs.el and renamed. Callers changed.
5059 (vc-backend-checkout, vc-backend-logentry-check)
5060 (vc-backend-merge-news): Doc fix.
5061 (vc-default-logentry-check): New function.
5062 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5063 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5064 (vc-backend-merge): Doc fix. Use backend functions.
5065 (vc-check-headers): Use backend functions.
5066
5067 * vc-cvs.el: Require vc when compiling.
5068 (vc-cvs-register-switches): Doc fix.
5069 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5070 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5071 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5072 New functions (code from vc.el).
5073 (vc-annotate-display-default): Fix interactive spec.
5074 (vc-annotate-time-span): Doc fix.
5075
5076 * vc-rcs.el: Require vc when compiling.
5077 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5078 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5079 (vc-rcs-checkin): New functions (code from vc.el).
5080 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5081 Doc fix.
5082 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5083
5084 * vc-sccs.el: Require vc when compiling.
5085 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5086 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5087 (vc-sccs-revert)
5088 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5089 from vc.el).
5090 (vc-sccs-add-triple, vc-sccs-record-rename)
5091 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5092 (vc-sccs-admin): Doc fix.
5093
50942000-09-04 Martin Lorentzson <martinl@gnu.org>
5095
5096 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5097 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5098 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5099 from vc.el.
5100
5101 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5102
5103 * vc-cvs.el: Moved the annotate functionality from vc.el.
5104 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5105
51062000-09-04 Dave Love <fx@gnu.org>
5107
5108 * vc.el (vc-backend-release): Call vc-system-release.
5109
5110 * vc-sccs.el (vc-sccs-system-release):
5111 Renamed from vc-sccs-backend-release.
5112
5113 * vc-rcs.el (vc-rcs-system-release):
5114 Renamed from vc-rcs-backend-release.
5115
5116 * vc-cvs.el (vc-cvs-system-release):
5117 Renamed from vc-cvs-backend-release.
5118
51192000-09-04 Dave Love <fx@gnu.org>
5120
5121 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5122 backend files.
5123 (vc-backend-release): Dispatch to backend functions.
5124 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5125 probably needs attention.]
5126
5127 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5128 (vc-sccs-backend-release): New function.
5129
5130 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5131 (vc-cvs-backend-release): New function.
5132
5133 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5134 Doc fix.
5135 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5136 (vc-default-dired-state-info): New function.
5137 (vc-dired-state-info): Dispatch to backends.
5138 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5139
5140 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5141 from vc.el and renamed.
5142
51432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5144
5145 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5146 (vc-version-other-window, vc-backend-assign-name): Removed
5147 references to vc-latest-version; sometimes changed into
5148 vc-workfile-version.
5149
5150 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5151 vc-rcs-master-workfile-version.
5152 (vc-rcs-workfile-version): Use the above. Don't call
5153 vc-latest-version (that was unreachable code, anyway).
5154 (vc-rcs-fetch-master-properties): Doc fix.
5155
5156 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5157 (vc-backend-hook-functions): Removed them from this list, too.
5158 (vc-fetch-properties): Removed.
5159 (vc-workfile-version): Doc fix.
5160
5161 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5162 (vc-rcs-workfile-version, vc-rcs-locking-user)
5163 (vc-rcs-uses-locking): Use it.
5164
5165 * vc-hooks.el (vc-consult-rcs-headers):
5166 Moved into vc-rcs-hooks.el, under the name
5167 vc-rcs-consult-headers.
5168
5169 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5170 headers.
5171 (vc-cvs-find-master): Use this name only; correct different
5172 versions of the name.
5173
5174 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5175 New functions.
5176 (vc-sccs-locking-user): Use the latter.
5177
5178 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5179 New functions.
5180
5181 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5182 Moved into both
5183 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5184 functions are implementation details of those two backends.
5185
51862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5187
5188 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5189 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5190
5191 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5192 (vc-sccs-parse-locks): SCCS-specific code moved here from
5193 vc-hooks.
5194
5195 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5196 code moved here from vc-hooks.
5197
5198 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5199 into back-end specific parts and removed. Callers not updated
5200 yet; because I guess these callers will disappear into back-end
5201 specific files anyway.
5202
52032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5204
5205 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5206 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5207 `vc-uses-locking'.
5208
5209 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5210 Store yes/no in the property, and return t/nil. Updated all
5211 callers.
5212
5213 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5214 vc-sccs-uses-locking. Don't set property.
5215 (vc-sccs-locking-user): Don't set property.
5216
5217 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5218 vc-cvs-uses-locking. Don't set property here; leave that to
5219 vc-hooks.
5220 (vc-cvs-locking-user): Reflect above change. Streamlined.
5221
5222 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5223 vc-rcs-uses-locking.
5224 (vc-rcs-locking-user): Reflect above change.
5225
52262000-09-04 Dave Love <fx@gnu.org>
5227
5228 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5229
5230 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5231
5232 * vc-hooks.el (vc-checkout-model): Punt to backends.
5233
5234 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5235
5236 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5237
5238 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5239 New functions.
5240
5241 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5242 New functions.
5243
5244 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5245 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5246
5247 * vc-hooks.el (vc-default-locking-user): New function.
5248 (vc-locking-user, vc-workfile-version): Punt to backends.
5249
52502000-09-04 Dave Love <fx@gnu.org>
5251
5252 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5253 (vc-master-workfile-version): Moved from vc-hooks.
5254
5255 * vc-rcs-hooks.el: Fix duplicate code in last change.
5256
5257 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5258 (vc-rcs-master-templates): Improve :type.
5259 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5260 vc-master-workfile-version): Moved from vc-hooks.
5261
5262 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5263 (vc-sccs-master-templates): Improve :type.
5264 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5265
5266 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5267
5268 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5269 (vc-cvs-master-templates): Improve :type. Use
5270 vc-cvs-find-cvs-master.
5271 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5272 from vc-hooks.
5273 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5274
5275 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5276 Moved to vc-cvs-hooks.
5277
5278 * vc-hooks.el: Add doc strings in various places. Simplify the
5279 minor mode setup.
5280 (vc-handled-backends): New user variable.
5281 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5282 simplification.
5283
52842000-09-04 Dave Love <fx@gnu.org>
5285
5286 * vc.el: Some doc fixes for autoloaded and interactive functions.
5287 Fix compilation warnings from ediff stuff.
5288 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5289
5290 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5291
5292 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5293
5294 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5295
52962000-09-04 Dave Love <fx@gnu.org>
5297
5298 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5299 New variable.
5300 (vc-make-backend-function, vc-loadup, vc-call-backend)
5301 (vc-backend-defines): New functions.
5302
5303 * vc-hooks.el: Various doc fixes.
5304 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5305 (vc-match-substring): Function removed. Callers changed to use
5306 match-string.
5307 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5308 Simplify.
5309
53102000-09-04 Dave Love <fx@gnu.org>
5311
5312 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5313 type.
5314 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5315 (vc-sccs-registered): Doc fix.
5316
5317 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5318 (vc-cvs-registered): Doc fix.
5319
5320 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5321 (vc-rcs-registered): Doc fix.
5322
53232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5324
5325 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5326
5327 * vc-hooks.el: vc-registered has been renamed
5328 vc-default-registered. Some functions have been moved to the
5329 backend specific files. they all support the
5330 vc-BACKEND-registered functions.
5331
53322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5333
5334 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5335
5336 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5337
a033ea13
DL
53382000-09-04 Dave Love <fx@gnu.org>
5339
179fc9ef
DL
5340 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5341 menu-bar-update-hook.
5342
5343 * help.el (help-manyarg-func-alist): Add
5344 find-operation-coding-system.
5345
a033ea13
DL
5346 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5347
5348 * custom.el (custom-set-variables): Print message about errors in
5349 setting.
5350
f8803e97
AI
53512000-09-03 Andrew Innes <andrewi@gnu.org>
5352
5353 * makefile.w32-in: Change to DOS line endings.
5354
59836110
EZ
53552000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5356
5357 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5358 minor-mode keymaps, if they don't have one.
5359
5514ba5c
EZ
53602000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5361
5362 * eshell/esh-module.el (eval-when-compile): Don't lose if
5363 esh-module.el's file name is truncated to DOS 8+3 limits.
5364
79cf8e80
JW
53652000-09-01 John Wiegley <johnw@gnu.org>
5366
5367 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5368 predicate, which caused entries in the completion list to be
5369 doubled.
5370
53712000-08-30 John Wiegley <johnw@gnu.org>
5372
5373 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5374 sending to subprocesses. Also, hook pre-command-hook if
5375 `eshell-send-direct-to-subprocesses' is non-nil.
5376 (eshell-send-direct-to-subprocesses): New config variable. If t,
5377 subprocess input is send immediately.
5378 (eshell-toggle-direct-send): New function.
5379 (eshell-self-insert-command): New function.
5380 (eshell-intercept-commands): New function.
5381 (eshell-send-input): If direct subprocess sending is enabled,
5382 don't echo any input to the Eshell buffer. Let the subprocess
5383 handle that. This requires "stty echo" in bash, for example.
5384
53852000-08-28 John Wiegley <johnw@gnu.org>
5386
5387 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5388 completion function for Eshell's implementation of `unset'.
5389
778911b9
EZ
53902000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5391
5392 * info.el (Info-directory-list): Doc fix.
5393
05d07b49
PB
53942000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5395
9b4a7800 5396 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5397 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5398
9941d4c7
KH
53992000-08-31 Kenichi Handa <handa@etl.go.jp>
5400
5401 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5402 coding systems.
5403
af9ba8ad
AI
54042000-08-30 Andrew Innes <andrewi@gnu.org>
5405
5406 * timer.el (run-with-idle-timer): Undo last change, so that timer
5407 is not activated immediately if Emacs is already idle. Some
5408 existing code relies on this behaviour.
5409
caccd8f2
MB
54102000-08-30 Miles Bader <miles@gnu.org>
5411
5412 * frame.el (set-frame-font): Do completion of font-name for
5413 interactive use.
5414
b64c0a1c
KH
54152000-08-30 Kenichi Handa <handa@etl.go.jp>
5416
5417 * international/quail.el (quail-start-translation): Bind locally
5418 last-command-event, last-command, and this-command.
5419 (quail-start-conversion): Likewise.
75cf0095 5420 (quail-self-insert-command): Fix docstring.
b64c0a1c 5421
fd5f61d3
GM
54222000-08-29 Gerd Moellmann <gerd@gnu.org>
5423
5424 * progmodes/executable.el
5425 (executable-make-buffer-file-executable-if-script-p): Check that
5426 buffer contains at least 2 characters.
5427
5b671d04
EZ
54282000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5429
5430 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5431
485d9513
DL
54322000-08-29 Dave Love <fx@gnu.org>
5433
a39fb83d
DL
5434 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5435 (diff-mode-shared-map): Bind mouse-2.
5436 (diff-imenu-generic-expression): New variable.
5437 (diff-mode): Use it.
5438
485d9513
DL
5439 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5440 (mouse-popup-menubar): Add minor mode menus.
5441 (popup-menu): Check for lookup-key returning number.
5442
ba3478d9
MB
54432000-08-29 Miles Bader <miles@gnu.org>
5444
5445 * comint.el (comint-send-input): Create overlays using the proper
5446 front/read-advance arguments.
9b4a7800 5447
c3d6d211
GM
54482000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5449
5450 * ps-print.el: Even/odd pages printing. Doc fix.
5451 (ps-print-version): New version number (6.0).
5452 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5453 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5454 (ps-print-duplex-feature): Variable eliminated.
5455 (ps-even-or-odd-pages): New variable.
5456
ba087cd7 5457 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5458 (ebnf-version): New version (3.3).
5459 (ebnf-user-arrow): Change variable customization to sexp.
5460 (ebnf-user-arrow): Function eliminated.
5461 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5462
d313265f
KH
54632000-08-29 Kenichi Handa <handa@etl.go.jp>
5464
cba62b78 5465 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5466 (help-make-xrefs): Handle help-xref-mule-regexp.
5467
5468 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5469 variable.
5470 (describe-input-method): Temporarily activate the specfied input
5471 method to display the information.
5472 (describe-language-environment): Hyperlinks to mule related items.
5473
5474 * international/mule-diag.el (charset-multibyte-form-string): New
5475 function.
5476 (list-character-sets-1): Use charset-multibyte-form-string.
5477 (describe-character-set): New function.
5478 (describe-coding-system): Hyperlinks to safe character sets.
5479
5480 * international/quail.el (quail-help): New arg PACKAGE.
5481 Hyperlinks to mule related items.
5482 (quail-help-insert-keymap-description): Use
5483 substitute-command-keys instead of describe-bindings.
5484 (quail-translation-help): Hyperlinks to mule related items.
5485
b4bd214e
JW
54862000-08-28 John Wiegley <johnw@gnu.org>
5487
ca7aae91
JW
5488 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5489 have a defsubst call itself. Made `eshell-flatten-list' back into
5490 a function again.
5491
b4bd214e
JW
5492 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5493 catch, in case re-centering point at bottom messes up the display.
5494 This happens frequently in Emacs 21, due I believe to variable
5495 line heights.
5496
5497 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5498 to call `find-tag-interactive'.
5499
5500 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5501 the list of remember directories.
5502
d44e146b
JW
55032000-08-28 John Wiegley <johnw@gnu.org>
5504
5505 * align.el: Test align-region-separate to see if it's a symbol.
5506
546c0888 55072000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5508
5509 * eshell/esh-util.el (eshell-flatten-list): Made this function
5510 into a defsubst form. It gets used very frequently, although
5511 calls don't occur all that often.
5512
5513 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5514 examining it.
5515
5516 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5517 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5518 `eshell-protect'.
5519 (eshell-copy-handles): Created a new macro for duplicating the
5520 current set of open handles. This is needed by the looping
5521 functions.
5522 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5523 is not incorrectly stomped on.
5524
5525 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5526 declaration for pcomplete-use-paring.
5527 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5528 value of eshell-cmpl-use-paring.
5529 * pcomplete.el (pcomplete-use-paring): New config variable, to
5530 indicate whether paring should be used.
5531 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5532 completion alternatives that have already been used.
5533
5534 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5535 bound to C-c C-y, which will repeat the previous N arguments
5536 (based on prefix argument).
5537 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5538
5539 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5540 if there is no *Help* buffer. This is for XEmacs, which renames
5541 its help buffers uniquely. TODO: Find out what the current buffer
5542 name to delete is.
5543
5544 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5545 first entry that correlates to a passwd/group number. Later
5546 entries (used for group/user name aliasing to multiple IDs) are
5547 ignored.
5548
9b4a7800
TTN
5549 * eshell/em-xtra.el (eshell/expr):
5550 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5551 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5552 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5553 argument list, before passing it to the system command.
5554
5555 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5556 `find-tag' for use at final position in Eshell buffers (which
5557 otherwise triggers an error on Emacs 21).
5558 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5559 buffer, if it is currently bound to `find-tag'.
5560
5561 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5562 in the list of matched Makefile names.
5563 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5564 directory, prefer its contents to Makefile.
5565
5566 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5567 directory parts (like "cd old new", or "cd =regexp"), are now case
5568 sensitive on non-Windows/DOS platforms.
5569
5570 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5571 types RET after an open delimiter (like "), display a message
5572 indicating that Eshell is waiting for the closing delimiter.
5573
5574 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5575 environment variables.
5576
5577 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5578 gracefully if the user enters incorrect arguments.
5579
5580 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5581 Eshell buffers.
5582
9b4a7800
TTN
5583 * eshell/esh-var.el (eshell-interpolate-variable):
5584 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5585 * eshell/em-unix.el (eshell-du-sum-directory):
5586 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5587 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5588 (not (= ...)).
5589
5590 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5591 to ensure the `preserve' flag gets propagated when doing recursive
5592 directory copies.
5593
546c0888 55942000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5595
5596 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5597 Don't convert \n into \0177 in memory.
5598 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5599 and back again, when reading and writing.
9b4a7800 5600
546c0888 56012000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5602
5603 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5604 testing of `fboundp' on `processp'.
5605
5606 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5607 (eshell/jobs): Don't call process-list if it is not bound.
5608 (eshell-gather-process-output): Support systems where async
5609 subprocesses aren't supported.
5610 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5611 variables.
5612
5613 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5614 eshell-do-eval returns t.
5615 (eshell-do-pipelines-synchronously): New defmacro.
5616 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5617 when async subprocesses aren't supported.
5618 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5619 if async subprocesses aren't supported.
5620 (eshell-resume-command): Don't assume STATUS is a string.
5621
5622 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5623
5624 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5625 (eshell-close-target, eshell-get-target): Use eshell-processp.
5626 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5627 fix.
5628 (eshell-get-target, eshell-create-handles): Doc fix.
5629
546c0888 56302000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5631
546c0888 5632 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5633 criterion to include commands that output something, as long as it
5634 leaves both the command and the end-of-buffer visible when the
5635 command has exited.
5636 (eshell-review-quick-commands): Adjust the help doc string
5637 accordingly.
5638
2a371c3b
PB
56392000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5640
8348e1f9 5641 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5642 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5643
9b4a7800 5644 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5645 (file-cache-assoc-function): New variable
5646 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5647 Use file-cache-case-fold-search variable
5648 (file-cache-add-file): Use file-cache-assoc-function
5649 (file-cache-delete-file): likewise
5650 (file-cache-directory-name): likewise
5651 (file-cache-debug-read-from-minibuffer): likewise
5652
95931eb1
GM
56532000-08-28 Gerd Moellmann <gerd@gnu.org>
5654
5655 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5656 (abbrev-table-name): New function.
5657 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5658 If non-nil list local abbrev, only.
5659
bb17930d
GM
56602000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5661
546c0888
EZ
5662 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5663 from Gnus support code, and use special article copy buffer
bb17930d
GM
5664 `(gnus-original-article-buffer)' instead. This allows to get rid
5665 of article-hide-headers usage (which breaks in the latest Gnus
5666 version). Thanks to Detlev Zundel.
5667
41a68aef
KH
56682000-08-28 Kenichi Handa <handa@etl.go.jp>
5669
5670 * international/quail.el (quail-use-package): Hide "... loaded"
5671 message.
5672 (quail-start-translation, quail-start-conversion): Likewise.
5673
5674 * international/kkc.el (kkc-region): Hide "... loaded" message.
5675
28bb2cef
DL
56762000-08-27 Dave Love <fx@gnu.org>
5677
5678 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5679
11a1118d
MB
56802000-08-27 Miles Bader <miles@gnu.org>
5681
5682 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5683
0f85d477
KH
56842000-08-27 Kenichi Handa <handa@etl.go.jp>
5685
5686 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5687 'ja-dic-cnv), not (require 'skkdic-cnv).
5688
2d73e8d3
MB
56892000-08-26 Miles Bader <miles@gnu.org>
5690
a0e5a5a4
MB
5691 * faces.el (face-x-resources): Add entry for :inherit.
5692 * cus-face.el (custom-face-attributes): Add support for :inherit
5693 attribute. Add support for relative face heights.
5694 (custom-face-attributes-get): Treat `nil' as being a default value
5695 for :inherit (as well as `unspecified').
5696
19feb949
MB
5697 * faces.el (set-face-attribute): Update doc string.
5698 (face-attribute-name-alist): Add :inherit.
5699 (face-valid-attribute-values): Handle :inherit.
5700 (face-read-string): Rephrase prompt to be less confusing.
5701 Assume that DEFAULT is a string, since we must return a string.
5702 (face-read-integer): Use `format' to turn DEFAULT into an
5703 acceptable default for face-read-string. Match NEW-VALUE against
5704 the string "unspecified", not the symbol `unspecified', since
5705 that's what face-read-string returns.
5706 (read-face-attribute): Lookup a name for old-value in valid, and
5707 use it as a default if we find one. Treat all values from
5708 face-read-string as strings. If the default is used, don't do any
5709 more processing on the value, just use the old value directly.
5710 (read-face-and-attribute, modify-face): Tweak prompt.
5711 (read-face-name): Don't assume prompt ends with a space.
5712
2d73e8d3
MB
5713 * faces.el (describe-face): Add support for :inherit attribute.
5714
a1a2e38f
KH
57152000-08-25 Kenichi Handa <handa@etl.go.jp>
5716
e84fa7c5
KH
5717 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5718 concat doesn't accept interger.
5719
a1a2e38f
KH
5720 * international/kkc.el: Remove SKK from Keywords. Require
5721 ja-dic-utl instead of skkdic-utl.
5722
5723 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5724 Provide ja-dic-cnv instead of skkdic-cnv.
5725 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5726 (iso-2022-7bit-short): Add safe-charsets property.
5727 (skkdic-convert-postfix): Search Japanese chou-on character in
5728 addition to Hiragana character.
5729 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5730 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5731 (batch-skkdic-convert): Likewise.
5732
5733 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5734 Provide ja-dic-utl instead of skkdic-utl.
5735 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5736
f6499c03
DL
57372000-08-24 Dave Love <fx@gnu.org>
5738
1c2c3f16
DL
5739 * disp-table.el (standard-display-default): Make the test of `l'
5740 useful.
5741
f6499c03
DL
5742 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5743 mod sample text.
5744
5745 * international/iso-ascii.el: Make pilcrow convenient string
5746 consistent with section.
5747 (iso-ascii-display): Set up multibyte characters as well as
5748 unibyte.
5749
c543db81
KH
57502000-08-24 Kenichi Handa <handa@etl.go.jp>
5751
5752 * international/mule-cmds.el (reset-language-environment): Set
5753 default-process-coding-system to '(undecided . iso-latin-1), which
5754 makes process I/O almost consistent with file I/O. Call this
5755 function when mule-cmds.el[c] is loaded.
5756
746d9caf
AI
57572000-08-22 Andrew Innes <andrewi@gnu.org>
5758
5759 * makefile.w32-in: New file.
5760
5484005d
MB
57612000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5762
5763 * comint.el (comint-output-filter): Compare end of
5764 comint-last-output-overlay with the start of the newly inserted
5765 text, not the end, when deciding whether to extend it.
9b4a7800 5766 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5767
5768 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5769 since this is now done independently of font-lock mode.
5770
7a912f63
GM
57712000-08-21 Gerd Moellmann <gerd@gnu.org>
5772
5773 * server.el (server-kill-new-buffers): New user option.
5774 (server-existing-buffer): New buffer-local variable.
5775 (server-visit-files): When using an existing buffer, set
5776 server-existing-buffer to t.
5777 (server-buffer-done): If server-kill-new-buffers is t, kill the
5778 buffer, unless it was already present before visiting it with
5779 Emacs server.
9b4a7800 5780
240301df
EZ
57812000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5782
5783 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5784 even if the display doesn't support colors: some displays will
5785 support bold/underline faces.
5786
cbcef616
GM
57872000-08-21 Gerd Moellmann <gerd@gnu.org>
5788
6917e6bb
GM
5789 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5790
cbcef616
GM
5791 * startup.el (command-line): If user's init file had an error,
5792 add explanatory text to *Messages*.
5793
6922b018
KH
57942000-08-21 Kenichi Handa <handa@etl.go.jp>
5795
5796 * man.el (Man-getpage-in-background): Decode the process output by
5797 the system locale coding system.
5798
e50c4203
DL
57992000-08-20 Dave Love <fx@gnu.org>
5800
96ab6351
DL
5801 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5802 Don't test x-popup-menu.
5803 (function) <complete-function>: Complete only fbound symbols.
5804 <validate, value>: New.
5805 (variable) <complete-function>: Complete only bound symbols.
5806 (coding-system): Add :base-only, :complete-function, :validate,
5807 :value, :prompt-match.
5808 (widget-coding-system-prompt-value): Use read-coding-system and
5809 act on :base-only.
5810 (editable-field): Add :help-echo.
5811 (widget-push-button-gui, widget-push-button-cache)
5812 (widget-gui-action, widget-editable-list-gui): COmment out, along
5813 with uses.
5814 (widget-at): Make arg optional.
5815 (widget-echo-help): Adjust for current help-echo calling sequence.
5816 (widget-specify-field, widget-specify-button)
5817 (widget-specify-insert, widget-get-sibling, widget-image-find)
5818 (widget-convert, widget-insert, widget-leave-text)
5819 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5820 (widget-setup, widget-field-find, widget-before-change)
5821 (widget-after-change, widget-default-complete)
5822 (widget-default-create, widget-default-delete)
5823 (widget-push-button-value-create, editable-field)
5824 (widget-field-prompt-value, widget-field-validate)
5825 (widget-choice-value-create, widget-choice-action)
5826 (widget-choice-validate, widget-checklist-add-item)
5827 (widget-radio-add-item, widget-radio-chosen)
5828 (widget-radio-value-inline, widget-editable-list-value-create)
5829 (widget-editable-list-entry-create)
5830 (widget-documentation-link-add)
5831 (widget-documentation-string-value-create)
5832 (widget-regexp-validate, widget-file-complete)
5833 (widget-sexp-validate, widget-plist-convert-widget)
5834 (widget-plist-convert-widget, widget-alist-convert-widget)
5835 (widget-alist-convert-widget, widget-color-complete): Simplify,
5836 particularly to avoid bindings which aren't optimized out.
5837
e50c4203
DL
5838 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5839 Doc fix.
5840 (down-list, backward-up-list, up-list, kill-sexp)
5841 (backward-kill-sexp, mark-sexp): Make arg optional.
5842 (lisp-complete-symbol): Add optional arg PREDICATE.
5843
5844 * cus-start.el: Add display-buffer-reuse-frames,
5845 file-coding-system-alist.
5846
511bd4eb
GM
58472000-08-20 Gerd Moellmann <gerd@gnu.org>
5848
5849 * startup.el (command-line): Clear realized faces after
5850 modifying TTY color mappings.
5851
a9de7d29
MB
58522000-08-20 Miles Bader <miles@gnu.org>
5853
5854 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5855 merely a subset of FACE's attributes.
5856
8a8023d9
MB
58572000-08-19 Miles Bader <miles@gnu.org>
5858
5859 * comint.el (comint-output-filter): Save the point with a marker,
5860 not just a buffer position.
5861
5862 * international/mule.el (set-buffer-process-coding-system): Make
5863 interactive prompt less confusing.
5864
1433385f
GM
58652000-08-19 Gerd Moellmann <gerd@gnu.org>
5866
5867 * hilit-chg.el: General cleanup of doc strings, comments and
5868 code formatting.
5869
136b4eda
MB
58702000-08-19 Miles Bader <miles@gnu.org>
5871
5872 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5873 Compiler macro removed; beginning-of-line is no longer always
5874 equivalent to forward-line, in the presence of fields.
5875
5876 * comint.el (comint-output-filter): Remove ad-hoc saving of
5877 restriction, and just use save-restriction, now that it works
5878 correctly. Don't adjust comint-last-input-start to account for
5879 our insertion; it shouldn't have moved because we don't use
5880 insert-before-markers anymore. Comment out call to
5881 `force-mode-line-update'; why is it here?
5882
5883 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5884 while checking for prompt to delete. Use `forward-line 0'
5885 instead of beginning-of-line.
5886 (gud-filter): Temporarily widen gud comint buffer while
5887 examining output.
5888
cdd0f857
SM
58892000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5890
ebf96bfa
SM
5891 * progmodes/sh-script.el: Big bag of typos.
5892
cdd0f857
SM
5893 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5894 check since ispell-process is not bound when ispell is not yet loaded.
5895
9bb7a286
DL
58962000-08-18 Dave Love <fx@gnu.org>
5897
5898 * image.el (find-image): Copy `spec' before using plist-put.
5899
74ec6045
GM
59002000-08-18 Gerd Moellmann <gerd@gnu.org>
5901
5902 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5903 `portugues'.
5904
5905 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5906 backward-kill-sexp, analogous to kill-sexp.
5907
5908 * progmodes/icon.el (icon-indent-line)
5909 (icon-is-continuation-line): Handle comments specially.
5910
59112000-08-17 Ken Stevens <k.stevens@ieee.org>
5912
5913 * ispell.el: Set to standard author/maintainer/keyword fields.
5914 Fine tuning to menu map appearance and operation, and added help.
5915 Remove `start' and `end' error messages when compiling.
5916 (ispell-choices-win-default-height): Fixed comment string.
5917 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5918 castellano8 dictionaries.
5919 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5920 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5921 dictionary, added italiano dictionary.
5922 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5923 word character
5924 (ispell-tex-skip-alists): Added psfig support.
5925 (ispell-skip-html): Renamed from ispell-skip-sgml.
5926 (ispell-begin-skip-region-regexp, ispell-skip-region)
5927 (ispell-minor-check): Improved html skipping support to skip across
5928 code, and recognize `&' commands without propper `;' syntax;
5929 (ispell-process-line): Fix alignment error when manually
5930 correcting spelling.
5931 (ispell): Fix comment string.
5932 (ispell-add-per-file-word-list): Always put word list on new line.
5933
3787e12e
GM
59342000-08-17 Gerd Moellmann <gerd@gnu.org>
5935
a7b28523
GM
5936 * format.el (format-encode-run-method): Fix error message to say
5937 `encode' instead of `decode'. Use save-window-excursion around
5938 shell-command-on-region as in format-decode-run-method because
5939 shell-command-on-region can display a buffer with error output.
5940 (format-decode): Don't record undo information for the decoding.
5941 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5942 that number part of the temporary buffer name so that more than
5943 one decoding using a temporary buffer can happen safely.
5944
5945 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5946 of `A-z' in the regexp.
5947
5948 * hilit-chg.el: Fix typos in commentary.
5949
3787e12e
GM
5950 * help.el (view-emacs-news): Rewritten for new naming scheme
5951 for old NEWS files.
5952
5953 * startup.el (command-line): Pop to *Messages* in case an error
5954 is signaled while loading user-init-file.
5955
d2473540
AS
59562000-08-17 Andreas Schwab <schwab@suse.de>
5957
5958 * files.el (insert-directory): Don't lose original file name,
5959 undoing an undocumented change.
5960
c0bbaf57
GM
59612000-08-17 Alex Schroeder <alex@gnu.org>
5962
5963 * sql.el (sql-magic-go): Use comint-bol.
5964 (sql-copy-column): Use comint-line-beginning-position.
5965 (comint-line-beginning-position): Define a replacement for
5966 comint-line-beginning-position if it is not fboundp.
5967
59682000-08-17 Alex Schroeder <alex@gnu.org>
5969
5970 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5971 it didn't have any effect anyway.
5972
59732000-08-17 Alex Schroeder <alex@gnu.org>
5974
5975 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5976 --pset and pager=off instead of sending \\o|cat at the beginning
5977 of the session.
5978
9d245da5
MB
59792000-08-17 Miles Bader <miles@gnu.org>
5980
5981 * progmodes/octave-inf.el: Add compatibility definition of
5982 comint-line-beginning-position.
5983
abfdbd2e
KH
59842000-08-17 Kenichi Handa <handa@etl.go.jp>
5985
5986 * startup.el (normal-top-level): Look in each dir in load-path for
5987 a leim-list.el file too. This assures of loading leim-list.el
5988 that is created at Emacs installation time even if a user have his
5989 own leim-list.el.
5990
a0b8c939
MB
59912000-08-17 Miles Bader <miles@gnu.org>
5992
5993 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5994 foreground color to black if the background is dark.
5995
7382bcae
SM
59962000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5997
5998 * loadhist.el (unload-feature): Typo.
5999
9b4a7800 6000 * finder.el (finder-compile-keywords):
7382bcae
SM
6001 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6002 to the generated file.
6003
6004 * mail/mh-e.el (mh-make-local-vars):
6005 Replace make-variable-buffer-local with make-local-variable.
6006
cdd0f857 6007 * play/landmark.el:
7382bcae 6008 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6009 * mail/mailabbrev.el (mail-abbrevs-mode):
6010 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6011 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6012
6013 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6014
6015 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6016 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6017 Allow going past the last element.
9b4a7800 6018 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6019 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6020 (cvs-mouse-toggle-mark): Don't move point.
6021 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6022
6023 * progmodes/compile.el (grep): Provide a default set of files.
6024 (next-error): Docstring fix.
6025 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6026
6027 * emacs-lisp/easy-mmode.el (define-minor-mode):
6028 Use `symbol-value' to keep the byte-compiler quiet.
6029
6030 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6031 (diff-find-source-location): New fun, extracted from diff-goto-source.
6032 (diff-goto-source): Use it.
6033 (diff-next-complex-hunk, diff-filter-lines): New function.
6034 (diff-apply-hunk): New command.
6035
6036 * smerge-mode.el (smerge-mode-menu): Doc fix.
6037
6038 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6039
4f00b8c1
DL
60402000-08-16 Dave Love <fx@gnu.org>
6041
2b5198bb
DL
6042 * windmove.el (windmove) <defgroup>: Add :version.
6043
6044 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6045 (goto-address-fontify-p, goto-address-highlight-p)
6046 (goto-address-url-face, goto-address-url-mouse-face)
6047 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6048 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6049 (goto-address-fontify, goto-address-at-mouse): Simplify,
6050 (goto-address-at-point): browse-url-url-at-point,
6051 goto-address-find-address-at-point can return nil.
6052 (goto-address-find-address-at-point): Return nil on failure.
6053
6054 * align.el (align) <defgroup>: Add :version.
6055
6056 * calculator.el (calculator): Add :version.
6057 (calculator): Use two lines for calculator window if `modeline'
6058 face is boxed.
6059
4f00b8c1
DL
6060 * play/5x5.el: Doc fixes.
6061 (5x5) <defgroup>: Add :version.
6062
6063 * play/fortune.el (fortune) <defgroup>: Add :version.
6064 (fortune-append): Fix error message.
6065 (fortune-from-region): Doc fix.
6066
6067 * play/pong.el (pong): Doc fix.
6068
6069 * play/morse.el: Keywords, commentary, autoloads.
6070
69db7ee7
EZ
60712000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6072
6073 * desktop.el (desktop-save): Don't look at symbol-value of a
6074 member of minor-mode-alist, unless it is boundp.
6075
10e1dad9
SS
60762000-08-16 Sam Steingold <sds@gnu.org>
6077
a0b8c939 6078 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6079 `while'; use `with-current-buffer' instead of `save-excursion'.
6080 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6081
9d7bcb2e
KH
60822000-08-16 Kenichi Handa <handa@etl.go.jp>
6083
6084 * international/ccl.el (declare-ccl-program): Docstring modified.
6085 (ccl-execute-with-args): Likewise.
6086
04231ab8
MB
60872000-08-16 Miles Bader <miles@gnu.org>
6088
9d245da5 6089 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6090 comint-line-beginning-position.
6091
f68446ef
GM
60922000-08-15 Gerd Moellmann <gerd@gnu.org>
6093
dc28878c
GM
6094 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6095 'buffer-menu' property.
6096 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6097 fails.
6098 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6099 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6100 wasn't killed.
10e1dad9 6101
58ed0d3b
GM
6102 * buff-menu.el (list-buffers-noselect): Don't display the
6103 *Buffer List* buffer.
6104
32dc52f7
GM
6105 * font-lock.el: Require jit-lock to prevent a very late
6106 `Loading jit-lock' message.
6107
f68446ef 6108 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6109 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6110 mail address.
6111
90ac90a2
MB
61122000-08-15 Miles Bader <miles@gnu.org>
6113
6114 * textmodes/ispell.el (ispell-graphic-p): New constant.
6115 (ispell-choices-win-default-height, ispell-help): Use
6116 `ispell-graphic-p' instead of `xemacsp'.
6117
b0a0e263
DL
61182000-08-15 Dave Love <fx@gnu.org>
6119
c1e757e3
DL
6120 * simple.el: Autoload widget-convert when compiling.
6121 (mail-user-agent): Doc fix.
6122
6123 * help.el (function-called-at-point, variable-at-point): Use
6124 with-syntax-table.
6125 (help-manyarg-func-alist): Add insert-and-inherit.
6126
6127 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6128
6129 * delsel.el (delsel-unload-hook): New function.
6130
6131 * find-file.el: Doc fixes. Move provide to end.
6132 (ff) <defgroup>: Add :link.
6133 (ff-goto-click): Deleted.
6134 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6135 Use mouse-set-point.
6136
6137 * textmodes/tildify.el: Doc fixes.
6138 (tildify) <defgroup>: Add:version.
6139
6140 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6141 (glasses-custom-set): Use set-default, not set.
6142 (minor-mode-alist): Propertize the lighter.
6143 (glasses-mode): Provide optional arg.
6144
5f847612
DL
6145 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6146 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6147 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6148 option. Provide :type.
6149 (cwarn-configuration): Provide :type.
6150 (cwarn-mode): Doc fix.
6151
6152 * add-log.el (change-log-merge): Doc fix.
6153 (change-log-redate): New command.
6154
b0a0e263
DL
6155 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6156 Doze and Dog.
6157 (browse-url): Use dolist, not mapcar.
6158 (browse-url-at-point): Check for null url.
6159 (browse-url-event-buffer, browse-url-event-point): Functions
6160 deleted.
6161 (browse-url-at-mouse, browse-url-netscape): Simplify.
6162
6163 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6164 modes.
6165 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6166 Fix previous change to mapcan.
6167 (msb--init-file-alist, msb--add-separators)
6168 (msb--make-keymap-menu): Simplify.
6169 (msb--choose-file-menu): Use copy-sequence.
6170 (msb-mode-map): Add title to keymap.
6171 (msb-unload-hook): New function.
6172
6173 * bs.el: Fix indentation.
6174 (bs) <defgroup>: Add :links.
2b5198bb
DL
6175 (bs-show): Doc fix.
6176 (bs-apply-sort-faces): Don't use window-system.
6177 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6178
70f1b78e
EZ
61792000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6180
6181 * calendar/timeclock.el (timeclock-file): Run .timelog through
6182 convert-standard-filename.
6183
956777b3
GM
61842000-08-14 Gerd Moellmann <gerd@gnu.org>
6185
3215096c
GM
6186 * emacs-lisp/authors.el: New file.
6187
956777b3
GM
6188 * paren.el (show-paren-priority): New user option.
6189 (show-paren-function): Set overlay priorities to
6190 show-paren-priority.
10e1dad9 6191
0cde1424
MB
61922000-08-14 Miles Bader <miles@gnu.org>
6193
6194 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6195 beginning-of-line with inhibit-field-text-motion bound.
6196
90cbf47e
GM
61972000-08-14 Gerd Moellmann <gerd@gnu.org>
6198
6199 * calendar/timeclock.el: New file.
6200
62012000-08-14 David Ponce <david@dponce.com>
6202
6203 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6204 `widget-button-click'. so that one can use left mouse button to
6205 click on dialog buttons.
6206
62072000-08-14 Emmanuel Briot <briot@gnat.com>
6208
6209 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6210 identifiers, since XML is case sensitive
10e1dad9 6211
79e8dca7 62122000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6213
660394d1
MB
6214 * comint.el (comint-output-filter): Don't bother frobbing
6215 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6216
6217 * comint.el (comint-send-string, comint-send-region): Make into
6218 real functions. Snapshot the prompt before sending.
6219
218c2cc7
EZ
62202000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6221
6222 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6223 technique similar to Info-index, instead of relying on specific
6224 names of relevant Index nodes.
6225 (Info-goto-emacs-command-node): Bind Info-history to nil when
6226 going to the first node found by Info-find-emacs-command-nodes.
6227
51e066d2 62282000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6229
6230 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6231
867102f2
MB
62322000-08-10 Miles Bader <miles@gnu.org>
6233
6234 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6235
af718538
EZ
62362000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6237
6238 * info.el (Info-file-list-for-emacs): More elements for the
6239 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6240 and woman manuals.
6241
c51bacd6
MB
62422000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6243
6244 * comint.el (comint-send-input): Make the newline boundary overlay
6245 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6246 (comint-output-filter): Use `insert' instead of
6247 `insert-before-markers'. Extend comint-last-output-overlay when
6248 necessary since we can't rely on insert-before-markers to do it.
6249 * gud.el (gud-filter): Use `with-current-buffer' instead of
6250 save-excursion when inserting the output, so that point gets
6251 updated correctly; the old method relied on a rather dodgy
6252 side-effect of comint-output-filter to avoid the effect of
6253 save-excursion.
6254
98532b12
EZ
62552000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6256
6257 * files.el (recover-file): Call insert-directory instead of
6258 invoking `ls' directly.
6259
3db4b719
MB
62602000-08-10 Miles Bader <miles@gnu.org>
6261
6262 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6263 (comint-last-prompt-overlay): New variables.
6264 (comint-output-filter): Implement prompt highlighting.
6265 (comint-snapshot-last-prompt): New function.
6266 (comint-send-input): Snapshot the last prompt.
6267 Use comint-highlight-input-face.
6268 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6269 Use defface instead of defcustom.
6270 (send-invisible, comint-send-eof): Snapshot the last prompt.
6271 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6272 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6273
96190aa1
SM
62742000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6275
5cda4b07
SM
6276 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6277 (regexp-opt-group): Use a list of chars for `letters'.
6278 (regexp-opt-charset): `chars' is now a list of chars.
6279 Use a char-table rather than a vector so it works for multibyte chars.
6280
96190aa1
SM
6281 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6282 Set cvs-minor-current-files to the selected fileinfo.
6283 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6284 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6285
7d093d56
EZ
62862000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6287
6288 * files.el (insert-directory): Don't call access-file on
6289 directories on DOS and Windows.
6290
b24c5811
KH
62912000-08-09 Kenichi Handa <handa@etl.go.jp>
6292
6293 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6294 longer if necessary.
6295 (ccl-embed-code): Call ccl-embed-data to store CODE in
6296 ccl-program-vector.
6297
0a6fd67e
MB
62982000-08-09 Miles Bader <miles@gnu.org>
6299
6300 * comint.el (comint-output-filter): Properly handle the case where
6301 the text surrounded by comint-last-output-overlay was deleted.
6302
9f6d1a6c
GM
63032000-08-08 Gerd Moellmann <gerd@gnu.org>
6304
25ad1371
GM
6305 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6306 non-nil.
6307 (Info-file-list-for-emacs): Remove "info" from the list because
6308 that leads to trying to use the documentation from file `info'
6309 in various situations where it isn't appropriate, for instance
6310 C-h C-k C-h i.
6311
6312 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6313 DIR and/or STRING are nil.
6314
6315 * progmodes/compile.el (compilation-setup): Make variable
6316 compilation-error-screen-columns buffer-local, as some comment
6317 in the code suggests it should be.
6318
6319 * files.el (auto-mode-interpreter-regexp): New variable.
6320 (set-auto-mode): Use it.
6321
6322 * indent.el (indent-for-tab-command): Doc fix.
6323
6324 * mouse-sel.el (mouse-sel-mode): Doc fix.
6325
9f6d1a6c
GM
6326 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6327 labels.
6328
6329 * help.el (print-help-return-message): When
6330 display-buffer-reuse-frames is set, let the help window been quit,
6331 instead of deleting it, which might delete a reused frame.
6332
3d819a75
EZ
63332000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6334
6335 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6336 rename a directory to a name that differs only by its letter case.
6337
c5a52529
KH
63382000-08-08 Kenichi Handa <handa@etl.go.jp>
6339
6340 * international/quail.el (quail-define-rules): Handle Quail decode
6341 map correctly. Add code for supporting annotations.
6342 (quail-install-decode-map): New function.
6343 (quail-defrule-internal): New optional arguments decode-map and
6344 props.
6345 (quail-advice): New function.
6346
5e9e032a
SS
63472000-08-07 Sam Steingold <sds@gnu.org>
6348
6349 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6350 `defconst', `define-condition', `with-slots'.
6351 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6352
46645f4b
MB
63532000-08-03 Miles Bader <miles@gnu.org>
6354
6355 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6356 New variable.
6357 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6358 comint-use-prompt-regexp-instead-of-fields.
6359 (comint-send-input): Add `input' field property to stuff we send to
6360 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6361 (comint-output-filter): Add `output' field property to process
6362 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6363 (comint-replace-by-expanded-history)
6364 (comint-get-old-input-default, comint-show-output)
6365 (comint-backward-matching-input, comint-forward-matching-input)
6366 (comint-next-prompt, comint-previous-prompt): Use field
6367 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6368 (comint-line-beginning-position): New function.
6369 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6370 (comint-replace-by-expanded-history-before-point): Use
6371 comint-line-beginning-position and line-end-position.
6372 (comint-last-output-overlay): New variable.
6373 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6374
6375 * shell.el (shell-prompt-pattern): Doc change.
6376 (shell-backward-command): Use line-beginning-position.
6377
6378 * gud.el (gud-gdb-complete-command): Use
6379 comint-line-beginning-position.
6380
6381 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6382 comint-bol doesn't actually go to the beginning of the line.
6383
6384 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6385 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6386 (try-expand-line-all-buffers): Likewise.
6387
6388 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6389 explicitly matching comint-prompt-regexp.
6390 (sql-copy-column): Use comint-line-beginning-position instead of
6391 explicitly matching comint-prompt-regexp.
6392
6393 * progmodes/octave-inf.el (inferior-octave-complete): Use
6394 comint-line-beginning-position.
6395
6396 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6397
6398 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6399 looking for a prompt, use `forward-line 0' instead of
6400 `beginning-of-line', to avoid getting caught by an input field.
6401
ff3d9573
GM
64022000-08-07 Gerd Moellmann <gerd@gnu.org>
6403
6404 * files.el (shell-quote-wildcard-pattern): Make sure to return
6405 PATTERN, in the Unix case.
6406
e0d8827b
EZ
64072000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6408
6409 * play/zone.el (zone): Discard any pending input before running
6410 the randomly-chosen pgm.
6411
24d55b8f
KH
64122000-08-07 Kenichi Handa <handa@etl.go.jp>
6413
6414 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6415 checking the existence of any multibyte characters.
6416
3d05e1ee
GM
64172000-08-06 Gerd Moellmann <gerd@gnu.org>
6418
6c4a4368
GM
6419 * help.el (describe-mode): Test minor-mode symbol for being
6420 bound before testing its value for being nil.
6421
3d05e1ee
GM
6422 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6423 `first', `second', and `third'.
6424
6425 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6426 (second): Make it an alias for `cadr'.
6427
6968a481
EZ
64282000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6429
6430 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6431 types of display support faces now.
6432
e49aa397
GM
64332000-08-05 Gerd Moellmann <gerd@gnu.org>
6434
6435 * pcvs.el (require): Require `cl' during compilation, only.
6436
6437 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6438 (toplevel): Remove `remq' and `remove' from autoloads.
6439 (cl-fake-autoloads): New variable. If set, arrange for an error
6440 when CL functions etc. are autoloaded.
6441
588aca27
EZ
64422000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6443
2e78d4ab
EZ
6444 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6445
85628348
EZ
6446 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6447 popped up, but the user clicks outside the menu, return an empty
6448 regexp (that causes unhighlight-regexp to have no effect).
6449
74f0e552
EZ
6450 * menu-bar.el (menu-bar-games-menu): Add Zone.
6451
588aca27
EZ
6452 * hi-lock.el (toplevel): Require font-lock.
6453
f4988be7
GM
64542000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6455
ba087cd7 6456 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6457 (ebnf-8-bit-chars): New var for bug fix.
6458 (ebnf-string): Bug fix.
6459
027b73ac
SS
64602000-08-03 Sam Steingold <sds@gnu.org>
6461
6462 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6463 instead of `buffer-string'.
6464 (require 'cl): Always, not just when compiling.
6465 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6466 necessary.
6467
2f1fa038
EZ
64682000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6469
6470 * international/mule-cmds.el (select-safe-coding-system): Make
6471 the message text about selecting a safe coding system more clear.
6472
ead53494
GM
64732000-08-02 Gerd Moellmann <gerd@gnu.org>
6474
abb2db1c
GM
6475 * hi-lock.el: New file.
6476
6477 * play/zone.el: New file.
6478
ead53494
GM
6479 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6480 value of tab-width in the original buffer. Choose a line number
6481 format that's a multiple of the original buffer's tab width, so
6482 that lines appear right.
6483
6484 * textmodes/ispell.el (ispell): New function, replacing an alias.
6485 Spell-check active region if in transient-mark-mode and mark
6486 is active; otherwise spell-check buffer.
6487
64882000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6489
6490 * ps-mule.el: Fix a customization problem on
6491 ps-mule-font-info-database-default.
6492
f4a2b0a4
EZ
64932000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6494
6495 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6496 display-mouse-p instead of window-system.
6497 (ebrowse-member-mode-map): Ditto.
6498
b685181e
GM
64992000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6500
ba087cd7
EZ
6501 * progmodes/ebnf2ps.el: Update ps-print functions call.
6502 Indentation fix. Doc fix.
b685181e
GM
6503 (ebnf-version): New version number (3.2).
6504 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6505
3b5fab87
EZ
65062000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6507
032ebb29
EZ
6508 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6509 font lock support on window-system.
6510 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6511
3b5fab87
EZ
6512 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6513 display-color-p, if fboundp, instead of window-system.
6514
7e2605e7
EZ
65152000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6516
6517 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6518 instead of window-system.
6519
6520 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6521 window-system.
6522 (widget-choice-mouse-down-action): Use display-popup-menus-p
6523 instead of window-system.
6524
6525 * strokes.el (strokes-file): Run the file name through
6526 convert-standard-filename.
6527 (strokes-mode): Call display-mouse-p instead of looking at
6528 window-system. Change the error message accordingly.
6529
6530 * progmodes/cpp.el (toplevel): Support faces on tty's.
6531
6532 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6533 (lm-plot-square, lm-init-display): Don't use window-system.
6534
6535 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6536 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6537
6538 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6539 instead of looking at window-system.
6540
26119624
GM
65412000-07-30 Gerd Moellmann <gerd@gnu.org>
6542
6543 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6544 of testing if iswitchb-prepost-hooks is bound, because the
6545 latter will always be true when invoking a recursive minibuffer
6546 from an active Iswitchb buffer.
6547
c90596f3
EZ
65482000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6549
6550 * files.el (shell-quote-wildcard-pattern): New function.
6551 (insert-directory): Call it. Only prepend "\" to command on Unix
6552 and GNU/Linux systems.
6553
18925e78
GM
65542000-07-30 Gerd Moellmann <gerd@gnu.org>
6555
6556 * eshell/esh-groups.el: Change custom :link file names
6557 from `eshell.info' to `eshell'.
6558
65592000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6560
6561 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6562 correctly in recursive ange-ftp listings.
6563
65642000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6565
6566 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6567 ps-header-font-size-internal and
6568 ps-header-title-font-size-internal variables are not set,
6569 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6570 face text property is (foreground-color . COLOR) or
6571 `(background-color . COLOR)', ps-print crashes. Doc fix.
6572 (ps-print-version): New version number (5.2.4).
6573 (ps-plot-region): Code fix.
6574 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6575 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6576 Bug fix 2.
6577
65782000-07-30 Milan Zamazal <pdm@freesoft.cz>
6579
6580 * glasses.el (glasses-make-readable): Fix uncapitalization of
6581 identifiers like `myXMLDocument'.
6582
aeb4c63e
KF
65832000-07-28 Karl Fogel <kfogel@red-bean.com>
6584
18925e78
GM
6585 * mail/mail-hist.el (mail-hist-previous-input)
6586 (mail-hist-next-input): Do the obvious code factorization.
6587 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6588 code of above two.
6589 If inserting a message body, leave point at top.
6590
9d453139
SS
65912000-07-28 Sam Steingold <sds@gnu.org>
6592
6593 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6594 Use `<=', not `<' to compare times!
6595 (ange-ftp-ls): Remove.
9d453139 6596
b548072f
GM
65972000-07-27 Gerd Moellmann <gerd@gnu.org>
6598
27848c01
GM
6599 * play/cookie1.el: Add explanation of how to make cookie.el
6600 compatible with strfile(1) to comment.
6601
6602 * subr.el (remove, remq): New functions.
6603
3ab82477
GM
6604 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6605 escape `*' in regexps.
6606 (midnight-find): Reverse order of arguments in the funcall of
6607 TEST.
6608
6609 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6610 and `.class'.
6611
b548072f
GM
6612 * play/meese.el: Add Commentary section.
6613
27848c01
GM
66142000-07-27 Alex Schroeder <alex@gnu.org>
6615
6616 * sql.el (sql-ms): Added autoload cookie.
6617 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6618 (sql-oracle): Ditto.
6619 (sql-help): Doc change.
6620
6621 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6622 types and exceptions.
6623
66242000-07-27 Alex Schroeder <alex@gnu.org>
6625
6626 * sql.el (sql-placeholder-history): New variable.
6627 (sql-query-placeholders-and-send): New function that will query
6628 the user and replace placeholders with user input.
6629 (sql-oracle): If running on NT, set comint-input-sender to
6630 sql-query-placeholders-and-send.
6631
6632 (sql-stop): If in the SQLi buffer, insert stop notification, else
6633 present it as a message.
6634
66352000-07-27 Alex Schroeder <alex@gnu.org>
6636
6637 * sql.el (sql-input-ring-separator): Doc change.
6638 (sql-input-ring-file-name): Doc change.
6639 (sql-interactive-mode): Use `sql-input-ring-separator' and
6640 `sql-input-ring-file-name' to set the comint-mode equivalents
6641 without making them local variables.
6642 (sql-stop): Don't bind `sql-input-ring-separator' and
6643 `sql-input-ring-file-name' dynamically to their comint-mode
6644 equivalents.
6645
91ae8751
KH
66462000-07-27 Kenichi Handa <handa@etl.go.jp>
6647
6648 * international/mule.el (register-char-codings): New function.
6649 (make-coding-system): Handle `safe-chars' specification in the arg
6650 PROPERTY.
6651
6652 * international/mule-cmds.el
6653 (find-coding-systems-region-subset-p): This function deleted.
6654 (sort-coding-systems-predicate): New variable.
6655 (sort-coding-systems): New function.
6656 (find-coding-systems-region): Use
6657 find-coding-systems-region-internal.
6658 (find-coding-systems-string): Use find-coding-systems-region.
6659 (find-coding-systems-for-charsets): Check
6660 char-coding-system-table.
6661 (select-safe-coding-system-accept-default-p): New variable.
6662 (select-safe-coding-system): Mostly rewritten. New argument
6663 ACCEPT-DEFAULT-P.
6664 (select-message-coding-system): Call select-safe-coding-system
6665 with ACCEPT-DEFAULT-P arg.
6666 (reset-language-environment): Reset default-sendmail-coding-system
6667 to the default value iso-latin-1.
6668 (set-language-environment): Don't set the obsolete variable
6669 charset-origin-alist.
6670
6671 * international/codepage.el (cp-coding-system-for-codepage-1):
6672 Give `safe-chars' property to make-coding-system.
6673
6674 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6675 calling select-message-coding-system twice.
6676
6677 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6678 instead of `safe-charsets'.
6679 (cyrillic-alternativnyj): Likewise.
6680 (ccl-encode-alternativnyj): Don't check the charset
6681 cyrillic-iso8859-5.
6682
90cf4474
KH
66832000-07-27 Kenichi Handa <handa@etl.go.jp>
6684
6685 * composite.el (compose-chars-after): Preserve match data.
6686
a1f84f6d
SS
66872000-07-26 Sam Steingold <sds@gnu.org>
6688
6689 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6690 (ange-ftp-real-file-newer-than-file-p): New function.
6691 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6692 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6693
6694 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6695 * midnight.el (midnight-float-time): Ditto.
6696
e092928e
AS
66972000-07-26 Andreas Schwab <schwab@suse.de>
6698
6699 * files.el (normal-backup-enable-predicate): Correct
6700 interpretation of the return value of compare-strings.
6701
7465ebef
GM
67022000-07-26 Gerd Moellmann <gerd@gnu.org>
6703
3353ef5a
GM
6704 * isearch.el (isearch-resume): New function.
6705 (isearch-done): Add something to command-history to resume
6706 the search.
6707 (isearch-yank-line, isearch-yank-word): Use
6708 buffer-substring-no-properties instead of buffer-substring.
6709
7465ebef
GM
6710 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6711 of flyspell-mouse-map.
6712
6713 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6714 duplicate definition.
6715 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6716
6717 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6718 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6719
5044b74a
SS
67202000-07-25 Sam Steingold <sds@gnu.org>
6721
25759a92
SS
6722 * net/ange-ftp.el: Get modtime over the net.
6723 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6724 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6725 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6726 Use it.
6727 (ange-ftp-dot-to-slash): New function.
6728 (ange-ftp-fix-name-for-vms): Use it.
6729
5044b74a
SS
6730 * midnight.el (midnight-buffer-display-time): Use
6731 `with-current-buffer'.
6732
5dcfb3f4
GM
67332000-07-25 Gerd Moellmann <gerd@gnu.org>
6734
6735 * find-dired.el: Update copyright notice.
6736 (find-dired): Offer to kill a running `find'.
6737
6738 * enriched.el (enriched-face-ans): For a `foreground-color'
6739 property, return '(("x-color" COLOR))' so that COLOR will be
6740 output as a parameter of the x-color annotation. Likewise for the
6741 `background-color' property. In the case of normal face
6742 properties, don't return annotations for unspecified foreground
6743 and background face attributes.
6744
8c662166
KH
67452000-07-25 Kenichi Handa <handa@etl.go.jp>
6746
6747 * language/japan-util.el (japanese-katakana-region): Fix handling
6748 HANKAKU argument.
6749
c28da489
MB
67502000-07-25 Miles Bader <miles@gnu.org>
6751
6752 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6753 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6754 constrain-to-field.
6755
ad349719
AI
67562000-07-24 Andrew Innes <andrewi@gnu.org>
6757
6758 * timer.el (timer-activate-when-idle): Add optional parameter
6759 DONT-WAIT. Update docstring.
6760 (run-with-idle-timer): Specify extra parameter to
6761 timer-activate-when-idle, so that timer will be activated
6762 immediately if Emacs is already idle.
6763
6764 * w32-fns.el (w32-using-nt): Fix docstring.
6765
c95162f5
DL
67662000-07-24 Dave Love <fx@gnu.org>
6767
6768 * mouse.el (popup-menu): Set last-command-event.
6769 (mouse-major-mode-menu-prefix): Declare.
6770
e3c31fd5
GM
67712000-07-24 Gerd Moellmann <gerd@gnu.org>
6772
6773 * textmodes/flyspell.el: Update to author's version 1.5d.
6774
6775 * progmodes/hideshow.el: Update copyright notice.
6776
6777 * vcursor.el: Set maintainer to FSF, since author cannot
6778 be reached.
6779
7636d2a3
EZ
67802000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6781
fbe0a958
EZ
6782 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6783 the prompt.
6784
7636d2a3
EZ
6785 * mouse.el (popup-menu): Run the keymap through indirect-function,
6786 in case it was defined with define-prefix-key. If the menu is a
6787 list of keymaps, look up the binding of user's choice in each one
6788 of the keymaps.
6789 (mouse-popup-menubar): If the global and local menu-bar keymaps
6790 don't have a prompt string, create one and insert it into the
6791 keymap. Don't barf if current-local-map returns nil.
6792
e024b101
GM
67932000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6794
6795 * dired.el (dired-sort-R-check): Added to allow recursive listing
6796 to be undone.
6797 (dired-sort-other): Use it.
6798
7972fcfc
GM
67992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6800
e024b101 6801 * Release of cc-mode 5.27
7972fcfc
GM
6802
68032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6804
6805 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6806 c-beginning-of-statement-1 that caused a bad case of recursion
6807 which could consume a lot of CPU in large classes in languages
6808 that have in-expression classes (i.e. Java and Pike).
6809
6810 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6811 statements before top level constructs (i.e. case 6 is moved
6812 before case 5 and is now case 4) to catch in-expression
6813 classes in top level expressions correctly.
6814
68152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6816
6817 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6818 objc-method-intro. Case 4 removed and case 5I added.
6819
6820 * cc-langs.el (c-append-paragraph-start): New variable used by
6821 c-common-init to get paragraph-start correct.
6822 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6823 initialize paragraph-start to make it correct both with and
6824 without the javadoc special case.
6825
6826 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6827 initialize paragraph-start for javadoc markup.
6828
6829 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6830 change by defaulting this to t. It's motivated by the
6831 confusing behavior that otherwise arise from the style system
6832 when editing both java and non-java files at the same time
6833 (see the comments about style setting in c-common-init).
6834
68352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6836
6837 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6838 similar to the one in c-fill-paragraph to check the fill
6839 prefix from the adaptive fill function for sanity.
6840
68412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6842
6843 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6844 defun block.
6845
68462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6847
5044b74a 6848 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6849
68502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6851
6852 * cc-align.el (c-lineup-multi-inher): Handle lines with
6853 leading comma nicely. Extended to handle member initializers
6854 too.
6855
e024b101 6856 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6857 c-guess-basic-syntax): Fixed recognition of inheritance lists
6858 when the lines begins with a comma.
6859
5044b74a 6860 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6861
6862 * cc-vars.el (c-offsets-alist): Changed default for
6863 member-init-cont to c-lineup-multi-inher since it now handles
6864 member initializers and indents better for leading commas.
6865
68662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6867
6868 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6869 handling that caused class open lines to be recognized as
6870 statement-conts in some cases.
6871
6872 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6873 guessed by the adaptive fill function unless point is on the
6874 first line of a block comment.
6875
6876 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6877 when the buffer ends with a macro continuation char.
6878
6879 * cc-engine.el (c-guess-basic-syntax): Added support for
6880 function definitions as statements in Pike. The first
6881 statement in a lambda block is now labeled defun-block-intro
6882 instead of statement-block-intro.
6883
6884 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6885 so that the class surrounding point is selected, not the one
6886 innermost in the state.
6887
6888 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6889 recognition of switch labels having hanging multiline
6890 statements.
6891
6892 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6893 some code in c-guess-basic-syntax to a separate function.
6894 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6895 recognition of member inits with multiple line arglists.
6896 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6897 member-init-cont when the commas are in funny places.
6898
68992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6900
6901 * cc-defs.el (c-auto-newline): Removed this macro since it's
6902 not used anymore.
6903
6904 * cc-engine.el (c-looking-at-bos): New helper function.
6905 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6906 inexpr and toplevel classes apart in Pike.
6907
6908 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6909 of case 9A.
6910
6911 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6912 constant, since "class" can introduce an in-expression class
6913 in Pike nowadays.
6914
69152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6916
6917 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6918 indentation on cpp-macro lines.
6919
6920 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6921 a syntax modifier like comment-intro, to make it possible to
6922 get syntactic indentation for preprocessor directives. It's
6923 incompatible wrt to lineup functions on cpp-macro, but it has
6924 no observable effect in the 99.9% common case where cpp-macro
6925 is set to -1000.
6926
69272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6928
6929 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6930 member-init-cont when the preceding arglist is several lines.
6931
69322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6933
6934 * cc-styles.el (c-style-alist): The basic offset for the BSD
6935 style corrected to 8.
6936
69372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6938
6939 * cc-styles.el (c-style-alist): Adjusted the indentation of
6940 brace list openers in the gnu style.
6941
69422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6943
6944 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6945
6946 * cc-cmds.el (c-electric-brace, c-electric-slash,
6947 c-electric-star, c-electric-semi&comma, c-electric-colon,
6948 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6949 when c-syntactic-indentation is nil.
6950
6951 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6952 we were left at comments preceding the first statement when
6953 reaching the beginning of the buffer.
6954
6955 * cc-vars.el (c-syntactic-indentation): New variable to turn
6956 off all syntactic indentation.
6957
69582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6959
6960 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6961 between the text and the block comment ender when it hangs,
6962 depending on how many there are before the fill.
6963
69642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6965
6966 * cc-engine.el (c-beginning-of-closest-statement): New helper
6967 function to go back to the closest preceding statement start,
6968 which could be inside a conditional statement.
6969 * cc-engine.el (c-guess-basic-syntax): Use
6970 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6971
6972 * cc-engine.el (c-guess-basic-syntax): Better handling of
6973 arglist-intro, arglist-cont-nonempty and arglist-close when
6974 the arglist is nested inside parens. Cases 7A, 7C and 7F
6975 changed.
6976
6977 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6978 up-to-date with javadoc 1.2.
6979
69802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6981
6982 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6983 multiline Pike type decls.
6984
69852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6986
6987 * cc-cmds.el (c-indent-new-comment-line): Always break
6988 multiline comments in multiline mode, regardless of
6989 comment-multi-line.
6990
69912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6992
6993 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6994 fully::qualified::names in C++ member init lists. Preamble in
6995 case 5D changed.
6996
69972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6998
6999 * cc-langs.el (c-common-init): Handling of obsolete variables
7000 moved to c-initialize-cc-mode. More compatible style override
7001 when using global style variables.
7002 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7003 variables moved here.
7004
e024b101 7005 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7006 c-special-indent-hook as a style variable. Don't talk about
7007 doing (c-make-styles-buffer-local t) in a mode hook, since
7008 that's already too late to work right.
5044b74a 7009
7972fcfc
GM
7010 * cc-styles.el (c-make-styles-buffer-local): Flag style
7011 variable localness in c-style-variables-are-local-p to make
7012 the compatibility measure in c-common-init work well.
7013
7014 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7015 longer contain set-from-style.
7016 * cc-styles.el (c-initialize-builtin-style): Don't check for
7017 set-from-style on c-special-indent-hook.
7018 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7019 copy-alist is sufficient now.
7020
7021 * cc-styles.el (c-set-style, c-set-style-1,
7022 c-get-style-variables): Fixes to variable initialization so
7023 that duplicate entries in styles have the same effect
7024 regardless of DONT-OVERRIDE.
7025
7026 * cc-styles.el (c-set-style-2): Fixed bug where the
7027 initialization of inheriting styles failed when the
7028 dont-override flag is set.
7029
7030 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7031 on this.
7032
70332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7034
7035 * cc-defs.el (c-forward-comment): Removed the workaround
7036 introduced in 5.38 since it had worse side-effects. If a line
7037 contains the string "//\"", it regarded the // as a comment
7038 start since the \ temporarily doesn't have escape syntax.
7039
70402000-07-17 Emmanuel Briot <briot@act-europe.fr>
7041
7042 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7043 ada-xref.el before ada-prj.el, so that the Project menu is created
7044 when ada-prj tries to add to it.
7045 (ada-activate-keys-for-case): Suppress the characters that are not
7046 part of the Ada syntax. Better compatibility with else-mode
7047 (ada-adjust-case-interactive): When auto-casing is not active,
7048 correctly insert newlines (used to insert only ^M). Prevent the
7049 syntax table from being changed in case of an error
814299a7 7050 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7051 Do nothing if ada-auto-case is nil.
7052 (ada-after-keyword-p): Ignore keywords that are also attributes
7053 (ada-batch-reformat): Update usage comment
7054 (ada-call-from-contextual-menu): New function
7055 (ada-case-read-exceptions): Reinitialize the casing exception list
7056 first to nil first, so that the casing exception file can be
7057 shared.
7058 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7059 files.
7060 (ada-compile-goto-error): Fix regexp used to detect a file:line
7061 anywhere in the error message
7062 (ada-contextual-menu-last-point): New variable
7063 (ada-create-keymap): If the variable delete-key-deletes-forward is
7064 t on XEmacs, it means that DEL should delete one character
7065 forward.
7066 (ada-create-menu): Use :included instead of :visible for XEmacs.
7067 New submenu "Options".
7068 (ada-end-stmt-re): Correctly indent "select ... then abort"
7069 statements.
7070 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7071 even if they don't match ada-fill-comment-prefix Fix handling of
7072 paragraphs on the first or last line of a file.
7073 (ada-format-paramlist): Fix handling of default parameter values.
7074 (ada-get-body-name): New function.
7075 (ada-get-current-indent): Optimized by searchling directly for an
7076 existing generic part or a statement outside of it. Handle
7077 ada-indent-align-comments when indenting comments Replaced some
7078 regexps by testing directly the next character. This results in a
7079 huge speedup on some files. New indentation scheme for renames
7080 statements. Stop looking for the 'while' or 'for' associated with
7081 a 'loop' at the first semicolon encountered. A "return" can also
7082 match an anonymous access subprogram declaration.
7083 (ada-get-indent-noindent): Ignore strings and comments when
7084 looking for the keywords "record" and "private".
7085 (ada-goto-matching-decl-start): When matching "if", make sure we
7086 are not in fact seeing "end if". Ignore "when" statements except
7087 when initial keyword was "begin". Fix handling of nested
7088 procedures. Add a recursive call to this function to skip over
7089 other 'end' statmts. Fix indentation for "when .. => begin"
7090 (ada-in-open-paren-p): Fix indentation for complex boolean
7091 expressions, where 'and then', 'or else' and parenthesis
7092 statements are mixed up.
7093 (ada-in-paramlist-p): Skip comments while searching for the
7094 beginning Fix handling of operator declarations.
7095 (ada-indent-align-comments): New variable
7096 (ada-indent-current): Change the syntax table only in the
7097 protected section, so that we are sure it is restored correctly.
7098 (ada-indent-on-previous-lines): Use ada-use-indent and
7099 ada-with-indent Correctly indent "select ... then"
7100 (ada-indent-region): Slight speedup.
7101 (ada-indent-renames): New variable.
7102 (ada-last-which-function-subprog, ada-last-which-function-line):
7103 New variables
7104 (ada-looking-at-semi-private): Correctly indent the 'private'
7105 keyword when it is the first word in a package declaration.
7106 (ada-loose-case-word): Stop searching if at the end of the buffer.
7107 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7108 even if point is not initially at the end of the word.
7109 (ada-matching-decl-start-re): Add "when".
7110 (ada-mode): Add support for abbrev-mode, outline-mode and
7111 which-func-mode Override the old find-file.el entry in
7112 ff-special-constructs since it is using the obsolete
7113 ada-spec-suffix variable
7114 (ada-no-auto-case): New function
7115 (ada-scan-paramlist): When parsing the argument type, accept
7116 spaces (as in "X 'Class", generated by Rational Rose).
7117 (ada-other-file-name): No longer loads the other file.
7118 (ada-popup-menu): Save and restore the current buffer and cursor
7119 position before and after displaying the menu.
7120 (ada-search-ignore-complex-boolean): New function.
7121 (ada-uncomment-region): Emacs21 already knows how to delete
7122 comments not starting in the first column.
7123 (ada-use-indent): New variable
7124 (ada-which-function): New function.
7125 (ada-with-indent): New variable
7126 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7127 can be batch-compiled from the command line.
7128
7129 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7130 Add to the menu when the file is loaded, not in ada-mode-hook.
7131 Add -toolbar to the default ddd command Switches moved from
7132 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7133 ada-prj-default-comp-opt
7134 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7135 Reference Manual to the menu
7136 (ada-check-current): rewritten as a call to ada-compile-current
7137 (ada-compile): Removed.
7138 (ada-compile-application, ada-compile-current, ada-check-current):
7139 Set the compilation-search-path so that compile.el automatically
7140 finds the sources in src_dir. Automatic scrollong of the
7141 compilation buffer. C-uC-cC-c asks for confirmation before
7142 compiling
7143 (ada-compile-current): New parameter, prj-field
7144 (ada-complete-identifier): Load the .ali file before doing
7145 processing
7146 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7147 conform to gnatmake's behavior.
7148 (ada-find-file-in-dir): New function
7149 (ada-find-references): Set the environment variables for gnatfind
7150 (ada-find-src-file-in-dir): New function.
7151 (ada-first-non-nil): Removed
7152 (ada-gdb-application): Add support for jdb, the java debugger.
7153 (ada-get-ada-file-name): Load the original-file first if not done
7154 yet.
7155 (ada-get-all-references): Handles the new ali syntax (parent types
7156 are found between <>).
7157 (ada-initialize-runtime-library): New function
7158 (ada-mode-hook): Always load a project file when a file is opened,
7159 so that the casing exceptions are correctly read.
7160 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7161 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7162 to open the project file, since the latter does not work with
7163 speedbar Get default values before loading the prj file, or the
7164 default executable file name is wrong. Use the absolute value of
7165 src_dir to initialize ada-search-directories and
7166 compilation-search-path,... Add the standard runtime library to
7167 the search path for find-file.
7168 (ada-prj-default-debugger): Was missing an opening '{'
7169 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7170 variables.
7171 (ada-prj-default-gnatmake-opt): New variable
7172 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7173 buffers, the project file is the default one Save the windows
7174 configuration before displaying the menu.
7175 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7176 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7177 ...) regexp-quote identifiers names to support operators +,
7178 -,... in regexps.
7179 (ada-remote): New function.
7180 (ada-run-application): Erase the output buffer before starting the
7181 run Support remote execution of the application. Use
7182 call-process, or the arguments are incorrectly parsed
7183 (ada-set-default-project-file): Reread the content of the active
7184 project file, not the one from the current buffer When a project
7185 file is set as the default project, all directories are
7186 automatically associated with it.
7187 (ada-set-environment): New function
7188 (ada-treat-cmd-string): New special variable ${current}
7189 (ada-treat-cmd-string): Revised. The substitution is now done for
7190 any ${...} substring
7191 (ada-xref-current): If no body was found, compiles the spec
7192 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7193 compiler to get rid of command line length limitations.
7194 (ada-xref-get-project-field): New function
7195 (ada-xref-project-files): New variable
7196 (ada-xref-runtime-library-specs-path)
7197 (ada-xref-runtime-library-ali-path): New variables
7198 (ada-xref-set-default-prj-values): Default run command now does a
7199 cd to the build directory. New field: main_unit Provide a default
7200 file name even if the current buffer has no prj file.
7201
7202 * ada-prj.el:
7203 Rewritten to show a tabbed-dialog.
7204 (ada-prj-add-ada-menu): Remove the map and name parameters.
7205 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7206 New function
7207 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7208 (ada-prj-load-from-file): New function
7209 (ada-prj-save): Always save fields that depend on the current buffer
7210 (ada-prj-show-value): New function
5044b74a 7211
7972fcfc
GM
7212 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7213 Ada mode. This will allow us to display the Ada menu in any buffer
7214 we want (for project items).
7215 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7216 number of spaces in the header.
5044b74a 7217
8730a8da
DL
72182000-07-24 Dave Love <fx@gnu.org>
7219
7220 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7221
db3ca487
NF
72222000-07-23 Noah Friedman <friedman@splode.com>
7223
ad953485
NF
7224 * type-break.el (type-break): perform autosave.
7225 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7226 (type-break-do-query): Cancel query schedule while performing
7227 actual query, to avoid possibility of a second query being made
7228 while first one is already in progress.
7229 (type-break-time-stamp-format): New variable.
7230 (type-break-time-stamp): New function.
7231 (type-break-time-warning): Use it.
7232 (type-break-keystroke-warning): Use it.
7233 (type-break-noninteractive-query): Use it.
7234
03a9c6d0
NF
7235 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7236 cookie.
7237 Use add-minor-mode to set minor-mode-alist, if available.
7238 (eldoc-echo-area-use-multiline-p): New user option.
7239 (eldoc-echo-area-multiline-supported-p): New variable.
7240 (eldoc-docstring-format-sym-doc): Use them.
7241 (eldoc-mode): If not using idle timers, append to local post and
7242 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7243 (eldoc-display-message-no-interference-p): Don't interfere with
7244 edebug.
7245 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7246 (eldoc-function-arglist): New function.
7247 (eldoc-function-argstring): Use it.
7248
db3ca487
NF
7249 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7250 auto save directory exists before calling directory-files.
7251
f7ad1899
DL
72522000-07-23 Dave Love <fx@gnu.org>
7253
7254 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7255 ^o, ^u.
7256
43e764c9
DL
72572000-07-21 Dave Love <fx@gnu.org>
7258
475de6f4
DL
7259 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7260 now passed to the function. It now works properly.
7261
43e764c9
DL
7262 * smerge-mode.el (smerge-mode-menu): Fill it out.
7263
e8bea4c0
GM
72642000-07-20 Gerd Moellmann <gerd@gnu.org>
7265
7266 * info-look.el (info-lookup): If *info* is shown in another frame
7267 on the same display, select that frame, instead of switching to
7268 the Info buffer in another window of the selected frame.
7269
7270 * simple.el (universal-argument-map): Bind numeric keypad keys
7271 kp-0 to kp-9 and kp-subtract.
7272 (digit-argument): Handle these keys.
7273
bc75b4fd
DL
72742000-07-20 Dave Love <fx@gnu.org>
7275
7276 * net/goto-addr.el (goto-address-fontify): Don't bother with
7277 buffer-modified and read-only stuff -- irrelevant with overlays.
7278 Put an extra property on the overlays and use it to clean up in
7279 case goto-address is re-run.
7280
8b7bc628
RS
72812000-07-19 Richard M. Stallman <rms@gnu.org>
7282
18e21ce8
RS
7283 * timer.el (run-with-idle-timer): Doc fix.
7284
db3ca487 7285 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7286 Handle case where <...> appears inside "...".
7287 Use replace-match to edit the string more simply.
7288 (rmail-dont-reply-to): Cope with an unmatched ".
7289
50575ec2
DL
72902000-07-19 Dave Love <fx@gnu.org>
7291
7292 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7293 implementation.
7294
7295 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7296 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7297 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7298
4279296d
GM
72992000-07-19 Gerd Moellmann <gerd@gnu.org>
7300
47db06aa
GM
7301 * textmodes/refer.el: Correct maintainer's email address.
7302
7303 * progmodes/hideif.el: Correct author's email address.
7304 Fix typo in comment.
7305
7306 * xml.el: New file.
7307
4279296d
GM
7308 * mail/mailheader.el: Correct author's mail address.
7309
7310 * gnus/parse-time.el: Correct author's mail address.
7311
47db06aa 73122000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7313
7314 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7315 New user options.
7316 (comint-input-ring-file-name): Change custom type.
7317 (comint-mode-map): Bind mouse-2.
7318 (comint-insert-clicked-input): New function.
7319 (comint-send-input): Handle input highlighting.
7320
21ad0f7b
SM
73212000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7322
7323 * mouse.el (popup-menu): New function.
7324 (mouse-major-mode-menu): Use it.
7325
3b33a005
DL
73262000-07-18 Dave Love <fx@gnu.org>
7327
7328 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7329 improvements.
7330
dc1cac59
GM
73312000-07-18 Gerd Moellmann <gerd@gnu.org>
7332
21ad0f7b 7333 * faces.el (face-font-selection-order)
dc1cac59 7334 (face-font-family-alternatives): Add custom type.
db3ca487 7335
f8276b77
DL
73362000-07-18 Dave Love <fx@gnu.org>
7337
7338 * cus-edit.el (custom-variable-reset-saved)
7339 (custom-variable-reset-standard): Remove unused bindings.
7340
7341 * rect.el (open-rectangle-line): Remove unused let.
7342
7343 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7344
3d6cd763
GM
73452000-07-18 Gerd Moellmann <gerd@gnu.org>
7346
7347 * cdl.el: Fix `Maintainer' keyword.
7348
7349 * play/pong.el: Add author's email address.
7350
34342a07
SS
73512000-07-17 Sam Steingold <sds@gnu.org>
7352
7353 * files.el (insert-directory): Call `split-string' instead of
7354 re-implementing it.
7355
088831a6
GM
73562000-07-18 Gerd Moellmann <gerd@gnu.org>
7357
7358 * mail/vms-pmail.el: Change maintainer to FSF.
7359
7360 * net/goto-addr.el: Change maintainer to FSF.
7361
7362 * recentf.el: Update from author.
7363
7364 * info.el (Info-title-face-alist): Removed.
db3ca487 7365
68be2869
EZ
73662000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7367
7368 * eshell/eshell.el (eshell): Replace links to eshell.info with
7369 links to eshell, to avoid problems on systems where the manual is
7370 installed as `eshell'.
7371 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7372 * eshell/em-smart.el (eshell-smart): Ditto.
7373 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7374 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7375
7376 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7377 same-file check in the MS-DOS version (it does support inodes).
7378
7379 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7380
21ad0f7b
SM
7381 * eshell/eshell.el (eshell-directory-name):
7382 Run default directory name through convert-standard-filename.
68be2869 7383
269b4dcb
KH
73842000-07-18 Kenichi Handa <handa@etl.go.jp>
7385
21ad0f7b
SM
7386 * international/mule-cmds.el (select-safe-coding-system):
7387 Fix typo in the comment.
240a16cf 7388
21ad0f7b
SM
7389 * language/european.el (compound-text):
7390 Force katakana-jisx0201 to be designated to G1.
aa96c820 7391
21ad0f7b
SM
7392 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7393 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7394 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7395
269b4dcb
KH
7396 * international/kkc.el (kkc-after-update-conversion-functions):
7397 New variable.
7398 (kkc-update-conversion): Run functions in it at the tail.
7399
68be2869 74002000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7401
21ad0f7b
SM
7402 * lisp/align.el (align-newline-and-indent):
7403 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7404 (align-region): Fixed badly formatted minibuffer message.
7405
7a3fd467
KH
74062000-07-17 Kenichi Handa <handa@etl.go.jp>
7407
21ad0f7b 7408 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7409 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7410 the conversion list at first if appropriate.
7411 (kkc-next): Don't update kkc-next-count here.
7412 (kkc-prev): Don't update kkc-prev-count here.
7413 (kkc-show-conversion-list-update): Fix setting up of conversion
7414 list message.
7415
a45423d8
SM
74162000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7417
088831a6 7418 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7419
91a38db1
DL
74202000-07-16 Dave Love <fx@gnu.org>
7421
7422 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7423 function to be more specific.
7424
7425 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7426 non-string help-echo.
7427 (widget-types-convert-widget): Defsubst it.
7428 (widget-echo-help): Try to cope with a help-echo function of two
7429 possible sorts.
7430
3fddcdc3
JR
74312000-07-15 Jason Rumney <jasonr@gnu.org>
7432
7433 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7434 Declare as obsolete.
7435
7436 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7437
bd23a692
GM
74382000-07-14 Gerd Moellmann <gerd@gnu.org>
7439
7440 * hilit-chg.el: Fix typo.
7441
d4af987a
DL
74422000-07-14 Dave Love <fx@gnu.org>
7443
7444 * info.el (Info-mode-menu): Fix use of :help, :enable.
7445
3a4f3f86
SM
74462000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7447
7448 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7449
cf6936a4
DL
74502000-07-13 Dave Love <fx@gnu.org>
7451
4d6d04b5
DL
7452 * emacs-lisp/easymenu.el: Doc fixes.
7453 (easy-menu-remove): Defalias to ignore.
7454
cf6936a4
DL
7455 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7456 Call throw correctly.
7457
56437999
GM
74582000-07-13 Gerd Moellmann <gerd@gnu.org>
7459
7460 * faces.el (frame-background-mode): Doc fix.
7461
7462 * simple.el (eval-expression-print-length): Change custom type to
7463 allow entering nil as value.
7464
d04a3972
DL
74652000-07-13 Dave Love <fx@gnu.org>
7466
3a4f3f86
SM
7467 * progmodes/fortran.el (fortran-imenu-generic-expression):
7468 Change definition layout.
a8189dfe
DL
7469 (fortran-mode-menu): Reinstate customize entries.
7470
d04a3972
DL
7471 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7472 Use :filter, per old XEmacs code.
7473
4bf4fb05
GM
74742000-07-12 Gerd Moellmann <gerd@gnu.org>
7475
7476 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7477 event when deciding what to send to the terminal.
7478
37328bcd
DL
74792000-07-12 Dave Love <fx@gnu.org>
7480
7481 * cus-start.el: Add optional version as 4th element of specs and
7482 use it for several things new in v21. Remove load-path. Fix type
7483 of line-number-display-limit.
7484
89492072
DL
74852000-07-11 Dave Love <fx@gnu.org>
7486
3a4f3f86
SM
7487 * progmodes/fortran.el: Don't require easymenu.
7488 Use repeat counts in various regexps.
315aa1de
DL
7489 (fortran-mode-syntax-table): Defvar directly.
7490 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7491 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7492 Use defvar, not defconst.
7493 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7494 (fortran-mode): Set fortran-comment-line-start-skip,
7495 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7496 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7497 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7498 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7499 (fortran-comment-region, fortran-electric-line-number): Simplify.
7500 (fortran-auto-fill): New function.
7501 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7502 (fortran-find-comment-start-skip):
7503 Check for non-null comment-start-skip.
7504 (fortran-auto-fill-mode, fortran-fill-statement):
7505 Use fortran-auto-fill.
315aa1de 7506 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7507 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7508
89492072
DL
7509 * widget.el (widget-plist-member): New alias.
7510
d55ead18
EZ
75112000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7512
7513 * eshell/esh-module.el (toplevel): Reference
7514 byte-compile-current-file only if it is bound.
7515
e82a2a05
GM
75162000-07-10 Gerd Moellmann <gerd@gnu.org>
7517
7518 * dired.el: Don't require `dired-aux'.
7519
1fc7fb2b
MB
75202000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7521
7522 * dired-aux.el (dired-show-file-type): New function.
7523 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7524 (dired-show-file-type): Add autoload.
7525
ab49ce15
KH
75262000-07-10 Kenichi Handa <handa@etl.go.jp>
7527
7528 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7529 change of fontset-info.
ab49ce15
KH
7530 (print-fontset): Likewise.
7531
f45aab65
SM
75322000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7533
7534 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7535
2f72fd2f
GM
75362000-07-07 Gerd Moellmann <gerd@gnu.org>
7537
e82a2a05 7538 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7539
2f72fd2f
GM
7540 * dired.el (dired-find-alternate-file): New function.
7541 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7542 (toplevel): Require dired-aux when compiling.
7543 (dired-buffers): Move defvar within file to avoid compiler warning.
7544
7545 * info.el (Info-last-search): Variable removed.
7546 (Info-search-history): New variable.
7547 (Info-search): New Info-search-history.
7548
7549 * battery.el, info-look.el: Change author's mail address.
7550
965522f5 75512000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7552
965522f5
GM
7553 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7554 if rmail-ignored-headers is nil.
7555 (rmail-retry-failure): Bind rmail-ignored-headers and
7556 rmail-displayed-headers to nil.
7557
dd8888a1
GM
75582000-07-06 Gerd Moellmann <gerd@gnu.org>
7559
e5c81191
GM
7560 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7561 (print-region-1): Don't hard code `-h' here.
7562
dd8888a1
GM
7563 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7564
e5c81191
GM
75652000-07-01 Francesco Potorti` <pot@gnu.org>
7566
7567 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7568 exim can use "your message" instead of "the message".
34342a07 7569
f45aab65
SM
75702000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7571
7572 * facemenu.el: Docstrings fixes.
7573 (facemenu-get-face): Don't use internal-find-face.
7574 (facemenu-iterate): Rename arg to match the docstring.
7575
7576 * newcomment.el (uncomment-region): Be more careful when skipping
7577 backwards over `=' not to bump into BOBP.
7578
d396e521 75792000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7580
dd8888a1
GM
7581 * ediff-diff.el (ediff-wordify): Use syntax table.
7582 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7583 ediff-color-display-p.
dd8888a1 7584 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7585 from defsubst.
7586 Got rid of special cases for NeXT and OS/2.
dd8888a1 7587 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7588 face.
34342a07 7589
5e2dfaa4
SM
75902000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7591
7592 * emacs-lisp/lucid.el: Require CL.
7593 (copy-tree, remprop): Remove, it's provided by CL.
7594 (map-keymap): Define in terms of cl-map-keymap.
7595 (extent-property, set-extent-end-glyph): New functions.
7596
7597 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7598
d5c5cddd
GM
75992000-07-05 Gerd Moellmann <gerd@gnu.org>
7600
485266d0
GM
7601 * Makefile.in (DONTCOMPILE): Add comment that the name may
7602 not be changed without changing the make-dist script.
7603
5e2dfaa4 7604 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7605 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7606
e2c46326
AI
76072000-07-05 Andrew Innes <andrewi@gnu.org>
7608
7609 * makefile.nt: Add support for `bootstrap' and related targets.
7610
a027a91b
SM
76112000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7612
7613 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7614 (easy-menu-do-define): Use `menu-item' format.
7615 Handle case where easy-menu-create-menu returns a symbol.
7616 Manually call the potential top-level filter in the function binding.
7617 (easy-menu-filter-return): New arg NAME.
7618 Convert to a keymap if MENU is an XEmacs menu.
7619 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7620 (easy-menu-converted-items-table, easy-menu-convert-item):
7621 New var and fun to memoize easy-menu-convert-item-1.
7622 (easy-menu-do-add-item): Use it.
7623 (easy-menu-create-menu): Use easy-menu-convert-item.
7624 Wrap easy-menu-filter-return around any :filter specification.
7625 Don't convert the menu if a filter was specified.
7626 Tell easy-menu-make-symbol not to check for MENU being an expression.
7627 (easy-menu-make-symbol): New arg NOEXP.
7628
5e03eb84
GM
76292000-07-05 Gerd Moellmann <gerd@gnu.org>
7630
7631 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7632 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7633 (eval-defun): If called with prefix arg, instrument code for
7634 Edebug.
7635
7636 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7637 similar to that of eval-defun.
7638
fca68a95
DL
76392000-07-04 Dave Love <fx@gnu.org>
7640
7ccbba4c
DL
7641 * hl-line.el (hl-line-overlay): Make it permanent-local.
7642
fca68a95
DL
7643 * calendar/todo-mode.el: Replaced with a working version, based on
7644 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7645
76462000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7647
7648 * paths.el (prune-directory-list): New function.
7649 (Info-default-directory-list): Rewritten to more methodically
7650 enumerate a big list of possible info directories (based on the
7651 list used by the standalone info reader).
fca68a95 7652
78e7e8a0 7653 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7654 non-existent directories from Info-directory-list.
78e7e8a0 7655
78e7e8a0
MB
7656 * paths.el (Info-default-directory-list): Try a list of possible
7657 info-directories instead of a single one. Add the possible
7658 info directory "/usr/share/info".
7659
7660 * woman.el (woman-man.conf-path): Explicitly include the debian
7661 man-db config file "/etc/manpath.config".
7662 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7663 are present in `manpath.config'.
7664 (woman-manpath): Include "/usr/share/man".
7665
67c9a1d2
GM
76662000-07-03 Gerd Moellmann <gerd@gnu.org>
7667
6753393b
GM
7668 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7669
7670 * startup.el (command-line): Initialize blink-cursor based
7671 on window-system.
7672
e4f98ad3
GM
7673 * frame.el (blink-cursor): Default to nil if not running under
7674 a window-system.
7675
2f516940
GM
7676 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7677 (face-x-resources): Remove duplicate entry for :font.
7678
67c9a1d2
GM
7679 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7680 instead of cycling through windows with next-window.
7681
7682 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7683 of cycling through windows with next-window.
7684
7685 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7686 of cycling through windows with next-window.
7687
7688 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7689 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7690 instead of cycling through windows with next-window.
7691
7692 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7693 instead of cycling through windows with next-window.
7694
7695 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7696 of cycling through windows with next-window.
7697
7698 * terminal.el (te-process-output): Use walk-windows instead of
7699 cycling through windows with next-window.
7700
7701 * server.el (server-switch-buffer): Use some-window instead of
7702 cycling through windows with next-window.
7703
7704 * window.el (some-window): New function.
7705 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7706
3a4f3f86 7707 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7708
8b7bc628 77092000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7710
7711 * window.el (walk-windows): Guarantee termination by keeping a list
7712 of all the windows already handled.
7713
d0d57043
EZ
77142000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7715
7716 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7717 window-system.
7718
7719 * man.el (Man-notify-when-ready): Don't use window-system. If
7720 Man-notify-method is newframe, and the display is not
7721 multi-frame, select the frame created for the man page.
7722 (Man-init-defvars): Doc fix.
7723
d5483ab1
GM
77242000-06-28 Gerd Moellmann <gerd@gnu.org>
7725
af5c25e1
GM
7726 * faces.el (region): Change background color for light background.
7727
7728 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7729 attribute from mode-line face of Ediff control frame.
7730
d5483ab1
GM
7731 * replace.el (query-replace-map): Bind `e' like `E'.
7732
9d47450f
EZ
77332000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7734
3a4f3f86
SM
7735 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7736 Change name to "Select All".
496b7491 7737
9d47450f
EZ
7738 * dos-fns.el (convert-standard-filename): Fix last change.
7739
0b431deb
GM
77402000-06-27 Gerd Moellmann <gerd@gnu.org>
7741
4fa9f636
GM
7742 * help.el (describe-variable): Don't insert a second `'s' in front
7743 of the string `value is shown below'. Since the syntax-table is
7744 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7745 an existing `'s', so that this won't be deleted.
7746
0b431deb
GM
7747 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7748 * pcmpl-unix.el: New files.
7749
32cad0aa
SM
77502000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7751
7752 * wid-edit.el (widget-member): Use the new plist-member.
7753
2c69ced2
GM
77542000-06-26 Gerd Moellmann <gerd@gnu.org>
7755
44c0f771
GM
7756 * replace.el (perform-replace): Undo change of 2000-04-04.
7757 Instead, move backward 1 character at the end of the loop when
7758 necessary.
34342a07 7759
1d36487c
GM
7760 * faces.el (fringe): Change face for different backgrounds.
7761
7762 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7763 patch from John.
7764
2c69ced2
GM
7765 * eshell/*.el: Change spelling of the Free Software Foundation.
7766
7767 * eshell/esh-toggle.el: Removed.
7768
7769 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7770
7771 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7772 interactively.
7773
77742000-06-26 Alex Schroeder <alex@gnu.org>
7775
7776 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7777 `define-key'; instead of checking `(emacs-version)' check for
7778 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7779 for `;' and `o' which might be electric.
7780
7781 (sql-electric-stuff): New user option.
7782 (sql-magic-go): New function which uses `sql-electric-stuff'.
7783 (sql-magic-semicolon): New function which uses
7784 `sql-electric-stuff'.
7785
7786 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7787 is not fboundp.
7788
7789 (sql-oracle-options): New variable.
7790 (sql-oracle): Use it.
7791
7792 (sql-imenu-generic-expression): Doc change.
7793 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7794 is used.
7795
7796 (sql-informix): Added command line parameter "-" to force
7797 sql-informix-program to use stdout.
7798
db1306d8
EZ
77992000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7800
3a4f3f86 7801 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7802 (cp864-decode-table): Doc fix.
7803 (cp720-decode-table): New variable, supports the Arabic OEM
7804 codepage used by Windows.
7805 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7806
c69e5fcd
DL
78072000-06-23 Dave Love <fx@gnu.org>
7808
7809 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7810 (font-lock-fontify-anchored-keywords): Use
7811 line-beginning-position.
7812 (global-font-lock-mode): Use mapc.
7813
30ad8f23
SM
78142000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7815
7816 * eshell/esh-module.el: Require CL when compiling.
7817
26b4dc84
GM
78182000-06-23 Gerd Moellmann <gerd@gnu.org>
7819
78c56e70
GM
7820 * comint.el (comint-substitute-in-file-name): Call replace-match
7821 with second and third arg t.
7822
34342a07 7823 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7824 Specify foreground color.
7825
7826 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7827 color.
7828
affbf647
GM
7829 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7830
7831 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7832 cddr instead of cdddr.
7833
25fffb31
GM
7834 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7835 instead of copy-list.
7836
7837 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7838 of copy-list.
7839
26b4dc84
GM
7840 * subdirs.el: Add eshell subdirectory.
7841
7842 * eshell: New subdirectory containing the Eshell package.
7843
7844 * pcomplete.el: New file.
7845
78c56e70
GM
78462000-06-23 Paul Eggert <eggert@twinsun.com>
7847
ea055732
GM
7848 * mail/mailpost.el (post-mail-send-it): Make sure file has
7849 proper permissions from birth.
7850
7851 * files.el (basic-save-buffer-2): When temporarily setting
7852 file modes, set them to current modes plus 0200, not to 0777.
7853
78c56e70
GM
7854 * emerge.el (emerge-make-temp-file): Make sure file has proper
7855 permissions from birth.
7856
a3a7ff33
EZ
78572000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7858
7859 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7860 backup file name through convert-standard-filename.
7861
7862 * dos-fns.el (convert-standard-filename): Convert leading
7863 directories as well. When long file names are supported, convert
7864 characters that are invalid in Windows file names.
7865
1fd9b7fe
GM
78662000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7867
7868 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7869 ps-print crashes. New feature: page selection for printing. Create
7870 raw-text-unix coding system for XEmacs. Doc fix.
7871 (ps-print-version): New version number (5.2.3).
7872 (ps-plot-region): Bug fix.
7873 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7874 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7875 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7876 funs.
7877 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7878 (ps-last-page): New vars.
7879
16ed8416
GM
78802000-06-21 Gerd Moellmann <gerd@gnu.org>
7881
7882 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7883 empty option string.
7884
4fbee715
EZ
78852000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7886
7887 * man.el (man): Doc fix.
7888
eaecfc94
KH
78892000-06-21 Kenichi Handa <handa@etl.go.jp>
7890
7891 * international/mule-cmds.el (set-language-info-alist): Docstring
7892 fixed.
7893
4a27bdfb
GM
78942000-06-20 Gerd Moellmann <gerd@gnu.org>
7895
7896 * version.el (emacs-version): Use ISO date format.
7897
7898 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7899 instead of `M-backspace'.
7900
7901 * simple.el (turn-off-auto-fill): New function.
7902
8972fe79
SM
79032000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7904
7905 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7906 Renamed from with-buffer-prepared-for-font-lock and use
7907 inhibit-modification-hooks rather than setting *-change-functions.
7908 Update all functions to use the new name.
7909 (jit-lock-first-unfontify-pos): New semantics (and doc).
7910 (jit-lock-mode): Make non-interactive.
7911 Don't automatically turn on font-lock.
7912 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7913 Always use jit-lock-after-change.
7914 Remove and restore font-lock-after-change-function.
7915 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7916 (jit-lock-after-unfontify-buffer): Remove.
7917 (jit-lock-stealth-fontify):
7918 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7919 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7920
5d80cc9c
SS
79212000-06-20 Sam Steingold <sds@gnu.org>
7922
7923 * emacs-lisp/cl-indent.el (toplevel): Indent
7924 `print-unreadable-object' properly. Untabify.
7925
f54e4d13
CD
79262000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7927
7928 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7929 Support for bibentry.
7930 (reftex-compile-variables): Fixed problem with end of section-re.
7931
7932 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7933 reftex-view-crossref-from-bibtex):
7934 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7935 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7936 Replaced `remprop' with `put'.
8972fe79
SM
7937 (reftex-view-crossref, reftex-view-crossref-when-idle):
7938 Support for bibentry.
f54e4d13 7939
8972fe79
SM
7940 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7941 New entry for bibentry package.
f54e4d13 7942
8972fe79
SM
7943 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7944 Regexp also matches "\nobibliography".
f54e4d13 7945
8972fe79
SM
7946 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7947 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7948 (reftex-ensure-write-access): New function.
7949
f54e4d13
CD
79502000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7951
7952 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7953
7954 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7955
7956 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7957
7958 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7959
7960
560c43f4
DL
79612000-06-20 Dave Love <fx@gnu.org>
7962
7963 * faces.el (frame-background-mode): Use set-default, not set, in
7964 setter.
7965 (frame-update-faces, frame-update-face-colors): Define with
7966 defalias.
7967
7968 * enriched.el (enriched-decode-foreground)
7969 (enriched-decode-background): Don't use internal-find-face.
7970
7971 * apropos.el: Doc fixes.
7972
7973 * cus-edit.el (customize-changed-options): Check arg.
7974 (customize-version-lessp): Don't require decimal point.
7975
7976 * custom.el (defcustom, defgroup): Doc fix.
7977
7978 * newcomment.el (comment) <defgroup>: Add :version.
7979 (comment-multi-line): Doc fix.
7980
7981 * emulation/mlsupport.el (define-hooked-local-abbrev,
7982 define-hooked-global-abbrev): Fix, using define-abbrev.
7983
cdf0357b
GM
79842000-06-19 Gerd Moellmann <gerd@gnu.org>
7985
7986 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7987 the whole buffer.
7988
10013d74
DL
79892000-06-19 Dave Love <fx@gnu.org>
7990
7991 * menu-bar.el (menu-bar-options-save): New function.
7992 (menu-bar-options-menu): Use it.
7993 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7994 Simplify.
7995
6922f208
AS
79962000-06-19 Andreas Schwab <schwab@suse.de>
7997
7998 * progmodes/etags.el (tags-query-replace): Put new parameters
7999 START and END at the end, for backward compatibility.
8000
10d7bf84
KH
80012000-06-19 Kenichi Handa <handa@etl.go.jp>
8002
8003 * international/codepage.el:
8004 (cp-coding-system-for-codepage-1): Delete special codes for
8005 generating xxx-dos coding system because now a CCL based coding
8006 system can handle EOL conversion by default.
8007
8008 * international/mule.el (make-coding-system): Generate subsidiary
8009 coding systems for EOL handling variants even for a CCL based
8010 coding system.
8011
8f3c9a3d
KH
80122000-06-19 Kenichi Handa <handa@etl.go.jp>
8013
8014 * international/isearch-x.el (isearch-minibuffer-input-method)
8015 (isearch-minibuffer-input-method-function): These variables
8016 deleted.
8017 (isearch-with-input-method): Don't use the above variables.
8018 (isearch-process-search-multibyte-characters): Likewise. Call
8019 read-string with the arg INHERIT-INPUT-METHOD t.
8020
c2acf685
SM
80212000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8022
13f0d185
SM
8023 * font-lock.el (font-lock-after-fontify-buffer)
8024 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8025
8026 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8027 Use consistent make-local-variable style for font-lock-fontified.
8028 (jit-lock-fontify-buffer):
8029 Don't bother checking for font-lock-mode and jit-lock-mode.
8030
c2acf685
SM
8031 * time.el: Remove trailing ^M that prevent CVS-merging.
8032
a9021acd
GM
80332000-06-16 Gerd Moellmann <gerd@gnu.org>
8034
8035 * Makefile.in (distclean): New target.
5d80cc9c 8036
0df68e9f
SM
80372000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8038
8039 * Makefile.in (srcdir): Define for update-subdirs.
8040
6344985d
GM
80412000-06-16 Gerd Moellmann <gerd@gnu.org>
8042
8043 * find-lisp.el: New file.
8044
63239267
AI
80452000-06-16 Andrew Innes <andrewi@gnu.org>
8046
8047 * time.el (display-time-mail-function): New variable, to allow
8048 external packages to indicate when new mail is available.
8049 (display-time-update): Use it.
8050
1699f991
KH
80512000-06-16 Kenichi Handa <handa@etl.go.jp>
8052
a3b37893
KH
8053 * international/mule.el (mule-version): Change version name to
8054 SAKAKI. AOI has already been used by Meadow.
8055
1699f991
KH
8056 * international/quail.el (quail-show-guidance-buf): To find the
8057 bottom window (but minibuffer), pay attention to the height of
8058 minibuffer.
8059
228b083e
EZ
80602000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8061
7d5c8691
EZ
8062 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8063 menu-bar menus. Add help strings. Don't remove the Edit menu
8064 from the menu bar, as the menu bar has enough space now.
8065
261f3289
EZ
8066 * Makefile.in (SHELL): Make sure /bin/sh is used.
8067
228b083e
EZ
8068 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8069 characters, which use series of two ^H characters instead of one.
8070
e27e8d71
GM
80712000-06-15 Gerd Moellmann <gerd@gnu.org>
8072
5d80cc9c 8073 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8074 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8075 functions.
451ec4e3
GM
8076 (Info-find-node-2): Try a case-sensitive search first, then
8077 do a case-insensitive search.
8078
8079 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8080 tutorials.
8081
b675095c
GM
8082 * complete.el (PC-env-vars-alist): New variable.
8083 (PC-complete-as-file-name): New function.
8084 (partial-completion-mode): Initialize PC-env-vars-alist from
8085 process-environment.
8086 (PC-do-completion): Handle completion of env vars.
8087
8088 * info.el (Info-set-mode-line): Show file name in mode line,
8089 use `*Info*' instead of `Info:'.
8090
e27e8d71
GM
8091 * startup.el (command-line-1): Change copyright messages to year
8092 2000.
8093
28223a7e
DL
80942000-06-15 Dave Love <fx@gnu.org>
8095
8096 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8097 not local-map.
8098
32684631
KH
80992000-06-15 Kenichi Handa <handa@etl.go.jp>
8100
8101 * international/mule.el (set-buffer-file-coding-system): Almost
8102 rewritten to handle `undecided' as no-op.
8103
9f817ea4
GM
81042000-06-14 Gerd Moellmann <gerd@gnu.org>
8105
e27e8d71 8106 * Makefile.in: New file.
dce6b995
GM
8107
8108 * Makefile: Removed.
8109
9f817ea4
GM
8110 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8111 (goto-address-highlight-keymap): Bind C-c RET.
8112
2de33f94
KH
81132000-06-14 Kenichi Handa <handa@etl.go.jp>
8114
bbf1e8a5
KH
8115 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8116 inherits buffer-file-coding-system of the current buffer.
725a6897 8117
02891cc3
KH
8118 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8119 0. Give correct argument to set-auto-coding-function.
8120 (tar-expunge): For goto-char, use (point-min), not 0.
8121 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8122 (tar-subfile-save-buffer): Likewize.
8123
2de33f94
KH
8124 * international/mule.el
8125 (after-insert-file-set-buffer-file-coding-system): Call
8126 set-buffer-file-coding-system with the arg FORCE t.
8127
1681ead6
GM
81282000-06-13 Gerd Moellmann <gerd@gnu.org>
8129
8130 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8131 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8132 the sender is set with `-f'.
1681ead6 8133
fdf4b680
DL
81342000-06-13 Dave Love <fx@gnu.org>
8135
9c50afce
DL
8136 * help.el (describe-function-1): Kluge around cases of functions
8137 fset to subrs whose doc doesn't match their symbol-name.
8138
0ad550ba 8139 * image.el (insert-image): Default STRING to a space.
f290ca08 8140
fdf4b680 8141 * info.el Doc fixes.
5d80cc9c 8142 (Info-build-node-completions): Match Ref tags.
fdf4b680 8143
9b6610db
EZ
81442000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8145
a704139d
EZ
8146 * frame.el (display-multi-frame-p, display-multi-font-p): New
8147 defaliases for display-graphic-p.
8148
9b6610db
EZ
8149 * hl-line.el: Fixed a typo in commentary.
8150
7a5ea398
KH
81512000-06-13 Kenichi Handa <handa@etl.go.jp>
8152
8153 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8154 fixed.
8155
0dc91c57
DL
81562000-06-12 Dave Love <fx@gnu.org>
8157
8158 * image.el (insert-image): Save a little consing.
8159
0bd5914b
KH
81602000-06-12 Kenichi Handa <handa@etl.go.jp>
8161
8162 * language/tibet-util.el: Convert all tibetan-1-column characters
8163 to the corresponding tibetan characters.
8164 (tibetan-add-components): Delete code for the special treatment of
8165 'a chung.
8166
8167 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8168 change.
8169 (tibetan-vowel-transcription-alist): More rules added.
8170 (tibetan-composite-vowel-alist): New variable.
8171 (tibetan-precomposition-rule-alist): More rules added.
8172
6dc7d3d5
SM
81732000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8174
9c04c393
SM
8175 * startup.el (command-line): Only call menu-bar-mode if interactive.
8176
8177 * thingatpt.el (toplevel symbol-properties):
8178 * textmodes/makeinfo.el (makeinfo-compile):
8179 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8180 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8181 (hide-ifdef-use-define-alist):
5d80cc9c 8182 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8183 (ange-ftp-vms-add-file-entry):
8184 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8185 * man.el (Man-build-man-command):
8186 * mail/rnewspost.el (news-reply-header-hook):
8187 * info.el (Info-insert-dir):
8188 * emulation/mlconvert.el (backward-word, forward-word, setq):
8189 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8190 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8191 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8192 (byte-optimize-apply, end of file):
8193 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8194 (ad-make-freeze-definition):
8195 * startup.el (command-line, command-line-1): Don't quote lambdas.
8196
6dc7d3d5
SM
8197 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8198 (cvs-cleanup-removed): New function.
8199 (cvs-cleanup-functions): New var.
8200 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8201 some flexibility in specifying additional entries to auto-cleanup.
8202 (cvs-quickdir): New function.
8203 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8204 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8205 (cvs-mode-find-file): Check that we are on a filename or dirname
8206 when invoked through a mouse-click.
8207 (cvs-full-path): Remove.
8208 (cvs-dired-action): Re-introduced.
8209 (cvs-dired-noselect): Use it.
8210 (vc-post-command-functions): use this new hook if available.
8211
8212 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8213 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8214 (cvs-filename-map, cvs-dirname-map): Remove.
8215 (cvs-default-action): Remove.
8216 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8217 if the arg is really a keymap.
8218 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8219 Don't hardcode the mapping from state (aka type) to face, but check
8220 the var cvs-fi-<type>-face instead.
8221 (cvs-fileinfo-from-entries): New function.
8222
8223 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8224 Docstring fix.
8225 (cvs-find-file-and-jump): Change default to be safer.
8226 (cvs-mode-diff-map): Define it as a function as well.
8227 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8228 Bind mouse-2 in this global map rather than with text-properties.
8229
8230 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8231 file to resolve the ambiguity between C(conflict) and C(need-merge).
8232
5050a2ef
KH
82332000-06-12 Kenichi Handa <handa@etl.go.jp>
8234
8235 * international/mule.el (set-buffer-file-coding-system): If
8236 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8237 unconditionally.
8238
35a7ac84
DL
82392000-06-12 Dave Love <fx@gnu.org>
8240
8241 * wid-edit.el (widget-specify-button): Really suppress the face if
8242 required.
8243
db8eeecd
GM
82442000-06-11 Gerd Moellmann <gerd@gnu.org>
8245
8246 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8247
70223ca4
SM
82482000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8249
8250 * imenu.el (imenu-generic-expression): Docstring fix.
8251
8252 * composite.el (composition-function-table): Move the `put'
8253 below the autoload cookie so we can load the file before loaddefs.
8254
8255 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8256
8257 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8258 Handle easy-mmode-define-global-mode.
8259 For complex macros like define-minor-mode that can generate
8260 several autoload entries, try to autoload entries in the
8261 macroexpanded code.
8262
8263 * emacs-lisp/easy-mmode.el (define-minor-mode):
8264 If KEYMAP is a symbol, just use it.
8265 Use byte-compile-current-file and load-file-name to infer the
8266 proper :require to pass to defcustom.
8267 Wrap the hook var into `progn' so as not to autoload it.
8268 Add a :autoload-end cookie.
8269 Be more careful about the evaluation of KEYMAP.
8270 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8271 (define-derived-mode): Move define-abbrev-table outside of defvar.
8272
82732000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8274
8275 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8276 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8277 (backup-compiled-files): Ignore errors during `tar'.
8278 (bootstrap): Make autoloads before elc files.
8279
9c53b34e
KH
82802000-06-10 Kenichi Handa <handa@etl.go.jp>
8281
8282 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8283 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8284
8285 * international/mule-conf.el (unix): New alias for the coding
8286 system undecided-unix.
8287
22ddd299
DL
82882000-06-09 Dave Love <fx@gnu.org>
8289
5ee42746
DL
8290 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8291
70223ca4 8292 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8293 (executable-insert): Change custom type.
8294 (executable-find): Add autoload cookie.
cc7e1d18
DL
8295 (executable-make-buffer-file-executable-if-script-p): New
8296 function. After Noah Friedman.
22ddd299
DL
8297
8298 * files.el (after-save-hook): Customize, with
cc7e1d18 8299 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8300
41ea3794
KH
83012000-06-09 Kenichi Handa <handa@etl.go.jp>
8302
f89437e3
KH
8303 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8304 "tib24p-mule.bdf" for Tibetan.
8305
7a4ee259
KH
8306 * composite.el (decompose-composite-char): Declare it as obsolete.
8307
ff6a65c2
KH
8308 * man.el (Man-fontify-manpage): Pay attention to underline and
8309 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8310
f83fe4b4
GM
83112000-06-08 Gerd Moellmann <gerd@gnu.org>
8312
8313 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8314 Set maintainer to FSF since author isn't reachable.
8315
e56d7900
DL
83162000-06-08 Dave Love <fx@gnu.org>
8317
8318 * international/mule-cmds.el (select-safe-coding-system): If
8319 DEFAULT-CODING-SYSTEM is not specified, also check the most
8320 preferred coding-system if buffer-file-coding-system is
8321 `undecided'. From Handa.
8322
d3981b49
KH
83232000-06-08 Kenichi Handa <handa@etl.go.jp>
8324
8325 * international/mule.el
8326 (after-insert-file-set-buffer-file-coding-system): If the buffer
8327 size is greater than INSERTED, judget that we are not visiting.
8328
bff71087
RV
83292000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8330
8331 * whitespace.el (defgroup whitespace): Comment out `:version'.
8332 XEmacs 20.4 has problems defining the group with this present.
8333 We'll have this commented out till get resolve the problem.
8334
45f485a6
GM
83352000-06-07 Gerd Moellmann <gerd@gnu.org>
8336
8337 * align.el: Update from author.
8338
83392000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8340
8341 * apropos.el (apropos-mode-hook): New user variable.
8342 (apropos-mode): Run apropos-mode-hook.
bff71087 8343
45f485a6
GM
83442000-06-07 David Ponce <david@dponce.com>
8345
8346 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8347 commands. Require `wid-edit' at run-time.
8348
83492000-06-07 David Ponce <david@dponce.com>
8350
8351 * recentf.el: Added some "Commentary".
8352 (recentf-open-more-files, recentf-edit-list): Minor changes to
8353 move the point at the top of the file list. This behaviour is
8354 consistent with the menu one when the list contains a lot of
8355 files.
8356 (recentf-cleanup): Now displays the number of items removed from
8357 the list.
8358 (recentf-relative-filter) New menu filter to show filenames
8359 relative to `default-directory'.
bff71087 8360
45f485a6
GM
83612000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8362
8363 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8364 with/without giving an error if PostScript printer doesn't have this
8365 kind of page size. Zebra Stripe continues or restarts on next page.
8366 Manual/automatic paper feeding. Switch or not the header.
8367 (ps-print-version): New version number (5.2.2).
8368 (ps-windows-system): Include emx as a Windows system.
8369 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8370 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8371 (ps-background-text): Code fix.
8372 (ps-error-handler-message, ps-user-defined-prologue)
8373 (ps-print-prologue-header, ps-printer-name)
8374 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8375 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8376 (ps-use-face-background): Customization fix.
8377 (ps-n-up-database): Data fix.
8378 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8379 (ps-switch-header): New vars.
8380 (ps-xemacs-color-name, ps-face-foreground-name)
8381 (ps-face-background-name, ps-boolean-constant): New funs.
8382
c14dcd22
DL
83832000-06-07 Dave Love <fx@gnu.org>
8384
8385 * allout.el: New version from Manheimer.
8386
e4044bb0
KH
83872000-06-07 Kenichi Handa <handa@etl.go.jp>
8388
8389 * textmodes/fill.el (fill-find-break-point): Check the validity of
8390 charset.
8391
59cfe8b9
KF
83922000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8393
8394 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8395 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8396 Call display-color-p and display-mouse-p instead of looking at
8397 window-system.
8398
bb2337f5
DL
83992000-06-06 Dave Love <fx@gnu.org>
8400
8401 * image.el (find-image): Doc fix. Return nil if image not found.
8402 (put-image, insert-image): Make STRING arg optional.
8403
8e624fa2
KH
84042000-06-06 Kenichi Handa <handa@etl.go.jp>
8405
8406 * language/vietnamese.el: Remove eval-when-compile.
8407 (viet-viscii-nonascii-translation-table): Define it as a
8408 translation table made from viet-viscii-decode-table.
8409 (viet-viscii-encode-table): Define it as a translation table made
8410 from the reverse map of above.
8411 (viet-vscii-nonascii-translation-table): Define it as a
8412 translation table made from viet-vscii-decode-table.
8413 (viet-vscii-encode-table): Define it as a translation table made
8414 from the reverse map of above.
8415 (ccl-decode-viscii): Use translate-character.
8416 (ccl-encode-viscii, ccl-encode-viscii-font)
8417 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8418 Likewize.
bff71087 8419
8e624fa2
KH
8420 * language/cyrillic.el: Remove eval-when-compile.
8421 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8422 translation table made from cyrillic-koi8-r-decode-table.
8423 (cyrillic-koi8-r-encode-table): Define it as a translation table
8424 made from the reverse map of above.
8425 (ccl-decode-koi8): Use translate-character.
8426 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8427 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8428 a translation table made from cyrillic-alternativnyj-decode-table.
8429 (cyrillic-alternativnyj-encode-table): Define it as a translation
8430 table made from the reverse map of above.
8431 (ccl-decode-alternativnyj): Use translate-character.
8432 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8433 Likewize
8434
8435 * international/mule-diag.el (non-iso-charset-alist): Specify
8436 translation table symbol instead of translation table itself.
8437 (list-block-of-chars): CHARSET may be a translation table symbol.
8438
8439 * international/mule.el (make-coding-system): If CODING-SYSTEM
8440 already exists, override it.
8441
8442 * international/fontset.el: Use family `proportional' for Tibetan
8443 fonts.
8444
8445 * international/ccl.el (ccl-compile-translate-character): Don't
8446 check if Rrr has property translation-table.
8447 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8448
1969fae2
GM
84492000-06-05 Gerd Moellmann <gerd@gnu.org>
8450
8451 * info.el: Bind case-fold-search to t when searching in case
8452 a user sets it to nil in a hook.
8453
d5b037c5
SM
84542000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8455
d3d02e65
SM
8456 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8457 * hl-line.el (hl-line-mode): Use the new :global key argument.
8458
8459 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8460 (tar-clip-time-string): Prepend a space.
8461 (tar-grind-file-mode): Construct a string rather than modifying one.
8462 (tar-header-block-summarize): Fix docstring.
8463 Use `format' rather than an error-prone set of copy-loops.
8464
8465 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8466 (diff-goto-source, diff-unified->context, diff-context->unified)
8467 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8468 understand the format output by the `-p' argument to diff.
8469
bff71087 8470 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8471 (sh-re-done): Use defconst.
8472 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8473 (sh-help-string-for-variable, sh-guess-basic-offset):
8474 Don't quote lambdas.
8475 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8476 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8477
f7c4478f
SM
8478 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8479 (mh-letter-mode): Derive from text-mode.
8480 This implicitly means that it now calls kill-all-local-variables.
8481 Also remove the Emacs-18 compatibility code.
8482
a8add29d
SM
8483 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8484 Make use of symbol-property doc-string-elt.
8485 Use memq rather than a sequence of eq.
8486 (doc-string-elt): Fix the wrong or missing previously unused values.
8487 (autoload-print-form): New function extracted from
8488 generate-file-autoloads to allow recursion when handling progn
8489 so that defvar's and defun's docstrings are properly printed.
8490 (generate-file-autoloads): Use it.
8491
d5b037c5
SM
8492 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8493 Use find-file-hooks in the minor-mode function.
8494 Be careful not to loop indefinitely in the post-command-hook function.
8495
560ef11a 84962000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8497
1969fae2 8498 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8499 tty's.
1969fae2 8500 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8501 differences whenever appropriate.
1969fae2
GM
8502 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8503 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8504 wildcards.
8505
b5bbbb76
SM
85062000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8507
d5b037c5
SM
8508 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8509 (jit-lock-fontify-buffer): New function for JIT refontification.
8510 (jit-lock-mode): Fix docstring.
8511 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8512 Remove jit-lock-after-change from the _local_ hook.
8513 (jit-lock-function-1): Fix docstring.
8514
8515 * info.el (Info-on-current-buffer): Initialize info.
8516
8517 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8518
8519 * progmodes/tcl.el (tcl-indent-for-comment):
8520 Ignore comment-indent-hook.
8521
8522 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8523 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8524 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8525 and improve to use the lighter to guess the capitalization.
8526 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8527 Add keyword arguments to specify global-ness or the custom group.
8528 Add local-map and help-echo properties to the lighter.
8529 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8530 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8531
bfa6c260
DL
85322000-06-02 Dave Love <fx@gnu.org>
8533
8534 * wid-edit.el: byte-compile-dynamic since we typically don't use
8535 all the widgets. Don't require cl or widget. Remove
8536 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8537 (widget-read-event): Removed. Callers changed to use read-event.
8538 (widget-button-release-event-p): Renamed from
8539 button-release-event-p.
8540 (widget-field-add-space, widget-field-use-before-change):
8541 Uncustomize.
8542 (widget-specify-field): Use keymap property, not local-map.
8543 (widget-specify-button): Obey :suppress-face.
8544 (widget-specify-insert): Use modern backquote syntax.
8545 (widget-image-directory): Renamed from widget-glyph-directory.
8546 (widget-image-enable): Renamed from widget-glyph-enable.
8547 (widget-image-find): Replaces widget-glyph-find.
8548 (widget-button-pressed-face): Move defvar.
8549 (widget-image-insert): Replaces widget-glyph-insert.
8550 (widget-convert): Use keywordp.
8551 (widget-leave-text, widget-children-value-delete): Use mapc.
8552 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8553 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8554 (widget-button-click): Don't set point at the click, but re-centre
8555 if we scroll out of window. Rewritten for images v. glyphs &c.
8556 (widget-tabable-at): Use POS arg, not point.
8557 (widget-beginning-of-line, widget-end-of-line)
8558 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8559 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8560 (widget-default-create): Use widget-image-insert; some rewriting.
8561 (widget-visibility-value-create)
8562 (widget-push-button-value-create, widget-toggle-value-create): Use
8563 widget-image-insert.
8564 (checkbox): Create on and off images dynamically.
8565 (documentation-link): Change :help-echo.
8566 (widget-documentation-link-echo-help): Remove.
8567
3837de12
SM
85682000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8569
8570 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8571
8572 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8573 (easy-mmode-define-toggle, define-minor-mode): Use it.
8574 (easy-mmode-define-keymap): Docstring fix.
8575 (define-derived-mode): Default PARENT to fundamental-mode.
8576 Add the derived-mode-parent symbol-property.
8577 (easy-mmode-derived-mode-p): New function.
8578
90aa4ea8
DL
85792000-06-02 Dave Love <fx@gnu.org>
8580
37193ee6
DL
8581 * files.el (convert-standard-filename): Doc fix.
8582 (normal-backup-enable-predicate): New function.
8583 (backup-enable-predicate): Use it to replace the lambda form.
8584
8585 * calendar/todo-mode.el: [This needs more work on the outline
8586 stuff.] Doc fixes.
8587 (todo) <defgroup>: Add :version.
8588 (todo-add-category): Don't use pushnew.
8589 (todo-cmd-raise): Fix typo.
8590 (todo-top-priorities): Change temp buffer name.
8591 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8592 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8593 Use outline-next-heading.
37193ee6 8594
90aa4ea8
DL
8595 * autoarg.el: Rewritten to use define-minor-mode.
8596 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8597 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8598
2e54623a
KH
85992000-06-02 Kenichi Handa <handa@etl.go.jp>
8600
8601 * isearch.el (isearch-other-meta-char): Fix previous change.
8602
c5def0db
SM
86032000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8604
3837de12
SM
8605 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8606 (log-edit-done): Only add the comment to the ring if it's different
8607 from the last comment entered.
8608
c5def0db
SM
8609 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8610
2330c9d4
DL
86112000-06-01 Dave Love <fx@gnu.org>
8612
8613 * hl-line.el: Rewritten using define-minor-mode.
8614
8615 * help.el (describe-function-1): Distinguish special form from
8616 builtin function. Sanity-check presence of arglist for builtins.
8617
6e5dfc31
KH
86182000-06-01 Kenichi Handa <handa@etl.go.jp>
8619
4dc1225b
KH
8620 * international/characters.el: Fix syntax/category setting of
8621 Tibetan characters.
8622
8623 * language/tibet-util.el (tibetan-add-components): Fixes for new
8624 encoding of Tibetan characters.
8625 (tibetan-decompose-precomposition-alist): New variable.
8626 (tibetan-decompose-region): Convert precomposed characters to
8627 non-precomposed characters.
8628 (tibetan-decompose-string): Likewise.
8629 (tibetan-composition-function): Fix args to
8630 thibetan-compose-string.
8631
8632 * language/tibetan.el (tibetan-composable-pattern): More
8633 characters included.
8634 (tibetan-consonant-transcription-alist): Rule for "R" added.
8635 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8636 "+R" added.
8637 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8638
eadef5e6
KH
8639 * language/lao-util.el (lao-composition-function): Fix args to
8640 compose-string.
8641
8642 * language/thai-util.el (thai-composition-function): Fix args to
8643 compose-string.
8644
6e5dfc31 8645 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8646 to prevent the point moving to the end of a composition when a
8647 part of a composition is searched.
6e5dfc31
KH
8648 (isearch-other-meta-char): If the key invoking this command can be
8649 mapped by function-key-map to a printing char, call
8650 isearch-process-search-char directly.
8651
2598a293
SM
86522000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8653
8654 * emacs-lisp/bytecomp.el:
8655 * frame.el:
8656 * international/mule-cmds.el:
8657 * international/mule-util.el:
8658 * international/mule.el:
8659 * mouse.el:
8660 * subr.el:
8661 * faces.el: Update calls to make-obsolete with a WHEN argument.
8662
8663 * byte-run.el (make-obsolete, make-obsolete-variable):
8664 Add an optional WHEN argument and change the format of the
bff71087 8665 symbol-property information.
2598a293
SM
8666 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8667 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8668 new obsolete-symbol-property format and print WHEN if it is provided.
8669
28d8dff1
DL
86702000-05-31 Dave Love <fx@gnu.org>
8671
8672 * loadhist.el (loadhist-hook-functions): Remove
8673 before-change-function, after-change-function.
8674 (unload-feature): Deal with symbols which are both bound and
8675 fbound.
8676
8677 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8678 before-change-function, after-change-function.
8679
8680 * simple.el (newline): Don't bind before-change-function,
8681 after-change-function.
8682
7f565d87
RV
86832000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8684
8685 * whitespace.el (whitespace-rescan-timer-time): Update interval
8686 set to 600 seconds (10 minutes) instead of 60 seconds since
8687 a large number of whitespace buffers causes emacs to `freeze'
8688 for a considerable amount of time.
8689
bff71087 8690 * whitespace.el: Updated email address
7f565d87 8691
a8d693d8
DL
86922000-05-31 Dave Love <fx@gnu.org>
8693
8694 * add-log.el (change-log-font-lock-keywords) <function>: Add
8695 pattern for function of change.
8696 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8697 acknowledgements patterns.
8698
a50192e7
KH
86992000-05-31 Kenichi Handa <handa@etl.go.jp>
8700
8701 * isearch.el (isearch-printing-char): If keyboard coding system is
8702 being used, call isearch-process-search-multibyte-characters.
8703
8704 * international/isearch-x.el: Mostly rewritten.
8705
8706 * international/quail.el (quail-start-conversion): Don't include
8707 unhandled events in the returned events, but set them in
8708 unread-command-events. Exit if all inputs are deleted.
8709
7e492772
JR
87102000-05-30 Jason Rumney <jasonr@gnu.org>
8711
8712 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8713
8714 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8715 Reenable code to create initial fontsets.
8716 Use set-fontset-font in place of put-charset-property.
8717
10fc3187
GM
87182000-05-30 Gerd Moellmann <gerd@gnu.org>
8719
79148ea7
GM
8720 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8721 label, ensure that the first colon isn't followed by another.
8722
8723 * paths.el (Info-default-directory-list): Doc fix.
8724
086d5b87
GM
8725 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8726 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8727 send a query containing USER only, not USER@HOST.
8728
10fc3187
GM
8729 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8730 and rmail-msgend to compute the restriction at the end, instead of
8731 computing it.
8732
49e70dec
GM
87332000-05-29 Gerd Moellmann <gerd@gnu.org>
8734
66254a13
GM
8735 * dabbrev.el (dabbrev-expand): Don't display messages in the
8736 echo area if the minibuffer window is active.
8737
49e70dec
GM
8738 * jit-lock.el (jit-lock-mode): Add after change function to
8739 local hook.
8740
87412000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8742
8743 * antlr-mode.el: New commands: hide/unhide actions,
8744 upcase/downcase literals.
8745 (antlr-tiny-action-length): New user option.
8746 (antlr-hide-actions): New command. Suggested by
8747 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8748 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8749 (antlr-mode-menu): New entries.
8750 (antlr-downcase-literals): New command.
8751 (antlr-upcase-literals): Ditto.
8752
8753 * antlr-mode.el: Minor changes: indendation, mode-name.
8754 (antlr-indent-line): Indent cpp directive at column 0.
8755 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8756
8757 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8758 (antlr-font-lock-additional-keywords): Workaround for intentional
8759 bug in XEmacs version of font-lock.
8760 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8761 be used by a smarter version of `buffers-menu-grouping-function'.
8762
87632000-05-29 Gerd Moellmann <gerd@gnu.org>
8764
8765 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8766 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8767
49f93684
KH
87682000-05-29 Kenichi Handa <handa@etl.go.jp>
8769
8770 * international/encoded-kb.el
8771 (encoded-kbd-iso2022-designation-map): Pay attention to that
8772 charset-iso-final-char return -1 for eight-bit-control and
8773 eight-bit-graphic.
8774
5b1ae051
EZ
87752000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8776
8777 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8778 (speedbar-easymenu-definition-base): Use display-graphic-p where
8779 available, instead of window-system.
8780
a205e32a
EZ
87812000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8782
8783 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8784 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8785 coding systems.
8786
dd854dc2
DL
87872000-05-26 Dave Love <fx@gnu.org>
8788
c88a85d5
DL
8789 * disp-table.el (standard-display-underline): Don't use
8790 internal-find-face.
8791
dd854dc2
DL
8792 * mail/reporter.el: Maintainer change. Doc fixes.
8793 (reporter-version): Deleted.
8794
8795 * emacs-lisp/elp.el: Maintainer change.
8796 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8797
dc29aa6c
SM
87982000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8799
8800 * add-log.el (add-change-log-entry): Merge the current entry with the
8801 previous one if the previous one is empty.
8802
ed62683d
DL
88032000-05-26 Dave Love <fx@gnu.org>
8804
4370a375
DL
8805 * loadhist.el (unload-feature): Fix interactive spec [from
8806 lijnzaad@ebi.ac.uk].
8807
ed62683d
DL
8808 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8809 subr-arity to check primitives.
8810 (byte-compile-flush-pending, byte-compile-file-form-progn)
8811 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8812 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8813 mapcar.
8814
ba9f8f95
KH
88152000-05-26 Kenichi Handa <handa@etl.go.jp>
8816
0f3e0672
KH
8817 * international/fontset.el: Set family names of non-latin charsets
8818 in default fontset to "*".
8819
cebefb44
KH
8820 * international/mule-diag.el (print-fontset): Combine family part
8821 and registry part of the fontname by "-*-" instead of "-".
8822
ba9f8f95
KH
8823 * international/mule-cmds.el (encode-coding-char): Make strings
8824 multibyte before calling encode-coding-string.
8825
931d0724
SM
88262000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8827
8828 * derived.el: Fix keywords.
8ccce2b0 8829 (define-derived-mode): Only define if needed.
931d0724
SM
8830
8831 * simple.el (fill-comment, comment-column, comment-start)
8832 (comment-start-skip, comment-end, comment-indent-function)
8833 (block-comment-start, block-comment-end, indent-for-comment)
8834 (set-comment-column, kill-comment, comment-padding, comment-region)
8835 (comment-multi-line, indent-new-comment-line): Remove.
8836
8837 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8838 function names for comment operations.
8839
8840 * newcomment.el: Add abundant autoload cookies.
8841 (comment-style): Don't depend on runtime data at compile-time.
8842 (comment-indent-hook): Remove.
8843 (comment-indent): Check if comment-indent-hook is bound.
8844 (comment-region): Docstring fix.
8845
6fc596cf
DL
88462000-05-25 Dave Love <fx@gnu.org>
8847
8848 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8849 byte-code-function-p.
8850
8851 * mail/rmailsum.el: Add provide.
8852
8853 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8854
8855 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8856 defcustom.
8857
7997f1ca 88582000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8859
7997f1ca
MK
8860 * ediff-diff.el (ediff-exec-process): delete --binary option from
8861 non-buffer ediff jobs.
7f565d87 8862
e7a903e8
EZ
88632000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8864
8865 * hilit-chg.el (highlight-changes-mode): Ask about color or
8866 grayscale support, not about window-system.
8867
8868 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8869 window-system.
8870 (ffap-highlight): Always default to t.
8871
8872 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8873 display-popup-menus-p instead of looking at window-system.
8874
8875 * disp-table.el (standard-display-g1, standard-display-graphic):
8876 Only refuse to use string glyphs on X and MS-Windows.
8877
8878 * avoid.el: Remove window-system from commentary, suggest to use
8879 display-*-p instead.
8880
8881 * apropos.el (apropos-print): Use display-mouse-p instead of
8882 window-system.
8883
14028d57
EZ
88842000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8885
8886 * international/codepage.el (cp-decoding-vector-for-codepage):
8887 Fill up unsupported characters with their own codes. From Kenichi
8888 Handa.
8889
1a4f9cc1
EZ
88902000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8891
8892 * international/mule-diag.el (describe-char-after): Use
8893 display-graphic-p instead of window-system, so that this function
8894 works on MS-DOS.
8895
89f6ca4e
EZ
88962000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8897
8898 * international/codepage.el (cp-make-coding-systems-for-codepage):
8899 Remove the eight-bit-graphic and eight-bit-control charsets from
8900 the list of charsets which we convert into `?'.
8901
eacfd7fe
KH
89022000-05-25 Kenichi Handa <handa@etl.go.jp>
8903
8904 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8905 private charsets.
8906 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8907 japanese-jisx0213-2): New charsets.
8908
8909 * international/fontset.el: Setup default fontset for new charsets.
8910
deadf7e3
DL
89112000-05-24 Dave Love <fx@gnu.org>
8912
8913 * info.el (Info-find-node-2): Restructure [following "Vadim
8914 S. Solomin" <sovs@uic.nnov.ru>].
8915
8916 * icomplete.el: Fix header for Finder.
8917
89182000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8919
8920 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8921 STAY.
8922
8923 * rmail.el (rmail-automatic-folder-directives): New user variable.
8924 (rmail-show-message): Add call to `rmail-auto-file' during
8925 display.
8926 (rmail-auto-file): New function.
8927
6de3983f 89282000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8929
fc6a6a4e 8930 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8931 account.
fc6a6a4e
GM
8932 (ediff-test-utility,ediff-diff-mandatory-option)
8933 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8934 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8935
fc6a6a4e 8936 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8937 variable.
7f565d87 8938
fc6a6a4e 8939 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8940 ediff-merge-filename-prefix.
8941
fc290d1d
MK
89422000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8943
fc6a6a4e 8944 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8945
273182b8
EZ
89462000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8947
8948 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8949 aliases for hebrew-iso-8bit.
8950
f471ea57
EZ
89512000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8952
8953 * woman.el: New version from Francis J. Wright
8954 <F.J.Wright@Maths.QMW.ac.uk>.
8955 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8956 names in environment variables regardless of the path separator.
8957 (woman-topic-all-completions-1): Don't call file-name-directory-p
8958 on all files, since woman-file-regexp already filters out any
8959 directories.
8960
01162f24
KH
89612000-05-24 Kenichi Handa <handa@etl.go.jp>
8962
48e3df76
KH
8963 * international/quail.el (quail-start-translation): Don't change
8964 modified-p of the current buffer.
8965 (quail-start-conversion): Likewise.
8966
8967 * international/kkc.el (kkc-region): Don't change modified-p of
8968 the current buffer.
8969
747d90ea
KH
8970 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8971 conform to RFC1468.
8972 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8973
17a223ff
EL
89742000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8975
8976 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8977 (speedbar-insert-button): Invisible text property fix.
8978 (speedbar-directory-plus): Renamed from speedbar-directory-+
8979 (speedbar-directory-minus): Renamed from speedbar-directory--
8980 (speedbar-page-plus): Renamed from speedbar-file-+
8981 (speedbar-page-minus): Renamed from speedbar-file--
8982 (speedbar-page): Renamed from speedbar-file-
8983 (speedbar-tag): Renamed from speedbar-tag-
8984 (speedbar-tag-plus): Renamed from speedbar-tag-+
8985 (speedbar-tag-minus): Renamed from speedbar-tag--
8986 (speedbar-expand-image-button-alist): Use above renames.
8987
8988 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8989 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8990 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8991 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8992 * sb-pg.xpm: Renamed from sb-file.xpm
8993 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8994 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8995
e6b6fc18
KH
89962000-05-24 Kenichi Handa <handa@etl.go.jp>
8997
8998 * international/quail.el (quail-show-guidance-buf): Set
8999 current-input-method of the guidance buffer to the name of the
9000 curren input method.
9001
a1a336eb
SM
90022000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9003
9004 * progmodes/compile.el (compile-internal): Style typo.
9005
9006 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9007 quote vars and functions in the docstring.
9008
9009 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9010
9011 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9012 Don't quote lambdas.
9013
9014 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9015
9695b783
GM
90162000-05-23 Gerd Moellmann <gerd@gnu.org>
9017
716e3b88
GM
9018 * startup.el (command-line): Determine source file of compiled
9019 user init file differently. Warn if compiled user init file
9020 is older than its source file.
9021
9695b783 9022 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9023
41ac433f
EZ
90242000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9025
9026 * files.el (make-backup-file-name-1): Replace slashes with `!'
9027 rather than `|' (which is not allowed on Windows). Replace the
9028 drive letters with a string "drive_X".
9029
46600ab1
GM
90302000-05-23 Gerd Moellmann <gerd@gnu.org>
9031
9032 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9033
9034 * files.el (interpreter-mode-alist): Add `bash2'.
9035
79a64d87
DL
90362000-05-22 Dave Love <fx@gnu.org>
9037
9038 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9039 mapc.
9040 (feature-file): Avoid calling symbol-name. Doc fix.
9041 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9042 (loadhist-hook-functions): Add mouse-position-function.
9043 (unload-feature): Change uses of mapcar.
9044
9045 * files.el (parse-colon-path): Doc fix.
9046 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9047 (set-auto-mode): Use mapc.
9048
9049 * complete.el (PC-look-for-include-file): Use :alnum: character
9050 class.
9051 (partial-completion-mode): Add autoload cookie.
9052
0e8c11d8
SS
90532000-05-22 Sam Steingold <sds@gnu.org>
9054
ce75fd23 9055 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9056 `add-text-properties' (bug introduced on 2000-05-18).
9057
d8d0fa6c
DL
90582000-05-22 Dave Love <fx@gnu.org>
9059
9060 * bindings.el: Remove debug-ignored-errors set in other files.
9061
9062 * progmodes/etags.el: Add to debug-ignored-errors.
9063 (visit-tags-table-buffer): Clear out buffers holding old tables
9064 when making a new list.
9065 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9066 mapc.
9067
9068 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9069 quote keywords.
9070 (cmpl-string-case-type): Use character classes.
9071
0e8c11d8
SS
9072 * comint.el:
9073 * textmodes/ispell.el:
9074 * imenu.el:
d8d0fa6c
DL
9075 * mail/mh-e.el:
9076 * progmodes/compile.el: Add to debug-ignored-errors.
9077
9078 * dabbrev.el: Add to debug-ignored-errors.
9079 (dabbrev-completion): Use mapc.
9080
1edbbf8a
EZ
90812000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9082
9083 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9084 (woman-mapcan, woman-parse-man.conf)
9085 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9086 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9087 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9088 path syntax better.
9089 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9090 (woman-manpath): Call woman-parse-man.conf.
9091 (woman-emulation): New defcustom, defaults to nroff.
9092 (woman-font-support): New defconst.
9093 (woman-use-symbol-font): New defcustom.
9094 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9095 "Emulation".
9096 Many functions: Doc fix.
9097
5bd2148c
KH
90982000-05-22 Kenichi Handa <handa@etl.go.jp>
9099
9100 * international/quail.el (quail-simple-translation-keymap): Map
9101 128..255 to quail-self-insert-command.
9102 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9103
4125ec7e
SM
91042000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9105
a1a336eb
SM
9106 * help.el (help-manyarg-func-alist): Typo.
9107
40aeecad
SM
9108 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9109 intervals which makes it heaps simpler.
9110
4125ec7e
SM
9111 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9112 the nested comment markers.
e4da9c1c
SM
9113
9114 * subr.el (remove-hook): Don't turn the hook's value into a list.
9115
cb7216a7
DL
91162000-05-21 Dave Love <fx@gnu.org>
9117
ac266581
DL
9118 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9119 are invalid characters.
9120
cb7216a7
DL
9121 * international/mule-util.el (detect-coding-with-priority): Use
9122 mapc. Remove redundant lambda.
9123
9124 * international/mule-diag.el (list-non-iso-charset-chars)
9125 (describe-fontset): Remove redundant lambda.
9126
9127 * emulation/crisp.el (brief-mode): New alias.
9128
9129 * emacs-lisp/ring.el (ring-elements): New function.
9130
9131 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9132 (easy-menu-do-add-item): Use keywordp.
9133
9134 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9135
9136 * replace.el: Doc and error message fixes.
9137 (replace-highlight): Use facep, not internal-find-face.
9138
9b0d1d6e
SM
91392000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9140
b2d2cf58
SM
9141 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9142
ffe7dc64
SM
9143 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9144 (log-edit-insert-changelog): Drop `:' as well.
9145
9146 * log-view.el: Fix file description.
9147 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9148 available.
9149 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9150 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9151
c8c21615
SM
9152 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9153 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9154 Print a status message if the toggle is called interactively.
9155 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9156 for global minor modes and use `defcustom' for them.
9157 Use add-minor-mode.
9158 (easy-mmode-define-derived-mode): Remove.
9159 (define-derived-mode): Fancier default docstring.
9160 (easy-mmode-define-navigation): Signal an error rather than (ding).
9161
9b0d1d6e
SM
9162 * newcomment.el (comment-styles): New `box-multi'.
9163 (comment-normalize-vars): Better default for comment-continue to
9164 avoid whitespace-only continuations.
9165 (comment-search-forward): Always move even in the no-syntax case.
9166 (comment-padright): Only obey N if it's only obeyed for padleft.
9167 (comment-make-extra-lines): Better handling of empty continuations.
9168 Use `=' for the filler if comment-start has only one character.
9169 (uncomment-region): Try handling the special `=' filler.
9170 (comment-region): Allow LINES even if MULTI is nil.
9171 (comment-box): Choose box style based on comment-style.
9172
f5ee6d0f
KH
91732000-05-20 Kenichi Handa <handa@etl.go.jp>
9174
9b0d1d6e 9175 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9176 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9177
c9671f81
KH
91782000-05-20 Kenichi HANDA <handa@etl.go.jp>
9179
9180 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9181 and insert, not subst-char-in-region.
9182
9183 * international/mule-diag.el (list-character-sets-1): Handle
9184 charsets eight-bit-control and eight-bit-graphic.
9185 (list-iso-charset-chars): Likewise.
9186 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9187 charactes as is. Use indent-to to align characters.
9188
9189 * international/mule-cmds.el (find-multibyte-characters): Never
9190 exclude charsets eight-bit-control and eight-bit-graphic.
9191
1426aa5c
SM
91922000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9193
9194 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9195 Don't quote lambdas.
9196
9197 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9198
2b63d473
GM
91992000-05-19 Gerd Moellmann <gerd@gnu.org>
9200
9201 * gud.el (gud-jdb-directories): Doc fix.
9202
f1355756
SM
92032000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9204
9205 * newcomment.el: New file.
9206
5f64c9e0
GM
92072000-05-19 Gerd Moellmann <gerd@gnu.org>
9208
2b63d473 9209 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9210
db7314bd
AS
92112000-05-18 Andreas Schwab <schwab@suse.de>
9212
9213 * dired.el (dired-between-files): Also skip lines beginning with
9214 `used'.
9215
25bb0401
GM
92162000-05-18 Gerd Moellmann <gerd@gnu.org>
9217
9218 * msb.el (msb-menu-cond): Add choice `user'.
9219
a199a865 92202000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9221
a199a865
GM
9222 * ps-print.el: Compatibility, customization and doc fix.
9223 (ps-printer-name-option): Replace defconst by defvar.
9224 (ps-postscript-code-directory): XEmacs compatibility.
9225 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9226 fix.
9227 (ps-user-defined-prologue, ps-print-prologue-header)
9228 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9229 compatibility and code fix.
9230 (ps-print-background-image, ps-print-background-text):
9231 Customization fix.
9232 (ps-line-number-start, ps-n-up-on): New vars.
9233
25bb0401
GM
92342000-05-18 Espen Skoglund <esk@ira.uka.de>
9235
9236 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9237 the indent-comment function to just return the appropriate indent.
9238
68e6c83a
EL
92392000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9240
9241 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9242 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9243 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9244
dae6cb9f
DL
92452000-05-18 Dave Love <fx@gnu.org>
9246
9247 * info.el (Info-fontify-node): Add intangible property as well as
9248 invisible.
9249
9250 * calendar/appt.el (appt-make-list): Match all lines of entry.
9251 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9252
813086ea
KH
92532000-05-18 Kenichi Handa <handa@etl.go.jp>
9254
9255 * international/mule-diag.el (describe-char-after): Call
9256 internal-char-font, not char-font. If internal-char-font returns
9257 nil, display "-- none --".
9258
24978190
EZ
92592000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9260
9261 * image.el (image-type-available-p): Don't reference image-types
9262 if it isn't bound.
9263
2fca2d5d
SM
92642000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9265
9266 * autoarg.el (autoarg-mode): Typo in the :set argument.
9267
cfc75d05
EZ
92682000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9269
9270 * startup.el (command-line-1): Don't signal an error if the
9271 directory for auto-save-list files does not yet exist.
9272
c4e30387
KH
92732000-05-17 Kenichi Handa <handa@etl.go.jp>
9274
9275 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9276
dd6b8ea7
SM
92772000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9278
9279 * subr.el (remove-hook): `setq' hook-value, not `set'.
9280
399c88ad
SS
92812000-05-16 Sam Steingold <sds@gnu.org>
9282
a199a865 9283 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9284
01651f07
DL
92852000-05-16 Dave Love <fx@gnu.org>
9286
9287 * cus-edit.el: Don't require cl or easymenu.
9288 (custom-variable-prompt): Test standard-value property, not
9289 user-variable-p.
9290
2248c40d
SS
92912000-05-16 Sam Steingold <sds@gnu.org>
9292
9293 * subr.el (add-hook): `setq' hook-value, not `set'.
9294
b15f3b77
GM
92952000-05-16 Gerd Moellmann <gerd@gnu.org>
9296
9297 * startup.el (command-line-1): Mention the FAQ in the startup
9298 message.
9299
9300 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9301
9302 * progmodes/compile.el (compilation-parse-errors): Collect
9303 `nomessage' regexps last.
9304
9305 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9306
9307 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9308 to the function name.
9309
f9bbcfac
EL
93102000-05-15 Dave Love <fx@gnu.org>
9311
9312 * speedbar.el (speedbar-recenter): Typo.
9313 (speedbar-expand-line): Make arg optional.
9314 (speedbar-mode): Avoid a compiler warning.
9315
119b42eb
GM
93162000-05-15 Gerd Moellmann <gerd@gnu.org>
9317
9318 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9319 user-specified option string is empty.
9320
9321 * mouse.el (mouse-yank-at-click): Doc fix.
9322
f685bea9
EZ
93232000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9324
9325 * term/internal.el (IT-character-translations): More updates of
9326 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9327 documents.
9328
a1b8d58b
GM
93292000-05-15 Gerd Moellmann <gerd@gnu.org>
9330
9331 * env.el (getenv): New function, interactively callable.
9332 (setenv, getenv): Remove autoload cookies.
9333
9334 * loadup.el: Load `env'.
9335
9336 * progmodes/f90.el: Change author's mail address.
9337
c9bba7ed
DL
93382000-05-14 Dave Love <fx@gnu.org>
9339
e5c83697
DL
9340 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9341 goto-addr as an option.
9342
9343 * help.el (help-xref-stack): Doc fix.
9344 (help-xref-following): New variable.
9345 (help-make-xrefs): Use it.
9346 (help-xref-go-back): Use position information from stack element.
9347 (help-follow): Make position in stack element a pair. Use
9348 help-xref-following.
399c88ad 9349
e5c83697
DL
9350 * autoarg.el: New file.
9351
9352 * faces.el: Declare more functions obsolete.
9353
c9bba7ed
DL
9354 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9355 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9356 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9357 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9358 Remove all the setup-...-environment functions.
9359
b6389bfb
EL
93602000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9361
a1b8d58b
GM
9362 * speedbar.el: Updated the commentary section. xemacs20p now uses
9363 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9364 (speedbar-easymenu-definition-base): Add toggle for images.
9365 (speedbar-easymenu-definition-special): Add flush cache & expand.
9366 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9367 (speedbar-reconfigure-keymaps-hook): New variable.
9368 (speedbar-frame-parameters): Updated documentation.
9369 (speedbar-use-imenu-flag): Updated custom tag
9370 (speedbar-dynamic-tags-function-list): New variable.
9371 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9372 (speedbar-indentation-width, speedbar-indentation-width) New
9373 variables.
9374 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9375 (speedbar-vc-indicator): Doc update.
9376 (speedbar-ignored-path-expressions): Updated default value.
9377 (speedbar-supported-extension-expressions): Updated default value.
9378 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9379 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9380 as "+". Added overlay aliases.
9381 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9382 `force-mode-line-update'.
9383 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9384 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9385 `mouse-set-point'
b6389bfb 9386 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9387 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9388 of arbitrary text, and new helper functions.
9389 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9390 filename finder.
b6389bfb
EL
9391 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9392 (speedbar-directory-buttons): Update path search/expansion.
9393 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9394 `speedbar-indentation-width'. Use more care w/ invisible
9395 properties.
b6389bfb
EL
9396 (speedbar-change-expand-button-char): Call
9397 `speedbar-insert-image-button-maybe'.
9398 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9399 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9400 (speedbar-trim-words-tag-hierarchy)
9401 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9402 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9403 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9404 functions.
b6389bfb
EL
9405 (speedbar-mouse-set-point): New function
9406 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9407 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9408 of tag prefix text.
9409 (speedbar-expand-line, speedbar-contract-line): Make more robust
9410 to strange text.
9411 (speedbar-expand-line): Takes universal argument to flush the
9412 cache.
b6389bfb
EL
9413 (speedbar-flush-expand-line): New function.
9414 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9415 Use new generator insertion method.
9416 (speedbar-fetch-dynamic-tags): New function.
9417 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9418 `speedbar-fetch-dynamic-imenu'.
9419 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9420 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9421 "Revert Buffer" menu items.
9422 (speedbar-buffer-buttons-engine): Be smarter when creating a
9423 filename tag (for expansion purposes.).
a1b8d58b
GM
9424 (speedbar-highlight-one-tag-line,
9425 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9426 (speedbar-recenter): New functions.
b6389bfb 9427 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9428 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9429 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9430 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9431 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9432 (speedbar-expand-image-button-alist): New variable.
9433 (speedbar-insert-image-button-maybe): Insert an image over some
9434 buttons.
9435
43fe9244
KH
94362000-05-13 Kenichi Handa <handa@etl.go.jp>
9437
9438 * international/mule-cmds.el (encode-coding-char): An ASCII
9439 character is always encodable.
9440
9441 * international/mule-conf.el: Add more information in descriptions
9442 of character sets.
9443
813086ea 9444 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9445 (describe-font-internal): Adjusted for the change of font-info.
9446 (describe-font): Likewise.
9447 (print-fontset): Rewritten for the new fontset implementation.
9448 (describe-fontset): Include fontset alias names in completion.
9449 (list-fontsets): Adjusted for the change of print-fontset.
9450
9451 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9452 describe-char-after instead of displaying the detail in the echo
9453 area.
813086ea
KH
9454 (syntax-code-table): Format changed.
9455 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9456
e8564f57
SM
94572000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9458
9459 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9460
9278c60d
DL
94612000-05-12 Dave Love <fx@gnu.org>
9462
9463 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9464 dependence. Use line-{beginning,end}-position, not
9465 point-at{b,e}ol. Some doc fixes.
9466 (todo-position): New function. Fix callers of position to use it.
9467 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9468
be0505fe
GM
94692000-05-12 Gerd Moellmann <gerd@gnu.org>
9470
9471 * time.el (display-time-mail-icon): Use `:ascent center'.
9472
a8a3541c
GM
9473 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9474 handling FTP security extensions.
399c88ad 9475
44d5f148
DL
94762000-05-11 Dave Love <fx@gnu.org>
9477
33d0c179 9478 * calendar/todo-mode.el: New file.
44d5f148 9479
da4496b6
GM
94802000-05-11 Gerd Moellmann <gerd@gnu.org>
9481
cdc4401d
GM
9482 * comint.el (comint-read-input-ring): Move reference to
9483 comint-input-ring-size outside of the save-excursion. It was
9484 causing the default value to be the only one ever seen.
399c88ad 9485
0279f991
GM
9486 * font-lock.el: Update copyright. Remove Simon Marshall's email
9487 address on request from him.
9488
da4496b6
GM
9489 * subr.el (substitute-key-definition): Add comment describing
9490 the meaning of PREFIX.
9491
ac5cb26d
SM
94922000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9493
9494 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9495
9496 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9497 (add-minor-mode): Don't make the variable buffer-local and add a
9498 reference to define-minor-mode in the docstring.
9499
9500 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9501 HEADER/FOOTER and fix bug with trailing empty directory.
9502 (cvs-append-to-ignore): Use vc-editable-p if available.
9503 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9504 (vc-do-command): Tweak advice to handle the new VC.
9505
9506 * log-view.el (log-view-goto-rev): New function for the new VC.
9507 (log-view-minor-wrap): Use mark-active.
9508
9509 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9510 (log-edit-changelog-full-paragraphs): New var.
9511 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9512 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9513 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9514 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9515 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9516 Replace the `cvs' prefix with `log-edit'.
9517
9518 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9519
9520 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9521 (diff-font-lock-defaults): Explicitly turn off multiline.
9522 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9523 (diff-ediff-patch): Fix call to ediff-patch-file.
9524 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9525 Handle comments.
9526
9527 * frame.el (automatic-hscrolling): Typo.
9528
9529 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9530
21c34da3
DL
95312000-05-09 Sam Steingold <sds@goems.com>
9532
9533 * apropos.el (apropos-print): use `describe-face' instead of
9534 `customize-face-other-window'.
9535
950cf06f
DL
95362000-05-09 Dave Love <fx@gnu.org>
9537
9538 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9539
9540 * help.el (describe-variable): Have customize button pop the
9541 help-xref stack when invoked.
9542 (help-xref-symbol-regexp): Add `face'.
9543 (help-make-xrefs): Check for quoted face names and adapt regexp
9544 submatch numbers to cope.
9545 (help-xref-interned): Maybe insert face doc too. Separate
9546 sections with a line of hyphens.
9547
0623e40f 9548 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9549 (describe-face): Add customize button. Return the help
9550 text. Fix prompt.
9551
82e2ca9d
EZ
95522000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9553
9554 * term/internal.el (IT-character-translations): Fix last change.
9555
10c00b5c
EZ
95562000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9557
9558 * woman.el: New file
9559 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9560
9deed82f
EZ
95612000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9562
001ad319
EZ
9563 * term/internal.el (IT-character-translations): Update ASCII
9564 simulations for greek-iso8859-7, add latin-iso8859-14 and
9565 latin-iso8859-15.
9566
9deed82f
EZ
9567 * international/mule-cmds.el (set-language-info-alist): Call
9568 define-prefix-command with 3 arguments, to make the map suitable
9569 for a menu.
9570
4f37b78a
DL
95712000-05-07 Dave Love <fx@gnu.org>
9572
1ec321a7 9573 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9574
64a4c526
DL
95752000-05-05 Dave Love <fx@gnu.org>
9576
9577 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9578 list in doc string. Don't quote keyword symbols.
9579 * emacs-lisp/cl.el: Likewise
9580 * emacs-lisp/cl-seq.el: Likewise
9581
056565f7
GM
95822000-05-05 Gerd Moellmann <gerd@gnu.org>
9583
9584 * abbrev.el (abbrev-mode): Make ARG optional.
9585
4656b314
GM
95862000-05-04 Gerd Moellmann <gerd@gnu.org>
9587
ec82fb2f
GM
9588 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9589
9590 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9591
4656b314
GM
9592 * subr.el (substitute-key-definition): Clarify documentation.
9593
95942000-05-04 Milan Zamazal <pdm@freesoft.cz>
9595
9596 * glasses.el (glasses-convert-to-unreadable): Use
9597 `glasses-separator' instead of the hard-wired "_".
9598 (glasses-mode): Call `glasses-make-unreadable' only in a single
9599 place.
9600
7b081c78
EZ
96012000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9602
9603 * term/internal.el (cjk-codepages-alist): Add associations for
9604 Chinese and Korean codepages. Remove FIXME comment.
9605
baa5536e
DL
96062000-05-03 Dave Love <fx@gnu.org>
9607
9608 * time.el (display-time-mail-face, display-time-use-mail-icon):
9609 New option.
9610 (display-time-mail-icon): New variable.
9611 (display-time-string-forms): Use the above. Fix the local-map.
9612
cbf18892
GM
96132000-05-03 Gerd Moellmann <gerd@gnu.org>
9614
4ff40dd0
GM
9615 * replace.el (query-replace-map): Add binding for `E'.
9616 (query-replace-help): Extend help text.
9617 (perform-replace): Allow editing the replacement string.
9618
9619 * make-mode.el (makefile-mode-abbrev-table): New variable.
9620 (makefile-mode): Set local abbrev table to
9621 makefile-mode-abbrev-table.
9622 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9623
cbf18892
GM
9624 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9625 set TOGGLE's value.
9626
4ff40dd0
GM
9627 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9628 mail-interactive-insert-alias.
9629 (mail-abbrev-complete-alias): New command.
9630 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9631
ffec4d9f
KH
96322000-05-03 Kenichi Handa <handa@etl.go.jp>
9633
9634 * language/lao-util.el (lao-compose-region): New function.
9635
1b0672c3
GM
96362000-05-02 Gerd Moellmann <gerd@gnu.org>
9637
576da55d
GM
9638 * files.el (recover-session): Make directories as necessary
9639 if they don't exist yet.
9640
399c88ad
SS
9641 * calendar/cal-french.el
9642 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9643 (french-calendar-special-days-array): Change French text.
9644 (calendar-french-date-string): Change output.
9645 (calendar-goto-french-date): Likewise.
9646
96472000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9648
9649 * wid-edit.el (widget-default-active): Obey `:always-active'.
9650 (widget-documentation-string-value-create): Set `:always-active'.
9651
4b33deaa
EZ
96522000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9653
9654 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9655 default prefix to `~/_emacs.d/auto-save.list/_s'.
9656 (normal-top-level): Create the directory for auto-save files, if
9657 it doesn't already exist (in the ms-dos case only).
9658
5c922ea7
EZ
96592000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9660
9661 * international/mule-cmds.el (set-language-environment): Don't
9662 concat an integer (dos-codepage), use format instead.
9663
820ad5e7
DL
96642000-05-02 Dave Love <fx@gnu.org>
9665
9666 * help.el (help-xref-on-pp): Check for constant symbols.
9667
57cb56f5
GM
96682000-04-29 Gerd Moellmann <gerd@gnu.org>
9669
9670 * startup.el (normal-top-level): Put a condition-case around
9671 the code loading subdirs.el.
9672
96732000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9674
57cb56f5
GM
9675 * ps-print.el: Upside-down and face background color printing,
9676 line number step, doc fix.
9677 (ps-print-version): New version number (5.2).
9678 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9679 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9680 (ps-spool-config): Var fix.
9681 (ps-printer-name-option): Const fix.
9682 (ps-print-upside-down, ps-use-face-background)
9683 (ps-line-number-step): New vars.
9684 (ps-window-system, ps-lp-system): New consts.
9685 (ps-face-background): New fun.
9686
084cec2f
GM
96872000-04-28 Richard Stallman <rms@gnu.org>
9688
9689 * files.el (make-auto-save-file-name):
9690 Apply auto-save-file-name-transforms to visited file name
9691 before generating auto save file name.
9692 (auto-save-file-name-transforms): New variable.
9693
399c88ad 9694 * files.el (backup-enable-predicate):
084cec2f
GM
9695 Correctly test for a file under a temporary directory.
9696
c94f4677
GM
96972000-04-28 Gerd Moellmann <gerd@gnu.org>
9698
9699 * subr.el (add-minor-mode): Rewritten.
9700
7b211df5
KH
97012000-04-28 Kenichi Handa <handa@etl.go.jp>
9702
9703 * mail/sendmail.el (sendmail-send-it): Set
9704 buffer-file-coding-system to the selected coding system for MIME
9705 header.
9706
c76e04a8 97072000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9708
c76e04a8
GM
9709 * dired.el (dired-move-to-filename-regexp): Allow format where
9710 YYYY is followed by two spaces.
e3e36d74 9711
c76e04a8
GM
9712 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9713 in the second character class of the regexp.
9714
9715 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9716 mh-etc, too.
353964e3 9717
c76e04a8
GM
9718 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9719 nil.
399c88ad 9720
353964e3
GM
9721 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9722
9723 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9724 argument.
9725
c76e04a8 97262000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9727
c76e04a8
GM
9728 * emacs-lisp/crm.el (crm-completion-table): New variable.
9729 (crm-collection-fn, crm-test-completion)
9730 (completing-read-multiple): Use it.
9731
97322000-04-27 Dave Love <fx@gnu.org>
9733
9734 * help.el (locate-library): Use mapc.
9735 (help-manyarg-func-alist): Add call-process-region.
9736
7464346d
GM
97372000-04-26 Gerd Moellmann <gerd@gnu.org>
9738
b35bd33d
GM
9739 * subr.el (add-minor-mode): Make argument MAP optional.
9740
7464346d
GM
9741 * desktop.el (desktop-save): Save list of minor modes.
9742 (desktop-create-buffer): Restore minor modes.
9743 (desktop-minor-mode-table): New user-option.
9744
9745 * subr.el (add-minor-mode): New function.
9746
9747 * image.el (find-image): New function.
9748 (defimage): Rewritten to find image at load time.
9749
9750 * startup.el (normal-top-level-add-to-load-path): Handle
9751 case that the default directory is not in load-path.
9752
9753 * help.el: Old patch from Stefan Monnier.
9754 (help-xref-on-pp): New function.
9755 (describe-variable): Use it to display xrefs in a symbol's value.
9756
23c0fb21
SM
97572000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9758
9759 * cus-edit.el (custom-face): Fix parenthesis.
9760
fad95037
KH
97612000-04-26 Kenichi Handa <handa@etl.go.jp>
9762
f03392a1
KH
9763 * mail/rmail.el (rmail-expunge): When there are no deleted
9764 messages, do nothing.
fad95037 9765
0d7c5bb9
DL
97662000-04-26 Dave Love <fx@gnu.org>
9767
9768 * international/mule-cmds.el (locale-translation-file-name):
9769 Defvar to nil.
9770 (set-locale-environment): Set it here (at runtime).
9771
612839b6
GM
97722000-04-25 Gerd Moellmann <gerd@gnu.org>
9773
9774 * replace.el (perform-replace): Add parameters START and END. Use
9775 them instead of the check for a region in Transient Mark mode.
9776 (query-replace-read-args): Return two more list elements for the
9777 start and end of the region in Transient Mark mode.
9778 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9779 (map-query-replace-regexp, replace-string, replace-regexp): Add
9780 optional last arguments START and END and pass them to
9781 perform-replace.
9782
9783 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9784 form with additional arguments for perform-replace.
9785
9786 * progmodes/etags.el (tags-query-replace): Add parameters START
9787 and END. Construct a form with additional arguments for
9788 perform-replace.
9789
9790 * simple.el (shell-command): Set default directory for "*Shell
9791 Command Output" buffer.
9792
9793 * language/european.el (iso-latin-4): Fix typo.
9794
9795 * emacs-lisp/crm.el: New file.
9796
2917cc05
DL
97972000-04-24 Dave Love <fx@gnu.org>
9798
9799 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9800 (Custom-reset-saved, Custom-reset-standard)
9801 (custom-group-value-create, custom-group-set, custom-group-save)
9802 (custom-group-reset-current, custom-group-reset-saved)
9803 (custom-group-reset-standard): Use mapc.
9804 (custom-buffer-create-internal): Disable undo when creating items.
9805 Use mapc.
9806 (custom-face): Avoid redundant lambda.
9807
abfcc168
GM
98082000-04-24 Gerd Moellmann <gerd@gnu.org>
9809
9810 * startup.el (auto-save-list-file-prefix): Set default to
9811 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9812
fa78f71b
SS
98132000-04-24 Sam Steingold <sds@gnu.org>
9814
9815 * time-stamp.el (time-stamp-string-preprocess): Always convert
9816 `field-result' to a string.
9817
cc181e95
GM
98182000-04-24 Gerd Moellmann <gerd@gnu.org>
9819
9820 * frame.el (scrolling): New group.
9821 (automatic-hscrolling): New user-option.
9822
9823 * startup.el (command-line-x-option-alist): Add `-lsp' and
9824 `--line-spacing'.
9825
6142fdcb
DL
98262000-04-19 Dave Love <fx@gnu.org>
9827
9828 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9829 (cl-mapc): Rename from mapc. Fix the funcall.
9830
5e3dac3f
GM
98312000-04-19 Gerd Moellmann <gerd@gnu.org>
9832
1c459486
GM
9833 * simple.el (clone-indirect-buffer-other-window): New command.
9834 (clone-indirect-buffer): Add optional arg NORECROD.
9835 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9836
271b4185
GM
9837 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9838
9839 * window.el (count-screen-lines): New function.
9840 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9841 instead of window-buffer-height.
9842
9843 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9844 non-existing variable comint-input-sentinel.
9845 (inferior-lisp-args-to-list): Removed.
9846 (inferior-lisp): Use split-string instead of
9847 inferior-lisp-args-to-list.
9848
9849 * hexl.el (hexl-insert-hex-string): New command.
9850
5e3dac3f
GM
9851 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9852 instead of concat.
9853
f6d3257b
GM
98542000-04-18 Gerd Moellmann <gerd@gnu.org>
9855
9856 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9857 at the start of an existing but empty folder.
9858
98592000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9860
9861 * ps-mule.el: Customization fix, doc fix.
9862 (ps-multibyte-buffer): Customization fix.
9863
8b7bc628 98642000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9865
9866 * subr.el (read-passwd): Use read-char-exclusive.
9867
0daee095
GM
98682000-04-17 Gerd Moellmann <gerd@gnu.org>
9869
9870 * textmodes/texinfo.el (texinfo-insert-@email)
9871 (texinfo-insert-@emph, texinfo-insert-@quotation)
9872 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9873 (texinfo-mode-map): Add key bindings for them.
9874
9875 * files.el (basic-save-buffer-2): Use a template with `$'
9876 instead of `#' for VMS.
9877
9878 * simple.el (clone-indirect-buffer): New function.
9879
e10f64e7
GM
98802000-04-16 Stephen Eglen <stephen@gnu.org>
9881
9882 * iswitchb.el (iswitchb-case): New function. If the user input
9883 contains any upper-case characters, the search is made
9884 case-sensitive.
9885
e3721db1
SM
98862000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9887
e10f64e7
GM
9888 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9889 comment-end.
e3721db1
SM
9890 (texinfo-font-lock-syntactic-keywords): New var.
9891 (texinfo-font-lock-keywords): Remove comment regexp.
9892 (texinfo-insert-block): New function.
9893 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9894 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9895 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9896 (texinfo-environments): New var.
e10f64e7
GM
9897 (texinfo-environment-regexp): Use regexp-opt and
9898 texinfo-environments.
e3721db1 9899
e10f64e7
GM
9900 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9901 ispell-process is bound since this might be eval'd before ispell
9902 is loaded.
9903 (ispell-message): Use a tiny bit less magic and a bit more hard
9904 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9905
9906 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9907
9908 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9909 (insert-cyclic-diary-entry): Unquote the lambda.
9910
9911 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9912
9913 * files.el (backup-enable-predicate): Unquote the lambda.
9914
9915 * cus-edit.el (custom-face, face): Unquote the lambda.
9916
712dc9e0
GM
99172000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9918
9919 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9920
712dc9e0
GM
9921 * ps-print.el: Fix counting lines in a region.
9922 (ps-print-version): New version number (5.1.5).
9923 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9924 (ps-printing-region): Fun code fix.
9925
ffc50f2a
GM
99262000-04-15 Gerd Moellmann <gerd@gnu.org>
9927
9928 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9929 to file-directory-p.
9930
a2522dca
GM
99312000-04-14 Gerd Moellmann <gerd@gnu.org>
9932
9933 * gud.el (gud-jdb-build-source-files-list): Check that directory
9934 exists before calling directory-files.
9935
6e883610
DL
99362000-04-13 Dave Love <fx@gnu.org>
9937
9938 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9939 syntax.
9940
9941 * emacs-lisp/cl-specs.el: Remove when, unless.
9942
9943 * emacs-lisp/cl-extra.el: Don't quote keywords.
9944 (cl-old-mapc): New variable.
9945 (mapc): Use it.
9946 (cl-map-intervals): Use with-current-buffer. Don't check for
9947 next-property-change.
9948 (cl-map-overlays): Use with-current-buffer.
9949 (cl-expt): Remove.
9950 (copy-tree, remprop): Define unconditionally.
9951
9952 * emacs-lisp/cl-compat.el (keywordp): Remove.
9953
9954 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9955 to use keywordp.
9956 (edebug-spec): Enable keywordp.
9957
9958 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9959 string-lessp.
9960
9961 * cus-start.el: Use keywordp.
9962
198e3c7a
GM
99632000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9964
9965 * diary-lib.el (include-other-diary-files): Fix the fix of
9966 2000-02-18 by doing a save-excursion.
9967
99682000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9969
9970 * ps-print.el: Customization fix, doc fix.
9971 (ps-print-version): New version number (5.1.4).
9972 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9973 (ps-print-preprint): Adjust code.
9974 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9975 (ps-print-prologue-header, ps-print-control-characters)
9976 (ps-spool-config): Customization fix.
fa78f71b 9977
8eba343c
EZ
99782000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9979
9980 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9981 converted to the new menu-item format, names silightly changed,
9982 help strings added.
9983
9984 Support for spelling without async subprocesses:
9985
9986 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9987 (ispell-session-buffer): New variables.
9988 (ispell-start-process, ispell-process-status,
9989 ispell-accept-output, ispell-send-string): New functions, for
9990 Ispell invocation when async subprocesses aren't supported.
9991 (ispell-word, ispell-pdict-save, ispell-command-loop,
9992 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9993 to process-send-string with calls to ispell-send-string, and
9994 accept-process-output with ispell-accept-output.
9995 (ispell-init-process): Call ispell-process-status instead of
9996 process-status with.
9997 (ispell-init-process): Call ispell-start-process. Call
9998 ispell-accept-output and ispell-send-string. Don't call
9999 process-kill-without-query and kill-process if they are unbound.
10000 (ispell-async-processp): New function.
10001
3d30065d
DL
100022000-04-12 Dave Love <fx@gnu.org>
10003
10004 * info.el: Add debug-ignored-errors.
10005 (Info-mode-menu): Add some items.
10006 (Info-directory): Add autoload cookie.
10007
10008 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10009 Modify `truncate-lines'. Make `describe-language-environment'
10010 always visible and add help. Modify `describe-key' help. Invoke
10011 Info-directory from `info'. New entry `emacs-manual'.
10012
1a1b1895
GM
100132000-04-10 Gerd Moellmann <gerd@gnu.org>
10014
8b2affc5
GM
10015 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10016 propertized-buffer-identification.
10017 (ebrowse-update-member-buffer-mode-line): Likewise.
10018 (ebrowse--mode-strings): Removed.
10019 (ebrowse--mode-line-props): Removed.
10020
1a1b1895
GM
10021 * files.el (auto-mode-alist): Add `EBROWSE'.
10022
10023 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10024 space before testing for end of buffer.
10025 (ebrowse-load): Removed.
10026 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10027 (ebrowse-create-tree-buffer): Rewritten.
10028 (ebrowse-tree-mode): Read tree from buffer.
10029
10030 * progmodes/ebrowse-ffh.el: Removed.
10031
223f3c91
KH
100322000-04-10 Kenichi Handa <handa@etl.go.jp>
10033
10034 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10035
25fbf2c4
GM
100362000-04-10 Gerd Moellmann <gerd@gnu.org>
10037
10038 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10039 at the wrong place.
10040
92c13173
DL
100412000-04-09 Dave Love <fx@gnu.org>
10042
10043 * files.el (backup-enable-predicate): Use
10044 temporary-file-directory, small-temporary-file-directory.
10045 (make-backup-file-name-function, backup-directory-alist): New
10046 variables.
10047 (make-backup-file-name-1): New function.
10048 (make-backup-file-name): Use it.
10049 (find-backup-file-name): Likewise. Use format for clarity, not
10050 concat.
10051 (file-newest-backup): Use make-backup-file-name.
10052
be0dbdab
GM
100532000-04-09 Gerd Moellmann <gerd@gnu.org>
10054
c45be9ac 10055 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10056
c45be9ac
GM
10057 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10058 to ebrowse-ffh.el.
10059 (ebrowse-load): Add autoload.
10060
10061 * finder.el (finder-commentary): Add autoload cookie.
10062
be0dbdab
GM
10063 * mail/rfc2368.el: Correct author's email address.
10064
10065 * progmodes/ebrowse.el: New file.
10066
10067 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10068 item help string.
10069 (easy-menu-do-add-item): Ditto.
10070 (easy-menu-define): Extend doc string.
10071
10072 * jit-lock.el (with-buffer-unmodified): Use
10073 restore-buffer-modified-p.
10074 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10075 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10076 with-buffer-unmodified.
10077
3f923efe
DL
100782000-04-08 Dave Love <fx@gnu.org>
10079
10080 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10081 unless, when.
10082
d35bee0e
MK
100832000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10084
10085 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10086 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10087 doesn't support face.
d35bee0e 10088 Use `viper-put-on-search-overlay'.
fa78f71b 10089
c407c570
GM
100902000-04-04 Gerd Moellmann <gerd@gnu.org>
10091
10092 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10093 like C-r.
10094
10095 * progmodes/make-mode.el: Some doc fixes.
10096 (makefile-mode-abbrev-table): New variable.
10097 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10098 (makefile-font-lock-keywords): Fontify includes and conditionals.
10099 (toplevel): Require `dabbrev' and `add-log' when compiling.
10100
10101 * replace.el (perform-replace): Don't move forward one char
10102 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10103 to do that because it leaves point 1 position after the last
10104 replacement, after everything has been replaced.
10105
10106 * jit-lock.el (with-buffer-unmodified): New macro.
10107 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10108 modified state.
10109 (jit-lock-function-1): Extracted from jit-lock-function; not
10110 preserving buffer's modified state.
10111 (jit-lock-function, jit-lock-stealth-fontify): Call
10112 jit-lock-function-1.
10113
10114 * mail/rfc2368.el: Remove supernumerary copyright line.
10115
685e5ed2
GM
101162000-04-04 Milan Zamazal <pdm@freesoft.cz>
10117
10118 * glasses.el: Provide facilities for inserting space before left
10119 parentheses and uncapitalization of identifiers.
10120 (glasses-mode): Try to remove old overlays in all cases.
10121
0166aed1
GM
101222000-04-03 Gerd Moellmann <gerd@gnu.org>
10123
62f20204
GM
10124 * progmodes/compile.el (compile-internal): Display the compilation
10125 buffer in a different frame, if it's already displayed there.
10126
6460c400
GM
10127 * mail/rfc2368.el: New file.
10128
c0510d27
GM
10129 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10130 header and insert its value as mail body.
10131
10132 * subr.el (member-ignore-case): New function.
10133
10134 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10135 (dabbrev--find-expansion): Ignore buffers matching a regexp
10136 from dabbrev-ignored-regexps.
10137
0166aed1
GM
10138 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10139 to extensions handled by gzip.
10140
c0510d27
GM
101412000-04-03 Richard M. Stallman <rms@gnu.org>
10142
10143 * files.el (insert-directory): List the total free space
10144 along with the used space.
fa78f71b 10145
c0510d27
GM
10146 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10147 line is followed by one that matches CITATION-REGEXP, end the
10148 paragraph.
10149
101502000-04-03 Markus Rost <rost@delysid.gnu.org>
10151
10152 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10153 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10154
14c04384
KH
101552000-04-03 Kenichi Handa <handa@etl.go.jp>
10156
10157 * international/mule-cmds.el (encoded-string-description):
10158 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10159 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10160 for hexadecimal format.
14c04384 10161
ccf5869a
DL
101622000-04-01 Dave Love <fx@gnu.org>
10163
10164 * cpp.el: Change customization group to `c' from `C'.
10165
10166 * vcursor.el (vcursor-move): Use display-color-p.
10167
10168 * international/mule-util.el: Provide mule-utils.
10169 (string-to-sequence): Simplify and speed up.
10170
10171 * international/mule.el (make-coding-system): Purecopy doc-string.
10172
10173 * international/mule-cmds.el: Various menu changes.
10174 (describe-specified-language-support): Handle `Default'.
10175 (set-language-info): Purecopy `info'.
10176
610d841e
GM
101772000-03-31 Andrew Innes <andrewi@gnu.org>
10178
10179 * vc.el (vc-backend-diff): Return the correct status if we had to
10180 retry the rcsdiff command without the --brief option.
fa78f71b 10181
7f9de034
DL
101822000-03-31 Dave Love <fx@gnu.org>
10183
2de47765
DL
10184 * help.el (help-manyarg-func-alist): Correct several omissions.
10185
72838819
DL
10186 * add-log.el: Don't require cl, fortran.
10187 (add-log-current-defun-function): Doc fix.
10188 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10189 fix.
10190 (change-log-version-rcs): Function deleted.
10191 (change-log-version-number-search): Doc fix. Use
10192 vc-workfile-version. Avoid CL dolist.
10193 (add-change-log-entry): Just call add-log-current-defun to get
10194 defun. Simplify somewhat.
10195 (change-log-get-method-definition-1): Likewise.
10196 (add-log-current-defun): Return nil if calling
10197 add-log-current-defun-function does so. Move Fortran stuff to
10198 fortran.el. Return string without properties.
10199
7f9de034
DL
10200 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10201 and :alpha: char classes.
10202
10203 * mail/supercite.el: Defvar curline when compiling.
10204 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10205 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10206 rather than a-zA-Z0-9 to allow non-ASCII characters.
10207
aa110c0c
GM
102082000-03-31 Gerd Moellmann <gerd@gnu.org>
10209
10210 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10211
10212 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10213 Re-enable new code.
10214
10215 * lpr.el (print-region-1): Use -d to specify printer name for
10216 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10217
102182000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10219
aa110c0c
GM
10220 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10221 for function definition in symbol's function value slot first
10222 instead of first consulting byte-compile-function-environment.
fa78f71b 10223
6733d074
KH
102242000-03-31 Kenichi Handa <handa@etl.go.jp>
10225
10226 * language/european.el ("Polish"): New language environment.
10227 (setup-polish-environment): New function.
10228
63fcfa04
GM
102292000-03-30 Gerd Moellmann <gerd@gnu.org>
10230
10231 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10232 Disable new code.
10233
10234 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10235 trying to `load' the symbol of an autoload instead of the file
10236 recorded in the autoload. Fix error messages.
10237
7438c86b
GM
102382000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10239
10240 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10241 (ps-print-version): New version number (5.1.3).
10242 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10243 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10244 (ps-generate-postscript-with-faces): Code fix.
10245 (ps-color-values): XEmacs compatibility.
10246 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10247 (ps-default-fg, ps-default-bg): Adjust customization.
10248 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10249 (ps-color-scale): Renaming old ps-color-value fun.
10250 (ps-print-headers): Replace ps-print-header group to avoid conflict
10251 with ps-print-header variable.
10252 (ps-print-miscellany): New group.
10253 (ps-format-color, ps-rgb-color): New funs.
10254 (ps-default-foreground): New var.
10255 (ps-printer-name-option): New const.
fa78f71b 10256
326855a0
PB
102572000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10258
1f56ba73
PB
10259 * net/net-utils.el:
10260 (network-connection-host, network-connection-service): New variables
10261 (network-connection-mode): New mode, derived from comint-mode
10262 (network-connection-mode-setup): New function, saves host and
fa78f71b 10263 service information in local variables.
1f56ba73 10264
326855a0
PB
10265 * lisp/locate.el:
10266 (locate-word-at-point): Added this function
10267 (locate): Default to using locate-word-at-point as input
10268 Run dired-mode-hook
10269
141384bd
DL
102702000-03-29 Dave Love <fx@gnu.org>
10271
10272 * calendar/appt.el: Doc fixes.
10273 (appt-check): Convert min-to-app to a string before passing to
10274 appt-disp-window-function or concat.
10275 (appt-delete-window): Remove test for frame-root-window.
10276 (appt-select-lowest-window, appt-convert-time): Simplify.
10277
10278 * emacs-lisp/bytecomp.el: Doc fixes.
10279 (byte-compile-file-form-autoload): Update
10280 byte-compile-function-environment.
10281
c5aa0fc2
AS
102822000-03-29 Andreas Schwab <schwab@suse.de>
10283
10284 * emacs-lisp/autoload.el: Also print defsubst doc string
10285 specially.
10286
10287 * dired.el (dired-insert-directory): If dired-free-space-program
10288 failed just delete its output.
10289
f1d6fe69
DL
102902000-03-29 Dave Love <fx@gnu.org>
10291
10292 * international/iso-cvt.el: Move provide to end. Doc fixes.
10293 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10294 (iso-iso2sgml, iso-sgml2iso): New functions.
10295 (iso-cvt-define-menu): Fix some entries and use backquote for
10296 clarity.
10297
10298 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10299
b61f1215
GM
103002000-03-28 Gerd Moellmann <gerd@gnu.org>
10301
10302 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10303 ISO-DATE. If non-nil, return date in ISO 8601 format.
10304
ea4b0ca3
SM
103052000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10306
3831af62
SM
10307 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10308 if it ever becomes used.
10309 (log-edit-mode-hook): Default to vc-log-mode-hook.
10310 (log-edit-mode): Fix the docstring.
10311
ea4b0ca3
SM
10312 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10313 the code.
10314
08f8b1cc
DL
103152000-03-26 Dave Love <fx@gnu.org>
10316
082527fe
DL
10317 * net/browse-url.el (browse-url): Re-fix case of
10318 browse-url-browser-function being an alist.
10319 (browse-url): Add :link to defgroup.
10320
08f8b1cc
DL
10321 * files.el: Doc fixes.
10322 (file-truename): Include `[' in wildcard characters.
10323 (automount-dir-prefix): Customize.
10324 (find-file-wildcards): Add :version.
10325 (find-file-noselect): Simplify a mapcar call.
10326
10327 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10328 compatible with inf-lisp version.
10329 (eval-defun-1): Fix custom-declare-variable case.
10330
ea4b0ca3
SM
103312000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10332
10333 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10334
9a0dd3dc
GM
103352000-03-24 Gerd Moellmann <gerd@gnu.org>
10336
b68c375f
GM
10337 * Makefile (COMPILE_FIRST): New macro.
10338 (compile-files): Compile files from COMPILE_FIRST first.
10339
10340 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10341 code.
10342
9a0dd3dc
GM
10343 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10344 matching open parenthesis in column 0 to defun-prompt-regexp
10345 only if open-paren-in-column-0-is-defun-start is set.
10346
10347 * sun-curs.el: Require CL at compile-time only.
10348
10349 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10350 instead of copy-list which is a function from CL.
10351 (msb--choose-menu, msb--mode-menu-cond)
10352 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10353 (msb--init-file-alist): Use mapcar instead of mapcan.
10354 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10355 `(' in column 0 in doc string.
10356 (msb--add-separators): Use mapcar instead of mapcan.
10357
10358 * cus-dep.el: Require CL at compile-time only.
10359
c7dcadb5
SM
103602000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10361
10362 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10363 (byte-compile-warnings): New warning `noruntime'.
10364 (byte-compile-constants, byte-compile-variables): Fix docstring.
10365 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10366 execute `eval-whenc-compile's body.
10367 (byte-compile-unresolved-functions): Fix docstring.
10368 (byte-compile-eval): New function.
10369 (byte-compile-callargs-warn): Check if the function will be available
10370 at runtime (via property `byte-compile-noruntime').
10371 (byte-compile-print-syms): New function.
10372 (byte-compile-warn-about-unresolved-functions): Also warn about
10373 `noruntime' functions (and use `byte-compile-print-syms').
10374 (byte-compile-file): Capitalize the message.
10375
3b55acc9
GM
103762000-03-24 Gerd Moellmann <gerd@gnu.org>
10377
10378 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10379 (rmail-expunge): Ask for confirmation depending on the setting
10380 of rmail-confirm-expunge.
10381
103822000-03-23 Gerd Moellmann <gerd@gnu.org>
10383
10384 * Makefile (bootstrap-clean): If $(emacs) exists, build
10385 loaddefs.el first. A loaddefs.el that's not up-to-date might
10386 cause a bootstrap failure because things don't autoload as
10387 expected.
10388
02c76af4
DL
103892000-03-23 Dave Love <fx@gnu.org>
10390
10391 * net/browse-url.el: Restore previous use of
10392 browse-url-maybe-new-window.
10393
1a3199d9
GM
103942000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10395
10396 * ps-print.el: Skip banner page fix.
10397 (ps-print-version): New version number (5.1.2).
10398 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10399
1a3199d9
GM
104002000-03-23 Dave Pearson <davep@davep.org>
10401
10402 * net/quickurl.el Changed the type of parameter passed to the
10403 function defined by `quickurl-format-function'. Before only the
10404 text of the URL was passed. Now the whole URL structure is passed
10405 and the function is responsible for extracting the parts it
10406 requires. Changed the default of `quickurl-format-function'
10407 accordingly.
10408 (quickurl-insert): Changed the `funcall' of
10409 `quickurl-format-function' to match the above change.
10410 (quickurl-list-insert): Changed the `url' case so that it makes
10411 use of `quickurl-format-function', previous to this the format was
10412 hard wired.
fa78f71b 10413
72db3ab5
GM
104142000-03-22 Gerd Moellmann <gerd@gnu.org>
10415
10416 * startup.el: Change some spellings for the X Window System.
10417
68049bfa
SM
104182000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10419
10420 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10421 up the code and the regexp and make sure the cursor is temporarily
10422 moved to the suspicious line while querying the user.
10423
ff4df011
JR
104242000-03-22 Jason Rumney <jasonr@gnu.org>
10425
10426 * w32-fns.el (w32-charset-info-alist): Initialize.
10427
ee1c5b21
GM
104282000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10429
10430 * ps-print.el: N-up last page fix.
10431 (ps-print-version): New version number (5.1.1).
10432 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10433
d2cbfba0
SM
104342000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10435
bfb857d8
SM
10436 * files.el (find-file-run-dired): Update docstring.
10437 (find-directory-functions): New hook.
10438 (find-file-noselect): Run find-directory-functions rather than
10439 calling dired directly.
10440
10441 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10442
cb3430a1
SM
10443 * pcvs.el: Add a minimal leading commentary.
10444 (cvs-make-cvs-buffer): Change the header part by removing the startup
10445 message and adding a `Module' entry. Also replace the FOOTER and
10446 HEADER special fileinfos with the new support in ewoc for updating
10447 its own footer and header.
10448 (cvs-update-header): Update to use the header/footer of the ewoc.
10449 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10450 (cvs-is-within-p): New function.
10451 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10452 to only examine some subset of the buffers.
10453
10454 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10455 `format' instead of our own ad-hoc functions.
10456 Remove HEADER and FOOTER cases, now handled in the EWOC.
10457 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10458
10459 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10460 output to avoid scaring the user.
10461 (cvs-parse-table): Catch message for non-up-to-date commits.
10462
10463 * pcvs-defs.el (cvs-startup-message): Remove.
10464 (cvs-global-menu): New autoloaded menu.
10465
10466 * pcvs-util.el (cvs-string-fill): Remove.
10467
10468 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10469 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10470 PP part of it and also make it work for footers and headers.
10471 (ewoc-create): Drop POS and BUFFER arguments.
10472 Use the DLL's dummy node to store the end-of-footer position.
10473 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10474 (ewoc-refresh): Remove unused `header' variable.
10475 (ewoc-(get|set)-hf): New functions.
10476
d2cbfba0
SM
10477 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10478 log-view-*-(message|file) and use easy-mmode-define-navigation.
10479 (log-view-message-re): Match SCCS format as well.
10480 And match the revision line rather than the dashed separator line.
10481 (log-view-mode): Use the new define-derived-mode.
10482 (log-view-current-tag): Fill in with an actual implementation.
10483
10484 * cvs-status.el (cvs-status-(prev|next)): Rename from
10485 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10486 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10487 to let the output "breathe" a little more (more readable).
10488 (cvs-status-mode): Use the new define-derived-mode.
10489
10490 * smerge-mode.el (smerge-auto-leave): New function and variable.
10491 (smerge-basic-map): Rename from smerge-basic-keymap.
10492 Change the bindings for smerge-diff-*.
10493 (smerge-*-map): Use easy-mmode-defmap.
10494 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10495 (smerge-keep-*): Use smerge-auto-leave.
10496
51663132
JR
104972000-03-21 Jason Rumney <jasonr@gnu.org>
10498
10499 * cus-edit.el (custom-button-face): Use 3D look for w32.
10500 (custom-button-pressed-face): Likewise.
10501
3f6e4b8b
GM
105022000-03-21 Gerd Moellmann <gerd@gnu.org>
10503
10504 * progmodes/etags.el (tags-case-fold-search): New user-option.
10505 (tags-loop-eval): New function. Bind case-fold-search around eval
10506 depending on the value of tags-case-fold-search.
10507 (tags-loop-continue): Use tags-loop-eval.
10508 (find-tag-in-order): Bind case-fold-search depending on the value
10509 of tags-case-fold-search.
10510
c7ea3acc
SM
105112000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10512
0ae39f53
SM
10513 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10514 (diff-end-of-hunk): Return the end position for use in
10515 `easy-mmode-define-navigation'.
10516 (diff-recenter): Remove.
10517 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10518 of `easy-mmode-define-navigation'.
10519 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10520 previous renaming) and fix to use new names.
10521 (diff-merge-strings): Use \n as separator: simpler, faster.
10522 (diff-mode): Use `define-derived-mode'.
10523
c7ea3acc
SM
10524 * derived.el (define-derived-mode): Don't autoload anymore.
10525 Prefer the macro-only version provided by easy-mmode.el.
10526
10527 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10528 `easy-mmode-define-derived-mode'.
10529 Use `combine-run-hooks'.
10530 (easy-mmode-define-navigation): New macro.
10531
10532 * subr.el (combine-run-hooks): New function.
10533
6c4bfdc0
KH
105342000-03-21 Kenichi HANDA <handa@etl.go.jp>
10535
10536 * term/x-win.el: Fontsets related initialization is simplified.
10537
10538 * international/mule-diag.el (describe-font): Don't refer to
10539 global-fontset-alist, instead call font-list.
10540 (describe-fontset, list-fontsets, mule-diag): Likewise.
10541 (print-fontset): Adjusted for the change of fontset
10542 implementation.
10543
10544 * international/fontset.el (x-charset-registries): Variable
10545 removed, instead the corresponding data is stored in the default
10546 fontset.
10547 (register-alternate-fontnames): Function removed.
10548 (resolved-ascii-font): Variable removed.
10549 (x-compose-font-name): Ignore the second argument REDOCE.
10550 (x-complement-fontset-spec): Complement only an ASCII font and
10551 element for those charsets than can use that ASCII font.
10552 (generate-fontset-menu): Don't refer to global-fontset-alist,
10553 instead call fontset-list.
10554 (uninstantiated-fontset-alist): Variable removed.
10555 (x-style-funcs-alist): Likewise.
10556 (fontset-default-styles): Likewise.
10557 (x-modify-font-name): Function removed.
10558 (create-fontset-from-fontset-spec): Ignore the argument
10559 STYLE-VARIANT.
10560 (create-fontset-from-ascii-font): Docsting adjusted for the above
10561 change.
10562 (instantiate-fontset, resolve-fontset-name): Functions removed.
10563 (fontset-list): Now implemented by C code.
fa78f71b 10564
6c4bfdc0
KH
10565 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10566 (describe-face): Include `font' attribute in the description.
10567
9111d4b5
KH
105682000-03-21 Kenichi Handa <handa@etl.go.jp>
10569
10570 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10571
b33dd3b0
GM
105722000-03-20 Gerd Moellmann <gerd@gnu.org>
10573
a25bbe00
GM
10574 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10575 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10576 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10577
b33dd3b0
GM
10578 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10579 about behavior of set-buffer-modified-p wrt redisplay.
10580
8b7bc628 105812000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10582
10583 * view.el (view-mode-disable): Kill local binding of view-read-only.
10584
d7b511c4
GM
105852000-03-18 Gerd Moellmann <gerd@gnu.org>
10586
10587 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10588 is a string, convert it to a syntax cell using string-to-syntax.
10589
10590 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10591 (string-to-syntax): New function.
10592
10593 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10594 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10595 try to use passive ftp mode.
d7b511c4 10596
998ecc60
GM
105972000-03-17 Gerd Moellmann <gerd@gnu.org>
10598
b33dd3b0 10599 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10600
10601 * simple.el (append-to-buffer): Update point of windows after
10602 insertion.
10603
10604 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10605 forward then moving backward. Reindent.
10606
10607 * frame.el (other-frame): Call x-focus-frame only if
10608 focus-follows-mouse is off.
10609
235d6821
DL
106102000-03-17 Dave Love <fx@gnu.org>
10611
10612 * pcvs-util.el (cvs-strings->string): Rename
10613 replace-regexps-in-string.
10614
a29a2cd1
SM
106152000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10616
af595444
SM
10617 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10618 regexp for labels cannot span several lines.
10619
10620 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10621 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10622
a9be2843
DL
106232000-03-16 Dave Love <fx@gnu.org>
10624
10625 * progmodes/f90.el (f90): Put custom group under `languages', not
10626 `fortran'.
10627 (f90-mode-hook): Customize.
10628 (f90-mode): Set add-log-current-defun-function.
10629 (f90-current-defun): New function.
10630
d0ab3e9d
GM
106312000-03-16 Gerd Moellmann <gerd@gnu.org>
10632
16b20ed9
GM
10633 * cus-edit.el (custom-variable-tag-face): Handle case that
10634 default face's height is not a number.
10635 (custom-face-tag-face, custom-group-tag-face-1)
10636 (custom-group-tag-face): Ditto.
10637 (custom-group-tag-face-1): Add :group.
fa78f71b 10638
d0ab3e9d
GM
10639 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10640
ae8ab422
GM
106412000-03-15 Gerd Moellmann <gerd@gnu.org>
10642
10643 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10644 requiring easymenu.
10645
81c7ca69
GM
106462000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10647
10648 * ps-print.el: PostScript user-defined prologue, PostScript error
10649 handler, doc fix.
10650 (ps-print-version): New version number (5.1).
10651 (ps-user-defined-prologue, ps-error-handler-message)
10652 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10653 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10654 (ps-insert-string): New function.
fa78f71b 10655
dcf1003d
KH
106562000-03-15 Kenichi Handa <handa@etl.go.jp>
10657
10658 * international/ccl.el (ccl-compile-expression): Don't generate
10659 invalid self-assignment code.
10660
73825616
DL
106612000-03-14 Dave Love <fx@gnu.org>
10662
10663 * subr.el (replace-regexp-in-string): Renamed from
10664 replace-regexps-in-string. Doc fix.
10665
031020ac
DL
106662000-03-12 Dave Love <fx@gnu.org>
10667
10668 * cus-edit.el: Doc fixes.
10669 (customize-set-variable, customize-save-variable): Rename args for
10670 doc.
10671 (custom-variable-tag-face, custom-face-tag-face)
10672 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10673 style which user identify as hyperlink.
10674 (hook): Don't add undefined functions to the hook.
10675 (debug-ignored-errors): Transfer message from bindings.el.
10676
9b2f3c38
GM
106772000-03-12 Gerd Moellmann <gerd@gnu.org>
10678
10679 * recentf.el (recentf-keep-non-readable-files-p): Remove
10680 double/nested definition.
10681
0d6e23cf
DL
106822000-03-12 Dave Love <fx@gnu.org>
10683
10684 * facemenu.el (facemenu-get-face): Use display-color-p.
10685 * enriched.el (enriched-decode-foreground): Likewise.
10686 (enriched-decode-background): Likewise.
10687 * isearch.el (isearch-highlight): Likewise.
10688 * info-look.el (info-lookup): Likewise.
10689 * simple.el (completion-setup-function): Likewise.
10690
10691 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10692 :options.
10693
10694 * bindings.el (mode-line-format): Fix line-number and
10695 column-number items. Add help-echo for the background.
10696 (mode-line-mule-info): Modify help-echo.
10697
10698 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10699 defcustom.
10700
10701 * files.el (load-file): Allow completion to .elc.
10702
10703 * man.el: Doc fixes.
10704 (Man-init-defvars): Use display-color-p to set fontification.
10705
10706 * play/hanoi.el (hanoi-internal): Don't use oddp.
10707
e1cff360
GM
107082000-03-12 Gerd Moellmann <gerd@gnu.org>
10709
10710 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10711
10712 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10713
5e5dff44
GM
107142000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10715
10716 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10717 Fix comment.
10718
5b467bf4
SM
107192000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10720
83fef604
SM
10721 * font-lock.el (font-lock-keywords): Fix the doc now that
10722 regexp-opt-depth is unnecessary.
10723 (save-buffer-state): Set an edebug spec.
10724 (font-lock-fontify-anchored-keywords): Properly handle the case when
10725 the matcher goes past the limit.
10726
5b467bf4
SM
10727 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10728 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10729
83fef604
SM
10730 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10731 dll.el and cookie.el (from Elib) with heavy renaming and other
10732 massaging.
5b467bf4
SM
10733
10734 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10735 Autoload the functions used.
10736 (easy-mmode-define-syntax): Fix CL typo.
10737 (easy-mmode-define-derived-mode): Improve the docstring generation.
10738
d407456c
GM
107392000-03-10 Gerd Moellmann <gerd@gnu.org>
10740
10741 * textmodes/texinfo.el (texinfo-version): Variable and function
10742 removed.
10743
5a7a545c
SM
107442000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10745
0d6e23cf
DL
10746 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10747 allow more flexibility.
10748 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10749 fns.
10750 (easy-mmode-defmap, easy-mmode-defsyntax)
10751 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10752
d407456c 107532000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10754
10755 * rect.el (replace-rectangle): New function.
10756
107572000-03-09 Dave Love <fx@gnu.org>
10758
10759 * progmodes/fortran.el (fortran-comment-line-start): Define as
10760 "C".
10761 (fortran-comment-line-start-skip): Don't match cpp stuff.
10762 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10763 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10764 (fortran-mode): Don't set fortran-comment-line-start-skip,
10765 fortran-comment-line-start here. Set comment-start,
10766 add-log-current-defun.
10767 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10768 (fortran-current-defun): New function.
10769
80460654
GM
107702000-03-09 Gerd Moellmann <gerd@gnu.org>
10771
d1221ea9
GM
10772 * emacs-lisp/re-builder.el: New file.
10773
1853aa6b
GM
10774 * mouse.el (mouse-drag-region): Don't run up-event handler
10775 if hscroll has changed.
10776
80460654
GM
10777 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10778 builtin operators, use `font-lock-builtin-face' for Emacs and
10779 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10780
10781 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10782 `(defun (setf foo)' differently.
10783
c0056275
SM
107842000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10785
10786 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10787 (regexp-opt): Update comment and adapt the code the new meaning of
10788 the `paren' argument of regex-opt-group for shy-groups.
10789 (regexp-opt-depth): Handle shy groups as well as backslashed
10790 backslashes.
c0056275
SM
10791 (regexp-opt-group): Turn the leading comment into a docstring.
10792 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10793 Remove open-presuf and close-presuf. Instead of checking for `all
10794 one-char' and then later on check for `several one-char', handle
10795 both cases close together. Also apply a more generic algorithm
10796 for suffixes (the mirror image of the algorithm used for
10797 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10798 (regexp-opt-try-suffix): Removed.
10799
10800 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10801 from comint-mode-map, so we can just inherit from it. Also, move
10802 the initialization into the `defvar' since there's no docstring
10803 anyway and it's fairly short.
10804 (inferior-scheme-mode): Define it as derived-mode: the code is
10805 shorter and this way we inherit from comint-mode-map rather than
10806 copying it.
c0056275 10807
80460654
GM
10808 * subr.el (replace-regexps-in-string): Properly handle the case
10809 where we match an empty string.
c0056275 10810
80460654
GM
10811 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10812 when the command has a directory component (such as "./testml").
c0056275
SM
10813 Also fix a typo in the comment.
10814
5e91ff9e
GM
108152000-03-08 Gerd Moellmann <gerd@gnu.org>
10816
feab4fba
GM
10817 * Makefile (compile-files): Compile files one by one because
10818 that's the only way to ensure a clean compilation environment for
10819 each individual file.
10820
5e91ff9e
GM
10821 * frame.el (other-frame): Call x-focus-frame.
10822
76162e12
DL
108232000-03-07 Dave Love <fx@gnu.org>
10824
f64ce788
DL
10825 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10826 :require to defcustom.
10827
76162e12
DL
10828 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10829 lists.
10830
10831 * files.el (auto-mode-alist): Add configure.in.
10832
10833 * progmodes/autoconf.el: New file.
10834
f7daf1e1
GM
108352000-03-07 Gerd Moellmann <gerd@gnu.org>
10836
10837 * mail/mh-e.el: Change maintainer to `none'.
10838
10839 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10840 to remove-hook and add-hook.
10841
108422000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10843
10844 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10845 it as the default.
10846 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10847 (sendmail-send-it): Conditionally add MIME headers specifying the
10848 used character set.
fa78f71b 10849
63f6b2c4
DL
108502000-03-07 Dave Love <fx@gnu.org>
10851
10852 * winner.el: Fix keywords, autoload cookies. Split
10853 eval-when-compile form to avoid compilation failure.
10854
8330e2f9
KH
108552000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10856
10857 * international/mule.el: Modify comment about coding system
10858 property `coding-category'.
10859 (make-coding-system): New argument EOL-TYPE. Pay attention to
10860 coding-category property of PROPERTIES.
10861
10862 * international/mule-conf.el (coding-category-utf-8,
10863 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10864 categories. Include them in the argument for set-coding-priority.
10865
10866 * international/mule-cmds.el (reset-language-environment): Include
10867 coding-category-utf-8, coding-category-utf-16-be, and
10868 coding-category-utf-16-le in the argument for set-coding-priority.
10869 (reset-language-environment): Initialize coding-category-utf-8,
10870 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10871
18bb0684
GM
108722000-03-06 Karl Fogel <kfogel@red-bean.com>
10873
10874 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10875 code abstracted out of `bookmark-jump-noselect'. Now tries info
10876 extensions as well as compression extensions.
10877 (bookmark-jump-noselect): Use above new func.
fa78f71b 10878
71a6ba55
GM
108792000-03-03 Gerd Moellmann <gerd@gnu.org>
10880
10881 * strokes.el: Change maintainer's mail address.
10882
0d56cdff
KH
108832000-03-03 Kenichi Handa <handa@etl.go.jp>
10884
10885 * international/mule-diag.el (list-character-sets): Make help-echo
10886 string by substitute-command-keys.
10887 (list-character-sets): Likewise.
10888 (sort-listed-character-sets): Call help-setup-xref.
10889
900fa1f1
GM
108902000-03-02 Gerd Moellmann <gerd@gnu.org>
10891
10892 * time.el (display-time-mail-file): Add `none' to the list of
10893 choices.
10894
54d04320
DL
108952000-03-01 Dave Love <fx@gnu.org>
10896
43f3fa09
DL
10897 * help.el (help-xref-go-back): Don't try to set position.
10898
54d04320
DL
10899 * international/mule-diag.el (list-character-sets): Call
10900 help-setup-xref. Add help-echo to xrefs.
10901 (list-character-sets-1): Add help-echo to xrefs.
10902
d054101f
GM
109032000-03-02 Gerd Moellmann <gerd@gnu.org>
10904
10905 * frame.el (blink-cursor-mode): Switch cursor on when turning
10906 the mode off.
10907
10908 * add-log.el (add-log-current-defun): Add support for
10909 Autoconf mode.
10910
10911 * mail/rmail.el (rmail-quit-hook): New variable.
10912
d77dae5c
DL
109132000-03-01 Dave Love <fx@gnu.org>
10914
e5f597f0
DL
10915 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10916
d77dae5c
DL
10917 * help.el (help-xref-button): Add help-echo arg.
10918 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10919
10920 * faces.el (list-faces-display): Supply help-echo with
10921 help-make-xrefs.
10922
10923 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10924 nil.
10925
72d19d75
GM
109262000-03-01 Gerd Moellmann <gerd@gnu.org>
10927
2df636f4
GM
10928 * image.el (defimage): Look for image files in load-path.
10929
fa78f71b 10930 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10931 `number'.
10932
2df636f4
GM
109332000-03-01 David Ponce <david.ponce@wanadoo.fr>
10934
10935 * recentf.el (recentf): Added version tag to the defgroup of
10936 recentf.
10937
109382000-03-01 David Ponce <david.ponce@wanadoo.fr>
10939
10940 * recentf.el (recentf-cleanup): Changed to remove excluded file
10941 too.
10942 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10943 action to select/unselect a file.
10944 (recentf-edit-list): Code cleanup and improvement.
10945 (recentf-open-more-files-action): `recentf-open-more-files' button
10946 widget action to open a file.
10947 (recentf-open-more-files): No more use standard completion but
10948 widgets.
10949 (recentf-more-collection): Deleted.
10950 (recentf-more-history): Deleted.
10951 (recentf-setup-more-completion): Deleted.
10952
109532000-03-01 David Ponce <david.ponce@wanadoo.fr>
10954
10955 * recentf.el (recentf-mode): No more needs that Emacs is running
10956 under a window-system.
10957
109581999-03-01 David Ponce <david.ponce@wanadoo.fr>
10959
10960 * recentf.el (recentf-edit-list): New command to edit the recent
10961 list which allow the user to remove files.
10962 (recentf-edit-selected-items): New global variable, used by
10963 `recentf-edit-list' to hold the list of files to be removed from
10964 the recent list.
10965 (recentf-make-menu-items): Updated to display a "Edit list..."
10966 menu item. Minor code cleanup.
10967
109681999-03-01 David Ponce <david.ponce@wanadoo.fr>
10969
10970 * recentf.el (recentf-open-more-files): New command to open files
10971 that are not displayed in the menu.
10972 (recentf-more-collection): New global variable holding the set of
10973 permissible completions used by `recentf-open-more-files'.
10974 (recentf-more-history): New global variable holding the history list
10975 used by `recentf-open-more-files' completion.
10976 (recentf-setup-more-completion): New function to setup completion for
10977 `recentf-open-more-files'.
10978 (recentf-make-menu-items): Updated to display a "More..." menu item.
10979
109801999-03-01 David Ponce <david.ponce@wanadoo.fr>
10981
10982 * recentf.el (recentf-menu-action): Doc fixed.
10983
109841999-03-01 David Ponce <david.ponce@wanadoo.fr>
10985
10986 * recentf.el (recentf-menu-filter): Doc updated.
10987 (recentf-update-menu-hook): Allow menu filters to force menu update.
10988 (recentf-make-menu-items): New menu filter handling.
10989 (recentf-make-menu-item): New helper function.
10990 (recentf-menu-elements): New menu handling function.
10991 (recentf-sort-ascending): Updated to new menu filter handling.
10992 (recentf-sort-descending): Updated to new menu filter handling.
10993 (recentf-sort-basenames-ascending): New menu filter function.
10994 (recentf-sort-basenames-descending): New menu filter function.
10995 (recentf-show-basenames): New menu filter function.
10996 (recentf-show-basenames-ascending): New menu filter function.
10997 (recentf-show-basenames-descending): New menu filter function.
10998
72d19d75
GM
109992000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11000
11001 * diary-lib.el (list-diary-entries): Don't try to go forward at
11002 the end of the buffer.
11003
1ac1c836
KH
110042000-02-29 Kenichi Handa <handa@etl.go.jp>
11005
11006 * international/mule-diag.el (list-character-sets): Completely
11007 rewritten.
11008 (sort-listed-character-sets): New function.
11009 (list-character-sets-1): Completely rewritten.
11010 (list-character-sets-2): New function.
11011 (non-iso-charset-alist): New variable.
11012 (decode-codepage-char): New function.
11013 (charset-history): New variable.
11014 (read-charset) (list-block-of-chars)
11015 (list-iso-charset-chars)
11016 (list-non-iso-charset-chars)
11017 (list-charset-chars): New functions.
11018 (mule-diag): Call list-character-sets-2, not
11019 list-character-sets-2.
11020 (dump-charsets): Likewise.
11021
ed4d0512
GM
110222000-02-29 Gerd Moellmann <gerd@gnu.org>
11023
72d19d75
GM
11024 * dired-x.el (dired-filename-at-point): Add `@' to valid
11025 file name characters.
11026 (dired-filename-at-point): Handle ange-ftp file names.
11027
ed4d0512
GM
11028 * frame.el (frame-notice-user-settings): Use assq-delete-all
11029 instead of assoc-delete-all.
11030 (frame-notice-user-settings): Ditto.
11031
11032 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11033 Don't copy alist.
11034
32038c7a
GM
110352000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11036
11037 * calculator.el (calculator-use-menu): New option.
11038 (calculator-initial-bindings): Changed some bindings to work as
11039 macros.
11040 (calculator-forced-input): Removed.
11041 (calculator-restart-other-mode): New variable.
11042 (calculator-mode-map): Set up menu.
fa78f71b 11043
32038c7a
GM
110442000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11045
11046 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11047 tags.
fa78f71b 11048
55d7ff38 110492000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11050
55d7ff38
MK
11051 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11052 translate all ESC key sequences.
11053 (viper-goto-mark-subr): restore markers for files for which
11054 they were saved.
11055 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11056 * viper-util.el (viper-set-replace-overlay-glyphs,
11057 viper-set-replace-overlay): always check if the replacement
11058 overlay is live.
11059 * viper.el (viper-vi-state-mode-list): added major modes.
11060 * ediff-wind.el: minor comment changes.
11061 * ediff.el: copyright notice date fix.
fa78f71b 11062
387023ee
JR
110632000-02-27 Jason Rumney <jasonr@gnu.org>
11064
11065 * faces.el (face-font-family-alternatives): Add arial to helv.
11066 (mode-line, header-line, tool-bar): Same default as x for w32.
11067 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11068 face-font-family-alternatives from working.
11069 * term/w32-win.el (mouse-set-font): Do not build fontset from
11070 chosen font.
11071
f43d79c1
GM
110722000-02-25 Sam Steingold <sds@goems.com>
11073
5d80cc9c 11074 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11075 properly.
fa78f71b 11076
8b7bc628 110772000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11078
11079 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11080
4eb8436f
GM
110812000-02-25 Gerd Moellmann <gerd@gnu.org>
11082
11083 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11084 writable.
11085
449c3c52 11086 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11087
42088c12
GM
110882000-02-24 Gerd Moellmann <gerd@gnu.org>
11089
11090 * frame.el (show-cursor-in-non-selected-windows): New option.
11091
c60ea02e
GM
110922000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11093
11094 * diary-lib.el (include-other-diary-files): Undo the selective
11095 display in any included file and don't kill it.
11096
d066de8e
EZ
110972000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11098
11099 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11100 bar. Menu items converted to (menu-item format, help strings
11101 added.
11102 [downcase, upcase]: Don't enable on MS-DOS.
11103 [symlink, symlinks]: Don't show if make-symbolic-link is not
11104 bound.
11105 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11106
b6906b38
DL
111072000-02-23 Dave Love <fx@gnu.org>
11108
275cf1b2
DL
11109 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11110 (backward-kill-word): Revert addition of * to interactive spec --
11111 it's a feature.
11112
11113 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11114 (backward-kill-sentence, kill-sentence): Likewise.
11115
99d48056
DL
11116 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11117 scratch buffer name.
11118 (gud-format-command): Use int-to-string in ?l case. Simplify
11119 slightly.
11120
11121 * term/w32-win.el (internal-face-interactive): Update prompt for
11122 new read-face-name.
11123
11124 * mail/footnote.el (footnote): Add :version to defgroup.
11125 (footnote-section-tag-regexp): Customize.
11126 (footnote-start-tag, footnote-end-tag): New option.
11127 (footnote-latin-regexp): New variable.
11128 (Footnote-latin): New function.
11129 (footnote-style-alist): Add element for latin style.
11130 (footnote-style): Moved.
11131 (Footnote-goto-footnote): Use eq to test arg.
11132
11133 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11134
b6906b38
DL
11135 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11136 (byte-compile-trueconstp): Include keywords.
11137 (byte-optimize-quote, byte-optimize-lapcode): Use
11138 byte-compile-const-symbol-p.
11139 (byte-optimize-char-before): New optimization.
11140
11141 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11142 (byte-compile-const-symbol-p): New function.
11143 (byte-compile-constp, byte-compile-out-toplevel)
11144 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11145 Use it.
11146
11147 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11148
214f877f
KH
111492000-02-23 Kenichi Handa <handa@etl.go.jp>
11150
c709bcf1
KH
11151 * international/encoded-kb.el: Be sure to update minor-mode-alist
11152 and minor-mode-map-alist.
11153 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11154 codes SS2 and SS3 correctly.
11155 (encoded-kbd-self-insert-ccl): New function.
11156 (encoded-kbd-setup-keymap): New function.
11157 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11158 by calling encoded-kbd-setup-keymap.
11159
214f877f
KH
11160 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11161 characters.
11162 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11163 locally.
11164
b021ef18
DL
111652000-02-22 Dave Love <fx@gnu.org>
11166
11167 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11168 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11169 defvar.
11170 (lisp-mode-syntax-table): Set up for #|...|# comments.
11171 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11172 classes. Match `defface'.
11173 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11174 (eval-defun-1): Fix for defcustom.
11175 (lisp-indent-region): Doc fix.
11176
11177 * subr.el (when, unless, split-string): Doc fix.
11178 (read-passwd): Move call of clear-this-command-keys to the right
11179 place.
11180 (replace-regexps-in-string): New function.
11181
14cc00ad
GM
111822000-02-22 Gerd Moellmann <gerd@gnu.org>
11183
11184 * help.el (describe-variable): Set syntax table to
11185 emacs-lisp-mode-syntax-table when moving forward over the
11186 symbol's name.
11187
47da5efa
DL
111882000-02-22 Dave Love <fx@gnu.org>
11189
11190 * xt-mouse.el: Doc fixes.
11191 (xterm-mouse-position-function): New function, replacing advice of
11192 mouse-position.
11193 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11194
11195 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11196
f0a6c717
GM
111972000-02-21 Gerd Moellmann <gerd@gnu.org>
11198
11199 * format.el (format-annotate-single-property-change): Handle
11200 properties.with dotted-list values.
11201 (format-proper-list-p): New function.
11202
11203 * enriched.el (enriched-face-ans): Handle '(foreground-color
11204 . COLOR) and (background-color . COLOR).
11205
2be80b63
DL
112062000-02-20 Dave Love <fx@gnu.org>
11207
11208 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11209 and assignments to it.
11210 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11211 current local map.
11212 (make-flyspell-overlay): Use it.
11213 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11214
11215 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11216 (lm-get-header-re): Defun, not defsubst.
11217 (lm-get-package-name): Defun, not defsubst. Simplify.
11218 (lm-version): Doc fix. Simplify.
11219 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11220 (lm-crack-address, lm-last-modified-date, lm-commentary)
11221 (lm-verify, lm-synopsis): Simplify.
11222 (lm-report-bug): Require emacsbug. Use compose-mail.
11223
329eed9f
GM
112242000-02-20 Gerd Moellmann <gerd@gnu.org>
11225
11226 * dired.el (dired-mode): Call propertized-buffer-identification
11227 to set mode-line-buffer-identification to something having
11228 the right text properties.
11229
11230 * bindings.el (propertized-buffer-identification): New function.
11231
be5bb146
DL
112322000-02-20 Dave Love <fx@gnu.org>
11233
11234 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11235 check for t-mouse too.
11236
11237 * cus-start.el: Make echo-keystrokes `number'.
11238
1d4311c3
EZ
112392000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11240
11241 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11242 Don't call ring-empty-p unless tags-location-ring is bound.
11243 From Noah Friedman <friedman@splode.com>.
11244
a23c5037
TTN
112452000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11246
11247 * progmodes/hideshow.el (hs-flag-region): No longer use
11248 `intangible' overlay property.
11249
11250 (hs-toggle-hiding): New command.
11251 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11252
11253 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11254 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11255 and deactivation.
11256
b6a22bf8
GM
112572000-02-18 Gerd Moellmann <gerd@gnu.org>
11258
11259 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11260
d621caf7
GM
112612000-02-17 Gerd Moellmann <gerd@gnu.org>
11262
3c0ed7ce
GM
11263 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11264
d621caf7
GM
11265 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11266 of `*' to handle `(* ... *)' comments.
11267
538d88fb
EZ
112682000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11269
53c80cf6 11270 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11271 window-system.
53c80cf6 11272
538d88fb
EZ
11273 * menu-bar.el (global-map): Menu-bar items converted to the new
11274 format (menu-item..., rearranged for better CUA compliance, and
11275 their names changed for better clarity. Help strings added.
11276
11277 * international/mule-cmds.el (mule-menu-keymap)
11278 (describe-language-environment-map, set-coding-system-map)
11279 (setup-language-environment-map): Convert to new (menu-item...
11280 form, add help strings. Change names of menu items for better
11281 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11282 submenu).
11283
8389e1e2 112842000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11285
a23c5037 11286 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11287 within the code.
a23c5037 11288
8389e1e2 112892000-02-16 Dave Love <fx@gnu.org>
a23c5037 11290
84fe35f0
DL
11291 * faces.el: Don't require custom. Add more specific :groups to
11292 various deffaces.
11293 (set-face-attribute): Purecopy args.
11294 (read-face-name): Default to name at point and use it in prompt.
11295 Remove colon from arg in all callers.
11296 (list-faces-display): Hyperlink to face descriptions and customize
11297 buffers.
11298
b2aeee30
DL
112992000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11300
11301 * wid-edit.el (widget-match-inline): An atom never matches a
11302 list.
11303
99e95407
GM
113042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11305
82d2c7c5
DL
11306 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11307 at ':' characters by call to split-string.
99e95407
GM
11308
113092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11310
82d2c7c5 11311 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11312
113132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11314
82d2c7c5
DL
11315 * textmodes/bibtex.el: Some temporary comments removed.
11316 (bibtex-field-name, bibtex-entry-type): Made the relationship
11317 explicit.
11318 (bibtex-field-const): Allow capital letters.
11319 (bibtex-start-of-string): Deleted because unused.
11320
11321 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11322 use the term 'reference' to describe a bibtex entry as a whole.
11323 Further, reference keys are no longer called 'labels'.
11324 (bibtex-keys): Renamed to bibtex-reference-keys.
11325 (bibtex-reformat-previous-labels): Renamed to
11326 bibtex-reformat-previous-reference-keys.
11327 (bibtex-reference-type): Renamed to bibtex-entry-type.
11328 (bibtex-reference-head): Renamed to bibtex-entry-head.
11329 (bibtex-reference-maybe-empty-head): Renamed to
11330 bibtex-entry-maybe-empty-head.
11331 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11332 (bibtex-search-reference): Renamed to bibtex-search-entry.
11333 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11334 bibtex-enclosing-entry-maybe-empty-head.
11335 (bibtex-entry-field-alist, bibtex-entry-head,
11336 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11337 bibtex-map-entries, bibtex-search-entry,
11338 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11339 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11340 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11341 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11342 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11343 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11344 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11345
113462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11347
82d2c7c5
DL
11348 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11349 comment.
11350 (bibtex-format-field-delimiters): New function, functionality
11351 extracted from bibtex-format-entry.
11352 (bibtex-autokey-get-yearfield-digits): New function, functionality
11353 extracted from bibtex-autokey-get-yearfield.
11354
11355 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11356 entries in order to avoid stack overflow in the regexp matcher if
11357 field contents become large.
11358 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11359 bibtex-field-string-part-not-braced,
11360 bibtex-field-string-part-no-inner-braces,
11361 bibtex-field-string-part-1-inner-brace,
11362 bibtex-field-string-part-2-inner-braces,
11363 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11364 bibtex-field-string-quoted, bibtex-field-string,
11365 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11366 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11367 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11368 as parsing is now performed by the following functions.
11369 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11370 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11371 bibtex-parse-field-string, bibtex-search-forward-field-string,
11372 bibtex-parse-association, bibtex-field-name-for-parsing,
11373 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11374 bibtex-search-forward-field, bibtex-search-backward-field,
11375 bibtex-start-of-field, bibtex-end-of-field,
11376 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11377 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11378 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11379 bibtex-parse-string, bibtex-search-forward-string,
11380 bibtex-search-backward-string, bibtex-start-of-string,
11381 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11382 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11383 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11384 entries. Instead of reporting the results of the parsing by
11385 match-beginning or match-end, these functions return data structures
11386 that hold the corresponding positions.
11387 (bibtex-enclosing-field): Changed to also report field boundaries by
11388 return values rather than by match-beginning or match-end. The
11389 following functions have been adapted to use the new parsing
11390 functions.
11391 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11392 bibtex-enclosing-field, bibtex-format-entry,
11393 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11394 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11395 bibtex-print-help-message, bibtex-end-of-entry,
11396 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11397 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11398 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11399 method for parsing.
11400 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11401 bibtex-map-entries, bibtex-flash-head,
11402 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11403 bibtex-autokey-change, bibtex-autokey-get-namefield,
11404 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11405 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11406 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11407 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11408 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11409 order to make the new binding of case-fold-search immediately
11410 visible.
99e95407
GM
11411
114122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11413
82d2c7c5
DL
11414 * textmodes/bibtex.el: Copyright notice is up to date.
11415 Added constant 'bibtex-maintainer-salutation.
99e95407 11416
82d2c7c5
DL
11417 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11418 than make-temp-name, use match-string-no-properties and eliminate
11419 a quadratic behavior when building bibtex-strings.
99e95407 11420
82d2c7c5
DL
11421 * bibtex.el (bibtex-reference-key): Accept string entries whose
11422 reference key contains upper case letters.
99e95407
GM
11423
114242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11425
82d2c7c5
DL
11426 * bibtex.el (bibtex-reference-head): Allow entries to start with
11427 a new line.
99e95407
GM
11428
114292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11430
82d2c7c5
DL
11431 * bibtex.el: Hiding of entry bodies is not longer provided by
11432 bibtex.el directly. Instead the hideshow package can be used.
11433 Added a special bibtex entry to hs-special-modes-alist.
11434 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11435
114362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11437
f24fef2f
SM
11438 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11439 at ':' characters by call to split-string.
8389e1e2
GM
11440
114412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11442
f24fef2f 11443 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11444
114452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11446
f24fef2f
SM
11447 * textmodes/bibtex.el: Some temporary comments removed.
11448 (bibtex-field-name, bibtex-entry-type): Made the relationship
11449 explicit.
11450 (bibtex-field-const): Allow capital letters.
11451 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11452
f24fef2f
SM
11453 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11454 use the term 'reference' to describe a bibtex entry as a whole.
11455 Further, reference keys are no longer called 'labels'.
11456 (bibtex-keys): Renamed to bibtex-reference-keys.
11457 (bibtex-reformat-previous-labels): Renamed to
11458 bibtex-reformat-previous-reference-keys.
11459 (bibtex-reference-type): Renamed to bibtex-entry-type.
11460 (bibtex-reference-head): Renamed to bibtex-entry-head.
11461 (bibtex-reference-maybe-empty-head): Renamed to
11462 bibtex-entry-maybe-empty-head.
11463 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11464 (bibtex-search-reference): Renamed to bibtex-search-entry.
11465 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11466 bibtex-enclosing-entry-maybe-empty-head.
11467 (bibtex-entry-field-alist, bibtex-entry-head,
11468 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11469 bibtex-map-entries, bibtex-search-entry,
11470 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11471 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11472 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11473 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11474 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11475 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11476 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11477
114782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11479
f24fef2f
SM
11480 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11481 comment.
11482 (bibtex-format-field-delimiters): New function, functionality
11483 extracted from bibtex-format-entry.
11484 (bibtex-autokey-get-yearfield-digits): New function, functionality
11485 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11486
f24fef2f
SM
11487 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11488 entries in order to avoid stack overflow in the regexp matcher if
11489 field contents become large.
11490 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11491 bibtex-field-string-part-not-braced,
11492 bibtex-field-string-part-no-inner-braces,
11493 bibtex-field-string-part-1-inner-brace,
11494 bibtex-field-string-part-2-inner-braces,
11495 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11496 bibtex-field-string-quoted, bibtex-field-string,
11497 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11498 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11499 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11500 as parsing is now performed by the following functions.
11501 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11502 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11503 bibtex-parse-field-string, bibtex-search-forward-field-string,
11504 bibtex-parse-association, bibtex-field-name-for-parsing,
11505 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11506 bibtex-search-forward-field, bibtex-search-backward-field,
11507 bibtex-start-of-field, bibtex-end-of-field,
11508 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11509 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11510 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11511 bibtex-parse-string, bibtex-search-forward-string,
11512 bibtex-search-backward-string, bibtex-start-of-string,
11513 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11514 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11515 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11516 entries. Instead of reporting the results of the parsing by
11517 match-beginning or match-end, these functions return data structures
11518 that hold the corresponding positions.
11519 (bibtex-enclosing-field): Changed to also report field boundaries by
11520 return values rather than by match-beginning or match-end. The
11521 following functions have been adapted to use the new parsing
11522 functions.
11523 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11524 bibtex-enclosing-field, bibtex-format-entry,
11525 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11526 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11527 bibtex-print-help-message, bibtex-end-of-entry,
11528 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11529 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11530 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11531 method for parsing.
11532 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11533 bibtex-map-entries, bibtex-flash-head,
11534 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11535 bibtex-autokey-change, bibtex-autokey-get-namefield,
11536 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11537 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11538 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11539 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11540 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11541 order to make the new binding of case-fold-search immediately
11542 visible.
8389e1e2
GM
11543
115442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11545
f24fef2f
SM
11546 * textmodes/bibtex.el: Copyright notice is up to date.
11547 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11548
f24fef2f
SM
11549 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11550 than make-temp-name, use match-string-no-properties and eliminate
11551 a quadratic behavior when building bibtex-strings.
fa78f71b 11552
f24fef2f
SM
11553 * bibtex.el (bibtex-reference-key): Accept string entries whose
11554 reference key contains upper case letters.
8389e1e2
GM
11555
115562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11557
f24fef2f
SM
11558 * bibtex.el (bibtex-reference-head): Allow entries to start with
11559 a new line.
8389e1e2
GM
11560
115612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11562
f24fef2f
SM
11563 * bibtex.el: Hiding of entry bodies is not longer provided by
11564 bibtex.el directly. Instead the hideshow package can be used.
11565 Added a special bibtex entry to hs-special-modes-alist.
11566 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11567
115682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11569
82d2c7c5 11570 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11571 proceedings entry type (for cross referencing). Thanks to Wagner
11572 Toledo Correa for the suggestion.
11573
82d2c7c5 11574 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11575
eae61d8f
KH
115762000-02-14 Kenichi Handa <handa@etl.go.jp>
11577
11578 * international/characters.el: Setup case table for Vietnamese.
11579
fb07a302
GM
115802000-02-12 Gerd Moellmann <gerd@gnu.org>
11581
11582 * uniquify.el (toplevel): Require CL at compile time.
11583 (uniquify-push): Removed.
11584
11585 * shadowfile.el (shadow-when): Removed.
11586
11587 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11588 (tempo-process-and-insert-string): Use dolist instead of
11589 tempo-dolist.
11590
11591 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11592 regexp for paragraph-start.
11593
11594 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11595 commas as well.
11596
a0eddf92
DL
115972000-02-10 Dave Love <fx@gnu.org>
11598
11599 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11600 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11601 Deleted.
11602 (widget-specify-field, widget-specify-button): Don't use
11603 widget-mouse-help as help-echo property.
11604 (default): Use #'ignore for :validate and :mouse-down-action.
11605 (checkbox): Add help-echo.
11606 (widget-sexp-validate): Rewritten to clarify error messages.
11607 (character): Use char-valid-p in :match function.
11608 (widget-color-complete): Use facemenu-color-alist.
11609 (widget-color-action): Use facemenu-read-color.
11610
11611 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11612 set up `caar' &c that we now have.
11613
82d2c7c5
DL
116142000-02-09 Ray Blaak <blaak@gnu.org>
11615
11616 * delphi.el: Make resourcestring a declaration region, like const
11617 and var.
11618
6cbc1482
DL
116192000-02-09 Dave Love <fx@gnu.org>
11620
11621 * bindings.el (mode-line-input-method-map): New variable.
11622 (mode-line-mule-info): Use it; fix last change.
11623 (mode-line-mode-menu): Move definition.
11624 (mode-line-mouse-sensitive-p): Deleted.
11625 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11626 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11627 level.
11628
11629 * startup.el (command-line-1): Don't call
11630 make-mode-line-mouse-sensitive.
11631
f7136ee8
GM
116322000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11633
11634 * mail/rmail.el (rmail-retry-failure): Use
11635 rmail-beginning-of-message before rmail-toggle-header, because the
11636 former toggles headers.
11637
6e1d0d15
SM
116382000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11639
fef8c55b
SM
11640 * diff-mode.el (diff-kill-junk): New interactive function.
11641 (diff-reverse-direction): Use delete-and-extract-region.
11642 (diff-post-command-hook): Restrict the area so that the hook also works
11643 outside of any diff hunk. This is necessary for the minor-mode.
11644 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11645 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11646
6e1d0d15
SM
11647 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11648 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11649 so that it can be used more easily in <foo>-mode-hook. Also make sure
11650 to avoid duplicate entries.
11651 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11652 (font-lock-remove-keywords): Just as was done for `add', allow it to
11653 work even if font-lock-mode is nil. Also make sure we don't modify
11654 any pre-existing list by forcing a copy-sequence. Finally rename
11655 `major-mode' to `mode'.
11656 (font-lock-fontify-syntactic-anchored-keywords)
11657 (font-lock-fontify-anchored-keywords)
11658 (font-lock-fontify-keywords-region): Use line-end-position.
11659 Don't make `font-lock-multiline' local (it's now done in
11660 font-lock-set-defaults).
11661 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11662 move the `font-lock-fontified' creation to inside the `unless'.
11663
a75dfea0
AI
116642000-02-06 Andrew Innes <andrewi@gnu.org>
11665
11666 * term/w32-win.el (x-handle-args): Comment out call to message,
11667 which occurs before window system is initialized.
11668
11669 * makefile.nt: Add support for recompiling lisp code.
11670
b85e9462
DL
116712000-02-04 Dave Love <fx@gnu.org>
11672
9ff33afb
DL
11673 * bindings.el (mode-line-mule-info): Fix/extend last change.
11674
b85e9462
DL
11675 * completion.el: Replace completion-dolist with dolist.
11676
11677 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11678 dotimes.
11679
44dff075
CD
116802000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11681
11682 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11683 environment names before they go into the section regexp.
11684
11685 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11686 char class in regexp.
11687
11688 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11689 `case-fold-search' to nil.
11690
11691 * progmodes/idlwave.el (idlwave-template): Respect
11692 `idlwave-abbrev-change-case'.
11693 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11694 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11695 idlwave-while): respect `idlwave-reserved-word-upcase'.
11696 (idlwave-rw-case): New function.
11697 (idlwave-statement-match): Fixed problem with assignment regexp.
11698 (idlwave-font-lock-keywords): Improved regexp for keyword
11699 parameters.
a23c5037 11700 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11701 operators longer than 1 char.
11702
11703 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11704 idlwave-shell-expression-overlay. Implemented printing of
11705 expressions on higher levels of the calling stack.
11706 (idlwave-shell-display-level-in-calling-stack): Restore stack
11707 level.
11708 (idlwave-retrieve-expression-from-level): New function.
11709 (idlwave-shell-last-calling-stack): Variable removed.
11710 (idlwave-shell-reset): Argument action reversed (`visible' to
11711 `hidden'). Also remove stop-line overlay.
11712 (idlwave-shell-calling-stack-routine): New variable.
11713 (idlwave-shell-parse-stack-and-display): Messages now display
11714 negative level numbers.
11715 (idlwave-shell-mode): Set `modeline-format'.
11716 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11717 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11718 21.
11719 (idlwave-shell-print-expression-function): New option.
a23c5037 11720
44dff075
CD
11721 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11722 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11723 `tool-bar' instead of `toolbar'.
11724
f26c34fd
DL
117252000-02-02 Dave Love <fx@gnu.org>
11726
11727 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11728 emacs-lisp-mode-hook. Don't check for defalias being defined.
11729
11730 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11731 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11732 the new builtins directly.
11733
11734 * whitespace.el (whitespace): Add :version to defgroup.
11735
11736 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11737 Doc fix.
11738
11739 * thingatpt.el (sexp-at-point, symbol-at-point)
11740 (number-at-point, list-at-point): Add autoload cookie.
11741
11742 * recentf.el (recentf): Add :version to defgroup.
11743
11744 * quickurl.el (quickurl): Add :version to defgroup.
11745
11746 * elide-head.el (elide-head): Use point-marker more.
11747
11748 * bs.el (bs): Add :version to defgroup.
11749
11750 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11751
11752 * progmodes/delphi.el (delphi): Add :version to defgroup.
11753
d240a249
GM
117542000-02-02 Gerd Moellmann <gerd@gnu.org>
11755
11756 * ange-ftp.el (ange-ftp-write-region): Handle case that
11757 succeeding process operation sets a different coding system.
11758
11759 * calculator.el: New file.
11760
d5179a01
EZ
117612000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11762
11763 * frame.el (frames-on-display-list, framep-on-display): New
11764 functions.
11765 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11766 (display-selections-p, display-screens, display-pixel-width)
11767 (display-pixel-height, display-mm-width, display-mm-height)
11768 (display-backing-store, display-save-under, display-planes)
11769 (display-color-cells, display-visual-class): New functions.
11770
11771 * term/tty-colors.el (tty-color-gray-shades): New function.
11772
11773 * faces.el (display-color-p): Use framep-on-display.
11774 (display-grayscale-p): New function.
11775
968e00f0
DL
117762000-01-31 Dave Love <fx@gnu.org>
11777
11778 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11779 (create-fontset-from-x-resource): Don't concat integers.
11780
2cb750ba
GM
117812000-01-31 Inge Frick <inge@nada.kth.se>
11782
11783 * view.el: Some changes in documentation. Removed some trailing
11784 whitespace. Changed some parameter names to agree with
11785 documentation.
11786 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11787 window is not deleted. Modifies change 1998-04-26.
a23c5037 11788
74e9213b
GM
117892000-01-31 Gerd Moellmann <gerd@gnu.org>
11790
47569935
GM
11791 * windmove.el: New file.
11792
74e9213b
GM
11793 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11794 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11795 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11796
74e9213b
GM
11797 * jit-lock.el (jit-lock-function): Widen before calculating end
11798 position.
11799 (jit-lock-stealth-chunk-start): Rewritten.
11800
11801 * info.el (Info-title-face-alist): Removed.
11802 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11803 faces.
11804 (Info-fontify-node): Use these faces.
11805
994c5afe
GM
118062000-01-30 Gerd Moellmann <gerd@gnu.org>
11807
11808 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11809 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11810 `&allow-other-keywords'.
11811
11812 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11813 the list of directories scanned heuristically.
11814
11815 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11816 exist.
11817
f00276e3
JR
118182000-01-30 Jason Rumney <jasonr@gnu.org>
11819
11820 * w32-fns.el: Define w32-tty-standard-colors.
11821
11822 * startup.el (command-line): Use w32-tty-standard-colors when in
11823 w32 console mode.
11824
cc4dfff0
DL
118252000-01-30 Dave Love <fx@gnu.org>
11826
e645e77b
DL
11827 * jka-compr.el (jka-compr-load): Fix up load-history.
11828
cc4dfff0
DL
11829 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11830
11831 * emacs-lisp/cl-macs.el: Revert previous change.
11832
16215eb0
DL
118332000-01-29 Dave Love <fx@gnu.org>
11834
11835 * facemenu.el: Purecopy various strings.
11836
11837 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11838 years. Deal with three-digit years.
11839
11840 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11841 defconst, purecopy.
11842 (help-back-label): Purecopy it.
11843
bbd9b566
GM
118442000-01-18 Gerd Moellmann <gerd@gnu.org>
11845
11846 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11847 variable. If non-nil, order the buffer list according to the
11848 currently selected frame.
11849 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11850 non-nil, pass the selected frame to function buffer-list.
a23c5037 11851
887448e1
GM
118522000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11853
11854 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11855
7df85084
DL
118562000-01-28 Dave Love <fx@gnu.org>
11857
142e109c
DL
11858 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11859
7df85084
DL
11860 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11861 Don't use lisp-indent-hook property.
11862 (cl-abs): Remove.
11863
11864 * subr.el: Move out indent and edebug specs for when and unless.
11865
11866 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11867 when, unless.
11868
11869 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11870 unless, when.
11871
3b43c01c
GM
118722000-01-28 Gerd Moellmann <gerd@gnu.org>
11873
d060bc9f
GM
11874 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11875 `collecting' as synonym for `collect'.
11876
11877 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11878 for the case it contains spaces.
11879
11880 * simple.el (what-cursor-position): Change formatting of
11881 messages.
11882
b02786f9
GM
11883 * frame.el (delete-other-frames): New function.
11884 (toplevel): Bind it to C-x 5 1.
11885
efd68b8a
GM
11886 * sort.el (sort-numeric-base): New option.
11887 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11888 interpret it as octal or hexadecimal. Use sort-numeric-base
11889 as default base.
11890
3b43c01c
GM
11891 * progmodes/glasses.el: New file.
11892
984ae001
GM
118932000-01-27 Gerd Moellmann <gerd@gnu.org>
11894
a0b796e3
GM
11895 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11896 userids differently.
11897
984ae001
GM
11898 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11899 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11900 progmodes/ebnf-yac.el: New files.
11901
6c67ddee
DL
119022000-01-26 Dave Love <fx@gnu.org>
11903
11904 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11905 on a function with an empty body. [From Eric Ludlam.]
11906
4e6473c8
GM
119072000-01-25 Andre Spiegel <spiegel@gnu.org>
11908
11909 * vc.el (vc-version-diff): Make sure file name is expanded.
11910
e12489f9
GM
119112000-01-25 Gerd Moellmann <gerd@gnu.org>
11912
11913 * scroll-bar.el (scroll-bar-timer): Variable removed.
11914 (scroll-bar-toolkit-scroll): Don't use a timer.
11915
8dbe2b07
KH
119162000-01-25 Kenichi Handa <handa@etl.go.jp>
11917
11918 * language/thai-util.el (thai-composition-function): Delete
11919 superfluous `a'.
11920
26ef1c87
DL
119212000-01-24 Dave Love <fx@gnu.org>
11922
11923 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11924 end-of-defun-function.
11925
11926 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11927 &c.
11928
7ed4e9a7
JR
119292000-01-22 Jason Rumney <jasonr@gnu.org>
11930
11931 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11932 conflicts with new face support.
11933
8b7bc628 119342000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11935
11936 * replace.el (query-replace): Rename last arg to DELIMITED.
11937 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11938 (query-replace-regexp): Likewise.
11939
8b7bc628 119402000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11941
02b14400
RS
11942 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11943
5bb6f079
RS
11944 * emacs-lisp/lisp.el (beginning-of-defun-function):
11945 Variable renamed from beginning-of-defun.
11946 Do not call make-variable-buffer-local.
11947 (beginning-of-defun-raw): Use new variable name; doc fix.
11948 (beginning-of-defun): Doc fix.
11949 (end-of-defun-function): Variable renamed from end-of-defun.
11950 Do not call make-variable-buffer-local.
11951 (end-of-defun): Use new variable name; doc fix.
11952
02b14400
RS
11953 * subr.el (dolist, dotimes): Copied from cl-macs.el
11954 and made to work.
2d5e9b54 11955
a23c5037 11956 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11957 Variable replaces rmail-digest-end-regexp.
11958 Allows multiple regexps for detecting the end line.
11959 (undigestify-rmail-message): Corresponding changes.
11960
60af03f1
DL
119612000-01-19 Dave Love <fx@gnu.org>
11962
fe5d99e1
DL
11963 * files.el (user-init-file): Don't declare here -- is primitive.
11964
60af03f1
DL
11965 * startup.el (command-line): Check for compiled user-init-file and
11966 set to uncompiled version if necessary.
11967
72dbbc7d
GM
119682000-01-18 Gerd Moellmann <gerd@gnu.org>
11969
6a1950ec
GM
11970 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11971 (undigestify-rmail-message): Use it.
11972
72dbbc7d
GM
11973 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11974
fbe91bbd
GM
119752000-01-17 Gerd Moellmann <gerd@gnu.org>
11976
11977 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11978 of mini-buffer.
11979
33a6685b
GM
119802000-01-14 Gerd Moellmann <gerd@gnu.org>
11981
b3303df7
GM
11982 * emacs-lisp/copyright.el (copyright-update): Removed the
11983 requirement for a trailing space from `copyright-regexp', to
11984 support copyrights with owner specified on a separate line..
a23c5037 11985
3c4c8064
GM
11986 * align.el: New file.
11987
33a6685b
GM
11988 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11989
11990 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11991
044a4975
DL
119922000-01-13 Dave Love <fx@gnu.org>
11993
11994 * ph.el: Removed. (Obsoleted by EUDC.)
11995
0a352cd7
GM
119962000-01-13 Gerd Moellmann <gerd@gnu.org>
11997
11998 * net/eudc.el (toplevel): Remove autoloaded code installing
11999 menu with easymenu, because that causes build problems.
12000
12001 * frame.el (frame-notice-user-settings): New variable.
12002 (frame-notice-user-settings): Don't modify frame parameters
12003 if called a second time.
12004
8b7bc628 120052000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12006
12007 * frame.el (frame-notice-user-settings):
12008 Notice default-frame-parameters even for non-window frames.
12009
feb450e0
GM
120102000-01-13 Gerd Moellmann <gerd@gnu.org>
12011
12012 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12013 for Emacs.
12014 (eudc-bob-can-display-inline-images): Extend for Emacs.
12015 (eudc-bob-toggle-inline-display): Ditto.
12016 (eudc-bob-display-jpeg): Ditto.
12017
99c6d63b
GM
120182000-01-12 Gerd Moellmann <gerd@gnu.org>
12019
7970b229
GM
12020 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12021 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12022 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12023
e4936aa9
GM
12024 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12025 nil)'.
12026
12027 * subdirs.el: Add `net' directory.
12028
133c9e59
GM
12029 * net: New directory.
12030
99c6d63b
GM
12031 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12032 eval-last-sexp. Don't bind debug-on-error here.
12033 (eval-last-sexp): New function. Bind debug-on-error if
12034 eval-expression-debug-on-error is non-nil.
12035 (eval-defun-2, eval-defun): Likewise.
12036
12037 * simple.el (eval-expression): Don't bind debug-on-error if
12038 eval-expression-debug-on-error is nil. Detect changed
12039 debug-on-error, and propagate new value to global binding, if
12040 eval-expression-debug-on-error is non-nil,
12041 (eval-expression-debug-on-error): Change doc string.
a23c5037 12042
8b7bc628 120432000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12044
12045 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12046
12047 * emacs-lisp/lisp-mode.el (with-syntax-table):
12048 Set up lisp-indent-function property.
12049
12050 * subr.el (with-syntax-table): Moved from simple.el.
12051
12052 * simple.el (with-syntax-table): Moved to subr.el.
12053
7e3c74fa
GM
120542000-01-11 Gerd Moellmann <gerd@gnu.org>
12055
1fab1775
GM
12056 * tmm.el (tmm-shortcut): Delete region after prompt instead
12057 of erasing buffer.
12058
7e3c74fa 12059 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12060 (fill-context-prefix): Use the longest common prefix of first
12061 and second line fill prefix, if there is one.
7e3c74fa 12062
8b7bc628 120632000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12064
12065 * array.el (array-mode): Don't use make-variable-buffer-local.
12066 Use make-local-variable for `truncate-lines'.
12067
aa705642 120682000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12069
aa705642
GM
12070 * add-log.el (add-log-current-defun): Handle user-defined
12071 add-log-current-function returning nil,
a23c5037 12072
57df2446 12073 * add-log.el (add-change-log-entry): Insert version number
aa705642 12074 if having found a current function
c1356086
GM
12075
12076 * add-log.el (add-log-current-defun): Call
12077 `add-log-current-defun-function'. Try matches at level 0 and
12078 level 1. Strip whitespace from defun found.
a23c5037 12079
1d8c59e9
RS
120802000-01-10 John Wiegley <johnw@gnu.org>
12081
12082 * allout.el (isearch-done/outline-provisions): Added `edit'
12083 argument to correspond with the current definition of
12084 `isearch-done'.
12085
8cf87e9b
DL
120862000-01-10 Dave Love <fx@gnu.org>
12087
12088 * elide-head.el (elide-head): Use point-marker, not point.
12089
9050446c
GM
120902000-01-10 Gerd Moellmann <gerd@gnu.org>
12091
8321b22a
GM
12092 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12093 before and after the year 2000.
a23c5037 12094
9050446c
GM
12095 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12096 Add ispell- prefix.
12097
120982000-01-10 Ken Stevens <k.stevens@ieee.org>
12099
12100 * ispell.el: Only define dictionaries in menus when they exist.
12101 (version18p): New variable.
12102 (version20p): New variable.
12103 (xemacsp): New variable.
12104 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12105 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12106 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12107 run-together words.
9050446c
GM
12108 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12109 (ispell-dictionary-alist): Add koi8-r to customize definition.
12110 (check-ispell-version): Added documentation string. Returns
f24fef2f 12111 library path when called non-interactively.
9050446c
GM
12112 (ispell-menu-map-needed): Uses new variables.
12113 (ispell-library-path): New variable.
12114 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12115 (ispell-word): Improved documentation string. Test for valid
12116 character mappings. Correctly check typed in word changes that can
12117 result in single words split into multiple words. Returns
12118 replacement word.
12119 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12120 replace in recursive query replace mode. Help message for
12121 recursive edit mode.
12122 (ispell-show-choices): Protect against bad framepop bindings.
12123 (ispell-help): Fix to work with XEmacs.
12124 (ispell-highlight-spelling-error): Use new variables.
12125 (ispell-overlay-window): Fix to work with XEmacs.
12126 (ispell-parse-output): Passed and returns location information
12127 tracking spelling corrections. Doesn't recheck same word on
12128 current line.
12129 (ispell-init-process): Protect against bogus XEmacs variable binding.
12130 Fix call to single argument in sleep-for. Use new variables.
12131 (ispell-region): Passed and returns location information tracking
12132 spelling corrections. Doesn't check same word on current line.
12133 Improved documentation string. Doesn't resend a line already
12134 checked to the ispell process - fixes bug in LaTeX parsing.
12135 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12136 (ispell-skip-region): No longer skips <TT> in SGML.
12137 (ispell-process-line): Tracks location information with spelling
12138 corrections. Added documentation string. Accounts for words
12139 already accepted on this line. Don't allow query-replace on line
12140 starting with math characters. Doesn't resend a line already sent
12141 to ispell process. Fixes alignment error bug.
a23c5037 12142
8b7bc628 121432000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12144
a23c5037 12145 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12146 Suggest xloadimage, which is free, not xv, which isn't.
12147
a23c5037 12148 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12149 Don't ever include the host name or user name in the value.
12150
9ed79f5d
GM
121512000-01-09 Gerd Moellmann <gerd@gnu.org>
12152
12153 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12154 of a real newline.
12155
b950abb1
GM
121562000-01-09 Stephen Eglen <stephen@gnu.org>
12157
a23c5037 12158 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12159 for .png files.
12160
3c708e98
GM
121612000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12162
12163 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12164
bf61662d
GM
121652000-01-09 Gerd Moellmann <gerd@gnu.org>
12166
f1d851ae
GM
12167 * progmodes/cperl-mode.el: Replace ^F with ^L.
12168
bf61662d 12169 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12170 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12171 recursion.
12172
c65d14ee
DL
121732000-01-08 Dave Love <fx@gnu.org>
12174
8cf87e9b
DL
12175 * emacs-lisp/backquote.el: Remove inappropriate customization
12176 (allowing custom.el to use backquote).
c65d14ee 12177
83de2ebc
DL
121782000-01-07 Dave Love <fx@gnu.org>
12179
12180 * add-log.el (add-log-debugging): Deleted.
12181 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12182 file. Remove debugging code.
12183 (change-log-get-method-definition, change-log-name): Add doc.
12184 (change-log-sortable-date-at): New function.
12185 (change-log-merge): New command.
12186
12187 * time.el (display-time-string-forms): Make the Mail string active.
12188 (display-time-update): Provide help-echo for load average.
12189
12190 * bindings.el (make-mode-line-mouse2-map): New function.
12191 (mode-line-modified): Use it and simplify.
12192 (mode-line-mule-info): Provide help-echo info.
12193 (minor-mode-alist): Activate the strings.
12194 (make-mode-line-mouse-sensitive): Simplify for
12195 mode-line-buffer-identification.
12196
c1475eae
GM
121972000-01-07 Gerd Moellmann <gerd@gnu.org>
12198
12199 * play/pong.el: New file.
12200
83de2ebc
DL
122012000-01-06 Dave Love <fx@gnu.org>
12202
12203 * array.el: Assorted cleanups for compiler warnings, doc strings,
12204 `array-' prefix for symbols.
12205
122062000-01-05 Dave Love <fx@gnu.org>
12207
12208 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12209 outline-headers-as-kill.
12210 (outline-mode): Define imenu-generic-expression.
12211 (outline-headers-as-kill): New command.
12212
12213 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12214 from paragraph-start.
12215 (paragraph-indent-minor-mode): New command.
12216
12217 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12218 M-C-e, M-C-h, C-j, C-xnd, TAB.
12219 (fortran-mode): Set beginning-of-defun, end-of-defun.
12220 (fortran-column-ruler): Simplify.
12221 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12222 (fortran-with-subprogram-narrowing): Likewise.
12223 (fortran-indent-subprogram): Call mark-defun.
12224 (fortran-check-for-matching-do): Change narrowing.
12225
12226 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12227 (cl-lucid-hash-tag): Delete.
12228 (cl-hash-table-p): Correct test for native table.
12229 (cl-hash-table-count): Use hash-table-count.
12230
12231 * browse-url.el (browse-url): Fix case of
12232 browse-url-browser-function being an alist.
12233
676ac023
CD
122342000-01-05 Carsten Dominik <cd@gnu.org>
12235
c1475eae
GM
12236 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12237 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12238
12239 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12240 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12241
12242 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12243 `reftex-parse-file-extension'.
eb483e17 12244
88807984
DL
122452000-01-05 Dave Love <fx@gnu.org>
12246
83de2ebc 12247 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12248 (beginning-of-defun-raw): Use it.
12249 (end-of-defun): New variable.
12250 (end-of-defun): Use it.
12251 (check-parens): New command.
12252
1362aeb4
TTN
122532000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12254
c1475eae
GM
12255 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12256 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12257
7ddafb95
TTN
12258 Fix buglet in local variables initialization.
12259
7334aa99
AS
122602000-01-05 Andreas Schwab <schwab@suse.de>
12261
12262 * hscroll.el (hscroll): Doc fix.
12263
b12e24cd
CD
122642000-01-05 Carsten Dominik <cd@gnu.org>
12265
12266 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12267 idlw-toolbar.
12268
12269 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12270 file idlw-rinfo.el.
1362aeb4
TTN
12271 (idlwave-customize): load must read file idlw-shell.el.
12272 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12273
d6226972
CD
122742000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12275
12276 * progmodes/idlw-shell.el: Also provide idlwave-shell
12277 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12278 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12279
12280 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12281 both reftex-dcr and reftex-vcr.
1362aeb4 12282
d6226972
CD
12283 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12284
6ddb893f 122852000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12286
12287 * ps-print.el: PostScript code now is in separate files, doc fix.
12288 (ps-print-version): New version number (5.0.3).
12289 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12290 local.
12291 (ps-spool-config): Initialization fix.
c1475eae
GM
12292 (ps-print-prologue-1, ps-print-prologue-2)
12293 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12294 (ps-background-image): Little code reformating.
12295 (ps-begin-file, ps-begin-job): Fix code.
88807984 12296 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12297 (ps-prologue-file): New fun.
12298
ae833aae
KH
122992000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12300
c1475eae 12301 * ps-vars.el: Eliminated.
ae833aae
KH
12302
12303 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12304 `;;;###autoload'.
12305
12306 * ps-print.el: ps-vars eliminated, doc fix.
12307 (ps-print-version): New version number (5.0.2).
12308 (ps-spool-config): Initialization fix.
12309 (ps-print-customize): New fun.
12310
560a7bd2
GM
123112000-01-04 Gerd Moellmann <gerd@gnu.org>
12312
12313 * autorevert.el (auto-revert-mode): Return value of
12314 auto-revert-mode.
12315
f45dd0f4
DL
123162000-01-04 Dave Love <fx@gnu.org>
12317
fae2ac05
DL
12318 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12319 menu items.
f45dd0f4 12320
61255981
DL
123212000-01-03 Dave Love <fx@gnu.org>
12322
88807984 12323 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12324
83de2ebc 12325 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12326 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12327 `cl-hash-table-p', not `hash-table-p'.
12328 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12329
c182a70f
EZ
123302000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12331
12332 * faces.el (face-read-integer, read-face-attribute)
12333 (color-defined-p, color-values): unspecified-{f,b}g are now
12334 strings.
12335
047f434a
GM
123362000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12337
12338 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12339 at comment end, and re-insert them after filling.
12340
bab531e2
EZ
123412000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12342
12343 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12344 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12345 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12346
d684c676
EZ
123472000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12348
12349 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12350 the new name of face-color-supported-p.
12351
12352 * term/w32-win.el (xw-defined-colors): Likewise.
12353
0aad4805
EZ
123542000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12355
12356 * simple.el (completion-setup-function): Count completion-size
12357 from minibuffer-prompt-end, not from point-min.
12358
5fe1d139
EZ
123592000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12360
12361 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12362 Pass the frame to tty-color-* functions.
12363 (display-color-p, frame-set-background-mode): Pass the frame to
12364 tty-display-color-p.
12365
12366 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12367 tty-color-alist.
12368 (tty-color-alist, tty-modify-color-alist): New functions.
12369 (tty-color-define, tty-color-clear, tty-color-approximate)
12370 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12371 an optional parameter FRAME.
12372
162dec01
GM
123732000-01-01 Gerd Moellmann <gerd@gnu.org>
12374
27189709
GM
12375 * image.el (create-image, defimage): Don't assume image data is a
12376 string.
12377
162dec01
GM
12378 * image.el (defimage): Handle specifications containing :data
12379 instead of :file.
12380 (image-type-from-data): New function.
12381 (image-type-from-file-header): Use it.
12382 (create-image): Add parameter DATA-P.
1362aeb4 12383
bea56df7 12384See ChangeLog.8 for earlier changes.
25a6fab1
KH
12385
12386;; Local Variables:
e64c3a75 12387;; coding: iso-2022-7bit
25a6fab1 12388;; End: