(w32_draw_bitmap): Use face to set colors.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
08ea6f17
GM
12000-11-17 Gerd Moellmann <gerd@gnu.org>
2
3 * ps-print.el: Minor fixes from author.
4
66321b2f
SM
52000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6
7 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8 (vc-version-backup-file): Docstring fix.
9
046110c6
GM
102000-11-16 Gerd Moellmann <gerd@gnu.org>
11
4104194e
GM
12 * files.el (basic-save-buffer): Don't add a newline if
13 find-file-literally is non-nil.
14 (find-file-literally): Extend doc string.
15
046110c6
GM
16 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
17 sort(1) with the `-f' argument.
18
6505c16e
AS
192000-11-16 Andre Spiegel <spiegel@gnu.org>
20
fd063975
AS
21 * vc.el: Updated backend documentation.
22 (vc-default-check-headers): New function.
23
3d02dd81
AS
24 * vc-{cvs,rcs,sccs}.el: Functions reordered.
25
046110c6 26 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 27 up-to-date.
9dd94743
AS
28 (vc-do-command): In the asynchronous case, output messages only if
29 the minibuffer is not active.
fd063975 30
8791d617
AS
31 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
32 `vc-cvs-use-edit' is on.
33 (vc-cvs-checkout): When this is used for reverting the workfile,
34 make a backup of the original contents and revert to that in case
35 of error.
9dd94743
AS
36 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
37 remote repositories.
8791d617 38
6505c16e
AS
39 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
40 for both version and ratio in the minibuffer.
fd063975 41
8791d617
AS
42 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
43 Use vc-do-command to perform the annotation, not call-process.
6505c16e 44
a13f0660
KH
452000-11-16 Kenichi Handa <handa@etl.go.jp>
46
47 * international/quail.el (quail-start-translation): Don't call
48 `message' before reading key sequence.
49
1389a414
MB
502000-11-16 Miles Bader <miles@lsi.nec.co.jp>
51
52 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
53
9256a532
KH
542000-11-16 Kenichi Handa <handa@etl.go.jp>
55
56 * window.el (fit-window-to-buffer): Be sure to acquire at least
57 one text line even if the buffer is empty.
58
0e14fe9f
GM
592000-11-16 Gerd Moellmann <gerd@gnu.org>
60
61 * net/ange-ftp.el (ange-ftp-file-writable-p)
62 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
63 ange-ftp-process-verbose to nil.
64
da645c53
DL
652000-11-15 Dave Love <fx@gnu.org>
66
233d5cde
DL
67 * wid-edit.el (widget-specify-field, widget-specify-button): If
68 :help-echo is a function, set help-echo of overlay to
69 widget-mouse-help.
70 (widget-mouse-help): New function.
71 (widget-echo-help): Rewritten for :help-echo functions only taking
72 a widget arg.
73
b12057b9
DL
74 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
75 display-graphic-p.
76 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
77 and that JPEG is available.
78 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
79
da645c53
DL
80 * international/mule-cmds.el (locale-charset-language-names):
81 Match @euro.
82
6d133d1f
GM
832000-11-15 Gerd Moellmann <gerd@gnu.org>
84
85 * faces.el (face-set-after-frame-default): If
0e14fe9f 86 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
87 default face from X resources.
88
49ac2ac5
EZ
892000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
90
91 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
92 Don't set EMACSLOADPATH.
93
4fb0a34c
EZ
942000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
95
96 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
97 texinfo-insert-@url.
98 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
99 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
100
bb304a7a
SM
1012000-11-14 Stefan Monnier <monnier@cs.yale.edu>
102
82bc80bf
SM
103 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
104 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
105 (checkdoc-minor-keymap): Backward compatibility.
106 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
107 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
108 (checkdoc-this-string-valid-engine): Be a bit more strict
109 to avoid matching substrings of `...' quoted vars/funs.
110 (checkdoc-defun-info): Only look for `interactive' if alone.
111 (debug-ignored-errors): Add "arg doesn't appear in docstring".
112
e8c87124
SM
113 * progmodes/compile.el (grep): `tag-default' can be nil.
114
bb304a7a
SM
115 * newcomment.el (comment-indent): Paren typo.
116
8628686a
DL
1172000-11-14 Dave Love <fx@gnu.org>
118
25c269ef
DL
119 * calculator.el: New maintainer version.
120
66321b2f 121 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 122
8628686a
DL
123 * cmuscheme.el: Doc fixes.
124 (cmuscheme) <defgroup>: Use `scheme' as parent.
125 (cmuscheme-program-name): Remove. Change uses to
126 scheme-program-name.
127
128 * xscheme.el (scheme-program-name): Don't define here.
129
130 * progmodes/scheme.el (scheme-program-name): New variable
131 (originally in cmuscheme).
132
88f0a1eb
MB
1332000-11-14 Miles Bader <miles@gnu.org>
134
135 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
136 Handle header-lines. Don't loop forever if we can't enlarge the
137 window anymore. Simplify a bit.
138
cd9a000c
KH
1392000-11-14 Kenichi Handa <handa@etl.go.jp>
140
141 * window.el (fit-window-to-buffer): Don't check
142 window-text-height. Assure that the last line is fully visible.
143
144 * international/quail.el (quail-show-guidance-buf): Call
145 fit-window-to-buffer to assure the enough height of the guidance
146 buffer.
147 (quail-update-guidance): Avoid making the guidance buffer shorter.
148
d3fcda22
SM
1492000-11-14 Stefan Monnier <monnier@cs.yale.edu>
150
bdbd9606
SM
151 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
152 rather than `prepend' and add an interesting comment.
153 (tex-math-face, tex-font-lock-syntactic-face-function):
154 New face and function to use it.
155 (tex-define-common-keys, tex-mode-map): Use menu-item rather
156 than `menu-enable' symbol property.
157 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
158 (tex-mode): Add some latex-mode commands for auto-selection.
159 Use tex-font-lock-syntactic-face-function.
160 (tex-insert-quote): Simplify.
161 (tex-shell): New mode.
162 (tex-start-shell): Use it.
163 (tex-shell-proc, tex-shell-buf): New functions.
164 (tex-send-command): Use it.
165 (tex-main-file): Fix the meaning of the new arg REALFILE.
166 (tex-send-tex-command): New function split from `tex-start-tex'.
167 Set compilation-last-buffer and compilation-parsing-end.
168
d3fcda22
SM
169 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
170 when it follows non-comment text on the line.
171
172 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
173 Set font-lock-defaults.
174 (lisp-mode-shared-map): Init inside the defvar.
175 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
176 Use define-derived-mode.
177
bdab1d43
MB
1782000-11-14 Miles Bader <miles@lsi.nec.co.jp>
179
180 * faces.el (header-line): Use `:box nil' for color/gs displays too.
181
936ae731
GM
1822000-11-14 Gerd Moellmann <gerd@gnu.org>
183
184 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
185 recursively optimize body because that can lead to infinite
186 recursion; see comment there.
187
1695ca2b
EZ
1882000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
189
190 * faces.el (face-spec-set-match-display): Revert the change from
191 2000-10-24. Add a FIXME for after v21.1.
192
9d348294
MB
1932000-11-13 Miles Bader <miles@gnu.org>
194
195 * textmodes/fill.el (skip-line-prefix): New function.
196 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
197 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
198 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
199 point inside the fill-prefix.
9d348294 200
b85fa13c
MB
2012000-11-13 Miles Bader <miles@lsi.nec.co.jp>
202
203 * calendar/calendar.el (generate-calendar-window): Use
204 `fit-window-to-buffer'.
205
a0b47716
SM
2062000-11-12 Stefan Monnier <monnier@cs.yale.edu>
207
208 * gud.el (gud-minor-mode): New var.
209 (gud-symbol, gud-val): New functions.
210 (gud-find-file): Copy gud-minor-mode to the new buffer.
211 (gud-menu-map): Include entries for commands that are not always
212 available, using :enable to (de)activate them.
213 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
214 (gud-mode-map): New map.
215 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
216 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
217 Don't set up gud's menu (it's done by the minor-mode).
218 (gud-minibuffer-local-map): New.
219 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
220 (gud-query-cmdline): New function.
221 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
222 (gud-mode): Use define-derived-mode.
223 Don't set up gud's menu (it's done by the minor-mode).
224 (gud-chop-words): Remove.
225 (gud-common-init): Use split-string instead.
226 (gud-new-keymap, gud-make-debug-menu): Eradicate.
227
228 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
229 Add keyword arg :name.
230
231 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
232 (diff-count-matches, diff-split-hunk): New functions.
233 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
234
235 * pcvs-info.el (cvs-fi-conflict-face): New var.
236
237 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
238 Make it into a simple syntax-table, shared among all submodes.
239 (sh-heredoc-face): Re-introduce.
240 (sh-font-lock-syntactic-face-function): New function.
241 (sh-mode): Use it. Also use define-derived-mode.
242 Remove old bogus setting of indent-region-function.
243 (sh-set-shell): Don't set the syntax-table any more.
244 (sh-mode-syntax-table) <defun>: Remove.
245
f5ed37df
MB
2462000-11-12 Miles Bader <miles@gnu.org>
247
248 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
249 message if interactive.
250
0b074c2f
DL
2512000-11-12 Dave Love <fx@gnu.org>
252
253 * mail/feedmail.el: Fix header,
254 (feedmail) <defgroup>: Add :link.
255
256 * view.el: Use local-map property, not keymap on mode-line string.
257
258 * scroll-all.el (scroll-all-mode): Customize variable. Add
259 autoload cookie to function.
260
261 * lazy-lock.el: Remove compatibility code.
262
263 * finder.el (finder-known-keywords): Add `files', remove `vms'.
264 (finder-help-echo): New variable.
265 (finder-mouse-face-on-line): Add help-echo stuff.
266 (finder-list-keywords, finder-list-matches): Use mapc.
267
268 * faces.el (face-font-registry-alternatives): Add :version.
269
270 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
271 tags-table-list.
272
a0b47716 273 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 274
a0b47716 275 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
276 (mail-mode): Use [:alnum:] in some regexps.
277
6d502396
DL
2782000-11-10 Dave Love <fx@gnu.org>
279
280 * ediff.el (ediff-regions-internal, ediff-documentation):
281 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
282 fundamental mode.
283
284 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
285 buffer into fundamental mode.
286 (ediff-set-difference): Use copy-sequence if available.
287
288 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
289 ediff-patch-map non-nil.
290 (ediff-fixup-patch-map, ediff-fixup-patch-map)
291 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
292 buffer into fundamental mode.
293
294 * ediff-merg.el (state-or-merge): Defvar when compiling.
295
a82fe213
JR
2962000-11-10 Jason Rumney <jasonr@gnu.org>
297
298 * w32-fns.el (w32-add-charset-info): New function.
299 (w32-charset-info-alist): Use it.
300
52d89894
GM
3012000-11-10 Gerd Moellmann <gerd@gnu.org>
302
303 * faces.el (face-font-registry-alternatives): New user-option.
304
178932de
SM
3052000-11-10 Stefan Monnier <monnier@cs.yale.edu>
306
d7fa3319
SM
307 * textmodes/texinfo.el (texinfo-block-default): New var.
308 (texinfo-insert-block): Use it. Insert a newline if needed.
309
178932de
SM
310 * textmodes/fill.el (fill-indent-according-to-mode): New var.
311 (fill-region-as-paragraph): Use it.
312
313 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
314 (latex-mode): Tweak tex-*-(head|trail)er regexps.
315 Tweak paragraph regexps to allow a leading [ \t]*.
316 (tex-latex-block): Insert a newline if necessary.
317 (latex-insert-item): Only insert a newline if necessary.
318 (tex-guess-main-file): New function.
319 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
320 Set tex-main-file if TeX-master is provided.
321 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
322
bd02b8e0
GM
3232000-11-10 Gerd Moellmann <gerd@gnu.org>
324
325 * startup.el (command-line): Set the default tooltip-mode
326 to t for graphical displays which implement x-show-tip.
327
328 * tooltip.el (tooltip-mode): Add a comment about startup.el
329 setting the default value of this user-option.
330
b29b03eb
SM
3312000-11-09 Stefan Monnier <monnier@cs.yale.edu>
332
333 * font-lock.el (font-lock-*-face) <defvar>: Move.
334 (font-lock-defaults-alist): Mark obsolete.
335 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
336 (font-lock-mode): Use define-minor-mode.
337 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
338 (font-lock-turn-off-thing-lock): Be more explicit.
339 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
340 (font-lock-syntactic-face-function): New var.
341 (font-lock-fontify-syntactically-region): Use it.
342 (font-lock-doc-face): New.
343
344 * pcvs.el (cvs-enabledp): Ignore errors.
345 (cvs-commit-filelist): Never query.
346 (cvs-mode-insert): Always add a terminating / in the initial prompt.
347 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
348 (cvs-do-removal): Use cvs-partition rather than delete-if.
349 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
350 cvs-bury-buffer.
351
352 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
353 Allow `next' to jump to after the end of the last match.
354
778fbc46
GM
3552000-11-09 Gerd Moellmann <gerd@gnu.org>
356
730c746c
GM
357 * simple.el (byte-compiling-files-p): New function.
358
359 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
360 if it is there.
361
362 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
363 nil again.
364
778fbc46
GM
365 * textmodes/ispell.el (ispell-library-path): Don't call
366 check-ispell-version when byte-compiling because that starts
367 an ispell process, and ispell might not be installed.
368 (toplevel): Don't set up a menu when byte-compiling.
369
370 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
371 it, so that a boundp test can be used to determine if we're
372 currently byte-compiling.
373
5912c5bb
DL
3742000-11-09 Dave Love <fx@gnu.org>
375
376 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
377 eval-after-load.
378
7bb054a5
GM
3792000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
380
381 * ps-print.el: Patch for variable initialization when spooling. Doc
382 fix.
383 (ps-output-list): Fun eliminated.
384 (ps-begin-file, ps-begin-job): Code fix.
385
9db2706e
DL
3862000-11-08 Dave Love <fx@gnu.org>
387
388 * ediff-wind.el (ediff-control-frame-parameters): Zero
389 tool-bar-lines.
390
f7eb32aa
GM
3912000-11-08 Gerd Moellmann <gerd@gnu.org>
392
393 * simple.el (shell-command, display-message-or-buffer)
394 (shell-command-on-region): Mention resize-mini-windows in the doc
395 string.
396 (display-message-or-buffer): Take the value of resize-mini-windows
397 into account.
398
7b01b08c
GM
3992000-11-07 Gerd Moellmann <gerd@gnu.org>
400
acad3c0b
GM
401 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
402
7b01b08c
GM
403 * dired.el (dired-between-files): Add `^. find' as an alternative
404 to the regular expression, for find-dired.
405
6f602bd0
SM
4062000-11-06 Stefan Monnier <monnier@cs.yale.edu>
407
408 * textmodes/texnfo-upd.el: Require texinfo.
409 (defmacro, defgroup): Remove.
410 (texinfo-section-to-generic-alist): Remove.
411 Use texinfo-section-list instead (i.e. level is changed string->int).
412 (texinfo-filter): New function.
413 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
414 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
415 Use it. And use regexp-opt.
416 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
417 (texinfo-update-menu-region-beginning)
418 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
419 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
420 (texinfo-update-menu-same-level-regexps): Update.
421 (texinfo-update-node, texinfo-every-node-update)
422 (texinfo-sequential-node-update): Remove autoload cookie.
423
424 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
425 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
426 (texinfo-chapter-level-regexp): Remove.
427 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
428
bb216218
DL
4292000-11-06 Dave Love <fx@gnu.org>
430
6f602bd0 431 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 432
6f602bd0
SM
433 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
434 Match defun*.
bb216218 435
ff8dd5d5
KH
4362000-11-06 Kenichi Handa <handa@etl.go.jp>
437
438 * composite.el (composition-function-table): Variable declaration
439 moved to src/composite.c.
440 (compose-chars-after): New optional arg object.
441
e9da51a1
GM
4422000-11-06 Gerd Moellmann <gerd@gnu.org>
443
e0c12c68
GM
444 * bindings.el (mode-line-toggle-read-only)
445 (mode-line-toggle-modified, mode-line-widen)
446 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
447 (make-mode-line-mouse2-map): Rewritten.
448 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
449 functions so that C-h k can show something with a doc string.
450
e9da51a1
GM
451 * startup.el (fancy-splash-delay): Set to 10 seconds.
452 (fancy-splash-max-time): New user-option.
453 (fancy-splash-stop-time): New variable.
454 (fancy-splash-screens): Set it. Catch `stop-splashing'.
455 (fancy-splash-screens-1): Throw `stop-splashing' when current
456 time is greater than fancy-splash-stop-time.
457
611dbdf0
SM
4582000-11-06 Stefan Monnier <monnier@cs.yale.edu>
459
4d2806e2
SM
460 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
461
611dbdf0
SM
462 * pcvs.el (cvs-mode-marked): New arg `noquery'.
463 Prompt user for a file rather than raising an error.
464 (cvs-enabledp): Fix call to cvs-mode-marked.
465 (cvs-insert-file): New function (extracted from cvs-mode-insert).
466 (cvs-mode-insert): Use it. Change the init prompt' value.
467 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
468
469 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
470 Don't pass default arg to ewoc-locate.
471 (ewoc-collect): Return result in the right order.
472
473 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
474
475 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
476 (cvs-status-get-tags): Fix regexp.
477 (cvs-status-trees, cvs-status-cvstrees):
478 Combine after change hooks and don't sit-for.
4d2806e2
SM
479 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
480 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
481 Use make-char rather than hard-coded cryptic data.
482 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
483
484 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
485
486 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
487 (cvs-insert-strings): New function.
488
937b2877
MB
4892000-11-06 Miles Bader <miles@lsi.nec.co.jp>
490
491 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
492 `mwheel-scroll-amount'.
493 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
494 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
495 string-matching against the version string.
496
c6c97763
KH
4972000-11-06 Kenichi Handa <handa@etl.go.jp>
498
6eaec747
KH
499 * language/thai.el ("Thai"): Set a lisp form that produces
500 composed string in `sample-text' language info.
501
502 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
503 composed string in `sample-text' language info.
504
505 * international/mule-cmds.el (describe-language-environment): Eval
506 `sample-text' data and insert the result.
507
c6c97763
KH
508 * international/mule-conf.el (compound-text): Define this coding
509 system here. Make x-ctext and ctext aliases of it.
510
511 * language/european.el (compound-text, ctext): Moved to
512 international/mule-conf.el.
513
d1145f85
AI
5142000-11-05 Andrew Innes <andrewi@gnu.org>
515
516 * w32-fns.el (w32-version): New function.
517
178a6a45
SM
5182000-11-05 Stefan Monnier <monnier@cs.yale.edu>
519
520 * progmodes/awk-mode.el: Update copyright.
521 (awk-mode-abbrev-table): Remove.
522 (awk-font-lock-keywords): Use regexp-opt.
523 (awk-mode): Use define-derived-mode.
524
525 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
526 when extracting a suffix.
527
1ba90166
AS
5282000-11-04 Andre Spiegel <spiegel@gnu.org>
529
530 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
531 auto-save-mode.
532
546790cb
JR
5332000-11-04 Jason Rumney <jasonr@gnu.org>
534
535 * language/european.el (decode-mac-roman): Test against r1 not r0.
536
d247e32d
SM
5372000-11-03 Stefan Monnier <monnier@cs.yale.edu>
538
fbf44f44
SM
539 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
540 (icon-mode): Define indent-line-function.
541 (icon-comment-indent): Simplify.
542 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
543
544 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
545
546 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
547 Bind change-log-default-mode to defeat the caching done on it.
548 Don't bother saving excursion any more.
549
550 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
551
552 * frame.el (after-setting-font-hook): Rename hooks -> hook.
553 (set-frame-font): Use the new name (and the old for compatibility).
554
555 * toolbar/tool-bar.el (tool-bar-mode):
556 * time.el (display-time-mode):
557 * recentf.el (recentf-mode):
558 * paren.el (show-paren-mode):
559 * mwheel.el (mouse-wheel-mode):
560 * msb.el (msb-mode):
561 * jka-compr.el (auto-compression-mode):
562 * image-file.el (auto-image-file-mode):
563 * hl-line.el (hl-line-mode):
564 * delsel.el (delete-selection-mode):
565 * autoinsert.el (auto-insert-mode):
566 * complete.el (partial-completion-mode): Drop unneeded positional args.
567
568 * info.el (Info-mode):
569 * comint.el (comint-mode): Don't both with make-local-hook.
570
d247e32d
SM
571 * log-edit.el (log-edit-menu): New menu.
572
4921558e
MB
5732000-11-03 Miles Bader <miles@gnu.org>
574
575 * wid-edit.el (widget-end-of-line): Reinstate, with a new
576 definition, so that trailing spaces are handled properly.
577 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
578
1fc02b3c
GM
5792000-11-03 Gerd Moellmann <gerd@gnu.org>
580
581 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
582 tab character.
583 (fancy-splash-screens): Set tab-width to 20.
584
51d001f7
DL
5852000-11-03 Dave Love <fx@gnu.org>
586
587 * comint.el (comint-completion-addsuffix): Fix custom type.
588
ba22aeff
SM
5892000-11-02 Stefan Monnier <monnier@cs.yale.edu>
590
591 * font-lock.el (font-lock-buffers): Remove.
592 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
593 (font-lock-change-major-mode): Remove.
594 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
595 (font-lock-default-fontify-region): Extend the multiline
596 fontification to whole lines.
597 (font-lock-fontify-anchored-keywords)
598 (font-lock-fontify-keywords-region): If matching just one
599 line (with \n) only mark the \n as multiline.
600
601 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
602 Correctly handle the case where several :group args are supplied.
603 Allow :extra-args.
604 (easy-mmode-define-global-mode): Allow :extra-args.
605 Correctly handle the case where several :group args are supplied.
606
9c887ada
MB
6072000-11-02 Miles Bader <miles@gnu.org>
608
609 * calendar/calendar.el (diary-face, calendar-today-face)
610 (holiday-face): Remove dependency on `window-system'.
611
7f25090d
KR
6122000-11-02 Ken Raeburn <raeburn@gnu.org>
613
614 * Makefile.in (emacs): Set EMACSLOADPATH always.
615 (update-authors, .el.elc, compile-files): Don't do it explicitly
616 here.
9b911107 617 (compile-files): Bomb out if compilation of a file fails.
7f25090d 618
7dd6009c
DL
6192000-11-02 Dave Love <fx@gnu.org>
620
621 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
622
94821e4f
EZ
6232000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
624
625 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
626 punctuation in the warning inserted into the *mail* buffer.
627
1ac3fc42
GM
6282000-11-02 Gerd Moellmann <gerd@gnu.org>
629
57731876
GM
630 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
631 (authors-public-domain-p): New function.
632 (authors-print): Use it.
633
975f82c9
GM
634 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
635
1ac3fc42
GM
636 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
637
4b3eb10f
GM
6382000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
639
975f82c9 640 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
641 (ps-print-version): New version number (6.3.1).
642 (ps-even-or-odd-pages): Customization fix.
643 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
644 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
645 (ps-page-count): Var replaced by `ps-page-column'.
646 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
647 (ps-print-sheet-p): New fun.
648
7da794df
MB
6492000-11-02 Miles Bader <miles@lsi.nec.co.jp>
650
651 * tooltip.el (tooltip-gud-tips-setup): New function.
652 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
653 (tooltip-mode): Call tooltip-gud-tips-setup.
654 (tooltip-gud-tips): Use `gud-basic-call' instead of
655 process-send-string, so the prompt gets frobbed appropriately.
656 Handle nil return value from `tooltip-gud-print-command'.
657
0e40b809
EL
6582000-11-01 Eric M. Ludlam <zappo@ultranet.com>
659
660 * comint.el (comint-add-to-input-history): New function.
661 (comint-send-input): Use `comint-add-to-input-history'.
662
50ada0db
MB
6632000-11-02 Miles Bader <miles@lsi.nec.co.jp>
664
973a3104
MB
665 * info.el (info-menu-header): New face.
666 (Info-fontify-menu-headers): New function.
667 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
668
50ada0db
MB
669 * info.el (Info-insert-dir): Don't include blank lines at
670 beginning of additional dir files (one is added automatically).
671
bff53411
SM
6722000-11-01 Stefan Monnier <monnier@cs.yale.edu>
673
674 * emacs-lisp/easy-mmode.el (define-minor-mode):
675 Revert the latest changes.
676 Allow the three positional arguments to be skipped and replaced
677 by keyword arguments.
678 Add a :toggle argument to determine whether a nil arg means toggle
679 or means turn-on. The default is unchanged.
680 Add a call to force-mode-line-update.
681
6b8a0b2d
DL
6822000-11-01 Dave Love <fx@gnu.org>
683
684 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
685 cookie.
686
5bf99100
MB
6872000-11-01 Miles Bader <miles@lsi.nec.co.jp>
688
689 * calendar/calendar.el (diary-face, holiday-face): Add
690 dark-background variants.
691
a4032611
SS
6922000-10-31 Sam Steingold <sds@gnu.org>
693
694 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
695 `tex-main-file' does not have directory in it.
696
c286608e
SM
6972000-10-31 Stefan Monnier <monnier@cs.yale.edu>
698
699 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
700
4836835a
TTN
7012000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
702
703 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
704 functional change.
705
26dcb81b
GM
7062000-10-31 Gerd Moellmann <gerd@gnu.org>
707
708 * files.el (find-file-noselect): When we expand a wildcard, return
709 a list of buffers, as we should do according to the doc string.
710
49fc4500
KR
7112000-10-31 Ken Raeburn <raeburn@gnu.org>
712
713 * loadup.el (top level): Adjust load path if program name is
714 "../src/bootstrap-emacs", in case it's not dumped and thus the
715 load path adjustment hasn't already been done.
716
ea0c615d
GM
7172000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
718
719 * ps-print.el: Fix bug on selected pages for printing. Use
720 `color-values' for Emacs 21. Ensure fontification when jit-lock
721 is on. Try to avoid warning messages when compiling. Doc Fix.
722 (ps-print-version): New version number (6.3).
723 (ps-color-device): Use `color-values' to determine if device
724 supports color.
725 (ps-color-values): Try to use `x-color-values' when using XEmacs.
726 (ps-print-page-p): Changed from defsubst to defun.
727 (ps-page-number): Changed from defmacro to defun.
728 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
729 printing.
c286608e 730 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
731 (ps-end-file, ps-dummy-page): Funs eliminated.
732 (ps-print-color-scale): Changed default value.
733 (ps-page-n-up, ps-print-page-p): New internal vars.
734 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
735 (ps-plot-region, ps-generate, ps-end-job): Code fix.
736
9e20722f
GM
737 * delim-col.el: Little programming improvement.
738 (delimit-columns-str): New macro.
739 (delimit-columns-region, delimit-columns-rectangle): Code fix.
740
d7a0fd00
KH
7412000-10-31 Kenichi Handa <handa@etl.go.jp>
742
c286608e
SM
743 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
744 Moved to european.el.
d7a0fd00
KH
745 (ccl-encode-mac-roman-font, fontset-mac): Modified for
746 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
747 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
748 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 749
234be340
DL
7502000-10-30 Dave Love <fx@gnu.org>
751
752 * progmodes/cc-menus.el (imenu-generic-expression)
753 (imenu-progress-message): Only defvar when compiling.
754
4edc4a39
DL
755 * emacs-lisp/elp.el (elp-unload-hook): New function.
756
757 * loadhist.el (unload-feature): Call elp-restore-function,
758 checking for symbols; don't use elp-restore-all.
759 (loadhist-hook-functions): Doc fix.
760
70c825df
SM
7612000-10-30 Stefan Monnier <monnier@cs.yale.edu>
762
763 * log-edit.el (log-edit-confirm): Fix the default.
764
1d3baf74
GM
7652000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
766
767 * delim-col.el: Little fix: replace delimit-columns-align-columns by
768 delimit-columns-format.
769 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 770
1ec321a7
MB
7712000-10-30 Miles Bader <miles@lsi.nec.co.jp>
772
773 * comint.el (comint-replace-by-expanded-history): Don't use
774 comint-get-old-input (we're not looking at *old* input).
775 (comint-get-old-input-default): If using fields, signal an error
776 when the point is not in an input field.
777
70737ea9
KH
7782000-10-30 Kenichi Handa <handa@etl.go.jp>
779
780 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
781 and mule-unicode-e000-ffff.
782
fa0cb51d 783 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
784 (make-coding-system): Accept a symbol of translation table as a
785 value of property `safe-chars'.
786
787 * international/mule-cmds.el (encode-coding-char): Check property
788 safe-chars instead of safe-charsets.
789
790 * international/fontset.el (fontset-default): Modified for
791 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
792 (x-font-name-charset-alist): Likewise.
793 (ccl-encode-unicode-font): New CCL program. Record it in
794 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
795
70c825df
SM
796 * language/european.el (mac-roman-decoder, mac-roman-encoder):
797 New translation tables.
70737ea9
KH
798 (decode-mac-roman, encode-mac-roman): Definition of these CCL
799 programs are modified and moved from mac-win.el.
800 (mac-roman): Definition of this coding system is modified and
801 moved from mac-win.el.
4836835a 802
fda2ce24 8032000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 804
1d3baf74 805 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 806 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 807
dd4d3cb6
MB
8082000-10-29 Miles Bader <miles@gnu.org>
809
810 * custom.el (custom-add-to-group): Allow multiple entries for a
811 given value OPTION, as long as their widget types are different.
812 * cus-edit.el (custom-face-value-create): If face name doesn't end
813 with "face", add such here (similar to custom group widgets).
814
815 * comint.el (comint-highlight-prompt): Add :type.
816
dace60cf
JW
8172000-10-28 John Wiegley <johnw@gnu.org>
818
819 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
820 Changed this function to operate on a temporary buffer instead of
821 the main buffer. This not only keeps flyspell from marking a
822 buffer as changed that wasn't, but it solves the jumpy cursor
823 problem when attempts are made to edit incorrect words.
824 (flyspell-maybe-correct-doubling): Same change as for
825 `flyspell-maybe-correct-transposition'.
826
827 * calendar/timeclock.el (timeclock-log): Doc fix.
828 (timeclock-last-event): Doc fix.
829 (timeclock-log): Kill the timelog buffer after appending a new
830 event.
831 (timeclock-find-discrep): Use a temp buffer to read in the
832 timelog, instead of visiting the file.
833 (timeclock-log-data): A new function, along with a host of helper
834 functions, for the purpose of making timelog data accessible to
835 programmers.
836
837 * eshell/esh-mode.el (window-height test): Make certain that
838 `eshell-stringify-t' is non-nil.
839 (eshell-password-prompt-regexp): Changed to a much simpler
840 password regexp.
841 (eshell-send-input): If `eshell-invoke-directly' returns t,
842 directly invoke the parsed command using `eval'. This improves
843 turn-around time on simple commands by a factor of three or
844 greater, such as cd, ls, pwd, etc. -- which get used very often.
845 It also conserves thousands of cons cells per call (since
846 `eshell-do-eval' consumes memory like a Cookie Monster set loose
847 in the Pacific Cookie Company).
848
849 * eshell/esh-test.el (eshell-test): Whitespace fix.
850
851 * eshell/em-ls.el (eshell-ls-insert-directory): Make
852 `eshell-ls-initial-args' nil when inserting directory contents.
853
854 * eshell/em-script.el (eshell-script-initialize): Add names to
855 `eshell-complex-commands, since `source' and `.' are complex.
856
0467b076
EZ
857 * eshell/esh-cmd.el (eshell-rewrite-for-command)
858 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
859 `eshell-copy-handles'.
860 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
861 bodies.
862 (eshell-separate-commands): Whitespace fix.
863 (eshell-complex-commands): Added a new list of names, for
864 determining whether a given command is as simple as it looks.
865 (eshell-invoke-directly): New function. Returns t if a command
866 should be invoked directly (using `eval'), rather than indirectly
867 using `eshell-do-eval'.
868 (eshell-do-eval): Whitespace fix.
869
870 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
871 which provides an emulation of the DOS shell behavior of assuming
872 that cp/mv/ln should copy/move/link to the current directory.
873 (eshell-remove-entries): Added a doc string.
874 (eshell-shuffle-files): Removed the check for `target' being null.
875 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
876 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
877 it to do a smarter check of whether a destination was provided.
878 (eshell/mv, eshell/cp): Enable `:preserve-args'.
879 (eshell/ln): Enable `:preserve-args', and use
880 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
881 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
882 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
883 list after flattening it. This makes it possible to cat files
884 with numerical names.
885 (eshell-unix-initialize): Added several names to
886 `eshell-complex-commands.
887 (eshell-unix-command-complex-p): Return t if a given command name
888 may result in external processes being invoked.
889
890 * eshell/em-glob.el (eshell-glob-show-progress): Make this
891 variable nil by default, since it slows down glob processing by a
892 factor of two or more, and increases memory consumption.
893
894 * eshell/em-smart.el: Added a note about how memory consumptive
895 smart display mode can be (at least this is true in Emacs 21).
896 (eshell-smart-initialize): Whitespace fix.
897 (eshell-refresh-windows): Use `if' instead of `when'.
898 (eshell-smart-scroll-window): Calling `save-current-buffer' was
899 not necessary.
900 (eshell-currently-handling-window): Added a missing global
901 variable.
902
903 * eshell/em-ls.el (eshell-do-ls): Code simplification.
904 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
905 Whitespace fix.
906 (eshell-ls-exclude-hidden): Added this variable in addition to
907 `eshell-ls-exclude-regexp'. This one prevents files beginning
908 with . from even being read, which can improve memory consumption
909 quite a bit.
910 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
911 read file entries beginning with a dot. In home directories with
912 lots of hidden files, fully two-thirds of the time spent in ls is
913 used to read directory entries that are immediately thrown away.
914 (eshell-ls-initial-args): Added back this configuration variable,
915 for specifying default initial arguments to every call to ls.
916 Much faster than using an alias to do the same thing.
917 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
918 (eshell-ls-dir): Whitespace change.
919
920 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
921
922 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
923 available.
924 (eshell-stringify-t): Added a customization variable, to indicate
925 whether `t' should be rendered as a string at all. If not, one
926 can still determine if the result of an expression is true using
927 "file-exists-p FILE && echo true".
928 (eshell-stringify): If `eshell-stringify-t' is nil, don't
929 stringify t!
930
931 * eshell/esh-module.el: Whitespace fix.
932
933 * eshell/em-alias.el (eshell-alias-initialize): Added
934 `eshell-command-aliased-p' to `eshell-complex-commands'.
935 (eshell-command-aliased-p): New function that returns t if a
936 command name names an aliased.
937
657f9cb8 9382000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 939
0467b076 940 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 941 redrawing the screen when changing cursor color.
0467b076
EZ
942 (viper-insert-state-pre-command-sentinel)
943 (viper-replace-state-pre-command-sentinel)
70c825df
SM
944 (viper-replace-state-post-command-sentinel):
945 Use viper-preserve-cursor-color.
657f9cb8
MK
946 Many functions changed to use viper= instead of = when comparing
947 characters.
0467b076 948 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 949 working with characters.
0467b076 950 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
951 Many functions changed to use viper= instead of = when comparing
952 characters.
0467b076 953 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 954
0467b076 955 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 956 Several typos fixed in various docstrings.
0467b076
EZ
957 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
958 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 959 hook.
0467b076
EZ
960 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
961 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
962 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
963 (ediff-get-selected-buffers): New function.
964 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
965 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 966 save-window-excursion.
0467b076 967 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 968 termination check in while loop.
0467b076 969 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 970 dired buffer.
0467b076
EZ
971 (ediff-files,ediff-merge-files,ediff-files3)
972 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 973
4f490d99
DL
9742000-10-28 Dave Love <fx@gnu.org>
975
976 * info.el (Info-fontify-node): Add help-echo for menu items.
977
45b84006
EZ
9782000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
979
5ebc02b3
EZ
980 * startup.el (normal-top-level): If the value of $TERM indicates
981 we are running from xterm or one of its work-alikes, default to a
982 light background mode.
983
45b84006
EZ
984 Support for -fg, -bg, and -rv command-line arguments for TTYs:
985 * faces.el (tty-handle-reverse-video): New function.
986 (tty-create-frame-with-faces): Call it.
987
988 * frame.el (frame-notice-user-settings): Don't apply
989 default-frame-alist and initial-frame-alist to MS-DOS frames.
990 Call tty-handle-reverse-video, frame-set-background-mode, and
991 face-set-after-frame-default for non-MS-DOS frames.
992
993 * startup.el (tty-long-option-alist): New variable.
994 (tty-handle-args): New function.
995 (command-line): Call tty-handle-args.
996
997 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
998 startup.el now does that for all character-terminal frames.
999
eab6e8b9
MB
10002000-10-28 Miles Bader <miles@gnu.org>
1001
1002 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1003 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1004 global. If :global is followed by a non-nil but non-t value,
1005 make the mode buffer-local, but also generate a `global-MODE'
1006 version using `easy-mmode-define-global-mode'. Add
1007 :conditional-turn-on keyword argument.
1008
51a29efc
DL
10092000-10-28 Dave Love <fx@gnu.org>
1010
1011 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1012 use window-system.
1013
d71d7114
EZ
10142000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1015
1016 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1017 Don't call find-buffer-file-type-coding-system. Instead, just
1018 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1019 if the file is on an untranslated filesystem.
1020 (add-untranslated-filesystem): Use "D" instead of "f" inside
1021 interactive.
1022
1f9cab4b
DL
10232000-10-27 Dave Love <fx@gnu.org>
1024
70c825df 1025 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1026 (refill-mode): Use it.
1027
70c825df
SM
10282000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1029
1030 * international/quail.el (quail-activate): Don't make-local-hook.
1031
7432cf10
AS
10322000-10-27 Andre Spiegel <spiegel@gnu.org>
1033
4836835a 1034 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1035 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1036 (vc-make-version-backup): Don't do it on MS-DOS without long file
1037 names.
4836835a 1038
7432cf10
AS
1039 * vc.el (vc-version-other-window): If an automatic backup of the
1040 desired version exists, rename it instead of copying it.
1041
4836835a
TTN
1042 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1043 after command. If there's an unexpected error, signal it instead
7432cf10 1044 of being silent.
e1483c38 1045 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1046
05ea7ef2
MB
10472000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1048
fd1035aa
MB
1049 * shell.el (shell): Add BUFFER argument.
1050 * comint.el (make-comint-in-buffer): New function.
1051 (make-comint): Use it.
1052
05ea7ef2
MB
1053 * faces.el (face-spec-choose): Change syntax so that the list of
1054 attribute-value pairs is now the cdr of each clause, not the cadr.
1055 Detect old-style entries, and handle them. Use pop.
1056
835a55fe
SM
10572000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1058
f5ab1cdd
SM
1059 * cus-edit.el (custom-mode-map): Use a sparse map.
1060 (custom-mode): Don't bother with make-local-hook.
1061
1062 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1063
835a55fe
SM
1064 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1065
c13b0ec8
GM
10662000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1067
1068 * ps-print.el: Avoid compilation gripes.
1069 (ps-print-version): New version number (6.2.1).
4836835a 1070
e9f63196
DL
10712000-10-26 Dave Love <fx@gnu.org>
1072
0b95284b
DL
1073 * menu-bar.el: Modify some menu item help strings.
1074 (menu-bar-help-menu): Add link to MORE.STUFF.
1075
e9f63196
DL
1076 * cus-edit.el (custom-mode): Add `special' mode-class property.
1077
1078 * wid-browse.el (widget-browse-mode): Likewise.
1079
1080 * wid-edit.el (widget-specify-field): Revert to using local-map
1081 property, not keymap.
1082
e276a14a
MB
10832000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1084
c1545d88
MB
1085 * wid-edit.el (widget-field-end): When checking for a `boundary'
1086 field, do so in the correct buffer.
1087
3c1b77ca
MB
1088 * simple.el (undo): Correctly distinguish between numeric and
1089 non-numeric prefix args in non-transient-mark-mode, as per the doc
1090 string. When in transient-mark-mode, treat all prefix-args as
1091 numeric.
1092
f5ab1cdd
SM
1093 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1094 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1095
1096 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1097 (comint-mode-map): Reverse order of `comint-write-output' and
1098 `comint-append-output-to-file'.
1099 (comint-append-output-to-file): Reinstate this function, for the
1100 benefit of the menu.
1101
d97151cb
SM
11022000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1103
1104 * vc.el (vc-version-other-window): Bind `file'.
1105
ea7d6f5b
GM
11062000-10-25 Gerd Moellmann <gerd@gnu.org>
1107
f5ab1cdd 1108 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1109
1110 * emacs-lisp/authors.el (batch-update-authors): New function.
1111 (authors-fixed-entries): New defconst.
1112 (authors-add-fixed-entries): New function.
1113 (authors): Call it.: Don't process lispref/.
1114
17c25cea
JR
11152000-10-25 Jason Rumney <jasonr@gnu.org>
1116
1117 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1118 Merge x w32 and mac definitions.
1119
4ecda532
GM
11202000-10-25 Gerd Moellmann <gerd@gnu.org>
1121
1122 * menu-bar.el (menu-bar-options-menu): Add a help string for
1123 `uniquify'.
1124
b6735035
GM
11252000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1126
f5ab1cdd
SM
1127 * time-stamp.el (time-stamp-string-preprocess):
1128 Fix a wrong type argument error.
b6735035 1129
f4cbc7a0
MB
11302000-10-25 Miles Bader <miles@gnu.org>
1131
1132 * recentf.el (recentf-mode): Variable removed.
1133 (recentf-mode): Use `define-minor-mode'.
1134
1135 * mwheel.el (mouse-wheel-mode): New global minor mode.
1136 (mwheel-install): Use `mouse-wheel-mode'.
1137
f4b020f6
DL
11382000-10-25 Dave Love <fx@gnu.org>
1139
f5ab1cdd
SM
1140 * progmodes/cperl-mode.el (cperl-mode):
1141 Set normal-auto-fill-function correctly.
072cb6f9 1142
f4b020f6
DL
1143 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1144 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1145 bindings.
f4b020f6 1146
ebe2a441
MB
11472000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1148
ff4dcd4b
MB
1149 * wid-edit.el (widget-field-at): New function.
1150 (widget-at, widget-field-activate): Use it.
1151 (widget-tabable-at): Use `widget-at'.
1152 (widget-specify-field): If the terminating character of the widget
1153 field (which is read-only) is a newline, put it into a special
1154 `boundary' field so that C-n/C-p act more naturally.
1155 (widget-field-end): Also don't subtract one if a special
1156 `boundary' field has been added after the widget field.
1157
ebe2a441
MB
1158 * comint.el (comint-output-filter, comint-send-input): Don't
1159 bother adding stickiness fields to overlays to fool the field
1160 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1161
ebe2a441
MB
1162 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1163 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1164 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1165
fe50b6ab
GM
11662000-10-24 Gerd Moellmann <gerd@gnu.org>
1167
53df4dda
GM
1168 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1169 (authors): Set file coding system to iso-2022-7bit. Add
1170 file-local variables to output buffer.
1171
4836835a 1172 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1173 WARN is nil.
1174
53df4dda
GM
11752000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1176
1177 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1178
1179 * delim-col.el: Now there is a column formatting mechanism.
1180 Modified to customization mechanisms convention. Doc fix.
1181 (columns): New group for delim-col.
1182 (delimit-columns-before, delimit-columns-after)
1183 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1184 (delimit-columns-end): New vars.
1185 (delimit-columns-customize, delimit-columns-format): New funs.
1186 (delimit-columns-region, delimit-columns-rectangle)
1187 (delimit-columns-rectangle-line): Modified to support column
1188 formatting.
4836835a 1189
a9839779
DL
11902000-10-24 Dave Love <fx@gnu.org>
1191
1192 * log-edit.el (log-edit): Add :version and a :group for vc.
1193
df0267b8
GM
11942000-10-24 Gerd Moellmann <gerd@gnu.org>
1195
9acc3873
GM
1196 * files.el (after-find-file): Don't print a message ``New file''
1197 if WARN is nil.
1198
63e1b552
GM
1199 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1200 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1201 get duplicate tool-bar entries because we'll see the global ones
1202 on more than one path through keymaps.
1203
1946f901
GM
1204 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1205
df0267b8
GM
1206 * progmodes/cmacexp.el: Change Francesco's email address.
1207
ae3b264b
KH
12082000-10-24 Kenichi Handa <handa@etl.go.jp>
1209
1210 * window.el (fit-window-to-buffer): Adjust point of the window
1211 buffer, not that of the current buffer.
1212
23afac01
EZ
12132000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1214
1215 * progmodes/cmacexp.el: Update the euthor's email address.
1216
22d1a4ed
MB
12172000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1218
1219 * faces.el (face-spec-set-match-display): Add `graphic' display
1220 type (the inverse of `tty'). Use `display-graphic-p' instead of
1221 the window-system variable.
1222
f408aa48
KH
12232000-10-24 Kenichi Handa <handa@etl.go.jp>
1224
1225 * international/isearch-x.el (isearch-with-input-method): Call
1226 input-method-function with the first event in
1227 unread-command-events.
1228
94fe8a31
MB
12292000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1230
1231 * faces.el (face-default-spec, face-user-default-spec): Make
1232 defsubsts.
1233
8f47302e
AC
12342000-10-24 Andrew Choi <akochoi@i-cable.com>
1235
1236 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1237 New charsets.
1238
1239 * term/mac-win.el: Remove definitions of mac-roman-lower and
1240 mac-roman-upper, require dired, and define instead of set
1241 mac-ready-for-drag-n-drop to avoid compilation error.
1242
446c097e
AI
12432000-10-23 Andrew Innes <andrewi@gnu.org>
1244
1245 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1246 superfluous calls to subst-char-in-string; instead apply
1247 expand-file-name after convert-standard-filename to ensure
1248 expected directory separators are used.
1249
379b70e7
EZ
12502000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1251
1252 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1253
85c766e9
DL
12542000-10-23 Dave Love <fx@gnu.org>
1255
b7e03a67
DL
1256 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1257 (tool-bar-add-item): Set foreground and background for XBM icons.
1258
1259 * international/latin1-disp.el (latin1-char-displayable-p): New
1260 function (from Handa).
1261 (latin1-display-check-font): Use it.
1262
0dcf8835
DL
1263 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1264 using :key-sequence, making it much more usable. Use nconc, not
1265 append.
1266 (imenu--create-keymap-1): Avoid append.
1267
85c766e9 1268 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1269
cb3069bb
MB
12702000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1271
1272 [the following changes fix a bug where `define-minor-mode' didn't
1273 correctly generate :require clauses for defcustoms in compiled files]
1274 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1275 (byte-compile-log-file, byte-compile-log-1): Don't set
1276 `byte-compile-current-file' to nil. Instead set
1277 `byte-compile-last-logged-file' to it. Test whether
1278 byte-compile-current-file equals byte-compile-last-logged-file
1279 instead of whether its nil.
3b6542ba 1280 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1281
6db6243b
SM
12822000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1283
1284 * textmodes/refill.el: Fix var names in doc.
1285 (refill-mode): Don't bother with make-local-hook anymore.
1286
98490598
MB
12872000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1288
e01cd227
MB
1289 * faces.el (face-user-default-spec, face-default-spec): New functions.
1290 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1291 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1292 Use `face-user-default-spec'. Simplify code slightly.
1293
4836835a 1294 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1295 (woman-unknown-face): Add dark-background variants.
1296 (woman-default-faces): Renamed from `woman-colour-faces'.
1297 Set using the stored defaults, rather than using hard-wired colors.
1298 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1299 Just make the foreground `unspecified' rather than "black".
1300 (woman-menu): Rename menu entries accordingly.
1301
98490598
MB
1302 * faces.el (header-line): Make more reasonable on mono/grayscale
1303 displays.
1304
1a578e9b
AC
13052000-10-23 Andrew Choi <akochoi@i-cable.com>
1306
1307 * cus-edit.el (custom-button-face): Use 3D look for mac.
1308 (custom-button-pressed-face): Likewise.
1309
1310 * faces.el (set-face-attributes-from-resources): Handle mac frames
1311 in the same way as x and w32 frames.
1312 (face-valid-attribute-values): Likewise.
1313 (read-face-attribute): Likewise.
1314 (defined-colors): Likewise.
1315 (color-defined-p): Likewise.
1316 (color-values): Likewise.
1317 (display-grayscale-p): Likewise.
1318 (face-set-after-frame-default): Likewise.
1319 (mode-line): Same default face as for x and w32.
1320 (tool-bar): Likewise.
1321
1322 * frame.el: Remove call to frame-notice-user-settings at end of
1323 the file.
1324
1325 * info.el (Info-fontify-node): make underlines invisible for mac
1326 as for x, pc, and w32 frame types.
1327
1328 * term/mac-win.el: New file.
1329
aaaf7be7
DL
13302000-10-22 Dave Love <fx@gnu.org>
1331
1332 * textmodes/refill.el: New file.
1333
5392d654
AS
13342000-10-22 Andre Spiegel <spiegel@gnu.org>
1335
4836835a 1336 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1337 MANUAL and REGEXP.
4836835a 1338 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1339 New functions.
1340 (vc-before-save): Use the latter.
1341 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1342 confusion.
1343
4836835a 1344 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1345 expected by vc[-hooks].el.
1346
1347 * vc.el (vc-checkout): Added `-p' suffix in call to
1348 vc-make-version-backups-p; use vc-make-version-backup to actually
1349 make the backup.
1350 (vc-version-other-window, vc-version-backup-file): Handle both
1351 automatic and manual backups.
1352 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1353 of all of them.
1354
1e221c16
MB
13552000-10-22 Miles Bader <miles@gnu.org>
1356
7ff4fda5
MB
1357 * comint.el (comint-highlight-input, comint-highlight-prompt):
1358 Renamed, `-face' at end removed.
1359 (comint-send-input, comint-output-filter): Use renamed faces.
1360
3511cde8
MB
1361 * window.el (fit-window-to-buffer): Change defaulting of
1362 MAX-HEIGHT slightly.
1363
1e221c16
MB
1364 * faces.el (color-values, color-defined-p): Use `member', not
1365 `memq', because it works correctly for strings.
1366 (frame-set-background-mode): Actually, "unspecified-fg" and
1367 "unspecified-bg" *are* strings. Use `member', not `memq', and
1368 `equal', not `eq', when a string value is possible.
1369
b6ef4898
EZ
13702000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1371
1372 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1373
34939e2c
SM
13742000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1375
1376 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1377 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1378 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1379 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1380 (sh-font-lock-syntactic-keywords): Use them.
1381 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1382 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1383 (sh-mode): Don't override font-lock-unfontify-region-function.
1384 Use a copy of sh-font-lock-syntactic-keywords.
1385 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1386 Don't call sh-scan-buffer since font-lock does it on the fly.
1387 (sh-get-indent-info): Use `face' rather than `syntax-table'
1388 text-property to detect here-documents.
1389 Replace sh-special-syntax with sh-st-punc.
1390 (sh-prev-line): Use `face' rather than `syntax-table'
1391 text-property to skip over here-documents.
1392 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1393 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1394 (sh-electric-less, sh-set-here-doc-region)
4836835a 1395 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1396 (sh-scan-buffer, sh-rescan-buffer): Remove.
1397
f3d3c491
AI
13982000-10-21 Andrew Innes <andrewi@gnu.org>
1399
1400 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1401 remote (ange-ftp) file names.
1402
b86c791c
MB
14032000-10-21 Miles Bader <miles@gnu.org>
1404
d9c30bdf
MB
1405 * window.el (fit-window-to-buffer): New function.
1406 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1407 (window-text-height): Don't expect minibuffers to have mode-lines.
1408
d9c30bdf 1409 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1410 * international/quail.el (quail-update-guidance): Use
1411 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1412
617fee5a
MB
1413 * international/quail.el (quail-show-guidance-buf): Make sure
1414 guidance window really has enough room.
1415 (quail-update-guidance): If quail-guidance-win is already shown,
1416 make sure its height is OK.
1417
b86c791c
MB
1418 * window.el (window-text-height, set-window-text-height):
1419 New functions.
1420 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1421 instead of `window-height' & `mode-line-window-height-fudge'.
1422 (mode-line-window-height-fudge): Add FACE parameter.
1423 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1424 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1425
e34850d1
MB
14262000-10-20 Miles Bader <miles@gnu.org>
1427
1428 * window.el (height-affecting-face-attributes): Use `defconst'.
1429
1430 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1431 New function, conditionally aliased to `mode-line-window-height-fudge'.
1432 (ispell-help): Use it.
1433 (ispell-choices-win-default-height): Don't include mode-line fudge.
1434 (ispell-choices-win-default-height): New function.
1435 (ispell-show-choices, ispell-command-loop): Use function
1436 `ispell-choices-win-default-height' instead of variable.
1437
a8b883c2
MB
14382000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1439
8c6e4a58
MB
1440 * window.el (mode-line-window-height-fudge): New variable.
1441 (height-affecting-face-attributes): New variable.
1442 (mode-line-window-height-fudge): New function.
1443 (shrink-window-if-larger-than-buffer): Use it.
1444 * help.el (resize-temp-buffer-window): Likewise.
1445
a8b883c2
MB
1446 * info.el (Info-fontify-node): Add support for @subsubsection
1447 titles, which use `Info-title-4-face'.
1448 (Info-title-4-face): New face.
1449 (Info-title-3-face): Inherit from Info-title-4-face instead of
1450 variable-pitch.
1451
e64c3a75
JR
14522000-10-19 Jason Rumney <jasonr@gnu.org>
1453
1454 * dired.el (dired-insert-directory): Do not let errors signalled by
1455 attempt to run dired-free-space-program prevent dired from working.
1456
c70fe852
SM
14572000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1458
1459 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1460
877cf6b4
GM
14612000-10-19 Gerd Moellmann <gerd@gnu.org>
1462
5de037e0
GM
1463 * dirtrack.el (dirtrack): Fix call to run-hooks.
1464
6deb9af9
GM
1465 * cmuscheme.el (cmuscheme-program-name): Renamed from
1466 scheme-program-name because xscheme.el contains a defcustom with
1467 the same name. As a consequence, customizing group `cmuscheme'
1468 loaded `xscheme' which redefined run-scheme.
1469 (run-scheme): Use cmuscheme-program-name.
1470
877cf6b4
GM
1471 * ps-print.el (ps-print-emacs-type): Move into the
1472 eval-and-compile.
1473
e597d8fb 1474 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1475 anonymous address, and add a website for Befrienders International.
4836835a 1476
3e9cb08f
GM
14772000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1478
c70fe852
SM
1479 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1480 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1481 (ps-print-version): New version number (6.2).
1482 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1483 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1484 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1485 (ps-x-extent-priority, ps-x-extent-start-position)
1486 (ps-x-face-font-instance, ps-x-find-coding-system)
1487 (ps-x-font-instance-properties, ps-x-make-color-instance)
1488 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1489 avoid compilation gripes without defining functions.
1490 (ps-e-find-composition): Alias for function find-composition, to have a
1491 suitable function depending on Emacs version.
1492 (ps-color-device, ps-color-values, ps-face-foreground-name)
1493 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1494 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1495 (ps-print-ensure-fontified): Function definitions surrounded by
1496 `eval-and-compile' to avoid compilation gripes.
1497 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1498 by symbol-value to avoid compilation gripes.
1499 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1500 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1501
d8abcd91
MB
15022000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1503
13ab33c4
MB
1504 * startup.el (normal-top-level): Call `frame-set-background-mode'
1505 after `frame-notice-user-settings' because the latter doesn't call
1506 the former on a tty.
1507
d8abcd91
MB
1508 * faces.el (frame-set-background-mode): `unspecified' &c are
1509 symbols, not strings.
1510
e8bce0a9
EZ
15112000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1512
c70fe852
SM
1513 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1514 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1515
c70fe852
SM
1516 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1517 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1518
773272d8
KH
15192000-10-19 Kenichi Handa <handa@etl.go.jp>
1520
c70fe852 1521 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1522 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1523 for ISO10646-1 fonts.
1524 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1525
772139c0
EZ
15262000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1527
1528 * faces.el (frame-set-background-mode): If a tty frame defines a
1529 background color, use that to compute the background mode, instead
1530 of always defaulting to "dark".
1531
d134a19f
MB
15322000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1533
8bb84cb2
MB
1534 * comint.el (comint-write-output): New function.
1535 (comint-mode-map): Add it to the menu.
e40a778f 1536 Bind `C-c C-s' to comint-write-output.
d134a19f 1537
dada41e1
GM
15382000-10-18 Gerd Moellmann <gerd@gnu.org>
1539
1540 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1541 Use fancy-splash-delay.
1542
9b5360aa
GM
15432000-10-18 Alex Schroeder <alex@gnu.org>
1544
1545 * progmodes/sql.el (sql-sybase-options): New option.
1546 (sql-sybase): Use it. Add sql-database to the list of parameters
1547 provided for login. The options -w 2048 -n are not used any more.
1548
9035a35a
GM
1549 * comint.el (comint-read-input-ring): Bugfix such that the first
1550 and the last entry of the input ring file are not lost.
1551
3556c6dd
GM
15522000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1553
1554 * ps-print.el: Internal variable changes to defcustom,
1555 make-local-hook changes to defvar. Doc fix.
1556 (ps-print-version): New version number (6.1).
1557 (ps-setup, ps-do-despool): Code fix.
1558 (ps-printer-name): Customization fix.
1559 (ps-printer-name-option): Now is a defcustom instead of an
1560 internal variable.
1561 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1562 (ps-print-begin-column-hook): Now are defvar instead of
1563 make-local-hook.
4836835a 1564
4e217e50
MB
15652000-10-18 Miles Bader <miles@gnu.org>
1566
1567 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1568 (comint-kill-output): Changed into an alias for `comint-delete-output',
1569 and made obsolete.
1570 (comint-mode-map): Rename references to comint-kill-output.
1571
34460354
EZ
15722000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1573
1574 * diff-mode.el (diff-header-face, diff-file-header-face)
1575 (diff-changed-face): Add bold and italic attributes to tty faces.
1576 (diff-function-face): New face.
1577 (diff-font-lock-keywords): Use it.
1578
17ea3cdb
MB
15792000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1580
1581 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1582 Remove commented-out call to force-mode-line-update.
1583 (comint-kill-output): Use `forward-line 0' instead of
1584 beginning-of-line to make sure we get past the prompt.
1585
9244f2c7
SM
15862000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1587
1588 * diff-mode.el (diff-header-face, diff-file-header-face):
1589 Add specific setting for dark background.
1590 (diff-context-face): Renamed from diff-comment-face.
1591 Set explicitly rather than inheriting from font-lock-comment-face.
1592
1592c1ef
EZ
15932000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1594
1595 * startup.el (command-line): Move the code which sets the default
1596 TTY colors to before before-init-hook.
1597
f86292a9
GM
15982000-10-17 Gerd Moellmann <gerd@gnu.org>
1599
1600 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1601
f7f2e883
EZ
16022000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1603
e854cc22
EZ
1604 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1605 extensions, for MS-DOS.
1606
f7f2e883
EZ
1607 * diff-mode.el (diff-header-face, diff-file-header-face)
1608 (diff-changed-face): Define tty-specific colors.
1609
c7b4f0f9
GM
16102000-10-17 Gerd Moellmann <gerd@gnu.org>
1611
1612 * startup.el (fancy-splash-text): Realign the text.
1613
12a72271
EZ
16142000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1615
1616 * font-lock.el (font-lock-comment-face): Define a separate default
1617 for dark-background tty's.
1618
61dfccfd
MB
16192000-10-17 Miles Bader <miles@gnu.org>
1620
1621 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1622 being obscured by whizzy mode-lines on graphics displays.
1623
333cd59e
EZ
16242000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1625
1626 * info.el (Info-title-1-face, Info-title-2-face)
1627 (Info-title-3-face): Define colors for tty's.
dada41e1 1628 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1629
dbf1fcc1
EZ
16302000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1631
1632 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1633 reverse from the frame parameters, and don't invert foreground and
1634 background colors.
1635
ac629823
MB
16362000-10-16 Miles Bader <miles@gnu.org>
1637
1638 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1639 string "*Info*". Call propertized-buffer-identification to spruce
1640 up the result.
1641
76eebffc
GM
16422000-10-16 Gerd Moellmann <gerd@gnu.org>
1643
3a6b59d9
GM
1644 * help.el: Provide `help' for the sake of define-minor-mode
1645 which generates defcustoms with requires.
1646
6569c3d3
GM
1647 * jit-lock.el (jit-lock-after-change): If we're in text that
1648 matches a multi-line font-lock pattern, make sure the whole text
1649 will be redisplayed.
1650
c2e0a611
GM
1651 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1652 author's name is unknown.
1653
76eebffc
GM
1654 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1655 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1656 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1657 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1658 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1659 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1660 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1661 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1662 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1663 Add author information.
1664
cf1e7b12
MB
16652000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1666
1667 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1668 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1669 full-color version (using the Gimp) to eliminate dithering artifacts.
1670
5586f3eb
SM
16712000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1672
1673 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1674
1675 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1676
ad64a888
DL
16772000-10-15 Dave Love <fx@gnu.org>
1678
1679 * progmodes/sh-script.el: Require skeleton and comint when
1680 compiling.
1681
1682 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1683
1684 * whitespace.el: Doc fixes.
1685 (top-level): Don't add hooks here.
1686 (whitespace-running-emacs): Deleted.
1687 (timer): Don't require.
1688 (whitespace): Add back :version conditional on xemacs test.
1689 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1690 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1691 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1692 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1693 Avoid specific xemacs test.
1694 (whitespace-global-mode): New option.
1695 (whitespace-global-mode): New command.
1696 (whitespace-unload-hook): New function.
1697
1698 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1699 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1700 (Info-fontify-node): `Goto' goes to `Go to'.
1701 (Info-fontify-node): Add help-echo to xref links.
1702
1ef49fc6
EZ
17032000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1704
1705 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1706
8b7707e1
SM
17072000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1708
b3b7f42f
SM
1709 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1710 Use plist-get and allow :inherit.
1711
1712 * emacs-lisp/cl-macs.el (cl-do-arglist):
1713 Use plist-get and plist-member instead of memq.
1714
3c7fafc7
SM
1715 * emacs-lisp/ewoc.el (ewoc-location): New function.
1716 (ewoc-enter-after, ewoc-enter-before): Document return value.
1717 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1718 Don't need make-local-hook any more.
1719 (cvs-addto-collection): Return the new tin.
1720 (cvs-mode-insert): Jump to the new line.
1721
8b7707e1
SM
1722 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1723
1724 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1725
1726 * font-lock.el (font-lock-syntactically-fontified): New var.
1727 (font-lock-fontify-syntactic-keywords-region): Use it.
1728 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1729
1730 * diff-mode.el (diff-find-file-name): Fix regexp.
1731
1732 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1733 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1734
1735 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1736 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1737 (sh-mode): Don't make all vars local here.
1738 (sh-kw): Reformat.
1739 (sh-set-shell): Use dolist. Don't set indent-region-function.
1740 (sh-mode-syntax-table): Use pop.
1741 (sh-remember-variable): Use push.
1742 (sh-help-string-for-variable): Use memq.
1743 (sh-safe-backward-sexp): Remove.
1744 (sh-safe-forward-sexp): Add ARG.
1745 (sh-get-indent-info, sh-prev-stmt): Use it.
1746 (sh-prev-line): Simplify by using forward-comment.
1747 (sh-this-is-a-continuation): Simplify.
1748 (sh-learn-buffer-indent): Use dolist.
1749 (sh-do-nothing): Remove.
1750 (sh-set-char-syntax, sh-set-here-doc-region):
1751 Use inhibit-modification-hooks.
1752 (sh-name-style): Use mapcar and push.
1753 (sh-load-style): Use dolist.
1754 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1755 (sh-case, sh-while-getopts): Use propertize directly rather
1756 than sh-electric-rparen.
1757
17582000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1759
1760 * textmodes/tex-mode.el: Require CL when compiling.
1761 (tex-mode-syntax-table): Init immediately.
1762 (tex-mode-map): Bind M-RET to latex-insert-item.
1763 (latex-mode): Set indent-line-function to latex-indent.
1764 (tex-common-initialization): Don't setup the syntax-table any more.
1765 (latex-insert-item): New skeleton.
1766 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1767 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1768 (latex-indent, latex-find-indent): New functions.
4836835a 1769 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1770 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1771 (tex-compilation-parse-errors): Use with-syntax-table.
1772
86b7fcbb
MB
17732000-10-15 Miles Bader <miles@gnu.org>
1774
1775 * font-lock.el (font-lock-comment-face): Change dark-background,
1776 color, non-tty, default to `chocolate1'.
1777
57a24508
JW
17782000-10-13 John Wiegley <johnw@gnu.org>
1779
1780 * eshell/esh-util.el (require): Added a missing `require' form,
1781 needed when compiling (for an ange-ftp macro definition).
1782
40ad3db4
DL
17832000-10-13 Dave Love <fx@gnu.org>
1784
1785 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1786
db460189
GM
17872000-10-13 Gerd Moellmann <gerd@gnu.org>
1788
b41c9501
GM
1789 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1790 fix.
1791
4836835a 1792 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1793 transparent -colors 8).
1794
3b5e21df
GM
17952000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1796
1797 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1798 that breaks with old list format timestamps.
1799 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1800 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1801 strings.
1802
16908a3f
JW
18032000-10-13 John Wiegley <johnw@gnu.org>
1804
d7103dda
JW
1805 * align.el, pcomplete.el, calendar/timeclock.el,
1806 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1807
dace60cf 1808 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1809 faulty math, where holiday hours were being computing as seconds.
1810
b6b70cda
JW
18112000-10-13 John Wiegley <johnw@gnu.org>
1812
1813 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1814 specifying what "other" kinds of buffers should be saved. This
1815 used to be hard-coded.
1816 (desktop-buffer-misc-functions): A global for specifying how
1817 auxiliary data should be determined for special buffer types.
1818 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1819 instead of hard-coding the special buffer types.
1820 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1821 auxiliary data, instead of hard-coding for Info buffers and dired.
1822 (desktop-buffer-info-misc-data): Aux function for determining Info
1823 buffer auxiliary info.
1824 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1825 (desktop-buffer-info): Changed this function to use the info
1826 gathered above.
1827 (desktop-create-buffer): Be a little more careful about what
1828 `minor-mode' means before calling it. This is important for some
1829 buffer types.
1830
8c6b1d83
JW
18312000-10-13 John Wiegley <johnw@gnu.org>
1832
1833 * eshell/esh-util.el: Added a global form which declares an
1834 autoload for `parse-time-string', if that function is not already
1835 defined, and if parse-time.el is available on the user's system.
1836
1837 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1838 to be aware of ange-ftp user info.
1839 (eshell-do-ls): Bind `ange-cache'. Also, use
1840 `eshell-file-attributes'.
1841 (eshell-ls-annotate): Use `eshell-file-attributes'.
1842 (eshell-ls-file): Made the user-id printing code a bit smarter.
1843
1844 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1845 allow identification of alias user ids in remote directories.
1846 It's manual, but there's no other way to know when the current
1847 user on the local machine, is also the owning user on the remote
1848 machine.
1849 (fboundp): Bind `ange-cache'.
1850 (eshell-directory-files-and-attributes): Re-organized the logic a
1851 bit to use `eshell-file-attributes' instead of `file-attributes'.
1852 The former is more sensitive to directories that are read via FTP,
1853 and knows how to use ange-ftp to determine full attribute
1854 information, instead of just the name and last modtime.
1855 (eshell-current-ange-uids): Return the current user id when in a
1856 remote directory.
1857 (eshell-parse-ange-ls): Parse a full directory listing that has
1858 been returned by ange-ftp.
1859 (eshell-file-attributes): This beefed up version of
1860 `file-attributes' is only special if the user is currently in a
1861 remote directory, in which case it does a lot of work to find out
1862 what the real attributes of a file are, as they appear on the
1863 remote machine. This makes usage of remote directories (i.e.,
1864 ange-ftp pathnames) much more useful. You can now use Eshell as a
1865 full-fledged FTP client, with much more manipulation ability than
1866 most other clients.
1867
1868 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1869 variable, which means that Eshell's du should always be preferred
1870 in remote directories.
1871 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1872 just `file-attributes'.
1873 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1874 when reading remote directories. This is an Eshell-specific
1875 variable (not part of ange-ftp).
1876 (eshell/ln): Bind `ange-cache'.
1877 (eshell/du): Added some extra logic for determining when to use
1878 Eshell's du (which is slow), and when to use the external version
1879 (which may or may not exist).
1880
1881 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1882 `eshell-interactive-process', rather than using
1883 `get-buffer-process', since backgrounded processes don't count in
1884 the context of this function's logic.
1885
1886 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1887 `forward-char', so that null strings are parsed correctly.
1888
87730e84 18892000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1890
1891 * eshell/em-pred.el (eshell-pred-file-type,
1892 eshell-pred-file-links, eshell-pred-file-size): Use
1893 `eshell-file-attributes'. This is more correct over ange-ftp.
1894
1895 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1896 that remote file globbing is more efficient.
1897
1898 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1899 gathering the files and attributes within a directory.
1900
1901 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1902 the command line is a special file (not a regular file, directory
1903 or symlink), always attempt to call the external version of cat.
1904
87730e84 19052000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1906
1907 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1908 Eshell-friendly version of find-tag.
1909
1c7e37a9
MB
19102000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1911
4836835a 1912 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1913 (image-file-name-regexps): Add autoload cookies.
1914
11a7f341
KH
19152000-10-13 Kenichi Handa <handa@etl.go.jp>
1916
1917 * international/mule-cmds.el (select-safe-coding-system): If FROM
1918 is string, show it in *Warning* buffer.
1919
8ddddcb0
EZ
19202000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1921
1922 * startup.el (normal-top-level): Use display-popup-menus-p instead
1923 of window-system.
1924 (command-line): Use display-graphic-p instead of window-system.
1925 (command-line-1): Use display-popup-menus-p and display-mouse-p
1926 instead of window-system.
1927
72200f89
SS
19282000-10-12 Sam Steingold <sds@gnu.org>
1929
1930 * tooltip.el (tooltip-use-echo-area): New user variable.
1931 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1932
8661c643
DL
19332000-10-12 Dave Love <fx@gnu.org>
1934
d0b40dc1
DL
1935 * recentf.el: Maintainer's checkdoc fixes.
1936
a622451f
DL
1937 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1938 character class, not ASCII when matching file names.
1939 (fancy-splash-head): Add trailing slash to URL.
1940 (command-line): Don't require XPM support for toolbar.
1941
8661c643
DL
1942 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1943 (cperl-invalid-face): Revert last change.
1944 (cperl-init-faces): Quote cperl-invalid-face.
1945
ef2ed8ab
KH
19462000-10-12 Kenichi Handa <handa@etl.go.jp>
1947
1948 * startup.el (fancy-splash-text): Remove superfluous quote.
1949
b0da379e
GM
19502000-10-12 Gerd Moellmann <gerd@gnu.org>
1951
dbeb499b
GM
1952 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1953 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1954 (command-line-1): Don't use fancy-splash-pending-command.
1955 (fancy-splash-screens-1): Goto point-min after inserting text.
1956
d861718a
GM
1957 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1958
b0da379e
GM
1959 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1960 instead of shared-lisp-mode-map.
1961
4fb2ad98
MB
19622000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1963
1cb4393e
MB
1964 * faces.el (header-line): Change tty-variant to use underlining.
1965
4fb2ad98
MB
1966 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1967 (isearch-highlight): Restore lazy-isearch face properties at old
1968 position, and suppress them at new position.
1969 (isearch-dehighlight): Restore lazy-isearch face properties.
1970 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1971 over the real isearch overlay, but in that case, don't give it a
1972 face property. Use `push'.
1973
eb991b25
KH
19742000-10-12 Kenichi Handa <handa@etl.go.jp>
1975
1976 * man.el (Man-getpage-in-background): Fix previous change.
1977 Decode the process output only when we are in multibyte mode.
1978
a818c1c0
DL
19792000-10-11 Dave Love <fx@gnu.org>
1980
c990f53a
DL
1981 * info.el (Info-mode-menu): Fix some help.
1982 (info-tool-bar-map): Add entry for Info-last.
1983
a818c1c0
DL
1984 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1985 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1986 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1987 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1988 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1989 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1990 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1991 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1992 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1993 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1994 Reduce colour requirements to 25 overall. (Probably wants
1995 revisiting from the originals to reduce further.)
1996
c1b096cb
EZ
19972000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1998
1999 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2000 buffer-file-coding-system, instead of raw-text.
2001 (dehexlify-buffer): Bind coding-system-for-read to
2002 buffer-file-coding-system, instead of raw-text.
2003
5c8b7eaf
SS
20042000-10-11 Sam Steingold <sds@gnu.org>
2005
2006 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2007 `underline' - fixes the bug introduced on 2000-09-21.
2008
2cfbdb7a
DL
20092000-10-11 Dave Love <fx@gnu.org>
2010
2011 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2012 compiler warnings.
2013 (scheme-mode): Doc fix.
2014 (scheme-font-lock-keywords-1): Match `define-syntax'.
2015
20162000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2017
2018 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2019 face specs as well as default ones. Only do anything if the
2020 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2021 (region): Make dark-background `region' face less in-your-face.
4b33f290 2022
690ec649
SS
20232000-10-10 Sam Steingold <sds@gnu.org>
2024
2025 * chistory.el, ielm.el, ledit.el:
2026 * progmodes/inf-lisp.el, progmodes/scheme.el:
2027 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2028
3b95d6bb
SM
20292000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2030
2031 * textmodes/texinfo.el: Update copyright and fix typo.
2032
2033 * desktop.el (desktop-modes-not-to-save): New var.
2034 (desktop-save-buffer-p): Use it.
2035 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2036 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2037
d646c828
DL
20382000-10-10 Dave Love <fx@gnu.org>
2039
2040 * toolbar/tool-bar.el (tool-bar-add-item)
2041 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2042 display.
2043
d646c828
DL
2044 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2045 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2046 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2047 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2048 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2049 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2050 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2051 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2052 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2053 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2054 the .xpms; probably need retouching.
2055
862a7e28
MB
20562000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2057
2058 * subr.el (add-to-list): Add optional argument APPEND.
2059 * battery.el (display-battery): Use `add-to-list'.
2060
46e33aee
TTN
20612000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2062
930baf47
TTN
2063 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2064 these vars as symbol properties.
2cfbdb7a
DL
2065 (zone, zone-when-idle, zone-leave-me-alone)
2066 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2067
5a430f9c
TTN
2068 * battery.el (display-battery): Doc spelling fix.
2069
46e33aee
TTN
2070 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2071 property.
2072
adf7d3a8
DL
20732000-10-09 Dave Love <fx@gnu.org>
2074
2075 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2076 has been initialized before calling tool-bar-setup.
c2156508 2077 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2078
06a8c9f8
EZ
20792000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2080
e4ca8f8c
EZ
2081 * menu-bar.el (send-mail-item-name): New function.
2082 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2083 of mail-user-agent in the menu. Don't display the "Send Mail"
2084 item if mail-user-agent is nil or its value is ignore.
2085 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2086 if read-mail-command is nil or its value is ignore.
2087
06a8c9f8
EZ
2088 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2089
7dbc9c8a
MB
20902000-10-09 Miles Bader <miles@gnu.org>
2091
29e0814b
MB
2092 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2093 Correct image size.
2094 * toolbar/left_arrow.xpm: Correct image size.
2095
7dbc9c8a
MB
2096 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2097 will be done by the definition of `auto-compression-mode' if
2098 necessary. Move code to uninstall existing file-name handler
2099 before definition of `auto-compression-mode'.
2100
2101 * image-file.el (auto-image-file-mode): Move to the end of the
2102 file, because `define-minor-mode' actually calls the mode-function
2103 if the associated variable is non-nil, which requires that all
2104 needed functions be already defined.
2105
65b61266
MB
2106 * mouse.el (popup-menu): Balance parens.
2107
d6b8c85b
SM
21082000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2109
2110 * mouse.el (popup-menu): Move the command call outside the loop
2111 so that popup-menu returns whatever the command returns.
2112
2113 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2114 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2115 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2116 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2117
2118 * vc.el (vc-version-diff): diff-switches can be a list.
2119 Use relative filenames for prettier output.
2120
46e33aee 2121 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2122 (vc-post-command-functions): Remove old-VC compatibility code.
2123
2124 * newcomment.el (comment-indent-default): Autoload.
2125
2126 * font-lock.el (font-lock-defaults): Make buffer-local.
2127 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2128 (font-lock-choose-keywords):
2129 Ignore LEVEL unless KEYWORDS is a list of syms.
2130 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2131 Don't wrap regexp-opt things in \(...\) unnecessarily.
2132
2133 * jit-lock.el: Don't require font-lock any more.
2134 (jit-lock-functions): Make buffer-local.
2135 (jit-lock-saved-fontify-buffer-function): Remove.
2136 (jit-lock-mode): Remove autoload cookie.
2137 Remove font-lock specific code.
2138 (jit-lock-unregister): Don't bother handling complex hooks any more.
2139 (jit-lock-refontify): New function.
2140 (jit-lock-fontify-buffer): Use it.
2141 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2142 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2143 Add optional args START and END.
2144 Never call font-lock-fontify-region directly.
2145 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2146
2147 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2148
a30ed6ac
DL
21492000-10-08 Dave Love <fx@gnu.org>
2150
4e7c7ca9
DL
2151 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2152
2153 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2154
2155 * play/studly.el (studlify-region, studlify-word): Add autoload
2156 cookie.
2157
2158 * play/morse.el (morse-region, unmorse-region): Add autoload
2159 cookie.
2160
2161 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2162 concat.
2163
2164 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2165 insist on symbols starting with word syntax.
2166 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2167 (eval-defun-1): Doc fix.
2168 (indent-sexp): Use nconc to build up indent-stack.
2169
2170 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2171 Gnus with little use.
2172 (mail-setup-hook): Add mail-abbrevs-setup to options.
2173
968f7c4a
DL
2174 * recentf.el: Doc fixes.
2175
2176 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2177 Clean up remainder.
2178
2179 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2180 without timezone and (8) with timezone to enforce some whitespace.
2181 Simplify code somewhat.
2182
2183 * options.el (list-options): Doc that you should use customize.
2184
2185 * iswitchb.el (iswitchb-mode): Add :require.
2186
a30ed6ac
DL
2187 * info.el (Info-goto-node, Info-menu): Doc fix.
2188 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2189 (info-tool-bar-map): New variable.
2190 (Info-mode): Use it.
2191 (Info-edit-map): Define all in defvar.
2192 (speedbar-attached-frame): Avoid compiler warning.
2193
2194 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2195 (global-map): Bind [tool-bar] to a filtered map.
2196 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2197 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2198 Allow PBM icons.
2199 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2200
2201 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2202 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2203 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2204 icons, except up_arrow, which is left-arrow rotated.
2205
2206 * imenu.el (imenu-add-to-menubar): Fix last change.
2207
4e953aff
PB
22082000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2209
2210 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2211 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2212
739e92a7
EZ
22132000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2214
d20faceb
EZ
2215 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2216 typos in doc strings.
2217
a640322e
EZ
2218 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2219 the doc strings how to customize Font Lock faces.
2220
739e92a7
EZ
2221 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2222 computing growth when dragging the header line.
2223
8be7408c
EZ
22242000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2225
2226 * simple.el (kill-line): Doc fix.
2227
6fee86a3
MB
22282000-10-08 Miles Bader <miles@gnu.org>
2229
445a653e
MB
2230 * faces.el (secondary-selection): Make foreground visible on tty.
2231
6fee86a3
MB
2232 * jka-compr.el (auto-compression-mode): Move to the end of the
2233 file, because `define-minor-mode' actually calls the mode-function
2234 if the associated variable is non-nil, which requires that all
2235 needed functions be already defined.
2236 (with-auto-compression-mode): Add autoload cookie.
2237
a115794c
EZ
22382000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2239
2240 * files.el (find-backup-file-name) [ms-dos]: If support for long
2241 file names is not available, behave as if version-control were set
2242 to never.
2243
b12e6de3
DL
22442000-10-07 Dave Love <fx@gnu.org>
2245
2246 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2247 (browse-url-gnome-moz): New function.
2248 (browse-url-browser-function): Use it.
2249 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2250
20b1d079
SM
22512000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2252
2253 * indent.el (tab-always-indent): New var.
2254 (indent-for-tab-command): Use it.
39250ec3 2255
9ee45b2c 2256 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2257 raise an error. This way it can still default to a sane value.
9ee45b2c 2258
8c6b1d83
JW
22592000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2260
39250ec3
SM
2261 * startup.el (fancy-splash-screens): Use local rather than global map.
2262 Don't use `update-menu-bindings' any more.
2263 Get rid of assumptions about keymap representation.
2264
a23ccdf2
DL
22652000-10-06 Dave Love <fx@gnu.org>
2266
814299a7 2267 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2268 (sentence-end-without-period): Doc fix.
2269 (adaptive-fill-regexp): Purecopy.
2270 (unjustify-current-line): Use line-end-position.
2271 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2272
2273 * net/eudc-vars.el (eudc): Add :version, :link.
2274
39250ec3 2275 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2276
2277 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2278 Fix for define-minor-mode.
2279 (function-at-point): Alias to function-called-at-point.
2280
2281 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2282
2283 * simple.el (backward-word): Doc fix.
2284
a23ccdf2
DL
2285 * image-file.el (image-file-name-regexp): image-file-regexps ->
2286 image-file-name-regexps.
742c1822 2287 (image-file-name-extensions): Add pbm.
a23ccdf2 2288
39250ec3
SM
22892000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2290
2291 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2292 and add filename to the names so that diff-mode can jump to source.
2293
2294 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2295 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2296 (tex-font-lock-keywords-1): Remove.
2297 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2298 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2299 (font-lock-default-fontify-region):
2300 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2301 (font-lock-fontify-anchored-keywords):
2302 Include the anchor text as part of the multiline.
2303
8d5dfacd
GM
23042000-10-06 Gerd Moellmann <gerd@gnu.org>
2305
2306 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2307 latter needs the autoloaded define-minor-mode macro during the
2308 bootstrap.
2309
2310 * startup.el (command-line): For now, activate tool-bar-mode only
2311 if XPM images are supported.
2312
2313 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2314 window by dragging a header-line at the top of the frame; that's
4c19fbce 2315 confusing because the header-line doesn't move.
8d5dfacd
GM
2316 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2317 of treating the event as a list. Some cleanup.
2318
f69aad2b 23192000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2320
f69aad2b
MB
2321 * simple.el (display-message-or-buffer): New function.
2322 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2323
09cb7646
MB
2324 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2325 docstring parts.
2326
814299a7 2327 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2328 (smbclient-prompt-regexp): Add usage note to doc string.
2329 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2330 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2331 Use add-hook for adding the comint filter function, and only do so
2332 if it's not already in the global hook list.
2333 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2334 to `make-local-variable'.
2335 (nslookup-font-lock-keywords): Remove prompt entry.
2336 (nslookup): Don't set the process-filter.
2337 (finger): Exit the loop correctly when the regexps list runs out.
2338 (ftp, smbclient, smbclient-list-shares):
2339 Set the real major mode immediately, not after execing.
2340 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2341
2342 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2343
4c19fbce
SM
23442000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2345
2346 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2347
2348 * which-func.el (which-func-format): Remove spurious space.
2349 (which-func-mode): Don't make it permanent-local.
2350 (which-func-ff-hook): Allow which-func-maxout to be nil.
2351 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2352 (which-func-mode): Simplify.
2353 Use post-command-idle-hook rather than post-command-hook.
2354 Go through all buffers and update their state.
2355 (which-function): Also try add-log-current-defun-function.
2356
2357 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2358 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2359 Update call to with-vc-properties accordingly.
2360 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2361 (vc-revert-buffer): More careful about window selection and deletion.
2362 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2363
2364 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2365 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2366 (cvs-dired-action): Change the default to quickdir.
2367
2368 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2369 if comment-indent-function returns nil.
2370 (comment-indent-default): New function.
2371 (comment-indent-function): Use it and document the new semantics.
2372
2373 * image-file.el: Docstring fixes.
2374
2375 * help.el (help-xref-on-pp): Use match-string.
2376 (describe-variable): New arg BUFFER.
2377 Store the current buffer in the help-xref-stack.
2378 (temp-buffer-resize-mode): Use define-minor-mode.
2379
2380 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2381 consistently with its docstring.
2382 Set jit-lock-first-unfontify-pos in an idempotent way.
2383 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2384
542c6552
GM
23852000-10-05 Alex Schroeder <alex@gnu.org>
2386
2387 * sql.el (sql-mysql-options): New variable.
2388 (sql-mysql): Use it.
2389
a3489ece
MB
23902000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2391
77f6105c
MB
2392 * image.el (image): New group.
2393
814299a7 2394 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2395 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2396
3478046b
PB
23972000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2398
2399 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2400 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2401 Ignore the value of wqindow-system; always define keywords
2402
22aca186
KH
24032000-10-05 Kenichi Handa <handa@etl.go.jp>
2404
2405 * startup.el (fancy-splash-screens): Remove the code for
2406 debugging; `(trace-to-stderr "EXITTT\n")'.
2407
55d5d717
MB
24082000-10-05 Miles Bader <miles@gnu.org>
2409
2410 * diff-mode.el (diff-goto-source): Update call to
2411 `diff-hunk-status-msg' to reflect new REV variable.
2412
41fa7178
SM
24132000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2414
2415 * progmodes/icon.el (icon-mode):
2416 Don't gratuitously override the default for comment-column.
2417
2418 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2419
2420 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2421 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2422 (jit-lock-functions): New var.
2423 (jit-lock-function-1): Use it if non-nil.
2424 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2425 Set the `fontified' property before doing the fontification to avoid
2426 repeatedly going through the same error.
2427 Don't turn errors into messages.
2428 (jit-lock-register, jit-lock-unregister): New functions.
2429
2430 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2431 Use with-current-buffer.
2432
2433 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2434 Turn comment into docstring.
2435
2436 * apropos.el (apropos-mode): Use define-derived-mode.
2437
3dc78168
GM
24382000-10-04 Gerd Moellmann <gerd@gnu.org>
2439
2440 * startup.el (fancy-splash-pending-command): New variable.
2441 (fancy-splash-pre-command): New function.
2442 (fancy-splash-screens): Rewritten.
2443 (command-line-1): If fancy-splash-pending-command is set, call it
2444 interactively.
2445
dae9dc56
DL
24462000-10-04 Dave Love <fx@gnu.org>
2447
2448 * toolbar/tool-bar.el (tool-bar-setup): New function.
2449 (tool-bar-mode): Use it.
2450
2451 * subr.el (substitute-key-definition): Doc fix.
2452 (play-sound-file): New command.
2453
3388f0a5
AS
24542000-10-04 Andre Spiegel <spiegel@gnu.org>
2455
814299a7 2456 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2457 vc-version-backup-file-name): New functions.
2458
2459 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2460
2461 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2462 vc-cvs-stay-local-p.
2463
2464 * vc.el (vc-revert-buffer): Handle empty diff properly.
2465 (vc-version-backup-file): New function.
2466 (vc-checkout): Create a version backup if necessary.
2467 (vc-checkin): If a version backup file exists, delete it.
2468 (vc-version-diff): Diff locally using version backups, if available.
2469 (vc-revert-file): If there's a version backup, revert locally.
2470 (vc-transfer-file): Use version backup for base version, if
2471 available. If not, ask for confirmation whether to get it from the
2472 server. Update mode line before check-in.
2473
ebd4825d
DL
24742000-10-04 Dave Love <fx@gnu.org>
2475
2476 * toolbar/tool-bar.el (tool-bar-setup): New function.
2477 (tool-bar-mode): Use it.
2478
1b24f4b7
PB
24792000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2480
3dc78168 2481 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2482 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2483 Only set if window-system is non-nil
2484 (net-utils-run-program): Returns buffer.
2485 (network-connection-reconnect): Added this function.
2486
814299a7
MB
2487 * generic.el:
2488 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2489 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2490 Uses cl compile-time macros.
3dc78168
GM
2491 (generic-mode-name, generic-comment-list)
2492 (generic-keywords-list, generic-font-lock-expressions)
2493 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2494 Removed variables.
2495 (generic-mode-alist): Renamed to generic-mode-list.
2496 (generic-find-file-regexp): Default changed to "^#".
2497 (generic-read-type): Uses completing read on generic-mode-list.
2498 (generic-mode-sanity-check): removed this function.
2499 (generic-add-to-auto-mode): Removed this function
3dc78168 2500 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2501 into function instead of putting them in alist.
2502 (generic-mode-set-comments): Reworked extensively.
2503 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2504 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2505
814299a7 2506 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2507 Make sure directory name ends with "/".
2508
814299a7 2509 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2510 Regexp now allows leading whitespace.
2511 (rc-generic-mode): Added eval-when-compile
2512 around generic-make-keywords-list.
2513 Deleted duplicate regexp
2514 (rul-generic-mode): Added eval-when-compile
2515 around generic-make-keywords-list.
2516 (etc-fstab-generic-mode): New generic mode.
2517 (rul-generic-mode): Removed one eval-when-compile
814299a7 2518 which caused a max-specpdl-size exceeded error.
1b24f4b7 2519
a7bf5cf3
MB
25202000-10-04 Miles Bader <miles@gnu.org>
2521
2522 * simple.el (minibuffer-temporary-goal-position): New variable.
2523 (next-history-element): Try to keep the position of point in the
2524 input string constant.
2525
2526 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2527 (dired-do-create-files): If there's only one file, pass it in as
2528 the DEFAULT arg to dired-mark-read-file-name.
2529
ce1087a9
SM
25302000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2531
2532 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2533 (diff-goto-source): Be smarter when choosing REVERSE or not.
2534
2535 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2536 (texinfo-mode-menu): Add an explicit shortcut for update all.
2537
0e41e1d6
AS
25382000-10-03 Andre Spiegel <spiegel@gnu.org>
2539
814299a7 2540 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2541 factorize backend-specific code cleanly (this was essentially
2542 conceived by Stefan Monnier).
2543 (vc-unregister): Function removed.
814299a7 2544 (vc-revert-file): New function.
858f7cb4
AS
2545 (vc-revert-buffer): Delegate some of the work to it.
2546
0e41e1d6
AS
2547 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2548 default branch unconditionally.
2549 (vc-rcs-set-default-branch): New function.
2550 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2551 (vc-rcs-checkin): If an appropriate default branch has been set,
2552 force creation of that branch.
858f7cb4
AS
2553 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2554 code (as suggested by Stefan Monnier).
0e41e1d6 2555
01c86c56
GM
25562000-10-02 Gerd Moellmann <gerd@gnu.org>
2557
45c477b4
GM
2558 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2559 highlighting overlay with a different face over the overlay
2560 isearch uses to highlight the current match because that can lead
2561 to bad face combinations.
2562
01c86c56
GM
2563 * loadup.el (toplevel): Load faces before isearch.
2564
2565 * isearch.el (isearch-faces): New custom group.
2566 (isearch): New defface; was already tested for in the code.
2567 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2568 (isearch-highlight): Always use face `isearch'.
2569
944425c0
DL
25702000-10-02 Dave Love <fx@gnu.org>
2571
2572 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2573 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2574 comparison of opcode with operand.
2575
2a099bcc
MB
25762000-10-03 Miles Bader <miles@gnu.org>
2577
2578 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2579 buffer, since the echo area will now grow to accommodate them.
2580
4300ecb8
AS
25812000-10-02 Andre Spiegel <spiegel@gnu.org>
2582
2583 * vc-hooks.el (vc-registered): If FILE used to be registered under
2584 a certain backend, try that one first.
2585
814299a7 2586 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2587 argument list. Handle multiple backends correctly.
2588 (vc-find-new-backend): Function removed.
2589 (vc-register): Use vc-responsible-backend, as before.
2590 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2591
64e6cc18
GM
25922000-10-02 Gerd Moellmann <gerd@gnu.org>
2593
2594 * startup.el (fancy-splash-head): Change message below the
2595 logo.
2596
00df919e
MB
25972000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2598
2599 * diff-mode.el (diff-goto-source): Emit a status message.
2600 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2601 (diff-test-hunk): Fix doc string.
00df919e
MB
2602 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2603 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2604 (diff-apply-hunk): Don't return a value.
00df919e 2605
ceec5a0c
SM
26062000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2607
2608 * vc.el (vc-editable-p): Minor optimization.
2609 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2610 (vc-find-new-backend): New function split from vc-responsible-backend.
2611 (vc-register): Use it.
2612 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2613 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2614 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2615 (vc-clear-headers): Don't use find-file.
2616 (vc-revert-buffer): Use `and' again (must have been a braino).
2617 (vc-switch-backend): Only prompt if requested.
2618 Short circuit if nothing is to be done.
2619 Don't use vc-resynch-buffer which could lose unsaved editing.
2620 (vc-default-receive-file): Update call to vc-unregister.
2621 (with-vc-file, vc-next-action-on-file):
2622 Use vc-backend rather than vc-registered.
2623 (vc-next-action-on-file): Use intern-soft.
2624 Deal with read-only *vc-diff* buffer.
2625 (vc-transfer-file): Docstring fix.
2626
2627 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2628 (vc-rcs-receive-file): Avoid with-vc-properties.
2629 Update call to vc-unregister.
2630 Use constant `RCS' rather than (dynamically bound) var `backend'.
2631
4ad5da8f
AS
26322000-10-01 Andre Spiegel <spiegel@gnu.org>
2633
814299a7 2634 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2635 is visited.
2636 (vc-start-entry): New argument initial-contents. Don't visit the file
2637 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2638 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2639 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2640 vc-start-entry.
2641 (vc-finish-logentry): Make sure to bury log buffer only if there
2642 really is one. Call `vc-resynch-buffer' on log-file, not
2643 buffer-file-name.
2644 (vc-default-comment-history, vc-default-wash-log): New functions.
2645 (vc-index-of): Removed.
2646 (vc-transfer-file): Make do without the above.
2647 (vc-default-receive-file): Call comment-history unconditionally. Pass
2648 the resulting string to vc-checkin, instead of inserting it into the
2649 comment ring.
2650
2651 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2652 unconditionally. Use the comments as initial contents of the log
814299a7 2653 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2654 changes.
2655
aa0c3dca
MB
26562000-10-01 Miles Bader <miles@gnu.org>
2657
2658 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2659 `recenter' with an arg to prevent redrawing the display.
2660
d5f5a2c5
SM
26612000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2662
2663 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2664
2665 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2666
814299a7 2667 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2668 Don't gratuitously override the default for comment-column.
2669
2670 * textmodes/tex-mode.el (latex-metasection-list): New var.
2671 (latex-imenu-create-index): Use it.
2672 Move the regexp construction outside loops (and use push).
814299a7 2673 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2674 (tex-font-lock-keywords): Moved from font-lock.el.
2675 (tex-comment-indent): Remove.
2676 (tex-common-initialization): Don't set comment-indent-function.
2677 (latex-block-default): New var.
2678 (tex-latex-block): Use it to provide a default choice.
2679 Add any unknown choice to latex-block-names.
2680 Insert [...] after {...}.
2681 (tex-last-unended-begin): Simplify regexp.
2682 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2683 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2684 (latex-mode): Set forward-sexp-function.
2685
2686 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2687 Add regexp for @ignore ... @end ignore.
2688 (texinfo-heading-face): New face.
2689 (texinfo-font-lock-keywords): Use it.
2690 (texinfo-mode-menu): New menu.
2691 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2692 New functions.
2693 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2694 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2695 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2696 Remove declaration.
2697 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2698
2699 * delsel.el (delete-selection-mode): Use define-minor-mode.
2700
2701 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2702
27032000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2704
2705 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2706
8a5506f2
GM
27072000-09-30 Gerd Moellmann <gerd@gnu.org>
2708
068127d6
GM
2709 * replace.el (keep-lines-read-args): New function.
2710 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2711 read arguments interactively. Add parameters RSTART and REND.
2712 Operate on the active region in Transient Mark mode.
2713
d777bb8f
GM
2714 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2715
8a5506f2
GM
2716 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2717 (authors-obsolete-files-regexps): New variable.
2718 (authors-add): Don't record changes in obsolete files.
2719
3fa87bfc
SM
27202000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2721
2722 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2723
2724 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2725 (comment-indent): Make sure there's a space between code and comment.
2726 Shift comments left to avoid going past fill-column.
2727
f02149ce
GM
27282000-09-29 Gerd Moellmann <gerd@gnu.org>
2729
2730 * startup.el (startup-echo-area-message): New function.
2731 (display-startup-echo-area-message): Use it.
2732 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2733 (fancy-splash-default-action): New function.
2734 (fancy-splash-screens-1): New function.
2735 (fancy-splash-head): Put a help-echo and a keymap under the image.
2736
a3ef6569
SM
27372000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2738
2739 * diff-mode.el (diff-add-log-file-name): Remove.
2740 (diff-mode): Use add-log-buffer-file-name-function.
2741
2742 * add-log.el (find-change-log): New arg BUFFER-FILE.
2743 (add-log-file-name): Obey add-log-file-name-function.
2744 (add-log-buffer-file-name-function): New var.
2745 (add-change-log-entry): Use it.
2746
75e5b373
MB
27472000-09-29 Miles Bader <miles@gnu.org>
2748
2749 * image-file.el (image-file-name-extensions): New variable.
2750 (image-file-name-regexps): Renamed from `image-file-regexps'.
2751 New default value is nil. Call `auto-image-file-mode'.
2752 (image-file-name-regexp): New function.
2753 (auto-image-file-mode): New minor mode.
2754 (insert-image-file): Don't make conditional on the image-file
2755 handler being enabled.
2756 (image-file-handler): Make the call here conditional instead.
2757 (set-image-file-handler-enabled, enable-image-file-handler)
2758 (disable-image-file-handler): Functions removed.
2759
2760 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2761 string.
2762
de6e1f7c
GM
27632000-09-29 Gerd Moellmann <gerd@gnu.org>
2764
2765 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2766 it's a function from CL.
2767 (latex-imenu-create-index): Replace eval-when-compile with progn
2768 because latex-section-alist is not bound while compiling.
2769
d8c201f5
SM
27702000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2771
2772 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2773 (outline-mode): Use define-derived-mode.
2774
814299a7 2775 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2776 * progmodes/awk-mode.el (awk-mode):
2777 * progmodes/asm-mode.el (asm-mode):
2778 Don't gratuitously override the default for comment-column.
2779
2780 * emacs-lisp/lisp.el (lisp-complete-symbol):
2781 Distinguish the let-binding case from the funcall case.
2782 (forward-sexp-function): New variable.
2783 (forward-sexp): Use it.
2784
2785 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2786 (easy-mmode-defmap): Remove the now useless autoload.
2787
2788 * time.el (display-time-mode): Use define-minor-mode.
2789
2790 * subr.el (add-minor-mode): Don't eval NAME.
2791 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2792 Use if rather than cond.
2793
2794 * simple.el (read-expression-map): Define more properly.
2795 (comment-indent-hook): Remove.
2796 (string-to-syntax): Bug fix.
2797
2798 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2799 (cvs-ediff-diff): Fix typo.
2800 (cvs-revert-if-needed): Don't bother preserving read-only.
2801
2802 * paren.el (show-paren-mode): Use define-minor-mode.
2803
2804 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2805 (toggle-auto-compression): Remove.
2806 (jka-compr-build-file-regexp): Remove useless grouping.
2807
2808 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2809 Avoid user-reserved bindings.
2810 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2811 (diff-header-face): Revert to grey85.
2812
2813 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2814
2815 * complete.el (partial-completion-mode) <defcustom>: Remove.
2816 (partial-completion-mode): Use define-minor-mode.
2817 (PC-do-completion): Understand `completion-auto-help = delay'
2818 to mean to popup the completion buffer only the second time.
814299a7 2819 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2820 (PC-include-file-all-completions): Don't quote lambda.
2821
2822 * comint.el (comint-mode-hook): Docstring fix.
2823 (comint-mode): Use define-derived-mode.
2824 (comint-mode-map): Remove obsolete comment.
2825 (make-comint): Minor stylistic change.
2826 (comint-insert-clicked-input): Be more careful to find the overlay.
2827 Use this-command-keys rather than hardcoding mouse-2.
2828
2829 * font-lock.el: Replace confusing (,@ with ,
2830 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2831 Don't use regexp-opt-depth. Spice up the regexp for args.
2832 Don't distinguish between cmds that can take an opt arg or not.
2833 Use `append' and `prepend' rather than `keep'.
2834
2835 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2836 (latex-outline-regexp): New var.
2837 (latex-outline-level): New fun.
2838 (latex-section-alist): New var.
2839 (latex-imenu-create-index): Use it. Use `push' as well.
2840 (tex-shell-map): Initialize it properly.
2841 (tex-mode): Minor stylistic change.
2842 (plain-tex-mode): Use define-derived-mode.
2843 (latex-mode): Use define-derived-mode.
2844 Construct the paragraph regexps in a more readable way.
2845 Set the buffer-local outline-{level,regexp} vars.
2846 (slitex-mode): Derive from latex-mode.
2847 (tex-common-initialization): Don't kill-all-vars anymore.
2848 Add setting for comment-add and font-lock-defaults.
2849 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2850 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2851 (tex-start-tex): New arg DIR (and send a chdir command for it).
2852 Also display the shell buffer and save it in tex-last-buffer-texed.
2853 (tex-region): Use expand-file-name rather than concat.
2854 Remove code made useless by changes in tex-start-tex.
2855 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2856
2857 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2858
ff398532
DL
28592000-09-28 Dave Love <fx@gnu.org>
2860
2861 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2862
f9415d5b
GM
28632000-09-28 Gerd Moellmann <gerd@gnu.org>
2864
2865 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2866 `append'.
2867
fa003899
SM
28682000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2869
2870 * info.el (Info-extract-pointer): Undo last change.
2871 Instead, fix the position of the `bound' arg to re-search-backward.
2872
28732000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2874
2875 * info.el (Info-extract-pointer):
2876 Widen more carefully, to avoid finding pointers in other nodes.
2877 (Info-index): Use push.
2878
f9415d5b 28792000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2880
2881 * frame.el (set-frame-font): Remove call to obsolete function
2882 frame-update-faces.
2883 (set-foreground-color, set-background-color): Likewise for
2884 frame-update-face-colors.
2885
5538b8ba
MB
28862000-09-27 Miles Bader <miles@gnu.org>
2887
2888 * image-file.el: New file.
2889
60536eea
GM
28902000-09-27 Gerd Moellmann <gerd@gnu.org>
2891
5b551d58
GM
2892 * frame.el (frame-notice-user-settings): Don't call
2893 frame-update-faces, which is a no-op now.
814299a7 2894
60536eea
GM
2895 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2896 tool-bar-lines.
2897
36f1966f
DL
28982000-09-27 Dave Love <fx@gnu.org>
2899
2900 * mouse.el: Fix last change.
2901
c5785b73
MB
29022000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2903
2904 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2905
672172d9
KH
29062000-09-22 Kenichi Handa <handa@etl.go.jp>
2907
2908 * international/quail.el (quail-help): The output message is
2909 improved.
2910
4653b4ea
DL
29112000-09-26 Dave Love <fx@gnu.org>
2912
2913 * mouse.el (popup-menu): If POSITION is nil, set it using
2914 mouse-position.
2915
63900fcf
SS
29162000-09-25 Sam Steingold <sds@gnu.org>
2917
2918 * net/browse-url.el (browse-url-file-url): Check for null maps.
2919
cd3b81be
GM
29202000-09-26 Gerd Moellmann <gerd@gnu.org>
2921
876512ab 2922 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2923 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2924
fa003899
SM
2925 * frame.el (frame-notice-user-settings):
2926 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2927
cd3b81be
GM
2928 * toolbar/tool-bar.el (tool-bar-help): New function.
2929
d8b4516f
GM
29302000-09-25 Gerd Moellmann <gerd@gnu.org>
2931
6567e9b5
GM
2932 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2933 current-load-list in top-level forms. Else this leaks a cons cell
2934 every time a defun is called.
63900fcf 2935
d8b4516f 2936 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2937
a461758e
DL
29382000-09-25 Dave Love <fx@gnu.org>
2939
7df6adc3
DL
2940 * startup.el (fancy-splash-head): Check XPM is available.
2941
a461758e
DL
2942 * autoinsert.el (auto-insert): Doc fix.
2943 (auto-insert-alist): Following GNU notices, don't say `copyright
2944 _by_'. Use line-beginning-position.
2945 (auto-insert): Check buffer-file-name is non-nil before use.
2946
b11af2dd
GM
29472000-09-25 Gerd Moellmann <gerd@gnu.org>
2948
2949 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2950 starting with `@def' or `@multitable', in addition to ones
2951 specified by the user in auto-fill-inhibit-regexp.
2952
5f9f981b
GM
29532000-09-25 Markus Rost <rost@math.ohio-state.edu>
2954
2955 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2956 rmail-dont-reply-to-names matches the empty string.
63900fcf 2957
8ff16b4e
GM
29582000-09-25 Gerd Moellmann <gerd@gnu.org>
2959
63900fcf 2960 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2961 text to sound more friendly.
2962
9b4a7800
TTN
29632000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2964
2965 * progmodes/hideshow.el: Update author email address.
2966 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2967 (hs-hide-all-non-comment-function): New var.
2968 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2969 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2970 (hs-show-region): Delete this command.
2971 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2972
4c7c1f3f
DL
29732000-09-22 Dave Love <fx@gnu.org>
2974
2975 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2976 (hl-line-highlight): Specify buffer when moving overlay.
2977
2978 * progmodes/fortran.el (fortran-mode): Locally set
2979 normal-auto-fill-function.
2980 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2981 (fortran-mode-map): Adjust auto-fill menu entry.
2982
13f93dee
GM
29832000-09-22 Gerd Moellmann <gerd@gnu.org>
2984
36eb0a91
GM
2985 * vc-rcs.el (toplevel): Require `vc' when compiling.
2986
fa003899 2987 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2988
36a03bf9
AS
29892000-09-22 Andre Spiegel <spiegel@gnu.org>
2990
9b4a7800 2991 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2992 registered under the new backend.
2993
9b4a7800 2994 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2995 without explicit revision number.
2996
6e4e8a3b
SM
29972000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2998
2999 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3000 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3001 (diff-xor): New function.
3002 (diff-find-source-location): Use it. Fix a stupid name clash.
3003 (diff-hunk-status-msg): New function.
3004 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3005 (diff-test-hunk): Use diff-find-source-location.
3006 (diff-goto-source): Favor the `reverse'.
3007 (diff-hunk-text): Properly handle one-sided context diffs.
3008 (diff-apply-hunk): When done, advance to the next hunk.
3009
1b24b888
GM
30102000-09-21 Gerd Moellmann <gerd@gnu.org>
3011
623a0aae
GM
3012 * startup.el (command-line): If frame was created with a non-zero
3013 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3014
1b24b888
GM
3015 * add-log.el (change-log-date-face, change-log-name-face)
3016 (change-log-email-face, change-log-file-face)
3017 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3018 (change-log-function-face, change-log-acknowledgement-face):
3019 New faces, inheriting from font-lock faces.
1b24b888 3020 (change-log-font-lock-keywords): Use them.
9b4a7800 3021
93b3a1c8
DL
30222000-09-21 Dave Love <fx@gnu.org>
3023
80585273
DL
3024 * progmodes/cperl-mode.el (top-level): Clean up
3025 `eval-when-compile's and assorted defvars.
3026 (cperl-invalid-face): Don't double-quote value. Change custom
3027 type.
3028 (cperl-mode): Set normal-auto-fill-function and don't zap
3029 auto-fill-function.
3030 (cperl-imenu--function-name-regexp-perl): Renamed from
3031 imenu-example--function-name-regexp-perl.
3032 (cperl-imenu--create-perl-index): Renamed from
3033 imenu-example--create-perl-index.
3034 (cperl-xsub-scan): Don't require cl.
3035
93b3a1c8
DL
3036 * msb.el (msb-mode-map): Use substitute-key-definition.
3037 (msb-mode): Use msb-mode-map.
3038
43ccb598
AS
30392000-09-21 Andre Spiegel <spiegel@gnu.org>
3040
3041 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3042 New functions.
fa003899 3043 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3044 (vc-switch-backend): New function.
3045 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3046 (vc-register): Fix prompt.
3047 (vc-unregister, vc-default-unregister): New functions.
3048 (vc-version-diff): Handle empty buffer in sentinel.
3049
3050 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3051 (vc-rcs-state-heuristic): Use it to guess the state of files with
3052 non-strict locking.
3053 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3054 been set with -b, but not created yet.
3055 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3056 contents in order to find the state.
3057 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3058 (vc-rcs-unregister, vc-rcs-receive-file)
3059 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3060
9b4a7800 3061 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3062 in case it is missing.
9b4a7800 3063
95fadcca
GM
30642000-09-21 Gerd Moellmann <gerd@gnu.org>
3065
3066 * startup.el (fancy-splash-tail): Use a different foreground
3067 color on a dark frame background.
3068
470f23e1
MB
30692000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3070
3071 * info.el: Use the correct capitalization when making Info-mode
3072 and Info-edit-mode `special' modes.
3073
281096ed
SM
30742000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3075
3076 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3077 (diff-mode): Add support for add-log.el.
3078 (diff-hunk-text): Use char offsets rather than line offsets.
3079 (diff-find-source-location): Replace LINE with line-offset (nil
3080 if not found) and always set POS to a meaningful position.
3081 Adapt to the new char-offsets.
3082 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3083 Adapt to the new diff-find-source-location.
3084 (diff-goto-source): Adapt to the new diff-find-source-location.
3085
3086 * add-log.el (add-log-file-name): New function (split out of
3087 add-change-log-entry).
3088 (add-change-log-entry): Use it.
3089 Call add-log-file-name-function with the changelog file name if
3090 the current buffer is not associated with any file.
3091 Avoid find-file if the selected window is dedicated.
3092
3093 * diff-mode.el (diff-find-source-location):
3094 Move code from diff-apply-hunk. Return buffer rather than file.
3095 (diff-apply-hunk): Use the new result from diff-find-source-location.
3096 (diff-goto-source): Use the new diff-find-source-location.
3097
c29d77c4
DL
30982000-09-20 Dave Love <fx@gnu.org>
3099
3100 * iswitchb.el: Some doc fixes.
3101 (iswitchb-mode-map): Define completely initially. Inherit
3102 minibuffer-local-map.
3103 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3104 fundamental-mode.
3105 (iswitchb-global-map): New variable.
3106 (iswitchb-summaries-to-end): Amalgamate regexps.
3107 (iswitchb-mode): New.
3108 (iswitchb-mode-hook): New variable.
3109 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3110 `extensions'.
3111
49939379
GM
31122000-09-20 Gerd Moellmann <gerd@gnu.org>
3113
d05c87ac
GM
3114 * ehelp.el (electric-help): New defgroup.
3115 (electric-help-shrink-window): New user-option.
3116 (with-electric-help): Use it.
3117
1ec082d4
GM
3118 * window.el (shrink-window-if-larger-than-buffer): If face
3119 `mode-line' has a :box, and we're on a graphical frame, add 1
3120 to the needed window height.
3121
f46c275e
GM
3122 * frame.el (frame-notice-user-settings): Add a last parameter nil
3123 to a call to `append', because the last list passed to `append' is
3124 not copied, and so subsequent calls to assq-delete-all will modify
3125 default-frame-alist.
3126
b7e11c5b
GM
3127 * startup.el (fancy-splash-image): Change :type.
3128 (fancy-splash-head): Use an XBM image if appropriate.
3129 (command-line-1): Show splash screens in more cases.
3130
26ff68aa
GM
3131 * startup.el (fancy-splash-text): Don't quote faces.
3132
8320414c
GM
3133 * dired.el (dired-font-lock-keywords): Undo last change.
3134 (dired-readin): Bind indent-tabs-mode to nil.
3135
49939379
GM
3136 * startup.el (fancy-splash-head): If frame's background mode
3137 is `dark', change the black background of the image to gray.
3138 (fancy-splash-screens): Display startup echo area message.
3139 (display-startup-echo-area-message): New function.
3140
c3b27206
MB
31412000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3142
55a3d2a1
MB
3143 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3144
3145 * info.el (info-header-node): Tweak for color ttys.
3146
37a99821
MB
3147 * faces.el (face-valid-attribute-values): Make sure directories we
3148 search for stipples both exist and are readable before trying to
3149 search them.
3150
0415d0d0
MB
3151 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3152 in the dry-run case.
3153
523b128c
MB
3154 * jka-compr.el (with-auto-compression-mode): New macro.
3155
c3b27206
MB
3156 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3157 (custom-group-tag-face, custom-variable-tag-face): Use relative
3158 :height and inherit from `variable-pitch' face instead of
3159 hardwiring :family.
3160 * hi-lock.el (hi-black-hb): Likewise.
3161
ddba99ad
MB
3162 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3163 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3164 toolbar-add-item, if image doesn't have a mask add a `:mask
3165 heuristic'.
3166
7e99fbde
SM
31672000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3168
3169 * diff-mode.el: Docstring fixes.
3170 (diff-header-face, diff-comment-face): New faces.
3171 (diff-font-lock-keywords): Highlight a bit differently.
3172 (diff-find-source-location): Don't return SPAN any more.
3173 (diff-hunk-text): Don't bother erasing the temp buffer.
3174 (diff-find-text): Drop argument LINE.
3175 (diff-apply-hunk): Update calls to diff-find-text.
3176 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3177
3178 * calendar/calendar.el: Docstring fixes.
3179 (calendar-make-alist): Don't quote lambda.
3180 (calendar-star-date): Use make-local-variable.
3181
fb275c02
DL
31822000-09-19 Dave Love <fx@gnu.org>
3183
7e99fbde
SM
3184 * toolbar/tool-bar.el: Renamed from toolbar.el.
3185 Change `toolbar' to `tool-bar' generally in symbols.
3186 Make some items invisible in `special' major modes.
3187 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3188 Add arg PROPS.
532cb34d 3189
7e99fbde
SM
3190 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3191 Add :version here.
fb275c02
DL
3192 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3193
8f4ca9a5
GM
31942000-09-19 Gerd Moellmann <gerd@gnu.org>
3195
8b7707e1 3196 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3197
8b7707e1 3198 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3199 (find-file-noselect): Use it.
3200
8b7707e1 3201 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3202 (fancy-splash-screen): Defgroup.
3203
8f4ca9a5
GM
3204 * add-log.el (change-log-font-lock-keywords): Match names
3205 more exactly for the case that font-lock-constant-face is
3206 underlined.
3207
ba9eeda1 32082000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3209
8b7707e1 3210 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3211
289eaef9
AS
32122000-09-19 Andre Spiegel <spiegel@gnu.org>
3213
3214 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3215
ce9ded5d
GM
32162000-09-19 Gerd Moellmann <gerd@gnu.org>
3217
c113de23
GM
3218 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3219 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3220 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3221 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3222 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3223 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3224 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3225 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3226 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3227 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3228 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3229 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3230
ce9ded5d
GM
3231 * startup.el (fancy-splash-text): New variable.
3232 (fancy-splash-delay, fancy-splash-image): New user-options.
3233 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3234 (fancy-splash-screens): New functions.
3235 (command-line-1): If display has a `display' frame parameter, has
3236 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3237
b9b1c3a9
DL
32382000-09-19 Dave Love <fx@gnu.org>
3239
3240 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3241 with null `help'. Use modern backquote syntax.
3242
1af25534
GM
32432000-09-19 Gerd Moellmann <gerd@gnu.org>
3244
afd3c8cd
GM
3245 * font-lock.el (font-lock-mode): Change message telling the user
3246 that ``the buffer is too big''.
3247
1af25534
GM
3248 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3249 for instance for the case that tab-width is 2.
3250
05b1f851
GM
32512000-09-18 Gerd Moellmann <gerd@gnu.org>
3252
3253 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3254 toolbar-add-item, if image doesn't have a mask add a `:mask
3255 heuristic'.
3256
8ec8f673
MB
32572000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3258
2b612b1f
MB
3259 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3260 and return a cons if it's non-nil.
3261 (diff-apply-hunk): Try to jump to the line in the source text
3262 corresponding to the position of point in the in the hunk.
3263
9b4a7800 3264 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3265 (Info-title-1-face): Use face inheritance and relative sizes
3266 instead of hard-wiring things.
3267
3268 * faces.el (secondary-selection): Make dark-background variant sane.
3269
5eedab4d
AI
32702000-09-16 Andrew Innes <andrewi@gnu.org>
3271
5eedab4d
AI
3272 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3273 read-only, since they aren't under VC now.
3274
6a142f26
DL
32752000-09-17 Dave Love <fx@gnu.org>
3276
e07436e1
DL
3277 * tmm.el: Replace mapcar with mapc in several places.
3278
3279 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3280 ad-unadvise.
3281
7d354dd5
DL
3282 * international/latin1-disp.el: New file.
3283
6a142f26
DL
3284 * calendar/cal-move.el (scroll-calendar-left)
3285 (scroll-calendar-right): Make arg optional (for active mode line).
3286
3287 * calendar/calendar.el (calendar-mode-line-format): Make fields
3288 mouse-sensitive.
3289 (calendar-read-date, calendar-read-date, calendar-window-list):
3290 Unquote lambda.
3291 (calendar-month-name): Use aref, not sref.
3292
3293 * view.el (minor-mode-alist): Propertize the string.
3294
3295 * international/characters.el (standard-case-table): Add entries
3296 for Greek.
3297
50ac70af
MB
32982000-09-18 Miles Bader <miles@gnu.org>
3299
53c9ab4f
MB
3300 * info.el (info-node, info-xref): Add dark-background variants.
3301
a114b1ca
MB
3302 * faces.el (header-line): Change defaults to be less confusing
3303 when mixed with mode-lines.
3304
50ac70af
MB
3305 * info.el (Info-fontify-node): Make a few cleanups.
3306 Add extra `help-echo' and `local-map' props to node xrefs.
3307 Use header-specific faces for node-names & xrefs.
3308 (Info-use-header-line): New variable.
53c9ab4f 3309 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3310 (Info-setup-header-line): New function.
3311 (Info-select-node): Call Info-setup-header-line when enabled.
3312 (Info-extract-pointer): Work even if the header line is hidden.
3313 (Info-header-line): New variable.
3314
729927ff
SM
33152000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3316
3317 * vms-patch.el (print-region-function): Don't quote lambda.
3318
3319 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3320
3321 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3322 (lm-get-header-re): Allow spaces between the header and the colon.
3323 (lm-header): Allow $ in non-RCS headers.
3324 (lm-header-multiline): Put the strings back into order.
3325 Stop at an empty line. Don't require two space chars if the
3326 line is clearly not another header line.
3327
3328 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3329 (popup-menu-popup): Remove.
3330
7a98d821
GM
33312000-09-15 Gerd Moellmann <gerd@gnu.org>
3332
7f8f1edc
GM
3333 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3334 specification if or if not tool-bar item contains an `:enabled'
3335 property.
3336
7a98d821
GM
3337 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3338 current buffer has no file name.
3339
a7bc704b
DL
33402000-09-15 Dave Love <fx@gnu.org>
3341
3342 * strokes.el: Sync with maintainer's current version with changes
3343 for Emacs, but avoid runtime cl and levents.
3344 (toplevel): Change autoloads and compilation requires.
3345 (strokes-version, strokes-bug-address, strokes-lift): Values
3346 changed.
3347 (strokes-xpm-header, strokes-insinuated): New variable.
3348 (strokes): Add :link.
3349 (strokes-mode): Customized.
3350 (strokes-while-inhibiting-garbage-collector): New macro.
3351 (strokes-remassoc): Avoid remove-if.
3352 (strokes-fix-button2-command): Don't use ad-do-it.
3353 (strokes-insinuate): New function.
3354 (strokes-button-press-event-p, strokes-button-release-event-p):
3355 New functions, used instead of non-`strokes-' versions..
3356 (strokes-mouse-event-p): Rewritten.
3357 (strokes-event-closest-point): Avoid event-point.
3358 (strokes-get-grid-position): Avoid cdadr, caadr
3359 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3360 functions.
3361 (strokes-help): Use with-output-to-temp-buffer.
3362 (strokes-window-configuration-changed-p): New function.
3363 (strokes-update-window-configuration): Use buffer-live-p,
3364 strokes-window-configuration-changed-p.
3365 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3366 (strokes-char-face): New face.
3367 (strokes-char-table, strokes-base64-chars): New variable.
3368 (strokes-xpm-for-stroke, strokes-list-strokes)
3369 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3370 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3371 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3372 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3373 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3374 functions.
3375
47e351a3
GM
33762000-09-15 Gerd Moellmann <gerd@gnu.org>
3377
ebb8f116
GM
3378 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3379
47e351a3
GM
3380 * image.el (create-image): Doc fix.
3381
3382 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3383 instead of `:heuristic-mask t'.
3384
fe83b953
AI
33852000-09-14 Andrew Innes <andrewi@gnu.org>
3386
3387 * makefile.w32-in: Revert to Unix line endings.
3388
52481729
AI
33892000-09-14 Andrew Innes <andrewi@gnu.org>
3390
3021e816
AI
3391 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3392 when installing.
3393
52481729
AI
3394 * makefile.nt (DONTCOMPILE): Fix typo.
3395
3396 * shell.el (shell-write-history-on-exit): New function.
3397 (shell-dumb-shell-regexp): New custom variable.
3398 (shell-mode): Make shell-write-history-on-exit the process
3399 sentinel if shell name matches shell-dumb-shell-regexp.
3400
3401 * w32-fns.el: Comment out before-init-hook function which resets
3402 source-directory based; this breaks bootstrap.
3403
f8034e41
DL
34042000-09-14 Dave Love <fx@gnu.org>
3405
3406 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3407 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3408 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3409 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3410 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3411 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3412 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3413 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3414 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3415
3416 * toolbar/toolbar.el: New.
3417
3418 * subdirs.el: Add toolbar.
3419
b9ce5694
GM
34202000-09-14 Gerd Moellmann <gerd@gnu.org>
3421
3422 * indent.el (indent-for-tab-command): Doc fix.
3423
986b7dee
GM
34242000-09-14 Alex Schroeder <alex@gnu.org>
3425
3426 * ansi-color.el (ansi-colors): Doc change.
3427 (ansi-color-get-face): Simplified regexp.
3428 (ansi-color-faces-vector): Added more faces, doc change.
3429 (ansi-color-names-vector): Doc change.
3430 (ansi-color-regexp): Simplified regexp.
3431 (ansi-color-parameter-regexp): New regexp.
3432 (ansi-color-filter-apply): Doc change.
3433 (ansi-color-filter-region): Doc change.
3434 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3435 deal with zero length parameters.
3436 (ansi-color-apply-on-region): Doc change.
3437 (ansi-color-map): Doc change.
3438 (ansi-color-map-update): Removed debugging message.
3439 (ansi-color-get-face-1): Added condition-case to trap
3440 args-out-of-range errors.
3441 (ansi-color-get-face): Doc change.
3442 (ansi-color-make-face): Removed.
3443 (ansi-color-for-shell-mode): New option.
9b4a7800 3444
076ff911
KH
34452000-09-13 Kenichi Handa <handa@etl.go.jp>
3446
3447 * international/quail.el (quail-start-translation): Translate KEY
3448 if necessary even if it doesn't have any mapping in the current
3449 input method.
3450 (quail-start-conversion): Likewise.
3451 (quail-help): The output message is improved.
3452
bdf08678
MB
34532000-09-13 Miles Bader <miles@gnu.org>
3454
3455 * comint.el (comint-output-filter): Revert to using
3456 `insert-before-markers'. Add bletcherous hack to undo damage
3457 caused by `insert-before-markers'. Put `front-sticky' property on
3458 overlays created here so that the field code understands how the
3459 overlay works. Use a let when making comint-last-prompt-overlay,
3460 so that the code is easier to read.
3461
ffb8db8d
DL
34622000-09-13 Dave Love <fx@gnu.org>
3463
3464 * wid-edit.el (widget-default-format-handler): DTRT when
3465 doc-property is a function.
3466
5dd05f61
GM
34672000-09-12 Francesco Potorti` <pot@gnu.org>
3468
3469 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3470 filed name if it's not there.
3471
35177617
DL
34722000-09-12 Dave Love <fx@gnu.org>
3473
9023837e
DL
3474 * simple.el (read-mail-command): Doc fix.
3475 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3476
35177617
DL
3477 * vc.el (vc-dired-listing-switches): Fix :version.
3478
3479 * vc-hooks.el: Doc fixes.
3480
3481 * subr.el (add-minor-mode): Use toggle-fun arg.
3482
3483 * speedbar.el: Add :version to several defcustoms.
3484
3485 * imenu.el (imenu--truncate-items, imenu--cleanup)
3486 (imenu--generic-function): Avoid mapcar.
3487 (imenu--replace-spaces): Function removed.
3488 (imenu--completion-buffer): Use subst-char-in-string.
3489 (imenu-add-to-menubar): Use keymap inheritance.
3490
1afaae94
MB
34912000-09-12 Miles Bader <miles@gnu.org>
3492
3493 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3494 (diff-mode-map): Bind `diff-test-hunk'.
3495 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3496
34972000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3498
3499 * bytecomp.el (byte-compile-defvar): Undo last change
3500 because it breaks '(make-variable-buffer-local (defvar ...)'
3501 which is used at least in dired.
3502
63c36c3c
KH
35032000-09-12 Kenichi Handa <handa@etl.go.jp>
3504
3505 * international/quail.el (quail-define-package): Docstring
3506 modified.
3507
1ad24be1
KH
35082000-09-12 Kenichi Handa <handa@etl.go.jp>
3509
362a8065
KH
3510 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3511 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3512 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3513 docstring of "chinese-py".
3514
1ad24be1
KH
3515 * international/quail.el (quail-translation-docstring): New
3516 variable.
3517 (quail-show-keyboard-layout): Docstring modified.
3518 (quail-select-current): Likewise.
3519 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3520 infinite recursive call.
3521 (quail-help): Check quail-translation-docstring. Format of the
3522 output changed.
3523 (quail-help-insert-keymap-description): Adjusted for the above
3524 change.
3525
cc0f95a4
GM
35262000-09-11 Gerd Moellmann <gerd@gnu.org>
3527
3528 * bytecomp.el (byte-compile-defvar): Only cons onto
3529 current-load-list in top-level forms. Else this leaks a cons cell
3530 every time a defun is called.
3531
7530b6da
MB
35322000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3533
3534 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3535 Now understands non-unified diffs. Some functionality moved into
3536 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3537 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3538 modify anything. Only reposition point in the patched file if the
3539 patch succeeds. Only pop up another window if POPUP is true.
3540 Emit a message describing what happened if successful, and at what
3541 line-offset. Automatically detect reversed hunks and do something
3542 appropriate.
3543 (diff-hunk-text, diff-find-text): New functions.
3544 (diff-filter-lines): Function removed.
3545 (diff-test-hunk): New function.
3546 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3547
6b124390
DL
35482000-09-10 Dave Love <fx@gnu.org>
3549
3550 * textmodes/tildify.el: Minor doc/commentary fixes.
3551 (tildify) <defgroup>: Add :version.
3552
3553 * faces.el (face-x-resources): Make custom type more specific.
3554 (frame-background-mode): Use mapc.
3555 (region) <defcustom>: Add :version.
3556
7f8b6551
SM
35572000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3558
9b4a7800
TTN
3559 * vc-sccs.el (vc-sccs-register):
3560 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3561 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3562 * vc.el (vc-register): Clear file's properties.
3563
c454aac1
GM
35642000-09-08 Gerd Moellmann <gerd@gnu.org>
3565
3566 * faces.el (face-spec-set): Only face-spec-reset-face when
3567 ATTRS is non-nil.
3568
bb934822
EZ
35692000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3570
3571 * help.el (help-insert-xref-button): Fix a typo in doc string.
3572
03419440
EZ
35732000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3574
7f8b6551
SM
3575 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3576 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3577 methods.
3578
03419440
EZ
3579 * menu-bar.el (read-mail-item-name): New function.
3580 (menu-bar-tools-menu): Use it to compute and display the package
3581 used to read email.
3582 (menu-bar-tools-menu): Fix typo in GUD's help string.
3583
dbcee71a
DL
35842000-09-07 Dave Love <fx@gnu.org>
3585
19e713d8
DL
3586 * diff-mode.el (diff-mouse-goto-source): New function.
3587
a7cafade 3588 * vc-sccs.el: Doc fixes.
7f8b6551 3589 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3590
3591 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3592 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3593 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3594 (vc-rcs-master-templates): Add or change :version.
3595
7f8b6551 3596 * vc-cvs.el: Doc fixes.
a7cafade
DL
3597 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3598 (vc-cvs-stay-local): Add :version.
3599
dbcee71a
DL
3600 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3601
ed254191
KH
36022000-09-07 Kenichi Handa <handa@etl.go.jp>
3603
3604 * international/quail.el (quail-help): Fix previous change.
3605
ab0ee409
GM
36062000-09-07 Gerd Moellmann <gerd@gnu.org>
3607
f46f845b 3608 * faces.el (color-values): Doc fix.
9b4a7800 3609
ab0ee409
GM
3610 * faces.el (frame-set-background-mode): Use frame-parameter
3611 instead of frame-parameters.
3612
3613 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3614 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3615 frame-parameters.
9b4a7800 3616
f7246ac7
KH
36172000-09-07 Kenichi Handa <handa@etl.go.jp>
3618
3619 * language/devan-util.el (devanagari-to-indian-region): In the
3620 loop, change the following char, not preceding char.
3621
96889af2
GM
36222000-09-07 Gerd Moellmann <gerd@gnu.org>
3623
1091dd67
GM
3624 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3625 instead of frame-parameters.
3626
9b4a7800 3627 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3628 internal-set-lisp-face-attribute with FRAME being 0.
3629
3630 * vc.el: Remove `Id' version control keyword.
96889af2 3631
0fddd0dc
KH
36322000-09-07 Kenichi Handa <handa@etl.go.jp>
3633
3634 * help.el (help-make-xrefs): Adjusted for the change of
3635 help-xref-mule-regexp.
3636 (help-insert-xref-button): New function.
3637
3638 * international/mule-cmds.el (help-xref-mule-regexp-template):
3639 Include the pattern for character set.
3640 (leim): New group.
3641
3642 * international/quail.el: Don't require face.
3643 (quail): New group.
7f8b6551 3644 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3645 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3646 (quail-keyboard-layout-substitution): New variable.
3647 (quail-update-keyboard-layout): New function.
3648 (quail-keyboard-layout-type): New customizable variable.
3649 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3650 (quail-keyboard-translate): Pay attention to
3651 quail-keyboard-layout-substitution.
3652 (quail-insert-kbd-layout): New function.
3653 (quail-show-keyboard-layout): New function.
3654 (quail-get-translation): If the definition is a vector of length
7f8b6551 3655 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3656 in that string.
3657 (quail-update-current-translations): Fix the case of
3658 relative-index out of range.
3659 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3660 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3661 Show key sequences for all available characters.
0fddd0dc
KH
3662 (quail-help-insert-keymap-description): Don't show such verbose
3663 key bindings as quail-self-insert-command.
3664
3665 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3666 Format changed, and each element now have extra documentations.
3667 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3668 Adjusted for the change of quail-cxterm-package-ext-info.
3669
8ddceaf1
GM
36702000-09-06 Gerd Moellmann <gerd@gnu.org>
3671
3672 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3673 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3674 during bootstrap.
3675
099bd78a
SM
36762000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3677
3678 * vc.el: (toplevel): Don't require `dired' at run-time.
3679 (vc-dired-resynch-file): Remove autoload cookie.
3680
36812000-09-05 Andre Spiegel <spiegel@gnu.org>
3682
3683 * vc.el: Made several backend functions optional.
3684 (vc-default-responsible-p): New function.
3685 (vc-merge): Use RET for first version to trigger merge-news, not
3686 prefix arg.
3687 (vc-annotate): Handle backends that do not support annotation.
3688 (vc-default-merge-news): Removed. The existence of a merge-news
3689 implementation is now checked on caller sites.
3690
9b4a7800 3691 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3692 case.
3693
9b4a7800 3694 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3695 special case that has been removed from the default in vc-hooks.el.
3696
36972000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3698
3699 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3700
37012000-09-05 Andre Spiegel <spiegel@gnu.org>
3702
3703 * vc-hooks.el: Require vc during compilation.
3704 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3705 macro `with-vc-properties' in vc.el.
3706 (vc-file-getprop): Doc fix.
3707 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3708
099bd78a
SM
3709 * vc.el: Require dired-aux during compilation.
3710 (vc-name-assoc-file): Moved to vc-sccs.el.
3711 (with-vc-properties): New macro.
9b4a7800 3712 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3713 vc-finish-steal): Use it.
3714 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3715 to the backend-specific function is now supposed to do the checkout,
3716 too.
3717 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3718
9b4a7800 3719 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3720 set file properties; that gets done in the generic code now.
3721
3722 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3723 Changed parameter list, added code from vc.el that does the
3724 checkout, possibly with a double-take.
3725
3726 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3727 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3728 the above under the new name.
3729 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3730 parameter list, added checkout command.
3731 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3732 properties; that gets done in the generic code now.
3733
37342000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3735
3736 * vc.el: Docstring fixes (courtesy of checkdoc).
3737
37382000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3739
3740 * vc.el (vc-checkout-writable-buffer-hook)
3741 (vc-checkout-writable-buffer): Remove.
3742 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3743 (vc-log-mode): Make it into a clean derived major mode.
3744 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3745 vc-log-mode if log-edit is not available.
3746 (vc-dired-mode-map): Don't set-keymap-parent yet.
3747 (vc-dired-mode): Do set-keymap-parent here.
3748 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3749
08ba3862
GM
37502000-09-05 Gerd Moellmann <gerd@gnu.org>
3751
3752 * faces.el (set-face-attribute, face-spec-reset-face)
3753 (face-spec-set): Avoid consing by removing calls to `apply'.
3754
3755 * frame.el (frame-parameter): Move to C code.
3756
3b4429b4
DL
37572000-09-05 Dave Love <fx@gnu.org>
3758
3759 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3760 insert-before-markers-and-inherit. Now checked systematically!
3761
877055f6
GM
37622000-09-05 Alex Schroeder <alex@gnu.org>
3763
3764 * sql.el (sql-postgres): Use sql-postgres-options.
3765 (sql-postgres-options): New variable.
3766
37672000-09-05 Alex Schroeder <alex@gnu.org>
3768
3769 * sql.el (sql-mode-menu): Work around missing variable mark-active
3770 in XEmacs.
3771 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3772 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3773 compatibility.
3774
7a004b71
GM
37752000-09-04 Gerd Moellmann <gerd@gnu.org>
3776
54baed30 3777 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3778
7a004b71
GM
3779 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3780
3781 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3782
37832000-09-04 Andre Spiegel <spiegel@gnu.org>
3784
3785 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3786 don't support anything else under SCCS yet.
3787
3788 * vc-hooks.el: Minor doc fixes.
3789
37902000-09-04 Andre Spiegel <spiegel@gnu.org>
3791
3792 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3793 not necessary. If verbose in state `needs-patch', do the same as
3794 under `up-to-date'. When NOT verbose and `needs-patch', check out
3795 latest version instead of `merge-news'.
3796 (vc-next-action-dired): Don't mess with default-directory here; it
3797 breaks other parts of dired. It is the job of the
099bd78a 3798 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3799 (vc-next-action): Remove a special CVS case.
3800 (vc-clear-headers): New optional arg FILE.
3801 (vc-checkin, vc-checkout): Set properties vc-state and
3802 vc-checkout-time properly.
099bd78a 3803 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3804 (vc-print-log): Use new backend function `show-log-entry'.
3805 (vc-cancel-version): Do the checks in a different order. Added a
3806 FIXME concerning RCS-only code.
3807
3808 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3809 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3810
3811 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3812
9b4a7800 3813 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3814 `needs-patch' as a `-' too.
3815
38162000-09-04 Andre Spiegel <spiegel@gnu.org>
3817
3818 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3819 (vc-default-could-register): New function.
3820 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3821 (vc-resynch-buffer): Call vc-dired-resynch-file.
3822 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3823 vc-resynch-buffer instead of vc-resynch-window.
3824 (vc-next-action-dired): Don't redisplay here, that gets done as a
3825 result of the individual file operations.
3826 (vc-retrieve-snapshot): Corrected prompt order.
3827
3828 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3829
7a004b71
GM
3830 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3831 as well.
3832 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3833 hostname regexps. Updated all callers.
3834 (vc-cvs-responsible-p): Handle directories as well.
3835 (vc-cvs-could-register): New function.
3836 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3837 properties up-to-date.
9b4a7800 3838
7a004b71
GM
3839 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3840 user whether to create one.
3841
38422000-09-04 Andre Spiegel <spiegel@gnu.org>
3843
3844 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3845 check out a non-existing file.
3846
3847 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3848 workfile does not exist.
3849
3850 * vc.el (vc-version-diff): Use `require' to check for existence of
3851 diff-mode.
3852
38532000-09-04 Andre Spiegel <spiegel@gnu.org>
3854
3855 * vc-cvs.el (vc-cvs-registered): Use new function
3856 vc-cvs-parse-entry to do the actual work.
3857
38582000-09-04 Andre Spiegel <spiegel@gnu.org>
3859
3860 * vc-hooks.el (vc-find-backend-function): If function doesn't
3861 exist, return nil instead of error.
3862 (vc-call-backend): Doc fix.
3863
3864 * vc.el (vc-do-command): Doc fix.
3865 (vc-finish-logentry): When checking in from vc-dired, choose the
3866 right backend for logentry check.
3867 (vc-dired-mode-map): Inherit from dired-mode-map.
3868 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3869 simplified.
3870 (vc-dired-state-info): Removed, updated caller.
3871 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3872 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3873 (vc-dired-listing-switches): New variable.
3874 (vc-directory): Use it, instead of dired-listing-switches.
3875
3876 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3877 (vc-cvs-dir-state): New function.
7f8b6551 3878 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3879 (vc-cvs-parse-entry): New function, also to be used in
3880 vc-cvs-registered.
9b4a7800 3881
7a004b71
GM
38822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3883
3884 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3885 *or* single-window-frames.
3886
38872000-09-04 Andre Spiegel <spiegel@gnu.org>
3888
3889 * vc.el (vc-update-changelog): Split into generic part and default
3890 implementation. Doc string adapted.
3891 (vc-default-update-changelog): New function. Call the `rcs2log'
3892 script in exec-directory, to fix a long-standing nuisance.
3893
3894 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3895 simply signals an error.
9b4a7800 3896
7a004b71
GM
38972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3898
3899 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3900 control-flow more clear and to avoid running `cvs' twice.
3901
3902 * vc.el (vc-next-action-on-file): Doc fix.
3903 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3904 (vc-print-log): Eval `file' before constructing the continuation.
3905
39062000-09-04 Andre Spiegel <spiegel@gnu.org>
3907
3908 * vc.el (vc-next-action-on-file): Corrected several messages.
3909 (vc-merge): Add prefix arg `merge-news'; handle it.
3910
3911 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3912 is not reached. It is.
3913 (vc-cvs-merge): Set state to 'edited after merge.
3914 (vc-cvs-merge-news): Set workfile version to nil if not known.
3915 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3916
3917 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3918 via stdout. (Merge from main line.)
9b4a7800 3919
7a004b71
GM
39202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3921
3922 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3923 detection.
3924
39252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3926
3927 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3928 against kill-all-local-variables.
3929 (vc-log-edit): Don't save vc-parent-buffer any more.
3930 (vc-last-comment-match): Initialize to an empty string.
3931 (vc-post-command-functions): New hook.
3932 (vc-do-command): Run it.
3933 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3934 (vc-finish-logentry): Only add the comment to the ring if it's
3935 different from the last comment entered.
3936 (vc-new-comment-index): New function.
3937 (vc-previous-comment): Use it. Make the minibuffer message
3938 slightly less terse.
3939 (vc-comment-search-reverse): Make it work forward as well. Don't
3940 set vc-comment-ring-index if no match is found. Use
3941 vc-new-comment-index.
3942 (vc-comment-search-forward): Use vc-comment-search-reverse.
3943 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3944 define-derived-mode will do it for us. Bind `v' to a keymap that
3945 inherits from vc-prefix-map so that we can bind `vt' without
3946 binding C-x v t.
3947 (vc-retrieve-snapshot): Parenthesis typo.
3948
3949 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3950 to 1. Make sure to switch to *vc* before looking for an error
3951 message. Use vc-parse-buffer.
3952
39532000-09-04 Andre Spiegel <spiegel@gnu.org>
3954
3955 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3956 and NAME.
3957 (vc-retrieve-snapshot): Split into two parts.
3958 (vc-default-retrieve-snapshot): New function.
3959
3960 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3961 (vc-cvs-retrieve-snapshot): New function (untested).
3962 (vc-cvs-stay-local): Default to t.
3963 (vc-cvs-remote-p): New function and property.
3964 (vc-cvs-state): Stay local only if the above is t.
3965 (vc-handle-cvs): Removed.
3966 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3967 done via vc-handled-backends now.
3968 (vc-cvs-header): Escape Id.
3969
39702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3971
3972 * vc.el (vc-do-command): Remove unused commands.
3973 (vc-version-diff): Make sure default-directory ends with a slash.
3974 Move the window commands into a vc-exec-after.
3975 (vc-print-log): Move more of the code into the `vc-exec-after'.
3976
39772000-09-04 Andre Spiegel <spiegel@gnu.org>
3978
3979 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3980 (vc-print-log): Search current revision from beginning of buffer.
3981 (vc-revert-buffer): Clear echo area after the diff is finished.
3982 (vc-prefix-map): Removed definition of "t" for terse display in vc
3983 dired.
3984 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3985 definition of "vt" for terse display.
3986 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3987
39882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3989
3990 * vc.el (vc-exec-after): Avoid caddr.
3991
39922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3993
3994 * vc.el (vc-exec-after): New function.
3995 (vc-do-command): Use it to add a termination message for async
3996 procs.
3997 (vc-checkout): Try to handle a missing-backend situation.
3998 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3999 of a directory with a backend using async diffs.
4000 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4001 present.
4002
4003 * vc-sccs.el (vc-sccs-state-heuristic): Use
4004 file-ownership-preserved-p.
4005
4006 * vc-rcs.el (vc-rcs-state-heuristic): Use
4007 file-ownership-preserved-p.
4008 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4009
40102000-09-04 Andre Spiegel <spiegel@gnu.org>
4011
4012 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4013 vc-do-command.
4014
4015 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4016 when there are no changes.
4017
40182000-09-04 Andre Spiegel <spiegel@gnu.org>
4019
4020 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4021
4022 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4023
40242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4025
4026 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4027
4028 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4029 the `fset' outside of the defvar so that it works even if
4030 vc-prefix-map was already defined.
4031 (vc-setup-buffer): New function, split out of vc-do-command.
4032 (vc-do-command): Allow BUFFER to be t to mean `just use the
4033 current buffer without any fuss'.
4034 (vc-version-diff): Change the `diff' backend operation to just put
4035 the diff in the current buffer without erasing it. Always use
4036 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4037 shrink-window-if-larger-than-buffer.
4038 (vc-print-log): Change the `print-log' backend operation to just
4039 put the log in the current buffer without erasing it. Protect
4040 shrink-window-if-larger-than-buffer.
4041 (vc-update-change-log): Fix setd typo.
4042
4043 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4044 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4045
4046 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4047 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4048 CMP.
4049
4050 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4051 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4052 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4053
40542000-09-04 Andre Spiegel <spiegel@gnu.org>
4055
4056 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4057 not possible, use vc-BACKEND-workfile-unchanged-p.
4058 (vc-default-workfile-unchanged-p): New function. Delegates to a
4059 full vc-BACKEND-diff.
4060
4061 * vc-hooks.el (vc-simple-command): Removed.
4062
4063 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4064 instead of vc-simple-command.
4065 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4066 avoid doing a diff when opening a file.
4067 (vc-rcs-state): Added check for unlocked-changes.
4068 (vc-rcs-header): Escape Id.
4069 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4070 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4071 version.
4072
4073 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4074 (vc-sccs-diff): Remove optional arg CMP.
4075 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4076 SCCS-specific function.
4077
4078 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4079 vc-simple-command.
4080
40812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4082
4083 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4084 (with-vc-file, vc-merge): Use vc-editable-p.
4085 (vc-do-command): Remove unused var vc-file and fix the
4086 doubly-defined `status' var. Add a user message when starting an
4087 async command.
4088 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4089 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4090 Use with-current-buffer.
4091 (vc-buffer-sync): Use unless.
4092 (vc-next-action-on-file): If the file is 'edited by read-only,
4093 make it read-write instead of trying to commit.
4094 (vc-version-diff, vc-update-change-log): Use `setq
4095 default-directory' rather than `cd'.
4096 (vc-log-edit): Don't forget to set default-directory in the
4097 buffer.
4098
4099 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4100 (vc-sccs-state-heuristic): Use file-writable-p instead of
4101 comparing userids.
4102 (vc-sccs-checkout): Use `unless'.
4103
4104 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4105 of comparing userids.
4106 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4107 Simplify the logic by eliminating unreachable code.
4108 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4109 just do a recursive call if we need to retry.
4110 (vc-rcs-checkout): Handle the case where rcs is missing by making
4111 the buffer read-write if requested and re-signalling the error.
4112
4113 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4114
41152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4116
4117 * vc-hooks.el (vc-handled-backends): Docstring change.
4118 (vc-ignore-vc-files): Mark obsolete.
4119 (vc-registered): Check vc-ignore-vc-files.
4120 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4121 vc-ignore-vc-files.
4122
4123 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4124
41252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4126
4127 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4128 files since ange-ftp already has vc-registered return nil.
4129
4130 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4131 (vc-sccs-workfile-version): Use with-temp-buffer and new
4132 vc-parse-buffer and don't bother setting the property.
4133 (vc-sccs-add-triple): Use with-current-buffer and
4134 find-file-noselect.
4135 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4136
4137 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4138 derives from the old vc-parse-buffer but uses the revision number
4139 rather than the date (much easier to compare robustly).
4140 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4141 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4142 locking-user more directly. Check strict locking and set
4143 checkout-model appropriately.
4144 (vc-rcs-parse-locks): Remove.
4145 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4146 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4147 (vc-rcs-system-release): Use with-current-buffer and
4148 vc-parse-buffer.
4149 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4150
4151 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4152 (vc-simple-command): Docstring fix.
4153 (vc-registered): Align the way the file-handler is called with the
4154 way the function itself works.
4155 (vc-file-owner): Remove.
4156
4157 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4158 extraction of fields and call to file-attributes because of a
4159 temporary bug in rcp.el.
4160 (vc-cvs-fetch-status): Use with-current-buffer.
4161
41622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4163
4164 * vc.el (vc-do-command): Use file-relative-name.
4165 (vc-responsible-backend): Use vc-backend if possible.
4166 (vc-create-snapshot): Improve the `interactive' spec. Add support
4167 for branches and dispatch to backend-specific `create-snapshot'.
4168 (vc-default-create-snapshot): New function, containing the bulk of
4169 the old vc-create-snapshot.
4170 (vc-retrieve-snapshot): Improve the interactive spec.
4171
4172 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4173 (vc-backend-hook-functions): Remove.
4174 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4175 (vc-backend): Reintroduce the test for `file = nil' now that I
4176 know why it was there (and added a comment to better remember).
4177
4178 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4179 code from vc-sccs-hooks.el.
4180 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4181 'vc anymore.
4182 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4183 and file-directory-p instead of file-exists-p.
4184 (vc-sccs-check-headers): Simplify the regexp.
4185
4186 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4187 from vc-rcs-hooks.el. Don't require 'vc anymore.
4188 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4189 file-directory-p instead of file-exists-p.
4190
4191 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4192 from vc-cvs-hooks.el.
4193 (proto vc-cvs-registered): Require 'vc-cvs instead of
4194 'vc-cvs-hooks. Don't require 'vc anymore.
4195 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4196 file-directory-p instead of file-exists-p.
4197 (vc-cvs-create-snapshot): New function, replacing
4198 vc-cvs-assign-name.
4199 (vc-cvs-assign-name): Remove.
4200
42012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4202
4203 * vc-cvs.el (vc-cvs-header): New var.
4204
4205 * vc-rcs.el (vc-rcs-exists): Remove.
4206 (vc-rcs-header): New var.
4207
4208 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4209 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4210 (vc-sccs-header): New var.
4211
4212 * vc.el (vc-do-command): Get rid of the `last' argument.
4213 (vc-header-alist): Remove, replaced by vc-X-header.
4214 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4215 (vc-dired-hook): Use expand-file-name instead of concat.
4216 (vc-directory): Use file-name-as-directory.
4217 (vc-snapshot-precondition, vc-create-snapshot)
4218 (vc-retrieve-snapshot): Allow the command to operate on any
4219 directory.
4220
4221 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4222 just removing the 'WORKFILE argument or by removing the 'MASTER
4223 argument and replacing `file' with (vc-name file).
4224
42252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4226
4227 * vc.el: Update Copyright and add a crude list of backend funs.
4228 (vc-writable-p): New function.
4229 (with-vc-file): Use vc-writable-p.
7f8b6551 4230 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4231 (vc-register): Avoid vc-name.
4232 (vc-locking-user): Remove.
4233 (vc-steal-lock): Make the `owner' arg non-optional.
4234 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4235 vc-checkout-model.
4236 (vc-default-dired-state-info): Use vc-state instead of
4237 vc-locking-user and return special strings for special states.
4238 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4239 and get rid of one of the special CVS cases.
4240 (vc-cancel-version): prettify error message with \\[...].
4241 (vc-rename-master): New function.
4242 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4243 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4244 the CVS special case generic.
4245 (vc-default-record-rename): Remove.
4246 (vc-file-tree-walk-internal): Only call FUNC for files that are
4247 under control of some VC backend and replace `concat' with
4248 expand-file-name.
4249 (vc-file-tree-walk): Update docstring.
4250 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4251 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4252
4253 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4254 vc-sccs-record-rename. Use `find-file-noselect' rather than
4255 `find-file' and call `vc-rename-master' to do the actual move.
4256 (vc-sccs-diff): Remove unused `backend' variable.
4257
4258 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4259 to delay loading of vc-sccs until it is really used.
4260 (vc-sccs-master-templates): Preload.
4261 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4262 (vc-sccs-project-dir): Remove (merged into
4263 vc-sccs-search-project-dir).
4264 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4265 rather than `concat', make sure it is preloaded and don't bother
4266 to check that the file actually exists.
4267 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4268 `locks' argument (use buffer's content instead) and eliminate n^2
4269 behavior.
4270
4271 * vc-rcs.el: Update Copyright.
4272 (vc-rcs-rename-file): New function.
4273 (vc-rcs-diff): Remove unused `backend' variable.
4274
4275 * vc-hooks.el: Update Copyright.
4276 (vc-backend): Don't accept a nil argument any more.
4277 (vc-up-to-date-p): Turn into a defsubst.
4278 (vc-possible-master): New function.
4279 (vc-check-master-templates): Use `vc-possible-master' and allow
4280 funs in vc-X-master-templates to return a non-existent file.
4281
4282 * vc-cvs.el: Update Copyright.
4283 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4284 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4285
4286 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4287
42882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4289
4290 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4291 since it can be called from vc-rcs.el.
4292 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4293
42942000-09-04 Andre Spiegel <spiegel@gnu.org>
4295
4296 * vc.el (vc-version-diff): Expand file name read from the
4297 minibuffer. Handle the case when a previous version number can't
4298 be guessed. Give suitable messages when there were no differences
4299 found.
4300 (vc-clear-headers): Call backend-specific implementation, if one
4301 exists.
4302 (vc-cancel-version): Made error checks generic. When done, clear
4303 headers generically, too.
4304
4305 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4306 from vc-clear-headers in vc.el.
4307
4308 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4309 correctly.
4310 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4311 optional. Handle the case when it's not there.
4312
43132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4314
4315 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4316
43172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4318
4319 * vc-hooks.el (vc-loadup): Remove.
4320 (vc-find-backend-function): Use `require'. Also, handle the case
4321 where vc-BACKEND-hooks.el doesn't exist.
4322 (vc-call-backend): Cleanup.
4323
43242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4325
4326 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4327 vc-rcs-grab-templates)
4328 (vc-rcs-registered): Remove. The default function works as well.
4329 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4330 vc-sccs-grab-templates)
4331 (vc-sccs-registered): Remove. The default function works as well.
4332
4333 * vc.el (vc-version-diff): Left out a vc- in call to
4334 vc-call-backend.
4335 (vc-default-dired-state-info, vc-default-record-rename)
4336 (vc-default-merge-news): Update for the new backend argument.
4337
4338 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4339 using the default function.
4340 (vc-call-backend): If calling the default function, pass it the
4341 backend as first argument. Update the docstring accordingly.
4342 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4343 for the new backend argument.
4344 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4345 (vc-find-backend-function): Use the new name.
4346 (vc-default-registered): New function.
4347
43482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4349
4350 * vc.el (vc-merge): Use vc-find-backend-function.
4351
4352 * vc-hooks.el (vc-backend-functions): Remove.
4353 (vc-loadup): Don't setup 'vc-functions.
4354 (vc-find-backend-function): New function.
4355 (vc-call-backend): Use above fun and populate 'vc-functions
4356 lazily.
4357 (vc-backend-defines): Remove.
4358
43592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4360
4361 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4362 Call vc-call-backend without the leading vc-.
4363 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4364 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4365 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4366 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4367 Call vc-call-backend without the leading vc-.
4368
4369 * vc-cvs.el (tail): Provide vc-cvs.
4370 * vc-sccs.el (tail): Provide vc-sccs.
4371 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4372
4373 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4374 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4375 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4376 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4377 (vc-call-backend): Always try to load vc-X-hooks.
4378 (vc-registered): Remove vc- in call to vc-call-backend.
4379
43802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4381
4382 * vc.el (vc-process-filter): New function.
4383 (vc-do-command): Setup `vc-process-filter' for the async process.
4384 (vc-maybe-resolve-conflicts): New function to reduce
4385 code-duplication. Additionally, it puts the buffer in
4386 `smerge-mode' if applicable.
4387 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4388 calling `merge-news'.
7f8b6551 4389 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4390 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4391 interfacing to log-edit.el.
4392 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4393 log-edit is available.
4394 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4395
43962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4397
4398 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4399 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4400 defvar and the initialization.
4401 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4402
4403 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4404 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4405
7f8b6551 4406 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4407
44082000-09-04 Andre Spiegel <spiegel@gnu.org>
4409
4410 * vc.el (vc-file-clear-masterprops): Removed.
4411 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4412 (vc-version-diff): Use buffer-size without argument.
4413 (vc-register): Heed vc-initial-comment.
4414
4415 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4416 default branch.
4417
4418 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4419 file name and workfile version.
4420 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4421
4422 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4423 vc-file-clear-masterprops.
4424
4425 * vc-sccs.el (vc-sccs-checkout): Removed call to
4426 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4427 rather than user login name.
4428
4429
44302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4431
4432 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4433 `want-differences-if-changed' and simplify.
4434 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4435 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4436 output (which is invalid for async vc-diff) to decide whether to
4437 do the revert silently or not.
4438
44392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4440
4441 * vc-hooks.el (vc-loadup): Load files quietly.
4442 (vc-call-backend): Oops, brain fart.
4443
44442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4445
4446 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4447 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4448
44492000-09-04 Andre Spiegel <spiegel@gnu.org>
4450
4451 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4452 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4453 vc-state or vc-up-to-date-p.
4454 (vc-merge): Use vc-backend-defines to check whether merging is
4455 possible. Set state to 'edited after successful merge.
4456
4457 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4458 return that name. Redocumented.
4459
44602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4461
4462 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4463 new `vc-state' semantics.
4464 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4465 'vc-locking-user to the current user.
4466 (vc-merge): Inline vc-backend-merge. Comment out code that I
4467 don't understand and hence can't adapt to the new `vc-state' and
4468 `vc-locking-user' semantics.
4469 (vc-backend-merge): Remove.
4470
4471 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4472 rather than 'vc-locking-user.
4473
4474 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4475
4476 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4477 (vc-state): Don't use 'reserved any more. Just use the same
4478 convention as the one used for vc-<backend>-state where the
4479 locking user (as a string) is returned.
4480 (vc-locking-user): Update, based on the above convention. The
4481 'vc-locking-user property has disappeared.
7f8b6551 4482 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4483
4484 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4485 with a heuristic one.
4486 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4487 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4488 error. That allows us to get to 'needs-merge even in the
4489 stay-local case. There's still no way to detect 'needs-patch in
4490 such a setup (or to force an update for that matter).
4491 (vc-cvs-logentry-check): Remove, the default works as well.
4492
44932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4494
7f8b6551 4495 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4496
4497 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4498 major-mode in which the buffer might have been put earlier. Use
4499 `remove' and `when'. Allow `okstatus' to be `async' and use
4500 `start-process' in this case.
4501 (vc-version-diff): Handle the case where the diff looks empty
4502 because of the use of an async process.
4503
45042000-09-04 Andre Spiegel <spiegel@gnu.org>
4505
4506 * vc.el (vc-next-action-on-file): Removed optional parameter
4507 `simple'. Recompute state unconditionally.
4508 (vc-default-toggle-read-only): Removed.
4509
4510 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4511 (vc-toggle-read-only): Undid prev change.
4512
4513 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4514 vc-cvs-simple-toggle. Redocumented.
4515 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4516 (vc-cvs-toggle-read-only): Removed.
4517
45182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4519
7f8b6551 4520 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4521 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4522 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4523 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4524 still is. So maybe it should be removed.
4525 (vc-head-version, vc-find-binary): Remove.
4526 (vc-recompute-state): Move from vc-hooks.el.
4527 (vc-next-action-on-file): Add a `simple' argument to allow
4528 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4529 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4530 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4531 (vc-dired-mode-map): Properly defvar it.
4532 (vc-print-log): Call log-view-mode if available.
4533 (small-temporary-file-directory): defvar instead of use boundp.
4534 (vc-merge-news): Moved to vc-cvs.el.
4535 (vc-default-merge-news): New function.
4536
4537 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4538 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4539 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4540 unknown `vc-latest-version' function. It should probably refer to
4541 vc-workfile-version or somesuch, but it's very unclear to me and I
4542 don't have SCCS to test things.
4543
4544 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4545 (vc-sccs-state-heuristic): Fix typo.
4546 (vc-sccs-workfile-unchanged-p): Add missing argument.
4547
4548 * vc-rcs.el: Require vc and vc-rcs-hooks.
4549 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4550 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4551 (vc-release-greater-or-equal-p): Move from vc.
4552 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4553 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4554 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4555 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4556
4557 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4558 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4559 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4560 than the apparently unbound `workfile-version'.
4561
4562 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4563 (vc-file-prop-obarray): Use `make-vector'.
4564 (vc-backend-functions): Add new hookable functions
4565 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4566 (vc-loadup): If neither backend nor default functions exist, use
4567 the backend function rather than nil.
4568 (vc-call-backend): If the function if not bound yet, try to load
4569 the non-hook file to see if it provides it.
4570 (vc-call): New macro plus use it wherever possible.
4571 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4572 nor `vc-find-binary' since it's only called from
7f8b6551 4573 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4574 (vc-checkout-model): Fix parenthesis.
4575 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4576
7f8b6551 4577 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4578 (vc-cvs-release, vc-cvs-system-release): Remove.
4579 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4580 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4581 status symbols.
4582 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4583 (vc-cvs-toggle-read-only): First cut at a function to allow a
4584 cvs-status-free vc-toggle-read-only.
4585 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4586 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4587 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4588 (vc-cvs-checkout): Modify access rights directly if the user
4589 requested not to use `cvs edit'. And refresh the mode line.
4590
4591 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4592 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4593
45942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4595
4596 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4597 workfile' that got lost when the code was extracted from vc.el.
4598 And merged the tail with the rest of the code (not possible in the
4599 old vc.el where the tail was shared among all backends). And
4600 explicitly set the state to 'edited if `writable' is set.
4601
4602 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4603 (vc-cvs-state): Be careful to return the value from
4604 vc-cvs-parse-state.
4605 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4606 property but return it instead. Also be careful to handle a nil
4607 or "" `rev' when workfile is non-nil (it was handled properly when
4608 workfile was nil).
4609
4610 * vc.el: Removed those pesky unnecessary `(function' quotes.
4611 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4612 directly in the defvar.
4613 (vc-do-command): Bind inhibit-read-only so as to properly handle
4614 the case where the destination buffer has been made read-only.
4615 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4616 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4617 (vc-annotate-mode-variables): Removed (code moved partly to
4618 defvars and partly to vc-annotate-add-menu).
4619 (vc-annotate-mode): Turned into a derived-mode.
4620 (vc-annotate-add-menu): Moved in code in
4621 vc-annotate-mode-variables.
4622 (vc-update-change-log): Use make-temp-file if available.
4623
46242000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4625
4626 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4627 `vc-checkout-model' updated to `vc-cvs-update-model'.
4628
46292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4630
4631 * vc.el (vc-next-action-on-file): Added handling of state
4632 `unlocked-changes'.
4633 (vc-checkout-carefully): Is now practically obsolete, unless the
4634 above is too slow to be enabled unconditionally.
4635 (vc-update-change-log): Fixed typo.
4636
4637 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4638
7f8b6551
SM
4639 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4640 Now handles state `unlocked-changes'.
4641 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4642
4643 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4644
4645 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4646 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4647 `unlocked-changes'.
4648 (vc-rcs-workfile-unchanged-p): Renamed from
4649 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4650 function yet, but supposed to become one soon.
4651
4652 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4653 `vc-steal-lock'.
4654 (vc-call-backend): Changed error message.
4655 (vc-state): Added description of state `unlocked-changes'.
4656
46572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4658
4659 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4660 always return t in CVS-controlled directories.
4661
4662 * vc.el (vc-responsible-backend): New function.
4663 (vc-register): Largely rewritten.
4664 (vc-admin): Removed (implementation moved into vc-register).
4665 (vc-checkin): Redocumented.
4666 (vc-finish-logentry): If no backend defined yet (because we are in
4667 the process of registering), use the responsible backend.
4668
4669 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4670 Updated function lists.
4671 (vc-call-backend): Fixed typo.
4672
7f8b6551
SM
4673 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4674 New functions.
4675 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4676 Removed query option. Redocumented.
7a004b71
GM
4677
46782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4679
4680 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4681
4682 * vc.el: Updated callers of `vc-checkout-required' to use
4683 `vc-checkout-model'.
4684
46852000-09-04 Martin Lorentzson <martinl@gnu.org>
4686
4687 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4688 stuff updated to reference this function instead of the old
4689 `vc-backend-release-p'.
4690
46912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4692
4693 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4694 vc-checkout-model. Return appropriate values. Updated callers.
4695
46962000-09-04 Martin Lorentzson <martinl@gnu.org>
4697
7f8b6551 4698 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4699 (vc-backend-revert): Function moved into `vc-revert';
4700 `vc-next-action' must be updated to accomodate this change.
4701 (vc-backend-steal): Function moved into `vc-finish-steal'.
4702 (vc-backend-logentry-check): Function moved into
4703 `vc-finish-logentry'.
4704 (vc-backend-printlog): Function moved into `vc-print-log'.
4705 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4706 (vc-backend-assign-name): Function moved into
4707 `vc-create-snapshot'.
4708
47092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4710
4711 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4712 Rename to vc-checkout-model. Return appropriate values.
4713 Update callers.
7a004b71 4714
7f8b6551 4715 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4716 to vc-checkout-model.
7f8b6551
SM
4717 (vc-checkout-required): Rename to vc-checkout-model.
4718 Re-implement and re-comment.
7a004b71
GM
4719 (vc-after-save): Use vc-checkout-model.
4720
47212000-09-04 Martin Lorentzson <martinl@gnu.org>
4722
7f8b6551
SM
4723 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4724 Update to use the vc-BACKEND-diff functions instead.
4725 `vc-diff' is now working.
7a004b71 4726
7f8b6551 4727 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4728
7f8b6551 4729 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4730
4731 * vc-sccs.el (vc-sccs-diff): Function changed name from
4732 `vc-backend-diff'. This makes `vc-diff' work.
4733
7f8b6551 4734 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4735 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4736 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4737 signaled during `vc-after-save'.
4738
7f8b6551
SM
4739 * vc.el: Fix typo.
4740 This checkin is made with our new VC code base for the very first time.
4741 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4742
4743 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4744 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4745
4746 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4747 updated to `vc-uses-locking'.
7f8b6551 4748 (vc-checkout-required): Call to backend function.
7a004b71
GM
4749 `vc-checkout-required' updated to `vc-uses-locking' instead.
4750
4751 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4752 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4753
7f8b6551 4754 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4755 to match the split into various backends.
7f8b6551 4756 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4757 (vc-retrieve-snapshot): Bug fix.
4758
47592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4760
4761 * vc-sccs.el (vc-sccs-release): Doc fix.
4762
47632000-09-04 Martin Lorentzson <martinl@gnu.org>
4764
4765 * vc.el (vc-next-action-on-file): Bug found and fixed.
4766 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4767 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4768
4769 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4770 (vc-rcs-checkout): Name space cleaned up. No more revision number
4771 crunching function names that are not prefixed with vc-rcs.
4772 (vc-rcs-checkout-model): Function added. References to
4773 `vc-checkout-model' replaced.
4774
47752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4776
4777 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4778 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4779 still need to be split, and implemented for RCS).
4780
47812000-09-04 Martin Lorentzson <martinl@gnu.org>
4782
4783 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4784
4785 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4786 required by the vc.el file.
4787
4788 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4789 required by the vc.el file.
4790 (vc-rcs-exists): Function added.
4791
4792 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4793 required by the vc.el file.
4794
4795 * vc.el (vc-admin): Updated to handle selection of appropriate
4796 backend. Current implementation is crufty and need re-thinking.
4797
4798 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4799
48002000-09-04 Martin Lorentzson <martinl@gnu.org>
4801
4802 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4803 beginning of annotate buffers correctly.
4804
4805 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4806 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4807 functionality updated quite a lot to support multiple backends.
4808 Variables `vc-annotate-mode', `vc-annotate-buffers',
4809 `vc-annotate-backend' added.
4810
4811 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4812 `vc-annotate-difference' added to supported backend functions.
4813
48142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4815
4816 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4817 Use with-temp-file instead of /bin/sh. Merged from mainline
4818
48192000-09-04 Martin Lorentzson <martinl@gnu.org>
4820
4821 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4822
4823 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4824
4825 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4826
48272000-09-04 Martin Lorentzson <martinl@gnu.org>
4828
4829 * vc-hooks.el: vc-state-heuristic added to
4830 vc-backend-hook-functions.
4831
4832 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4833
4834 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4835
7f8b6551
SM
4836 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4837 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4838 state to `reserved'.
4839
4840 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4841 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4842
48432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4844
7f8b6551 4845 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4846 untouched.
4847
7f8b6551 4848 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4849
7f8b6551 4850 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4851 if defined. (Merged from main line, slightly adapted.)
4852
4853 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4854 millenium problem (merged from mainline).
4855
48562000-09-04 Martin Lorentzson <martinl@gnu.org>
4857
4858 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4859 part and moved the non-BACKEND stuff to vc.el.
4860
4861 * vc.el: Split the annotate feature into a BACKEND specific part
4862 and moved it from the vc-cvs.el file to this one.
4863
48642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4865
7f8b6551
SM
4866 * vc-hooks.el: Implement new state model.
4867 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4868 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4869 locked by somebody else.
7f8b6551 4870 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4871 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4872 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4873 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4874
7f8b6551
SM
4875 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4876 Various simplifications and adaptations all over the place.
7a004b71 4877
7f8b6551
SM
4878 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4879 Simplify and adapt the rest.
7a004b71 4880
7f8b6551 4881 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4882 interaction with view mode according to recent RCS change.
7f8b6551 4883 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4884
48852000-09-04 Martin Lorentzson <martinl@gnu.org>
4886
7f8b6551 4887 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4888
48892000-09-04 Martin Lorentzson <martinl@gnu.org>
4890
4891 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4892 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4893 (vc-minor-part, vc-previous-version): Functions that operate and
4894 compare revision numbers got proper documentation. Comments added
4895 about their possible removal.
4896
48972000-09-04 Martin Lorentzson <martinl@gnu.org>
4898
4899 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4900 the vc-backend.el files.
4901
4902 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4903
4904 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4905 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4906 (vc-rcs-previous-version): Functions added.
4907
4908 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4909
4910 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4911
49122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4913
4914 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4915 Comment out the definition for now. What is the right procedure
7a004b71
GM
4916 to get rid of it?
4917 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4918 rewritten.
7f8b6551 4919 (vc-default-registered): Remove.
7a004b71
GM
4920 (vc-check-master-templates): New function; does mostly what the
4921 above did before.
4922 (vc-locking-user): Don't rely on the backend to set the property.
4923
4924 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4925 Rewrite documentation.
7a004b71
GM
4926 (vc-rcs-templates-grabbed): New variable.
4927 (vc-rcs-grab-templates): New function.
7f8b6551 4928 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4929
4930 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4931 Rewrite documentation.
7a004b71
GM
4932 (vc-sccs-templates-grabbed): New variable.
4933 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4934 (vc-sccs-registered): Rewrite to use above mechanism.
4935 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4936 Don't throw the result, simply return it.
7a004b71 4937
7f8b6551
SM
4938 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4939 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4940 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4941
7f8b6551 4942 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4943 from main line.
4944
49452000-09-04 Martin Lorentzson <martinl@gnu.org>
4946
7f8b6551 4947 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4948
7f8b6551 4949 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4950
7f8b6551
SM
4951 * vc-rcs.el (vc-rcs-diff): New function.
4952 (vc-rcs-checkout): Bug (typo) found and fixed.
4953 (vc-rcs-register-switches): New variable.
7a004b71
GM
4954
4955 * vc.el (vc-backend-diff): Function removed and placed in the
4956 backend files.
4957
49582000-09-04 Martin Lorentzson <martinl@gnu.org>
4959
4960 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4961
4962 * vc.el (vc-backend-checkout): Function removed and replaced in
4963 the vc-backend.el files.
4964
4965 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4966
4967 * vc.el (vc-backend-admin): Removed and replaced in the
4968 vc-backend.el files.
4969
4970 * vc.el (Martin): Removed all the annotate functionality since it
4971 is CVS backend specific.
4972
49732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4974
4975 * spec.txt: Added specification of vc-state.
4976
4977 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4978 Remove handling of vc-latest-version and
7a004b71
GM
4979 vc-your-latest-version. What used to be vc-latest-version, is now
4980 returned as vc-workfile-version.
7f8b6551 4981 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4982
49832000-09-04 Dave Love <fx@gnu.org>
4984
4985 * vc.el: [Merged from mainline.]
4986 (vc-dired-mode): Make the dired-move-to-filename-regexp
4987 regexp match the date, to avoid treating date as file size.
4988 Add YYYY S option to WESTERN/
4989
49902000-09-04 Dave Love <fx@gnu.org>
4991
4992 * vc.el: Require `compile' when compiling.
4993 (vc-logentry-check-hook): New option.
4994 (vc-steal-lock): Use compose-mail.
4995 (vc-dired-mode-map): Defvar when compiling.
4996 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4997 vc-sccs.el and renamed. Callers changed.
4998 (vc-backend-checkout, vc-backend-logentry-check)
4999 (vc-backend-merge-news): Doc fix.
5000 (vc-default-logentry-check): New function.
5001 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5002 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5003 (vc-backend-merge): Doc fix. Use backend functions.
5004 (vc-check-headers): Use backend functions.
5005
5006 * vc-cvs.el: Require vc when compiling.
5007 (vc-cvs-register-switches): Doc fix.
5008 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5009 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5010 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5011 New functions (code from vc.el).
5012 (vc-annotate-display-default): Fix interactive spec.
5013 (vc-annotate-time-span): Doc fix.
5014
5015 * vc-rcs.el: Require vc when compiling.
5016 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5017 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5018 (vc-rcs-checkin): New functions (code from vc.el).
5019 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5020 Doc fix.
5021 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5022
5023 * vc-sccs.el: Require vc when compiling.
5024 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5025 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5026 (vc-sccs-revert)
5027 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5028 from vc.el).
5029 (vc-sccs-add-triple, vc-sccs-record-rename)
5030 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5031 (vc-sccs-admin): Doc fix.
5032
50332000-09-04 Martin Lorentzson <martinl@gnu.org>
5034
5035 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5036 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5037 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5038 from vc.el.
5039
5040 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5041
5042 * vc-cvs.el: Moved the annotate functionality from vc.el.
5043 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5044
50452000-09-04 Dave Love <fx@gnu.org>
5046
5047 * vc.el (vc-backend-release): Call vc-system-release.
5048
5049 * vc-sccs.el (vc-sccs-system-release):
5050 Renamed from vc-sccs-backend-release.
5051
5052 * vc-rcs.el (vc-rcs-system-release):
5053 Renamed from vc-rcs-backend-release.
5054
5055 * vc-cvs.el (vc-cvs-system-release):
5056 Renamed from vc-cvs-backend-release.
5057
50582000-09-04 Dave Love <fx@gnu.org>
5059
5060 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5061 backend files.
5062 (vc-backend-release): Dispatch to backend functions.
5063 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5064 probably needs attention.]
5065
5066 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5067 (vc-sccs-backend-release): New function.
5068
5069 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5070 (vc-cvs-backend-release): New function.
5071
5072 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5073 Doc fix.
5074 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5075 (vc-default-dired-state-info): New function.
5076 (vc-dired-state-info): Dispatch to backends.
5077 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5078
5079 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5080 from vc.el and renamed.
5081
50822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5083
5084 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5085 (vc-version-other-window, vc-backend-assign-name): Removed
5086 references to vc-latest-version; sometimes changed into
5087 vc-workfile-version.
5088
5089 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5090 vc-rcs-master-workfile-version.
5091 (vc-rcs-workfile-version): Use the above. Don't call
5092 vc-latest-version (that was unreachable code, anyway).
5093 (vc-rcs-fetch-master-properties): Doc fix.
5094
5095 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5096 (vc-backend-hook-functions): Removed them from this list, too.
5097 (vc-fetch-properties): Removed.
5098 (vc-workfile-version): Doc fix.
5099
5100 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5101 (vc-rcs-workfile-version, vc-rcs-locking-user)
5102 (vc-rcs-uses-locking): Use it.
5103
5104 * vc-hooks.el (vc-consult-rcs-headers):
5105 Moved into vc-rcs-hooks.el, under the name
5106 vc-rcs-consult-headers.
5107
5108 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5109 headers.
5110 (vc-cvs-find-master): Use this name only; correct different
5111 versions of the name.
5112
5113 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5114 New functions.
5115 (vc-sccs-locking-user): Use the latter.
5116
5117 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5118 New functions.
5119
5120 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5121 Moved into both
5122 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5123 functions are implementation details of those two backends.
5124
51252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5126
5127 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5128 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5129
5130 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5131 (vc-sccs-parse-locks): SCCS-specific code moved here from
5132 vc-hooks.
5133
5134 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5135 code moved here from vc-hooks.
5136
5137 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5138 into back-end specific parts and removed. Callers not updated
5139 yet; because I guess these callers will disappear into back-end
5140 specific files anyway.
5141
51422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5143
5144 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5145 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5146 `vc-uses-locking'.
5147
5148 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5149 Store yes/no in the property, and return t/nil. Updated all
5150 callers.
5151
5152 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5153 vc-sccs-uses-locking. Don't set property.
5154 (vc-sccs-locking-user): Don't set property.
5155
5156 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5157 vc-cvs-uses-locking. Don't set property here; leave that to
5158 vc-hooks.
5159 (vc-cvs-locking-user): Reflect above change. Streamlined.
5160
5161 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5162 vc-rcs-uses-locking.
5163 (vc-rcs-locking-user): Reflect above change.
5164
51652000-09-04 Dave Love <fx@gnu.org>
5166
5167 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5168
5169 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5170
5171 * vc-hooks.el (vc-checkout-model): Punt to backends.
5172
5173 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5174
5175 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5176
5177 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5178 New functions.
5179
5180 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5181 New functions.
5182
5183 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5184 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5185
5186 * vc-hooks.el (vc-default-locking-user): New function.
5187 (vc-locking-user, vc-workfile-version): Punt to backends.
5188
51892000-09-04 Dave Love <fx@gnu.org>
5190
5191 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5192 (vc-master-workfile-version): Moved from vc-hooks.
5193
5194 * vc-rcs-hooks.el: Fix duplicate code in last change.
5195
5196 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5197 (vc-rcs-master-templates): Improve :type.
5198 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5199 vc-master-workfile-version): Moved from vc-hooks.
5200
5201 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5202 (vc-sccs-master-templates): Improve :type.
5203 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5204
5205 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5206
5207 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5208 (vc-cvs-master-templates): Improve :type. Use
5209 vc-cvs-find-cvs-master.
5210 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5211 from vc-hooks.
5212 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5213
5214 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5215 Moved to vc-cvs-hooks.
5216
5217 * vc-hooks.el: Add doc strings in various places. Simplify the
5218 minor mode setup.
5219 (vc-handled-backends): New user variable.
5220 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5221 simplification.
5222
52232000-09-04 Dave Love <fx@gnu.org>
5224
5225 * vc.el: Some doc fixes for autoloaded and interactive functions.
5226 Fix compilation warnings from ediff stuff.
5227 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5228
5229 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5230
5231 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5232
5233 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5234
52352000-09-04 Dave Love <fx@gnu.org>
5236
5237 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5238 New variable.
5239 (vc-make-backend-function, vc-loadup, vc-call-backend)
5240 (vc-backend-defines): New functions.
5241
5242 * vc-hooks.el: Various doc fixes.
5243 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5244 (vc-match-substring): Function removed. Callers changed to use
5245 match-string.
5246 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5247 Simplify.
5248
52492000-09-04 Dave Love <fx@gnu.org>
5250
5251 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5252 type.
5253 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5254 (vc-sccs-registered): Doc fix.
5255
5256 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5257 (vc-cvs-registered): Doc fix.
5258
5259 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5260 (vc-rcs-registered): Doc fix.
5261
52622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5263
5264 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5265
5266 * vc-hooks.el: vc-registered has been renamed
5267 vc-default-registered. Some functions have been moved to the
5268 backend specific files. they all support the
5269 vc-BACKEND-registered functions.
5270
52712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5272
5273 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5274
5275 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5276
a033ea13
DL
52772000-09-04 Dave Love <fx@gnu.org>
5278
179fc9ef
DL
5279 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5280 menu-bar-update-hook.
5281
5282 * help.el (help-manyarg-func-alist): Add
5283 find-operation-coding-system.
5284
a033ea13
DL
5285 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5286
5287 * custom.el (custom-set-variables): Print message about errors in
5288 setting.
5289
f8803e97
AI
52902000-09-03 Andrew Innes <andrewi@gnu.org>
5291
5292 * makefile.w32-in: Change to DOS line endings.
5293
59836110
EZ
52942000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5295
5296 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5297 minor-mode keymaps, if they don't have one.
5298
5514ba5c
EZ
52992000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5300
5301 * eshell/esh-module.el (eval-when-compile): Don't lose if
5302 esh-module.el's file name is truncated to DOS 8+3 limits.
5303
79cf8e80
JW
53042000-09-01 John Wiegley <johnw@gnu.org>
5305
5306 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5307 predicate, which caused entries in the completion list to be
5308 doubled.
5309
53102000-08-30 John Wiegley <johnw@gnu.org>
5311
5312 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5313 sending to subprocesses. Also, hook pre-command-hook if
5314 `eshell-send-direct-to-subprocesses' is non-nil.
5315 (eshell-send-direct-to-subprocesses): New config variable. If t,
5316 subprocess input is send immediately.
5317 (eshell-toggle-direct-send): New function.
5318 (eshell-self-insert-command): New function.
5319 (eshell-intercept-commands): New function.
5320 (eshell-send-input): If direct subprocess sending is enabled,
5321 don't echo any input to the Eshell buffer. Let the subprocess
5322 handle that. This requires "stty echo" in bash, for example.
5323
53242000-08-28 John Wiegley <johnw@gnu.org>
5325
5326 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5327 completion function for Eshell's implementation of `unset'.
5328
778911b9
EZ
53292000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5330
5331 * info.el (Info-directory-list): Doc fix.
5332
05d07b49
PB
53332000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5334
9b4a7800 5335 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5336 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5337
9941d4c7
KH
53382000-08-31 Kenichi Handa <handa@etl.go.jp>
5339
5340 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5341 coding systems.
5342
af9ba8ad
AI
53432000-08-30 Andrew Innes <andrewi@gnu.org>
5344
5345 * timer.el (run-with-idle-timer): Undo last change, so that timer
5346 is not activated immediately if Emacs is already idle. Some
5347 existing code relies on this behaviour.
5348
caccd8f2
MB
53492000-08-30 Miles Bader <miles@gnu.org>
5350
5351 * frame.el (set-frame-font): Do completion of font-name for
5352 interactive use.
5353
b64c0a1c
KH
53542000-08-30 Kenichi Handa <handa@etl.go.jp>
5355
5356 * international/quail.el (quail-start-translation): Bind locally
5357 last-command-event, last-command, and this-command.
5358 (quail-start-conversion): Likewise.
75cf0095 5359 (quail-self-insert-command): Fix docstring.
b64c0a1c 5360
fd5f61d3
GM
53612000-08-29 Gerd Moellmann <gerd@gnu.org>
5362
5363 * progmodes/executable.el
5364 (executable-make-buffer-file-executable-if-script-p): Check that
5365 buffer contains at least 2 characters.
5366
5b671d04
EZ
53672000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5368
5369 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5370
485d9513
DL
53712000-08-29 Dave Love <fx@gnu.org>
5372
a39fb83d
DL
5373 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5374 (diff-mode-shared-map): Bind mouse-2.
5375 (diff-imenu-generic-expression): New variable.
5376 (diff-mode): Use it.
5377
485d9513
DL
5378 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5379 (mouse-popup-menubar): Add minor mode menus.
5380 (popup-menu): Check for lookup-key returning number.
5381
ba3478d9
MB
53822000-08-29 Miles Bader <miles@gnu.org>
5383
5384 * comint.el (comint-send-input): Create overlays using the proper
5385 front/read-advance arguments.
9b4a7800 5386
c3d6d211
GM
53872000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5388
5389 * ps-print.el: Even/odd pages printing. Doc fix.
5390 (ps-print-version): New version number (6.0).
5391 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5392 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5393 (ps-print-duplex-feature): Variable eliminated.
5394 (ps-even-or-odd-pages): New variable.
5395
ba087cd7 5396 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5397 (ebnf-version): New version (3.3).
5398 (ebnf-user-arrow): Change variable customization to sexp.
5399 (ebnf-user-arrow): Function eliminated.
5400 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5401
d313265f
KH
54022000-08-29 Kenichi Handa <handa@etl.go.jp>
5403
cba62b78 5404 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5405 (help-make-xrefs): Handle help-xref-mule-regexp.
5406
5407 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5408 variable.
5409 (describe-input-method): Temporarily activate the specfied input
5410 method to display the information.
5411 (describe-language-environment): Hyperlinks to mule related items.
5412
5413 * international/mule-diag.el (charset-multibyte-form-string): New
5414 function.
5415 (list-character-sets-1): Use charset-multibyte-form-string.
5416 (describe-character-set): New function.
5417 (describe-coding-system): Hyperlinks to safe character sets.
5418
5419 * international/quail.el (quail-help): New arg PACKAGE.
5420 Hyperlinks to mule related items.
5421 (quail-help-insert-keymap-description): Use
5422 substitute-command-keys instead of describe-bindings.
5423 (quail-translation-help): Hyperlinks to mule related items.
5424
b4bd214e
JW
54252000-08-28 John Wiegley <johnw@gnu.org>
5426
ca7aae91
JW
5427 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5428 have a defsubst call itself. Made `eshell-flatten-list' back into
5429 a function again.
5430
b4bd214e
JW
5431 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5432 catch, in case re-centering point at bottom messes up the display.
5433 This happens frequently in Emacs 21, due I believe to variable
5434 line heights.
5435
5436 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5437 to call `find-tag-interactive'.
5438
5439 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5440 the list of remember directories.
5441
d44e146b
JW
54422000-08-28 John Wiegley <johnw@gnu.org>
5443
5444 * align.el: Test align-region-separate to see if it's a symbol.
5445
546c0888 54462000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5447
5448 * eshell/esh-util.el (eshell-flatten-list): Made this function
5449 into a defsubst form. It gets used very frequently, although
5450 calls don't occur all that often.
5451
5452 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5453 examining it.
5454
5455 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5456 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5457 `eshell-protect'.
5458 (eshell-copy-handles): Created a new macro for duplicating the
5459 current set of open handles. This is needed by the looping
5460 functions.
5461 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5462 is not incorrectly stomped on.
5463
5464 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5465 declaration for pcomplete-use-paring.
5466 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5467 value of eshell-cmpl-use-paring.
5468 * pcomplete.el (pcomplete-use-paring): New config variable, to
5469 indicate whether paring should be used.
5470 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5471 completion alternatives that have already been used.
5472
5473 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5474 bound to C-c C-y, which will repeat the previous N arguments
5475 (based on prefix argument).
5476 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5477
5478 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5479 if there is no *Help* buffer. This is for XEmacs, which renames
5480 its help buffers uniquely. TODO: Find out what the current buffer
5481 name to delete is.
5482
5483 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5484 first entry that correlates to a passwd/group number. Later
5485 entries (used for group/user name aliasing to multiple IDs) are
5486 ignored.
5487
9b4a7800
TTN
5488 * eshell/em-xtra.el (eshell/expr):
5489 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5490 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5491 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5492 argument list, before passing it to the system command.
5493
5494 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5495 `find-tag' for use at final position in Eshell buffers (which
5496 otherwise triggers an error on Emacs 21).
5497 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5498 buffer, if it is currently bound to `find-tag'.
5499
5500 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5501 in the list of matched Makefile names.
5502 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5503 directory, prefer its contents to Makefile.
5504
5505 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5506 directory parts (like "cd old new", or "cd =regexp"), are now case
5507 sensitive on non-Windows/DOS platforms.
5508
5509 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5510 types RET after an open delimiter (like "), display a message
5511 indicating that Eshell is waiting for the closing delimiter.
5512
5513 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5514 environment variables.
5515
5516 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5517 gracefully if the user enters incorrect arguments.
5518
5519 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5520 Eshell buffers.
5521
9b4a7800
TTN
5522 * eshell/esh-var.el (eshell-interpolate-variable):
5523 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5524 * eshell/em-unix.el (eshell-du-sum-directory):
5525 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5526 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5527 (not (= ...)).
5528
5529 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5530 to ensure the `preserve' flag gets propagated when doing recursive
5531 directory copies.
5532
546c0888 55332000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5534
5535 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5536 Don't convert \n into \0177 in memory.
5537 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5538 and back again, when reading and writing.
9b4a7800 5539
546c0888 55402000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5541
5542 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5543 testing of `fboundp' on `processp'.
5544
5545 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5546 (eshell/jobs): Don't call process-list if it is not bound.
5547 (eshell-gather-process-output): Support systems where async
5548 subprocesses aren't supported.
5549 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5550 variables.
5551
5552 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5553 eshell-do-eval returns t.
5554 (eshell-do-pipelines-synchronously): New defmacro.
5555 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5556 when async subprocesses aren't supported.
5557 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5558 if async subprocesses aren't supported.
5559 (eshell-resume-command): Don't assume STATUS is a string.
5560
5561 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5562
5563 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5564 (eshell-close-target, eshell-get-target): Use eshell-processp.
5565 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5566 fix.
5567 (eshell-get-target, eshell-create-handles): Doc fix.
5568
546c0888 55692000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5570
546c0888 5571 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5572 criterion to include commands that output something, as long as it
5573 leaves both the command and the end-of-buffer visible when the
5574 command has exited.
5575 (eshell-review-quick-commands): Adjust the help doc string
5576 accordingly.
5577
2a371c3b
PB
55782000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5579
8348e1f9 5580 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5581 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5582
9b4a7800 5583 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5584 (file-cache-assoc-function): New variable
5585 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5586 Use file-cache-case-fold-search variable
5587 (file-cache-add-file): Use file-cache-assoc-function
5588 (file-cache-delete-file): likewise
5589 (file-cache-directory-name): likewise
5590 (file-cache-debug-read-from-minibuffer): likewise
5591
95931eb1
GM
55922000-08-28 Gerd Moellmann <gerd@gnu.org>
5593
5594 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5595 (abbrev-table-name): New function.
5596 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5597 If non-nil list local abbrev, only.
5598
bb17930d
GM
55992000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5600
546c0888
EZ
5601 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5602 from Gnus support code, and use special article copy buffer
bb17930d
GM
5603 `(gnus-original-article-buffer)' instead. This allows to get rid
5604 of article-hide-headers usage (which breaks in the latest Gnus
5605 version). Thanks to Detlev Zundel.
5606
41a68aef
KH
56072000-08-28 Kenichi Handa <handa@etl.go.jp>
5608
5609 * international/quail.el (quail-use-package): Hide "... loaded"
5610 message.
5611 (quail-start-translation, quail-start-conversion): Likewise.
5612
5613 * international/kkc.el (kkc-region): Hide "... loaded" message.
5614
28bb2cef
DL
56152000-08-27 Dave Love <fx@gnu.org>
5616
5617 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5618
11a1118d
MB
56192000-08-27 Miles Bader <miles@gnu.org>
5620
5621 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5622
0f85d477
KH
56232000-08-27 Kenichi Handa <handa@etl.go.jp>
5624
5625 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5626 'ja-dic-cnv), not (require 'skkdic-cnv).
5627
2d73e8d3
MB
56282000-08-26 Miles Bader <miles@gnu.org>
5629
a0e5a5a4
MB
5630 * faces.el (face-x-resources): Add entry for :inherit.
5631 * cus-face.el (custom-face-attributes): Add support for :inherit
5632 attribute. Add support for relative face heights.
5633 (custom-face-attributes-get): Treat `nil' as being a default value
5634 for :inherit (as well as `unspecified').
5635
19feb949
MB
5636 * faces.el (set-face-attribute): Update doc string.
5637 (face-attribute-name-alist): Add :inherit.
5638 (face-valid-attribute-values): Handle :inherit.
5639 (face-read-string): Rephrase prompt to be less confusing.
5640 Assume that DEFAULT is a string, since we must return a string.
5641 (face-read-integer): Use `format' to turn DEFAULT into an
5642 acceptable default for face-read-string. Match NEW-VALUE against
5643 the string "unspecified", not the symbol `unspecified', since
5644 that's what face-read-string returns.
5645 (read-face-attribute): Lookup a name for old-value in valid, and
5646 use it as a default if we find one. Treat all values from
5647 face-read-string as strings. If the default is used, don't do any
5648 more processing on the value, just use the old value directly.
5649 (read-face-and-attribute, modify-face): Tweak prompt.
5650 (read-face-name): Don't assume prompt ends with a space.
5651
2d73e8d3
MB
5652 * faces.el (describe-face): Add support for :inherit attribute.
5653
a1a2e38f
KH
56542000-08-25 Kenichi Handa <handa@etl.go.jp>
5655
e84fa7c5
KH
5656 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5657 concat doesn't accept interger.
5658
a1a2e38f
KH
5659 * international/kkc.el: Remove SKK from Keywords. Require
5660 ja-dic-utl instead of skkdic-utl.
5661
5662 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5663 Provide ja-dic-cnv instead of skkdic-cnv.
5664 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5665 (iso-2022-7bit-short): Add safe-charsets property.
5666 (skkdic-convert-postfix): Search Japanese chou-on character in
5667 addition to Hiragana character.
5668 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5669 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5670 (batch-skkdic-convert): Likewise.
5671
5672 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5673 Provide ja-dic-utl instead of skkdic-utl.
5674 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5675
f6499c03
DL
56762000-08-24 Dave Love <fx@gnu.org>
5677
1c2c3f16
DL
5678 * disp-table.el (standard-display-default): Make the test of `l'
5679 useful.
5680
f6499c03
DL
5681 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5682 mod sample text.
5683
5684 * international/iso-ascii.el: Make pilcrow convenient string
5685 consistent with section.
5686 (iso-ascii-display): Set up multibyte characters as well as
5687 unibyte.
5688
c543db81
KH
56892000-08-24 Kenichi Handa <handa@etl.go.jp>
5690
5691 * international/mule-cmds.el (reset-language-environment): Set
5692 default-process-coding-system to '(undecided . iso-latin-1), which
5693 makes process I/O almost consistent with file I/O. Call this
5694 function when mule-cmds.el[c] is loaded.
5695
746d9caf
AI
56962000-08-22 Andrew Innes <andrewi@gnu.org>
5697
5698 * makefile.w32-in: New file.
5699
5484005d
MB
57002000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5701
5702 * comint.el (comint-output-filter): Compare end of
5703 comint-last-output-overlay with the start of the newly inserted
5704 text, not the end, when deciding whether to extend it.
9b4a7800 5705 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5706
5707 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5708 since this is now done independently of font-lock mode.
5709
7a912f63
GM
57102000-08-21 Gerd Moellmann <gerd@gnu.org>
5711
5712 * server.el (server-kill-new-buffers): New user option.
5713 (server-existing-buffer): New buffer-local variable.
5714 (server-visit-files): When using an existing buffer, set
5715 server-existing-buffer to t.
5716 (server-buffer-done): If server-kill-new-buffers is t, kill the
5717 buffer, unless it was already present before visiting it with
5718 Emacs server.
9b4a7800 5719
240301df
EZ
57202000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5721
5722 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5723 even if the display doesn't support colors: some displays will
5724 support bold/underline faces.
5725
cbcef616
GM
57262000-08-21 Gerd Moellmann <gerd@gnu.org>
5727
6917e6bb
GM
5728 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5729
cbcef616
GM
5730 * startup.el (command-line): If user's init file had an error,
5731 add explanatory text to *Messages*.
5732
6922b018
KH
57332000-08-21 Kenichi Handa <handa@etl.go.jp>
5734
5735 * man.el (Man-getpage-in-background): Decode the process output by
5736 the system locale coding system.
5737
e50c4203
DL
57382000-08-20 Dave Love <fx@gnu.org>
5739
96ab6351
DL
5740 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5741 Don't test x-popup-menu.
5742 (function) <complete-function>: Complete only fbound symbols.
5743 <validate, value>: New.
5744 (variable) <complete-function>: Complete only bound symbols.
5745 (coding-system): Add :base-only, :complete-function, :validate,
5746 :value, :prompt-match.
5747 (widget-coding-system-prompt-value): Use read-coding-system and
5748 act on :base-only.
5749 (editable-field): Add :help-echo.
5750 (widget-push-button-gui, widget-push-button-cache)
5751 (widget-gui-action, widget-editable-list-gui): COmment out, along
5752 with uses.
5753 (widget-at): Make arg optional.
5754 (widget-echo-help): Adjust for current help-echo calling sequence.
5755 (widget-specify-field, widget-specify-button)
5756 (widget-specify-insert, widget-get-sibling, widget-image-find)
5757 (widget-convert, widget-insert, widget-leave-text)
5758 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5759 (widget-setup, widget-field-find, widget-before-change)
5760 (widget-after-change, widget-default-complete)
5761 (widget-default-create, widget-default-delete)
5762 (widget-push-button-value-create, editable-field)
5763 (widget-field-prompt-value, widget-field-validate)
5764 (widget-choice-value-create, widget-choice-action)
5765 (widget-choice-validate, widget-checklist-add-item)
5766 (widget-radio-add-item, widget-radio-chosen)
5767 (widget-radio-value-inline, widget-editable-list-value-create)
5768 (widget-editable-list-entry-create)
5769 (widget-documentation-link-add)
5770 (widget-documentation-string-value-create)
5771 (widget-regexp-validate, widget-file-complete)
5772 (widget-sexp-validate, widget-plist-convert-widget)
5773 (widget-plist-convert-widget, widget-alist-convert-widget)
5774 (widget-alist-convert-widget, widget-color-complete): Simplify,
5775 particularly to avoid bindings which aren't optimized out.
5776
e50c4203
DL
5777 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5778 Doc fix.
5779 (down-list, backward-up-list, up-list, kill-sexp)
5780 (backward-kill-sexp, mark-sexp): Make arg optional.
5781 (lisp-complete-symbol): Add optional arg PREDICATE.
5782
5783 * cus-start.el: Add display-buffer-reuse-frames,
5784 file-coding-system-alist.
5785
511bd4eb
GM
57862000-08-20 Gerd Moellmann <gerd@gnu.org>
5787
5788 * startup.el (command-line): Clear realized faces after
5789 modifying TTY color mappings.
5790
a9de7d29
MB
57912000-08-20 Miles Bader <miles@gnu.org>
5792
5793 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5794 merely a subset of FACE's attributes.
5795
8a8023d9
MB
57962000-08-19 Miles Bader <miles@gnu.org>
5797
5798 * comint.el (comint-output-filter): Save the point with a marker,
5799 not just a buffer position.
5800
5801 * international/mule.el (set-buffer-process-coding-system): Make
5802 interactive prompt less confusing.
5803
1433385f
GM
58042000-08-19 Gerd Moellmann <gerd@gnu.org>
5805
5806 * hilit-chg.el: General cleanup of doc strings, comments and
5807 code formatting.
5808
136b4eda
MB
58092000-08-19 Miles Bader <miles@gnu.org>
5810
5811 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5812 Compiler macro removed; beginning-of-line is no longer always
5813 equivalent to forward-line, in the presence of fields.
5814
5815 * comint.el (comint-output-filter): Remove ad-hoc saving of
5816 restriction, and just use save-restriction, now that it works
5817 correctly. Don't adjust comint-last-input-start to account for
5818 our insertion; it shouldn't have moved because we don't use
5819 insert-before-markers anymore. Comment out call to
5820 `force-mode-line-update'; why is it here?
5821
5822 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5823 while checking for prompt to delete. Use `forward-line 0'
5824 instead of beginning-of-line.
5825 (gud-filter): Temporarily widen gud comint buffer while
5826 examining output.
5827
cdd0f857
SM
58282000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5829
ebf96bfa
SM
5830 * progmodes/sh-script.el: Big bag of typos.
5831
cdd0f857
SM
5832 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5833 check since ispell-process is not bound when ispell is not yet loaded.
5834
9bb7a286
DL
58352000-08-18 Dave Love <fx@gnu.org>
5836
5837 * image.el (find-image): Copy `spec' before using plist-put.
5838
74ec6045
GM
58392000-08-18 Gerd Moellmann <gerd@gnu.org>
5840
5841 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5842 `portugues'.
5843
5844 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5845 backward-kill-sexp, analogous to kill-sexp.
5846
5847 * progmodes/icon.el (icon-indent-line)
5848 (icon-is-continuation-line): Handle comments specially.
5849
58502000-08-17 Ken Stevens <k.stevens@ieee.org>
5851
5852 * ispell.el: Set to standard author/maintainer/keyword fields.
5853 Fine tuning to menu map appearance and operation, and added help.
5854 Remove `start' and `end' error messages when compiling.
5855 (ispell-choices-win-default-height): Fixed comment string.
5856 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5857 castellano8 dictionaries.
5858 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5859 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5860 dictionary, added italiano dictionary.
5861 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5862 word character
5863 (ispell-tex-skip-alists): Added psfig support.
5864 (ispell-skip-html): Renamed from ispell-skip-sgml.
5865 (ispell-begin-skip-region-regexp, ispell-skip-region)
5866 (ispell-minor-check): Improved html skipping support to skip across
5867 code, and recognize `&' commands without propper `;' syntax;
5868 (ispell-process-line): Fix alignment error when manually
5869 correcting spelling.
5870 (ispell): Fix comment string.
5871 (ispell-add-per-file-word-list): Always put word list on new line.
5872
3787e12e
GM
58732000-08-17 Gerd Moellmann <gerd@gnu.org>
5874
a7b28523
GM
5875 * format.el (format-encode-run-method): Fix error message to say
5876 `encode' instead of `decode'. Use save-window-excursion around
5877 shell-command-on-region as in format-decode-run-method because
5878 shell-command-on-region can display a buffer with error output.
5879 (format-decode): Don't record undo information for the decoding.
5880 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5881 that number part of the temporary buffer name so that more than
5882 one decoding using a temporary buffer can happen safely.
5883
5884 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5885 of `A-z' in the regexp.
5886
5887 * hilit-chg.el: Fix typos in commentary.
5888
3787e12e
GM
5889 * help.el (view-emacs-news): Rewritten for new naming scheme
5890 for old NEWS files.
5891
5892 * startup.el (command-line): Pop to *Messages* in case an error
5893 is signaled while loading user-init-file.
5894
d2473540
AS
58952000-08-17 Andreas Schwab <schwab@suse.de>
5896
5897 * files.el (insert-directory): Don't lose original file name,
5898 undoing an undocumented change.
5899
c0bbaf57
GM
59002000-08-17 Alex Schroeder <alex@gnu.org>
5901
5902 * sql.el (sql-magic-go): Use comint-bol.
5903 (sql-copy-column): Use comint-line-beginning-position.
5904 (comint-line-beginning-position): Define a replacement for
5905 comint-line-beginning-position if it is not fboundp.
5906
59072000-08-17 Alex Schroeder <alex@gnu.org>
5908
5909 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5910 it didn't have any effect anyway.
5911
59122000-08-17 Alex Schroeder <alex@gnu.org>
5913
5914 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5915 --pset and pager=off instead of sending \\o|cat at the beginning
5916 of the session.
5917
9d245da5
MB
59182000-08-17 Miles Bader <miles@gnu.org>
5919
5920 * progmodes/octave-inf.el: Add compatibility definition of
5921 comint-line-beginning-position.
5922
abfdbd2e
KH
59232000-08-17 Kenichi Handa <handa@etl.go.jp>
5924
5925 * startup.el (normal-top-level): Look in each dir in load-path for
5926 a leim-list.el file too. This assures of loading leim-list.el
5927 that is created at Emacs installation time even if a user have his
5928 own leim-list.el.
5929
a0b8c939
MB
59302000-08-17 Miles Bader <miles@gnu.org>
5931
5932 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5933 foreground color to black if the background is dark.
5934
7382bcae
SM
59352000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5936
5937 * loadhist.el (unload-feature): Typo.
5938
9b4a7800 5939 * finder.el (finder-compile-keywords):
7382bcae
SM
5940 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5941 to the generated file.
5942
5943 * mail/mh-e.el (mh-make-local-vars):
5944 Replace make-variable-buffer-local with make-local-variable.
5945
cdd0f857 5946 * play/landmark.el:
7382bcae 5947 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5948 * mail/mailabbrev.el (mail-abbrevs-mode):
5949 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5950 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5951
5952 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5953
5954 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5955 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5956 Allow going past the last element.
9b4a7800 5957 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5958 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5959 (cvs-mouse-toggle-mark): Don't move point.
5960 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5961
5962 * progmodes/compile.el (grep): Provide a default set of files.
5963 (next-error): Docstring fix.
5964 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5965
5966 * emacs-lisp/easy-mmode.el (define-minor-mode):
5967 Use `symbol-value' to keep the byte-compiler quiet.
5968
5969 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5970 (diff-find-source-location): New fun, extracted from diff-goto-source.
5971 (diff-goto-source): Use it.
5972 (diff-next-complex-hunk, diff-filter-lines): New function.
5973 (diff-apply-hunk): New command.
5974
5975 * smerge-mode.el (smerge-mode-menu): Doc fix.
5976
5977 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5978
4f00b8c1
DL
59792000-08-16 Dave Love <fx@gnu.org>
5980
2b5198bb
DL
5981 * windmove.el (windmove) <defgroup>: Add :version.
5982
5983 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5984 (goto-address-fontify-p, goto-address-highlight-p)
5985 (goto-address-url-face, goto-address-url-mouse-face)
5986 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5987 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5988 (goto-address-fontify, goto-address-at-mouse): Simplify,
5989 (goto-address-at-point): browse-url-url-at-point,
5990 goto-address-find-address-at-point can return nil.
5991 (goto-address-find-address-at-point): Return nil on failure.
5992
5993 * align.el (align) <defgroup>: Add :version.
5994
5995 * calculator.el (calculator): Add :version.
5996 (calculator): Use two lines for calculator window if `modeline'
5997 face is boxed.
5998
4f00b8c1
DL
5999 * play/5x5.el: Doc fixes.
6000 (5x5) <defgroup>: Add :version.
6001
6002 * play/fortune.el (fortune) <defgroup>: Add :version.
6003 (fortune-append): Fix error message.
6004 (fortune-from-region): Doc fix.
6005
6006 * play/pong.el (pong): Doc fix.
6007
6008 * play/morse.el: Keywords, commentary, autoloads.
6009
69db7ee7
EZ
60102000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6011
6012 * desktop.el (desktop-save): Don't look at symbol-value of a
6013 member of minor-mode-alist, unless it is boundp.
6014
10e1dad9
SS
60152000-08-16 Sam Steingold <sds@gnu.org>
6016
a0b8c939 6017 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6018 `while'; use `with-current-buffer' instead of `save-excursion'.
6019 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6020
9d7bcb2e
KH
60212000-08-16 Kenichi Handa <handa@etl.go.jp>
6022
6023 * international/ccl.el (declare-ccl-program): Docstring modified.
6024 (ccl-execute-with-args): Likewise.
6025
04231ab8
MB
60262000-08-16 Miles Bader <miles@gnu.org>
6027
9d245da5 6028 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6029 comint-line-beginning-position.
6030
f68446ef
GM
60312000-08-15 Gerd Moellmann <gerd@gnu.org>
6032
dc28878c
GM
6033 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6034 'buffer-menu' property.
6035 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6036 fails.
6037 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6038 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6039 wasn't killed.
10e1dad9 6040
58ed0d3b
GM
6041 * buff-menu.el (list-buffers-noselect): Don't display the
6042 *Buffer List* buffer.
6043
32dc52f7
GM
6044 * font-lock.el: Require jit-lock to prevent a very late
6045 `Loading jit-lock' message.
6046
f68446ef 6047 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6048 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6049 mail address.
6050
90ac90a2
MB
60512000-08-15 Miles Bader <miles@gnu.org>
6052
6053 * textmodes/ispell.el (ispell-graphic-p): New constant.
6054 (ispell-choices-win-default-height, ispell-help): Use
6055 `ispell-graphic-p' instead of `xemacsp'.
6056
b0a0e263
DL
60572000-08-15 Dave Love <fx@gnu.org>
6058
c1e757e3
DL
6059 * simple.el: Autoload widget-convert when compiling.
6060 (mail-user-agent): Doc fix.
6061
6062 * help.el (function-called-at-point, variable-at-point): Use
6063 with-syntax-table.
6064 (help-manyarg-func-alist): Add insert-and-inherit.
6065
6066 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6067
6068 * delsel.el (delsel-unload-hook): New function.
6069
6070 * find-file.el: Doc fixes. Move provide to end.
6071 (ff) <defgroup>: Add :link.
6072 (ff-goto-click): Deleted.
6073 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6074 Use mouse-set-point.
6075
6076 * textmodes/tildify.el: Doc fixes.
6077 (tildify) <defgroup>: Add:version.
6078
6079 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6080 (glasses-custom-set): Use set-default, not set.
6081 (minor-mode-alist): Propertize the lighter.
6082 (glasses-mode): Provide optional arg.
6083
5f847612
DL
6084 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6085 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6086 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6087 option. Provide :type.
6088 (cwarn-configuration): Provide :type.
6089 (cwarn-mode): Doc fix.
6090
6091 * add-log.el (change-log-merge): Doc fix.
6092 (change-log-redate): New command.
6093
b0a0e263
DL
6094 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6095 Doze and Dog.
6096 (browse-url): Use dolist, not mapcar.
6097 (browse-url-at-point): Check for null url.
6098 (browse-url-event-buffer, browse-url-event-point): Functions
6099 deleted.
6100 (browse-url-at-mouse, browse-url-netscape): Simplify.
6101
6102 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6103 modes.
6104 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6105 Fix previous change to mapcan.
6106 (msb--init-file-alist, msb--add-separators)
6107 (msb--make-keymap-menu): Simplify.
6108 (msb--choose-file-menu): Use copy-sequence.
6109 (msb-mode-map): Add title to keymap.
6110 (msb-unload-hook): New function.
6111
6112 * bs.el: Fix indentation.
6113 (bs) <defgroup>: Add :links.
2b5198bb
DL
6114 (bs-show): Doc fix.
6115 (bs-apply-sort-faces): Don't use window-system.
6116 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6117
70f1b78e
EZ
61182000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6119
6120 * calendar/timeclock.el (timeclock-file): Run .timelog through
6121 convert-standard-filename.
6122
956777b3
GM
61232000-08-14 Gerd Moellmann <gerd@gnu.org>
6124
3215096c
GM
6125 * emacs-lisp/authors.el: New file.
6126
956777b3
GM
6127 * paren.el (show-paren-priority): New user option.
6128 (show-paren-function): Set overlay priorities to
6129 show-paren-priority.
10e1dad9 6130
0cde1424
MB
61312000-08-14 Miles Bader <miles@gnu.org>
6132
6133 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6134 beginning-of-line with inhibit-field-text-motion bound.
6135
90cbf47e
GM
61362000-08-14 Gerd Moellmann <gerd@gnu.org>
6137
6138 * calendar/timeclock.el: New file.
6139
61402000-08-14 David Ponce <david@dponce.com>
6141
6142 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6143 `widget-button-click'. so that one can use left mouse button to
6144 click on dialog buttons.
6145
61462000-08-14 Emmanuel Briot <briot@gnat.com>
6147
6148 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6149 identifiers, since XML is case sensitive
10e1dad9 6150
79e8dca7 61512000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6152
660394d1
MB
6153 * comint.el (comint-output-filter): Don't bother frobbing
6154 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6155
6156 * comint.el (comint-send-string, comint-send-region): Make into
6157 real functions. Snapshot the prompt before sending.
6158
218c2cc7
EZ
61592000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6160
6161 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6162 technique similar to Info-index, instead of relying on specific
6163 names of relevant Index nodes.
6164 (Info-goto-emacs-command-node): Bind Info-history to nil when
6165 going to the first node found by Info-find-emacs-command-nodes.
6166
51e066d2 61672000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6168
6169 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6170
867102f2
MB
61712000-08-10 Miles Bader <miles@gnu.org>
6172
6173 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6174
af718538
EZ
61752000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6176
6177 * info.el (Info-file-list-for-emacs): More elements for the
6178 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6179 and woman manuals.
6180
c51bacd6
MB
61812000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6182
6183 * comint.el (comint-send-input): Make the newline boundary overlay
6184 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6185 (comint-output-filter): Use `insert' instead of
6186 `insert-before-markers'. Extend comint-last-output-overlay when
6187 necessary since we can't rely on insert-before-markers to do it.
6188 * gud.el (gud-filter): Use `with-current-buffer' instead of
6189 save-excursion when inserting the output, so that point gets
6190 updated correctly; the old method relied on a rather dodgy
6191 side-effect of comint-output-filter to avoid the effect of
6192 save-excursion.
6193
98532b12
EZ
61942000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6195
6196 * files.el (recover-file): Call insert-directory instead of
6197 invoking `ls' directly.
6198
3db4b719
MB
61992000-08-10 Miles Bader <miles@gnu.org>
6200
6201 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6202 (comint-last-prompt-overlay): New variables.
6203 (comint-output-filter): Implement prompt highlighting.
6204 (comint-snapshot-last-prompt): New function.
6205 (comint-send-input): Snapshot the last prompt.
6206 Use comint-highlight-input-face.
6207 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6208 Use defface instead of defcustom.
6209 (send-invisible, comint-send-eof): Snapshot the last prompt.
6210 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6211 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6212
96190aa1
SM
62132000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6214
5cda4b07
SM
6215 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6216 (regexp-opt-group): Use a list of chars for `letters'.
6217 (regexp-opt-charset): `chars' is now a list of chars.
6218 Use a char-table rather than a vector so it works for multibyte chars.
6219
96190aa1
SM
6220 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6221 Set cvs-minor-current-files to the selected fileinfo.
6222 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6223 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6224
7d093d56
EZ
62252000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6226
6227 * files.el (insert-directory): Don't call access-file on
6228 directories on DOS and Windows.
6229
b24c5811
KH
62302000-08-09 Kenichi Handa <handa@etl.go.jp>
6231
6232 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6233 longer if necessary.
6234 (ccl-embed-code): Call ccl-embed-data to store CODE in
6235 ccl-program-vector.
6236
0a6fd67e
MB
62372000-08-09 Miles Bader <miles@gnu.org>
6238
6239 * comint.el (comint-output-filter): Properly handle the case where
6240 the text surrounded by comint-last-output-overlay was deleted.
6241
9f6d1a6c
GM
62422000-08-08 Gerd Moellmann <gerd@gnu.org>
6243
25ad1371
GM
6244 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6245 non-nil.
6246 (Info-file-list-for-emacs): Remove "info" from the list because
6247 that leads to trying to use the documentation from file `info'
6248 in various situations where it isn't appropriate, for instance
6249 C-h C-k C-h i.
6250
6251 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6252 DIR and/or STRING are nil.
6253
6254 * progmodes/compile.el (compilation-setup): Make variable
6255 compilation-error-screen-columns buffer-local, as some comment
6256 in the code suggests it should be.
6257
6258 * files.el (auto-mode-interpreter-regexp): New variable.
6259 (set-auto-mode): Use it.
6260
6261 * indent.el (indent-for-tab-command): Doc fix.
6262
6263 * mouse-sel.el (mouse-sel-mode): Doc fix.
6264
9f6d1a6c
GM
6265 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6266 labels.
6267
6268 * help.el (print-help-return-message): When
6269 display-buffer-reuse-frames is set, let the help window been quit,
6270 instead of deleting it, which might delete a reused frame.
6271
3d819a75
EZ
62722000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6273
6274 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6275 rename a directory to a name that differs only by its letter case.
6276
c5a52529
KH
62772000-08-08 Kenichi Handa <handa@etl.go.jp>
6278
6279 * international/quail.el (quail-define-rules): Handle Quail decode
6280 map correctly. Add code for supporting annotations.
6281 (quail-install-decode-map): New function.
6282 (quail-defrule-internal): New optional arguments decode-map and
6283 props.
6284 (quail-advice): New function.
6285
5e9e032a
SS
62862000-08-07 Sam Steingold <sds@gnu.org>
6287
6288 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6289 `defconst', `define-condition', `with-slots'.
6290 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6291
46645f4b
MB
62922000-08-03 Miles Bader <miles@gnu.org>
6293
6294 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6295 New variable.
6296 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6297 comint-use-prompt-regexp-instead-of-fields.
6298 (comint-send-input): Add `input' field property to stuff we send to
6299 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6300 (comint-output-filter): Add `output' field property to process
6301 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6302 (comint-replace-by-expanded-history)
6303 (comint-get-old-input-default, comint-show-output)
6304 (comint-backward-matching-input, comint-forward-matching-input)
6305 (comint-next-prompt, comint-previous-prompt): Use field
6306 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6307 (comint-line-beginning-position): New function.
6308 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6309 (comint-replace-by-expanded-history-before-point): Use
6310 comint-line-beginning-position and line-end-position.
6311 (comint-last-output-overlay): New variable.
6312 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6313
6314 * shell.el (shell-prompt-pattern): Doc change.
6315 (shell-backward-command): Use line-beginning-position.
6316
6317 * gud.el (gud-gdb-complete-command): Use
6318 comint-line-beginning-position.
6319
6320 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6321 comint-bol doesn't actually go to the beginning of the line.
6322
6323 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6324 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6325 (try-expand-line-all-buffers): Likewise.
6326
6327 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6328 explicitly matching comint-prompt-regexp.
6329 (sql-copy-column): Use comint-line-beginning-position instead of
6330 explicitly matching comint-prompt-regexp.
6331
6332 * progmodes/octave-inf.el (inferior-octave-complete): Use
6333 comint-line-beginning-position.
6334
6335 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6336
6337 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6338 looking for a prompt, use `forward-line 0' instead of
6339 `beginning-of-line', to avoid getting caught by an input field.
6340
ff3d9573
GM
63412000-08-07 Gerd Moellmann <gerd@gnu.org>
6342
6343 * files.el (shell-quote-wildcard-pattern): Make sure to return
6344 PATTERN, in the Unix case.
6345
e0d8827b
EZ
63462000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6347
6348 * play/zone.el (zone): Discard any pending input before running
6349 the randomly-chosen pgm.
6350
24d55b8f
KH
63512000-08-07 Kenichi Handa <handa@etl.go.jp>
6352
6353 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6354 checking the existence of any multibyte characters.
6355
3d05e1ee
GM
63562000-08-06 Gerd Moellmann <gerd@gnu.org>
6357
6c4a4368
GM
6358 * help.el (describe-mode): Test minor-mode symbol for being
6359 bound before testing its value for being nil.
6360
3d05e1ee
GM
6361 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6362 `first', `second', and `third'.
6363
6364 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6365 (second): Make it an alias for `cadr'.
6366
6968a481
EZ
63672000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6368
6369 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6370 types of display support faces now.
6371
e49aa397
GM
63722000-08-05 Gerd Moellmann <gerd@gnu.org>
6373
6374 * pcvs.el (require): Require `cl' during compilation, only.
6375
6376 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6377 (toplevel): Remove `remq' and `remove' from autoloads.
6378 (cl-fake-autoloads): New variable. If set, arrange for an error
6379 when CL functions etc. are autoloaded.
6380
588aca27
EZ
63812000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6382
2e78d4ab
EZ
6383 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6384
85628348
EZ
6385 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6386 popped up, but the user clicks outside the menu, return an empty
6387 regexp (that causes unhighlight-regexp to have no effect).
6388
74f0e552
EZ
6389 * menu-bar.el (menu-bar-games-menu): Add Zone.
6390
588aca27
EZ
6391 * hi-lock.el (toplevel): Require font-lock.
6392
f4988be7
GM
63932000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6394
ba087cd7 6395 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6396 (ebnf-8-bit-chars): New var for bug fix.
6397 (ebnf-string): Bug fix.
6398
027b73ac
SS
63992000-08-03 Sam Steingold <sds@gnu.org>
6400
6401 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6402 instead of `buffer-string'.
6403 (require 'cl): Always, not just when compiling.
6404 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6405 necessary.
6406
2f1fa038
EZ
64072000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6408
6409 * international/mule-cmds.el (select-safe-coding-system): Make
6410 the message text about selecting a safe coding system more clear.
6411
ead53494
GM
64122000-08-02 Gerd Moellmann <gerd@gnu.org>
6413
abb2db1c
GM
6414 * hi-lock.el: New file.
6415
6416 * play/zone.el: New file.
6417
ead53494
GM
6418 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6419 value of tab-width in the original buffer. Choose a line number
6420 format that's a multiple of the original buffer's tab width, so
6421 that lines appear right.
6422
6423 * textmodes/ispell.el (ispell): New function, replacing an alias.
6424 Spell-check active region if in transient-mark-mode and mark
6425 is active; otherwise spell-check buffer.
6426
64272000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6428
6429 * ps-mule.el: Fix a customization problem on
6430 ps-mule-font-info-database-default.
6431
f4a2b0a4
EZ
64322000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6433
6434 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6435 display-mouse-p instead of window-system.
6436 (ebrowse-member-mode-map): Ditto.
6437
b685181e
GM
64382000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6439
ba087cd7
EZ
6440 * progmodes/ebnf2ps.el: Update ps-print functions call.
6441 Indentation fix. Doc fix.
b685181e
GM
6442 (ebnf-version): New version number (3.2).
6443 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6444
3b5fab87
EZ
64452000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6446
032ebb29
EZ
6447 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6448 font lock support on window-system.
6449 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6450
3b5fab87
EZ
6451 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6452 display-color-p, if fboundp, instead of window-system.
6453
7e2605e7
EZ
64542000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6455
6456 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6457 instead of window-system.
6458
6459 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6460 window-system.
6461 (widget-choice-mouse-down-action): Use display-popup-menus-p
6462 instead of window-system.
6463
6464 * strokes.el (strokes-file): Run the file name through
6465 convert-standard-filename.
6466 (strokes-mode): Call display-mouse-p instead of looking at
6467 window-system. Change the error message accordingly.
6468
6469 * progmodes/cpp.el (toplevel): Support faces on tty's.
6470
6471 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6472 (lm-plot-square, lm-init-display): Don't use window-system.
6473
6474 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6475 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6476
6477 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6478 instead of looking at window-system.
6479
26119624
GM
64802000-07-30 Gerd Moellmann <gerd@gnu.org>
6481
6482 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6483 of testing if iswitchb-prepost-hooks is bound, because the
6484 latter will always be true when invoking a recursive minibuffer
6485 from an active Iswitchb buffer.
6486
c90596f3
EZ
64872000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6488
6489 * files.el (shell-quote-wildcard-pattern): New function.
6490 (insert-directory): Call it. Only prepend "\" to command on Unix
6491 and GNU/Linux systems.
6492
18925e78
GM
64932000-07-30 Gerd Moellmann <gerd@gnu.org>
6494
6495 * eshell/esh-groups.el: Change custom :link file names
6496 from `eshell.info' to `eshell'.
6497
64982000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6499
6500 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6501 correctly in recursive ange-ftp listings.
6502
65032000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6504
6505 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6506 ps-header-font-size-internal and
6507 ps-header-title-font-size-internal variables are not set,
6508 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6509 face text property is (foreground-color . COLOR) or
6510 `(background-color . COLOR)', ps-print crashes. Doc fix.
6511 (ps-print-version): New version number (5.2.4).
6512 (ps-plot-region): Code fix.
6513 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6514 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6515 Bug fix 2.
6516
65172000-07-30 Milan Zamazal <pdm@freesoft.cz>
6518
6519 * glasses.el (glasses-make-readable): Fix uncapitalization of
6520 identifiers like `myXMLDocument'.
6521
aeb4c63e
KF
65222000-07-28 Karl Fogel <kfogel@red-bean.com>
6523
18925e78
GM
6524 * mail/mail-hist.el (mail-hist-previous-input)
6525 (mail-hist-next-input): Do the obvious code factorization.
6526 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6527 code of above two.
6528 If inserting a message body, leave point at top.
6529
9d453139
SS
65302000-07-28 Sam Steingold <sds@gnu.org>
6531
6532 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6533 Use `<=', not `<' to compare times!
6534 (ange-ftp-ls): Remove.
9d453139 6535
b548072f
GM
65362000-07-27 Gerd Moellmann <gerd@gnu.org>
6537
27848c01
GM
6538 * play/cookie1.el: Add explanation of how to make cookie.el
6539 compatible with strfile(1) to comment.
6540
6541 * subr.el (remove, remq): New functions.
6542
3ab82477
GM
6543 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6544 escape `*' in regexps.
6545 (midnight-find): Reverse order of arguments in the funcall of
6546 TEST.
6547
6548 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6549 and `.class'.
6550
b548072f
GM
6551 * play/meese.el: Add Commentary section.
6552
27848c01
GM
65532000-07-27 Alex Schroeder <alex@gnu.org>
6554
6555 * sql.el (sql-ms): Added autoload cookie.
6556 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6557 (sql-oracle): Ditto.
6558 (sql-help): Doc change.
6559
6560 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6561 types and exceptions.
6562
65632000-07-27 Alex Schroeder <alex@gnu.org>
6564
6565 * sql.el (sql-placeholder-history): New variable.
6566 (sql-query-placeholders-and-send): New function that will query
6567 the user and replace placeholders with user input.
6568 (sql-oracle): If running on NT, set comint-input-sender to
6569 sql-query-placeholders-and-send.
6570
6571 (sql-stop): If in the SQLi buffer, insert stop notification, else
6572 present it as a message.
6573
65742000-07-27 Alex Schroeder <alex@gnu.org>
6575
6576 * sql.el (sql-input-ring-separator): Doc change.
6577 (sql-input-ring-file-name): Doc change.
6578 (sql-interactive-mode): Use `sql-input-ring-separator' and
6579 `sql-input-ring-file-name' to set the comint-mode equivalents
6580 without making them local variables.
6581 (sql-stop): Don't bind `sql-input-ring-separator' and
6582 `sql-input-ring-file-name' dynamically to their comint-mode
6583 equivalents.
6584
91ae8751
KH
65852000-07-27 Kenichi Handa <handa@etl.go.jp>
6586
6587 * international/mule.el (register-char-codings): New function.
6588 (make-coding-system): Handle `safe-chars' specification in the arg
6589 PROPERTY.
6590
6591 * international/mule-cmds.el
6592 (find-coding-systems-region-subset-p): This function deleted.
6593 (sort-coding-systems-predicate): New variable.
6594 (sort-coding-systems): New function.
6595 (find-coding-systems-region): Use
6596 find-coding-systems-region-internal.
6597 (find-coding-systems-string): Use find-coding-systems-region.
6598 (find-coding-systems-for-charsets): Check
6599 char-coding-system-table.
6600 (select-safe-coding-system-accept-default-p): New variable.
6601 (select-safe-coding-system): Mostly rewritten. New argument
6602 ACCEPT-DEFAULT-P.
6603 (select-message-coding-system): Call select-safe-coding-system
6604 with ACCEPT-DEFAULT-P arg.
6605 (reset-language-environment): Reset default-sendmail-coding-system
6606 to the default value iso-latin-1.
6607 (set-language-environment): Don't set the obsolete variable
6608 charset-origin-alist.
6609
6610 * international/codepage.el (cp-coding-system-for-codepage-1):
6611 Give `safe-chars' property to make-coding-system.
6612
6613 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6614 calling select-message-coding-system twice.
6615
6616 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6617 instead of `safe-charsets'.
6618 (cyrillic-alternativnyj): Likewise.
6619 (ccl-encode-alternativnyj): Don't check the charset
6620 cyrillic-iso8859-5.
6621
90cf4474
KH
66222000-07-27 Kenichi Handa <handa@etl.go.jp>
6623
6624 * composite.el (compose-chars-after): Preserve match data.
6625
a1f84f6d
SS
66262000-07-26 Sam Steingold <sds@gnu.org>
6627
6628 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6629 (ange-ftp-real-file-newer-than-file-p): New function.
6630 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6631 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6632
6633 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6634 * midnight.el (midnight-float-time): Ditto.
6635
e092928e
AS
66362000-07-26 Andreas Schwab <schwab@suse.de>
6637
6638 * files.el (normal-backup-enable-predicate): Correct
6639 interpretation of the return value of compare-strings.
6640
7465ebef
GM
66412000-07-26 Gerd Moellmann <gerd@gnu.org>
6642
3353ef5a
GM
6643 * isearch.el (isearch-resume): New function.
6644 (isearch-done): Add something to command-history to resume
6645 the search.
6646 (isearch-yank-line, isearch-yank-word): Use
6647 buffer-substring-no-properties instead of buffer-substring.
6648
7465ebef
GM
6649 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6650 of flyspell-mouse-map.
6651
6652 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6653 duplicate definition.
6654 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6655
6656 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6657 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6658
5044b74a
SS
66592000-07-25 Sam Steingold <sds@gnu.org>
6660
25759a92
SS
6661 * net/ange-ftp.el: Get modtime over the net.
6662 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6663 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6664 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6665 Use it.
6666 (ange-ftp-dot-to-slash): New function.
6667 (ange-ftp-fix-name-for-vms): Use it.
6668
5044b74a
SS
6669 * midnight.el (midnight-buffer-display-time): Use
6670 `with-current-buffer'.
6671
5dcfb3f4
GM
66722000-07-25 Gerd Moellmann <gerd@gnu.org>
6673
6674 * find-dired.el: Update copyright notice.
6675 (find-dired): Offer to kill a running `find'.
6676
6677 * enriched.el (enriched-face-ans): For a `foreground-color'
6678 property, return '(("x-color" COLOR))' so that COLOR will be
6679 output as a parameter of the x-color annotation. Likewise for the
6680 `background-color' property. In the case of normal face
6681 properties, don't return annotations for unspecified foreground
6682 and background face attributes.
6683
8c662166
KH
66842000-07-25 Kenichi Handa <handa@etl.go.jp>
6685
6686 * language/japan-util.el (japanese-katakana-region): Fix handling
6687 HANKAKU argument.
6688
c28da489
MB
66892000-07-25 Miles Bader <miles@gnu.org>
6690
6691 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6692 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6693 constrain-to-field.
6694
ad349719
AI
66952000-07-24 Andrew Innes <andrewi@gnu.org>
6696
6697 * timer.el (timer-activate-when-idle): Add optional parameter
6698 DONT-WAIT. Update docstring.
6699 (run-with-idle-timer): Specify extra parameter to
6700 timer-activate-when-idle, so that timer will be activated
6701 immediately if Emacs is already idle.
6702
6703 * w32-fns.el (w32-using-nt): Fix docstring.
6704
c95162f5
DL
67052000-07-24 Dave Love <fx@gnu.org>
6706
6707 * mouse.el (popup-menu): Set last-command-event.
6708 (mouse-major-mode-menu-prefix): Declare.
6709
e3c31fd5
GM
67102000-07-24 Gerd Moellmann <gerd@gnu.org>
6711
6712 * textmodes/flyspell.el: Update to author's version 1.5d.
6713
6714 * progmodes/hideshow.el: Update copyright notice.
6715
6716 * vcursor.el: Set maintainer to FSF, since author cannot
6717 be reached.
6718
7636d2a3
EZ
67192000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6720
fbe0a958
EZ
6721 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6722 the prompt.
6723
7636d2a3
EZ
6724 * mouse.el (popup-menu): Run the keymap through indirect-function,
6725 in case it was defined with define-prefix-key. If the menu is a
6726 list of keymaps, look up the binding of user's choice in each one
6727 of the keymaps.
6728 (mouse-popup-menubar): If the global and local menu-bar keymaps
6729 don't have a prompt string, create one and insert it into the
6730 keymap. Don't barf if current-local-map returns nil.
6731
e024b101
GM
67322000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6733
6734 * dired.el (dired-sort-R-check): Added to allow recursive listing
6735 to be undone.
6736 (dired-sort-other): Use it.
6737
7972fcfc
GM
67382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6739
e024b101 6740 * Release of cc-mode 5.27
7972fcfc
GM
6741
67422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6743
6744 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6745 c-beginning-of-statement-1 that caused a bad case of recursion
6746 which could consume a lot of CPU in large classes in languages
6747 that have in-expression classes (i.e. Java and Pike).
6748
6749 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6750 statements before top level constructs (i.e. case 6 is moved
6751 before case 5 and is now case 4) to catch in-expression
6752 classes in top level expressions correctly.
6753
67542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6755
6756 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6757 objc-method-intro. Case 4 removed and case 5I added.
6758
6759 * cc-langs.el (c-append-paragraph-start): New variable used by
6760 c-common-init to get paragraph-start correct.
6761 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6762 initialize paragraph-start to make it correct both with and
6763 without the javadoc special case.
6764
6765 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6766 initialize paragraph-start for javadoc markup.
6767
6768 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6769 change by defaulting this to t. It's motivated by the
6770 confusing behavior that otherwise arise from the style system
6771 when editing both java and non-java files at the same time
6772 (see the comments about style setting in c-common-init).
6773
67742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6775
6776 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6777 similar to the one in c-fill-paragraph to check the fill
6778 prefix from the adaptive fill function for sanity.
6779
67802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6781
6782 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6783 defun block.
6784
67852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6786
5044b74a 6787 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6788
67892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6790
6791 * cc-align.el (c-lineup-multi-inher): Handle lines with
6792 leading comma nicely. Extended to handle member initializers
6793 too.
6794
e024b101 6795 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6796 c-guess-basic-syntax): Fixed recognition of inheritance lists
6797 when the lines begins with a comma.
6798
5044b74a 6799 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6800
6801 * cc-vars.el (c-offsets-alist): Changed default for
6802 member-init-cont to c-lineup-multi-inher since it now handles
6803 member initializers and indents better for leading commas.
6804
68052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6806
6807 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6808 handling that caused class open lines to be recognized as
6809 statement-conts in some cases.
6810
6811 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6812 guessed by the adaptive fill function unless point is on the
6813 first line of a block comment.
6814
6815 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6816 when the buffer ends with a macro continuation char.
6817
6818 * cc-engine.el (c-guess-basic-syntax): Added support for
6819 function definitions as statements in Pike. The first
6820 statement in a lambda block is now labeled defun-block-intro
6821 instead of statement-block-intro.
6822
6823 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6824 so that the class surrounding point is selected, not the one
6825 innermost in the state.
6826
6827 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6828 recognition of switch labels having hanging multiline
6829 statements.
6830
6831 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6832 some code in c-guess-basic-syntax to a separate function.
6833 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6834 recognition of member inits with multiple line arglists.
6835 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6836 member-init-cont when the commas are in funny places.
6837
68382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6839
6840 * cc-defs.el (c-auto-newline): Removed this macro since it's
6841 not used anymore.
6842
6843 * cc-engine.el (c-looking-at-bos): New helper function.
6844 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6845 inexpr and toplevel classes apart in Pike.
6846
6847 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6848 of case 9A.
6849
6850 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6851 constant, since "class" can introduce an in-expression class
6852 in Pike nowadays.
6853
68542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6855
6856 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6857 indentation on cpp-macro lines.
6858
6859 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6860 a syntax modifier like comment-intro, to make it possible to
6861 get syntactic indentation for preprocessor directives. It's
6862 incompatible wrt to lineup functions on cpp-macro, but it has
6863 no observable effect in the 99.9% common case where cpp-macro
6864 is set to -1000.
6865
68662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6867
6868 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6869 member-init-cont when the preceding arglist is several lines.
6870
68712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6872
6873 * cc-styles.el (c-style-alist): The basic offset for the BSD
6874 style corrected to 8.
6875
68762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6877
6878 * cc-styles.el (c-style-alist): Adjusted the indentation of
6879 brace list openers in the gnu style.
6880
68812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6882
6883 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6884
6885 * cc-cmds.el (c-electric-brace, c-electric-slash,
6886 c-electric-star, c-electric-semi&comma, c-electric-colon,
6887 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6888 when c-syntactic-indentation is nil.
6889
6890 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6891 we were left at comments preceding the first statement when
6892 reaching the beginning of the buffer.
6893
6894 * cc-vars.el (c-syntactic-indentation): New variable to turn
6895 off all syntactic indentation.
6896
68972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6898
6899 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6900 between the text and the block comment ender when it hangs,
6901 depending on how many there are before the fill.
6902
69032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6904
6905 * cc-engine.el (c-beginning-of-closest-statement): New helper
6906 function to go back to the closest preceding statement start,
6907 which could be inside a conditional statement.
6908 * cc-engine.el (c-guess-basic-syntax): Use
6909 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6910
6911 * cc-engine.el (c-guess-basic-syntax): Better handling of
6912 arglist-intro, arglist-cont-nonempty and arglist-close when
6913 the arglist is nested inside parens. Cases 7A, 7C and 7F
6914 changed.
6915
6916 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6917 up-to-date with javadoc 1.2.
6918
69192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6920
6921 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6922 multiline Pike type decls.
6923
69242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6925
6926 * cc-cmds.el (c-indent-new-comment-line): Always break
6927 multiline comments in multiline mode, regardless of
6928 comment-multi-line.
6929
69302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6931
6932 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6933 fully::qualified::names in C++ member init lists. Preamble in
6934 case 5D changed.
6935
69362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6937
6938 * cc-langs.el (c-common-init): Handling of obsolete variables
6939 moved to c-initialize-cc-mode. More compatible style override
6940 when using global style variables.
6941 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6942 variables moved here.
6943
e024b101 6944 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6945 c-special-indent-hook as a style variable. Don't talk about
6946 doing (c-make-styles-buffer-local t) in a mode hook, since
6947 that's already too late to work right.
5044b74a 6948
7972fcfc
GM
6949 * cc-styles.el (c-make-styles-buffer-local): Flag style
6950 variable localness in c-style-variables-are-local-p to make
6951 the compatibility measure in c-common-init work well.
6952
6953 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6954 longer contain set-from-style.
6955 * cc-styles.el (c-initialize-builtin-style): Don't check for
6956 set-from-style on c-special-indent-hook.
6957 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6958 copy-alist is sufficient now.
6959
6960 * cc-styles.el (c-set-style, c-set-style-1,
6961 c-get-style-variables): Fixes to variable initialization so
6962 that duplicate entries in styles have the same effect
6963 regardless of DONT-OVERRIDE.
6964
6965 * cc-styles.el (c-set-style-2): Fixed bug where the
6966 initialization of inheriting styles failed when the
6967 dont-override flag is set.
6968
6969 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6970 on this.
6971
69722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6973
6974 * cc-defs.el (c-forward-comment): Removed the workaround
6975 introduced in 5.38 since it had worse side-effects. If a line
6976 contains the string "//\"", it regarded the // as a comment
6977 start since the \ temporarily doesn't have escape syntax.
6978
69792000-07-17 Emmanuel Briot <briot@act-europe.fr>
6980
6981 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6982 ada-xref.el before ada-prj.el, so that the Project menu is created
6983 when ada-prj tries to add to it.
6984 (ada-activate-keys-for-case): Suppress the characters that are not
6985 part of the Ada syntax. Better compatibility with else-mode
6986 (ada-adjust-case-interactive): When auto-casing is not active,
6987 correctly insert newlines (used to insert only ^M). Prevent the
6988 syntax table from being changed in case of an error
814299a7 6989 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6990 Do nothing if ada-auto-case is nil.
6991 (ada-after-keyword-p): Ignore keywords that are also attributes
6992 (ada-batch-reformat): Update usage comment
6993 (ada-call-from-contextual-menu): New function
6994 (ada-case-read-exceptions): Reinitialize the casing exception list
6995 first to nil first, so that the casing exception file can be
6996 shared.
6997 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6998 files.
6999 (ada-compile-goto-error): Fix regexp used to detect a file:line
7000 anywhere in the error message
7001 (ada-contextual-menu-last-point): New variable
7002 (ada-create-keymap): If the variable delete-key-deletes-forward is
7003 t on XEmacs, it means that DEL should delete one character
7004 forward.
7005 (ada-create-menu): Use :included instead of :visible for XEmacs.
7006 New submenu "Options".
7007 (ada-end-stmt-re): Correctly indent "select ... then abort"
7008 statements.
7009 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7010 even if they don't match ada-fill-comment-prefix Fix handling of
7011 paragraphs on the first or last line of a file.
7012 (ada-format-paramlist): Fix handling of default parameter values.
7013 (ada-get-body-name): New function.
7014 (ada-get-current-indent): Optimized by searchling directly for an
7015 existing generic part or a statement outside of it. Handle
7016 ada-indent-align-comments when indenting comments Replaced some
7017 regexps by testing directly the next character. This results in a
7018 huge speedup on some files. New indentation scheme for renames
7019 statements. Stop looking for the 'while' or 'for' associated with
7020 a 'loop' at the first semicolon encountered. A "return" can also
7021 match an anonymous access subprogram declaration.
7022 (ada-get-indent-noindent): Ignore strings and comments when
7023 looking for the keywords "record" and "private".
7024 (ada-goto-matching-decl-start): When matching "if", make sure we
7025 are not in fact seeing "end if". Ignore "when" statements except
7026 when initial keyword was "begin". Fix handling of nested
7027 procedures. Add a recursive call to this function to skip over
7028 other 'end' statmts. Fix indentation for "when .. => begin"
7029 (ada-in-open-paren-p): Fix indentation for complex boolean
7030 expressions, where 'and then', 'or else' and parenthesis
7031 statements are mixed up.
7032 (ada-in-paramlist-p): Skip comments while searching for the
7033 beginning Fix handling of operator declarations.
7034 (ada-indent-align-comments): New variable
7035 (ada-indent-current): Change the syntax table only in the
7036 protected section, so that we are sure it is restored correctly.
7037 (ada-indent-on-previous-lines): Use ada-use-indent and
7038 ada-with-indent Correctly indent "select ... then"
7039 (ada-indent-region): Slight speedup.
7040 (ada-indent-renames): New variable.
7041 (ada-last-which-function-subprog, ada-last-which-function-line):
7042 New variables
7043 (ada-looking-at-semi-private): Correctly indent the 'private'
7044 keyword when it is the first word in a package declaration.
7045 (ada-loose-case-word): Stop searching if at the end of the buffer.
7046 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7047 even if point is not initially at the end of the word.
7048 (ada-matching-decl-start-re): Add "when".
7049 (ada-mode): Add support for abbrev-mode, outline-mode and
7050 which-func-mode Override the old find-file.el entry in
7051 ff-special-constructs since it is using the obsolete
7052 ada-spec-suffix variable
7053 (ada-no-auto-case): New function
7054 (ada-scan-paramlist): When parsing the argument type, accept
7055 spaces (as in "X 'Class", generated by Rational Rose).
7056 (ada-other-file-name): No longer loads the other file.
7057 (ada-popup-menu): Save and restore the current buffer and cursor
7058 position before and after displaying the menu.
7059 (ada-search-ignore-complex-boolean): New function.
7060 (ada-uncomment-region): Emacs21 already knows how to delete
7061 comments not starting in the first column.
7062 (ada-use-indent): New variable
7063 (ada-which-function): New function.
7064 (ada-with-indent): New variable
7065 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7066 can be batch-compiled from the command line.
7067
7068 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7069 Add to the menu when the file is loaded, not in ada-mode-hook.
7070 Add -toolbar to the default ddd command Switches moved from
7071 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7072 ada-prj-default-comp-opt
7073 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7074 Reference Manual to the menu
7075 (ada-check-current): rewritten as a call to ada-compile-current
7076 (ada-compile): Removed.
7077 (ada-compile-application, ada-compile-current, ada-check-current):
7078 Set the compilation-search-path so that compile.el automatically
7079 finds the sources in src_dir. Automatic scrollong of the
7080 compilation buffer. C-uC-cC-c asks for confirmation before
7081 compiling
7082 (ada-compile-current): New parameter, prj-field
7083 (ada-complete-identifier): Load the .ali file before doing
7084 processing
7085 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7086 conform to gnatmake's behavior.
7087 (ada-find-file-in-dir): New function
7088 (ada-find-references): Set the environment variables for gnatfind
7089 (ada-find-src-file-in-dir): New function.
7090 (ada-first-non-nil): Removed
7091 (ada-gdb-application): Add support for jdb, the java debugger.
7092 (ada-get-ada-file-name): Load the original-file first if not done
7093 yet.
7094 (ada-get-all-references): Handles the new ali syntax (parent types
7095 are found between <>).
7096 (ada-initialize-runtime-library): New function
7097 (ada-mode-hook): Always load a project file when a file is opened,
7098 so that the casing exceptions are correctly read.
7099 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7100 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7101 to open the project file, since the latter does not work with
7102 speedbar Get default values before loading the prj file, or the
7103 default executable file name is wrong. Use the absolute value of
7104 src_dir to initialize ada-search-directories and
7105 compilation-search-path,... Add the standard runtime library to
7106 the search path for find-file.
7107 (ada-prj-default-debugger): Was missing an opening '{'
7108 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7109 variables.
7110 (ada-prj-default-gnatmake-opt): New variable
7111 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7112 buffers, the project file is the default one Save the windows
7113 configuration before displaying the menu.
7114 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7115 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7116 ...) regexp-quote identifiers names to support operators +,
7117 -,... in regexps.
7118 (ada-remote): New function.
7119 (ada-run-application): Erase the output buffer before starting the
7120 run Support remote execution of the application. Use
7121 call-process, or the arguments are incorrectly parsed
7122 (ada-set-default-project-file): Reread the content of the active
7123 project file, not the one from the current buffer When a project
7124 file is set as the default project, all directories are
7125 automatically associated with it.
7126 (ada-set-environment): New function
7127 (ada-treat-cmd-string): New special variable ${current}
7128 (ada-treat-cmd-string): Revised. The substitution is now done for
7129 any ${...} substring
7130 (ada-xref-current): If no body was found, compiles the spec
7131 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7132 compiler to get rid of command line length limitations.
7133 (ada-xref-get-project-field): New function
7134 (ada-xref-project-files): New variable
7135 (ada-xref-runtime-library-specs-path)
7136 (ada-xref-runtime-library-ali-path): New variables
7137 (ada-xref-set-default-prj-values): Default run command now does a
7138 cd to the build directory. New field: main_unit Provide a default
7139 file name even if the current buffer has no prj file.
7140
7141 * ada-prj.el:
7142 Rewritten to show a tabbed-dialog.
7143 (ada-prj-add-ada-menu): Remove the map and name parameters.
7144 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7145 New function
7146 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7147 (ada-prj-load-from-file): New function
7148 (ada-prj-save): Always save fields that depend on the current buffer
7149 (ada-prj-show-value): New function
5044b74a 7150
7972fcfc
GM
7151 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7152 Ada mode. This will allow us to display the Ada menu in any buffer
7153 we want (for project items).
7154 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7155 number of spaces in the header.
5044b74a 7156
8730a8da
DL
71572000-07-24 Dave Love <fx@gnu.org>
7158
7159 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7160
db3ca487
NF
71612000-07-23 Noah Friedman <friedman@splode.com>
7162
ad953485
NF
7163 * type-break.el (type-break): perform autosave.
7164 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7165 (type-break-do-query): Cancel query schedule while performing
7166 actual query, to avoid possibility of a second query being made
7167 while first one is already in progress.
7168 (type-break-time-stamp-format): New variable.
7169 (type-break-time-stamp): New function.
7170 (type-break-time-warning): Use it.
7171 (type-break-keystroke-warning): Use it.
7172 (type-break-noninteractive-query): Use it.
7173
03a9c6d0
NF
7174 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7175 cookie.
7176 Use add-minor-mode to set minor-mode-alist, if available.
7177 (eldoc-echo-area-use-multiline-p): New user option.
7178 (eldoc-echo-area-multiline-supported-p): New variable.
7179 (eldoc-docstring-format-sym-doc): Use them.
7180 (eldoc-mode): If not using idle timers, append to local post and
7181 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7182 (eldoc-display-message-no-interference-p): Don't interfere with
7183 edebug.
7184 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7185 (eldoc-function-arglist): New function.
7186 (eldoc-function-argstring): Use it.
7187
db3ca487
NF
7188 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7189 auto save directory exists before calling directory-files.
7190
f7ad1899
DL
71912000-07-23 Dave Love <fx@gnu.org>
7192
7193 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7194 ^o, ^u.
7195
43e764c9
DL
71962000-07-21 Dave Love <fx@gnu.org>
7197
475de6f4
DL
7198 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7199 now passed to the function. It now works properly.
7200
43e764c9
DL
7201 * smerge-mode.el (smerge-mode-menu): Fill it out.
7202
e8bea4c0
GM
72032000-07-20 Gerd Moellmann <gerd@gnu.org>
7204
7205 * info-look.el (info-lookup): If *info* is shown in another frame
7206 on the same display, select that frame, instead of switching to
7207 the Info buffer in another window of the selected frame.
7208
7209 * simple.el (universal-argument-map): Bind numeric keypad keys
7210 kp-0 to kp-9 and kp-subtract.
7211 (digit-argument): Handle these keys.
7212
bc75b4fd
DL
72132000-07-20 Dave Love <fx@gnu.org>
7214
7215 * net/goto-addr.el (goto-address-fontify): Don't bother with
7216 buffer-modified and read-only stuff -- irrelevant with overlays.
7217 Put an extra property on the overlays and use it to clean up in
7218 case goto-address is re-run.
7219
8b7bc628
RS
72202000-07-19 Richard M. Stallman <rms@gnu.org>
7221
18e21ce8
RS
7222 * timer.el (run-with-idle-timer): Doc fix.
7223
db3ca487 7224 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7225 Handle case where <...> appears inside "...".
7226 Use replace-match to edit the string more simply.
7227 (rmail-dont-reply-to): Cope with an unmatched ".
7228
50575ec2
DL
72292000-07-19 Dave Love <fx@gnu.org>
7230
7231 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7232 implementation.
7233
7234 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7235 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7236 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7237
4279296d
GM
72382000-07-19 Gerd Moellmann <gerd@gnu.org>
7239
47db06aa
GM
7240 * textmodes/refer.el: Correct maintainer's email address.
7241
7242 * progmodes/hideif.el: Correct author's email address.
7243 Fix typo in comment.
7244
7245 * xml.el: New file.
7246
4279296d
GM
7247 * mail/mailheader.el: Correct author's mail address.
7248
7249 * gnus/parse-time.el: Correct author's mail address.
7250
47db06aa 72512000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7252
7253 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7254 New user options.
7255 (comint-input-ring-file-name): Change custom type.
7256 (comint-mode-map): Bind mouse-2.
7257 (comint-insert-clicked-input): New function.
7258 (comint-send-input): Handle input highlighting.
7259
21ad0f7b
SM
72602000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7261
7262 * mouse.el (popup-menu): New function.
7263 (mouse-major-mode-menu): Use it.
7264
3b33a005
DL
72652000-07-18 Dave Love <fx@gnu.org>
7266
7267 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7268 improvements.
7269
dc1cac59
GM
72702000-07-18 Gerd Moellmann <gerd@gnu.org>
7271
21ad0f7b 7272 * faces.el (face-font-selection-order)
dc1cac59 7273 (face-font-family-alternatives): Add custom type.
db3ca487 7274
f8276b77
DL
72752000-07-18 Dave Love <fx@gnu.org>
7276
7277 * cus-edit.el (custom-variable-reset-saved)
7278 (custom-variable-reset-standard): Remove unused bindings.
7279
7280 * rect.el (open-rectangle-line): Remove unused let.
7281
7282 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7283
3d6cd763
GM
72842000-07-18 Gerd Moellmann <gerd@gnu.org>
7285
7286 * cdl.el: Fix `Maintainer' keyword.
7287
7288 * play/pong.el: Add author's email address.
7289
34342a07
SS
72902000-07-17 Sam Steingold <sds@gnu.org>
7291
7292 * files.el (insert-directory): Call `split-string' instead of
7293 re-implementing it.
7294
088831a6
GM
72952000-07-18 Gerd Moellmann <gerd@gnu.org>
7296
7297 * mail/vms-pmail.el: Change maintainer to FSF.
7298
7299 * net/goto-addr.el: Change maintainer to FSF.
7300
7301 * recentf.el: Update from author.
7302
7303 * info.el (Info-title-face-alist): Removed.
db3ca487 7304
68be2869
EZ
73052000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7306
7307 * eshell/eshell.el (eshell): Replace links to eshell.info with
7308 links to eshell, to avoid problems on systems where the manual is
7309 installed as `eshell'.
7310 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7311 * eshell/em-smart.el (eshell-smart): Ditto.
7312 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7313 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7314
7315 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7316 same-file check in the MS-DOS version (it does support inodes).
7317
7318 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7319
21ad0f7b
SM
7320 * eshell/eshell.el (eshell-directory-name):
7321 Run default directory name through convert-standard-filename.
68be2869 7322
269b4dcb
KH
73232000-07-18 Kenichi Handa <handa@etl.go.jp>
7324
21ad0f7b
SM
7325 * international/mule-cmds.el (select-safe-coding-system):
7326 Fix typo in the comment.
240a16cf 7327
21ad0f7b
SM
7328 * language/european.el (compound-text):
7329 Force katakana-jisx0201 to be designated to G1.
aa96c820 7330
21ad0f7b
SM
7331 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7332 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7333 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7334
269b4dcb
KH
7335 * international/kkc.el (kkc-after-update-conversion-functions):
7336 New variable.
7337 (kkc-update-conversion): Run functions in it at the tail.
7338
68be2869 73392000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7340
21ad0f7b
SM
7341 * lisp/align.el (align-newline-and-indent):
7342 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7343 (align-region): Fixed badly formatted minibuffer message.
7344
7a3fd467
KH
73452000-07-17 Kenichi Handa <handa@etl.go.jp>
7346
21ad0f7b 7347 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7348 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7349 the conversion list at first if appropriate.
7350 (kkc-next): Don't update kkc-next-count here.
7351 (kkc-prev): Don't update kkc-prev-count here.
7352 (kkc-show-conversion-list-update): Fix setting up of conversion
7353 list message.
7354
a45423d8
SM
73552000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7356
088831a6 7357 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7358
91a38db1
DL
73592000-07-16 Dave Love <fx@gnu.org>
7360
7361 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7362 function to be more specific.
7363
7364 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7365 non-string help-echo.
7366 (widget-types-convert-widget): Defsubst it.
7367 (widget-echo-help): Try to cope with a help-echo function of two
7368 possible sorts.
7369
3fddcdc3
JR
73702000-07-15 Jason Rumney <jasonr@gnu.org>
7371
7372 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7373 Declare as obsolete.
7374
7375 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7376
bd23a692
GM
73772000-07-14 Gerd Moellmann <gerd@gnu.org>
7378
7379 * hilit-chg.el: Fix typo.
7380
d4af987a
DL
73812000-07-14 Dave Love <fx@gnu.org>
7382
7383 * info.el (Info-mode-menu): Fix use of :help, :enable.
7384
3a4f3f86
SM
73852000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7386
7387 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7388
cf6936a4
DL
73892000-07-13 Dave Love <fx@gnu.org>
7390
4d6d04b5
DL
7391 * emacs-lisp/easymenu.el: Doc fixes.
7392 (easy-menu-remove): Defalias to ignore.
7393
cf6936a4
DL
7394 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7395 Call throw correctly.
7396
56437999
GM
73972000-07-13 Gerd Moellmann <gerd@gnu.org>
7398
7399 * faces.el (frame-background-mode): Doc fix.
7400
7401 * simple.el (eval-expression-print-length): Change custom type to
7402 allow entering nil as value.
7403
d04a3972
DL
74042000-07-13 Dave Love <fx@gnu.org>
7405
3a4f3f86
SM
7406 * progmodes/fortran.el (fortran-imenu-generic-expression):
7407 Change definition layout.
a8189dfe
DL
7408 (fortran-mode-menu): Reinstate customize entries.
7409
d04a3972
DL
7410 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7411 Use :filter, per old XEmacs code.
7412
4bf4fb05
GM
74132000-07-12 Gerd Moellmann <gerd@gnu.org>
7414
7415 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7416 event when deciding what to send to the terminal.
7417
37328bcd
DL
74182000-07-12 Dave Love <fx@gnu.org>
7419
7420 * cus-start.el: Add optional version as 4th element of specs and
7421 use it for several things new in v21. Remove load-path. Fix type
7422 of line-number-display-limit.
7423
89492072
DL
74242000-07-11 Dave Love <fx@gnu.org>
7425
3a4f3f86
SM
7426 * progmodes/fortran.el: Don't require easymenu.
7427 Use repeat counts in various regexps.
315aa1de
DL
7428 (fortran-mode-syntax-table): Defvar directly.
7429 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7430 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7431 Use defvar, not defconst.
7432 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7433 (fortran-mode): Set fortran-comment-line-start-skip,
7434 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7435 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7436 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7437 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7438 (fortran-comment-region, fortran-electric-line-number): Simplify.
7439 (fortran-auto-fill): New function.
7440 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7441 (fortran-find-comment-start-skip):
7442 Check for non-null comment-start-skip.
7443 (fortran-auto-fill-mode, fortran-fill-statement):
7444 Use fortran-auto-fill.
315aa1de 7445 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7446 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7447
89492072
DL
7448 * widget.el (widget-plist-member): New alias.
7449
d55ead18
EZ
74502000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7451
7452 * eshell/esh-module.el (toplevel): Reference
7453 byte-compile-current-file only if it is bound.
7454
e82a2a05
GM
74552000-07-10 Gerd Moellmann <gerd@gnu.org>
7456
7457 * dired.el: Don't require `dired-aux'.
7458
1fc7fb2b
MB
74592000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7460
7461 * dired-aux.el (dired-show-file-type): New function.
7462 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7463 (dired-show-file-type): Add autoload.
7464
ab49ce15
KH
74652000-07-10 Kenichi Handa <handa@etl.go.jp>
7466
7467 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7468 change of fontset-info.
ab49ce15
KH
7469 (print-fontset): Likewise.
7470
f45aab65
SM
74712000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7472
7473 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7474
2f72fd2f
GM
74752000-07-07 Gerd Moellmann <gerd@gnu.org>
7476
e82a2a05 7477 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7478
2f72fd2f
GM
7479 * dired.el (dired-find-alternate-file): New function.
7480 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7481 (toplevel): Require dired-aux when compiling.
7482 (dired-buffers): Move defvar within file to avoid compiler warning.
7483
7484 * info.el (Info-last-search): Variable removed.
7485 (Info-search-history): New variable.
7486 (Info-search): New Info-search-history.
7487
7488 * battery.el, info-look.el: Change author's mail address.
7489
965522f5 74902000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7491
965522f5
GM
7492 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7493 if rmail-ignored-headers is nil.
7494 (rmail-retry-failure): Bind rmail-ignored-headers and
7495 rmail-displayed-headers to nil.
7496
dd8888a1
GM
74972000-07-06 Gerd Moellmann <gerd@gnu.org>
7498
e5c81191
GM
7499 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7500 (print-region-1): Don't hard code `-h' here.
7501
dd8888a1
GM
7502 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7503
e5c81191
GM
75042000-07-01 Francesco Potorti` <pot@gnu.org>
7505
7506 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7507 exim can use "your message" instead of "the message".
34342a07 7508
f45aab65
SM
75092000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7510
7511 * facemenu.el: Docstrings fixes.
7512 (facemenu-get-face): Don't use internal-find-face.
7513 (facemenu-iterate): Rename arg to match the docstring.
7514
7515 * newcomment.el (uncomment-region): Be more careful when skipping
7516 backwards over `=' not to bump into BOBP.
7517
d396e521 75182000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7519
dd8888a1
GM
7520 * ediff-diff.el (ediff-wordify): Use syntax table.
7521 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7522 ediff-color-display-p.
dd8888a1 7523 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7524 from defsubst.
7525 Got rid of special cases for NeXT and OS/2.
dd8888a1 7526 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7527 face.
34342a07 7528
5e2dfaa4
SM
75292000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7530
7531 * emacs-lisp/lucid.el: Require CL.
7532 (copy-tree, remprop): Remove, it's provided by CL.
7533 (map-keymap): Define in terms of cl-map-keymap.
7534 (extent-property, set-extent-end-glyph): New functions.
7535
7536 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7537
d5c5cddd
GM
75382000-07-05 Gerd Moellmann <gerd@gnu.org>
7539
485266d0
GM
7540 * Makefile.in (DONTCOMPILE): Add comment that the name may
7541 not be changed without changing the make-dist script.
7542
5e2dfaa4 7543 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7544 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7545
e2c46326
AI
75462000-07-05 Andrew Innes <andrewi@gnu.org>
7547
7548 * makefile.nt: Add support for `bootstrap' and related targets.
7549
a027a91b
SM
75502000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7551
7552 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7553 (easy-menu-do-define): Use `menu-item' format.
7554 Handle case where easy-menu-create-menu returns a symbol.
7555 Manually call the potential top-level filter in the function binding.
7556 (easy-menu-filter-return): New arg NAME.
7557 Convert to a keymap if MENU is an XEmacs menu.
7558 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7559 (easy-menu-converted-items-table, easy-menu-convert-item):
7560 New var and fun to memoize easy-menu-convert-item-1.
7561 (easy-menu-do-add-item): Use it.
7562 (easy-menu-create-menu): Use easy-menu-convert-item.
7563 Wrap easy-menu-filter-return around any :filter specification.
7564 Don't convert the menu if a filter was specified.
7565 Tell easy-menu-make-symbol not to check for MENU being an expression.
7566 (easy-menu-make-symbol): New arg NOEXP.
7567
5e03eb84
GM
75682000-07-05 Gerd Moellmann <gerd@gnu.org>
7569
7570 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7571 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7572 (eval-defun): If called with prefix arg, instrument code for
7573 Edebug.
7574
7575 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7576 similar to that of eval-defun.
7577
fca68a95
DL
75782000-07-04 Dave Love <fx@gnu.org>
7579
7ccbba4c
DL
7580 * hl-line.el (hl-line-overlay): Make it permanent-local.
7581
fca68a95
DL
7582 * calendar/todo-mode.el: Replaced with a working version, based on
7583 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7584
75852000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7586
7587 * paths.el (prune-directory-list): New function.
7588 (Info-default-directory-list): Rewritten to more methodically
7589 enumerate a big list of possible info directories (based on the
7590 list used by the standalone info reader).
fca68a95 7591
78e7e8a0 7592 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7593 non-existent directories from Info-directory-list.
78e7e8a0 7594
78e7e8a0
MB
7595 * paths.el (Info-default-directory-list): Try a list of possible
7596 info-directories instead of a single one. Add the possible
7597 info directory "/usr/share/info".
7598
7599 * woman.el (woman-man.conf-path): Explicitly include the debian
7600 man-db config file "/etc/manpath.config".
7601 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7602 are present in `manpath.config'.
7603 (woman-manpath): Include "/usr/share/man".
7604
67c9a1d2
GM
76052000-07-03 Gerd Moellmann <gerd@gnu.org>
7606
6753393b
GM
7607 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7608
7609 * startup.el (command-line): Initialize blink-cursor based
7610 on window-system.
7611
e4f98ad3
GM
7612 * frame.el (blink-cursor): Default to nil if not running under
7613 a window-system.
7614
2f516940
GM
7615 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7616 (face-x-resources): Remove duplicate entry for :font.
7617
67c9a1d2
GM
7618 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7619 instead of cycling through windows with next-window.
7620
7621 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7622 of cycling through windows with next-window.
7623
7624 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7625 of cycling through windows with next-window.
7626
7627 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7628 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7629 instead of cycling through windows with next-window.
7630
7631 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7632 instead of cycling through windows with next-window.
7633
7634 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7635 of cycling through windows with next-window.
7636
7637 * terminal.el (te-process-output): Use walk-windows instead of
7638 cycling through windows with next-window.
7639
7640 * server.el (server-switch-buffer): Use some-window instead of
7641 cycling through windows with next-window.
7642
7643 * window.el (some-window): New function.
7644 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7645
3a4f3f86 7646 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7647
8b7bc628 76482000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7649
7650 * window.el (walk-windows): Guarantee termination by keeping a list
7651 of all the windows already handled.
7652
d0d57043
EZ
76532000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7654
7655 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7656 window-system.
7657
7658 * man.el (Man-notify-when-ready): Don't use window-system. If
7659 Man-notify-method is newframe, and the display is not
7660 multi-frame, select the frame created for the man page.
7661 (Man-init-defvars): Doc fix.
7662
d5483ab1
GM
76632000-06-28 Gerd Moellmann <gerd@gnu.org>
7664
af5c25e1
GM
7665 * faces.el (region): Change background color for light background.
7666
7667 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7668 attribute from mode-line face of Ediff control frame.
7669
d5483ab1
GM
7670 * replace.el (query-replace-map): Bind `e' like `E'.
7671
9d47450f
EZ
76722000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7673
3a4f3f86
SM
7674 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7675 Change name to "Select All".
496b7491 7676
9d47450f
EZ
7677 * dos-fns.el (convert-standard-filename): Fix last change.
7678
0b431deb
GM
76792000-06-27 Gerd Moellmann <gerd@gnu.org>
7680
4fa9f636
GM
7681 * help.el (describe-variable): Don't insert a second `'s' in front
7682 of the string `value is shown below'. Since the syntax-table is
7683 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7684 an existing `'s', so that this won't be deleted.
7685
0b431deb
GM
7686 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7687 * pcmpl-unix.el: New files.
7688
32cad0aa
SM
76892000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7690
7691 * wid-edit.el (widget-member): Use the new plist-member.
7692
2c69ced2
GM
76932000-06-26 Gerd Moellmann <gerd@gnu.org>
7694
44c0f771
GM
7695 * replace.el (perform-replace): Undo change of 2000-04-04.
7696 Instead, move backward 1 character at the end of the loop when
7697 necessary.
34342a07 7698
1d36487c
GM
7699 * faces.el (fringe): Change face for different backgrounds.
7700
7701 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7702 patch from John.
7703
2c69ced2
GM
7704 * eshell/*.el: Change spelling of the Free Software Foundation.
7705
7706 * eshell/esh-toggle.el: Removed.
7707
7708 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7709
7710 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7711 interactively.
7712
77132000-06-26 Alex Schroeder <alex@gnu.org>
7714
7715 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7716 `define-key'; instead of checking `(emacs-version)' check for
7717 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7718 for `;' and `o' which might be electric.
7719
7720 (sql-electric-stuff): New user option.
7721 (sql-magic-go): New function which uses `sql-electric-stuff'.
7722 (sql-magic-semicolon): New function which uses
7723 `sql-electric-stuff'.
7724
7725 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7726 is not fboundp.
7727
7728 (sql-oracle-options): New variable.
7729 (sql-oracle): Use it.
7730
7731 (sql-imenu-generic-expression): Doc change.
7732 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7733 is used.
7734
7735 (sql-informix): Added command line parameter "-" to force
7736 sql-informix-program to use stdout.
7737
db1306d8
EZ
77382000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7739
3a4f3f86 7740 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7741 (cp864-decode-table): Doc fix.
7742 (cp720-decode-table): New variable, supports the Arabic OEM
7743 codepage used by Windows.
7744 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7745
c69e5fcd
DL
77462000-06-23 Dave Love <fx@gnu.org>
7747
7748 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7749 (font-lock-fontify-anchored-keywords): Use
7750 line-beginning-position.
7751 (global-font-lock-mode): Use mapc.
7752
30ad8f23
SM
77532000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7754
7755 * eshell/esh-module.el: Require CL when compiling.
7756
26b4dc84
GM
77572000-06-23 Gerd Moellmann <gerd@gnu.org>
7758
78c56e70
GM
7759 * comint.el (comint-substitute-in-file-name): Call replace-match
7760 with second and third arg t.
7761
34342a07 7762 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7763 Specify foreground color.
7764
7765 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7766 color.
7767
affbf647
GM
7768 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7769
7770 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7771 cddr instead of cdddr.
7772
25fffb31
GM
7773 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7774 instead of copy-list.
7775
7776 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7777 of copy-list.
7778
26b4dc84
GM
7779 * subdirs.el: Add eshell subdirectory.
7780
7781 * eshell: New subdirectory containing the Eshell package.
7782
7783 * pcomplete.el: New file.
7784
78c56e70
GM
77852000-06-23 Paul Eggert <eggert@twinsun.com>
7786
ea055732
GM
7787 * mail/mailpost.el (post-mail-send-it): Make sure file has
7788 proper permissions from birth.
7789
7790 * files.el (basic-save-buffer-2): When temporarily setting
7791 file modes, set them to current modes plus 0200, not to 0777.
7792
78c56e70
GM
7793 * emerge.el (emerge-make-temp-file): Make sure file has proper
7794 permissions from birth.
7795
a3a7ff33
EZ
77962000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7797
7798 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7799 backup file name through convert-standard-filename.
7800
7801 * dos-fns.el (convert-standard-filename): Convert leading
7802 directories as well. When long file names are supported, convert
7803 characters that are invalid in Windows file names.
7804
1fd9b7fe
GM
78052000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7806
7807 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7808 ps-print crashes. New feature: page selection for printing. Create
7809 raw-text-unix coding system for XEmacs. Doc fix.
7810 (ps-print-version): New version number (5.2.3).
7811 (ps-plot-region): Bug fix.
7812 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7813 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7814 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7815 funs.
7816 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7817 (ps-last-page): New vars.
7818
16ed8416
GM
78192000-06-21 Gerd Moellmann <gerd@gnu.org>
7820
7821 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7822 empty option string.
7823
4fbee715
EZ
78242000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7825
7826 * man.el (man): Doc fix.
7827
eaecfc94
KH
78282000-06-21 Kenichi Handa <handa@etl.go.jp>
7829
7830 * international/mule-cmds.el (set-language-info-alist): Docstring
7831 fixed.
7832
4a27bdfb
GM
78332000-06-20 Gerd Moellmann <gerd@gnu.org>
7834
7835 * version.el (emacs-version): Use ISO date format.
7836
7837 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7838 instead of `M-backspace'.
7839
7840 * simple.el (turn-off-auto-fill): New function.
7841
8972fe79
SM
78422000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7843
7844 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7845 Renamed from with-buffer-prepared-for-font-lock and use
7846 inhibit-modification-hooks rather than setting *-change-functions.
7847 Update all functions to use the new name.
7848 (jit-lock-first-unfontify-pos): New semantics (and doc).
7849 (jit-lock-mode): Make non-interactive.
7850 Don't automatically turn on font-lock.
7851 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7852 Always use jit-lock-after-change.
7853 Remove and restore font-lock-after-change-function.
7854 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7855 (jit-lock-after-unfontify-buffer): Remove.
7856 (jit-lock-stealth-fontify):
7857 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7858 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7859
5d80cc9c
SS
78602000-06-20 Sam Steingold <sds@gnu.org>
7861
7862 * emacs-lisp/cl-indent.el (toplevel): Indent
7863 `print-unreadable-object' properly. Untabify.
7864
f54e4d13
CD
78652000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7866
7867 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7868 Support for bibentry.
7869 (reftex-compile-variables): Fixed problem with end of section-re.
7870
7871 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7872 reftex-view-crossref-from-bibtex):
7873 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7874 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7875 Replaced `remprop' with `put'.
8972fe79
SM
7876 (reftex-view-crossref, reftex-view-crossref-when-idle):
7877 Support for bibentry.
f54e4d13 7878
8972fe79
SM
7879 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7880 New entry for bibentry package.
f54e4d13 7881
8972fe79
SM
7882 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7883 Regexp also matches "\nobibliography".
f54e4d13 7884
8972fe79
SM
7885 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7886 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7887 (reftex-ensure-write-access): New function.
7888
f54e4d13
CD
78892000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7890
7891 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7892
7893 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7894
7895 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7896
7897 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7898
7899
560c43f4
DL
79002000-06-20 Dave Love <fx@gnu.org>
7901
7902 * faces.el (frame-background-mode): Use set-default, not set, in
7903 setter.
7904 (frame-update-faces, frame-update-face-colors): Define with
7905 defalias.
7906
7907 * enriched.el (enriched-decode-foreground)
7908 (enriched-decode-background): Don't use internal-find-face.
7909
7910 * apropos.el: Doc fixes.
7911
7912 * cus-edit.el (customize-changed-options): Check arg.
7913 (customize-version-lessp): Don't require decimal point.
7914
7915 * custom.el (defcustom, defgroup): Doc fix.
7916
7917 * newcomment.el (comment) <defgroup>: Add :version.
7918 (comment-multi-line): Doc fix.
7919
7920 * emulation/mlsupport.el (define-hooked-local-abbrev,
7921 define-hooked-global-abbrev): Fix, using define-abbrev.
7922
cdf0357b
GM
79232000-06-19 Gerd Moellmann <gerd@gnu.org>
7924
7925 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7926 the whole buffer.
7927
10013d74
DL
79282000-06-19 Dave Love <fx@gnu.org>
7929
7930 * menu-bar.el (menu-bar-options-save): New function.
7931 (menu-bar-options-menu): Use it.
7932 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7933 Simplify.
7934
6922f208
AS
79352000-06-19 Andreas Schwab <schwab@suse.de>
7936
7937 * progmodes/etags.el (tags-query-replace): Put new parameters
7938 START and END at the end, for backward compatibility.
7939
10d7bf84
KH
79402000-06-19 Kenichi Handa <handa@etl.go.jp>
7941
7942 * international/codepage.el:
7943 (cp-coding-system-for-codepage-1): Delete special codes for
7944 generating xxx-dos coding system because now a CCL based coding
7945 system can handle EOL conversion by default.
7946
7947 * international/mule.el (make-coding-system): Generate subsidiary
7948 coding systems for EOL handling variants even for a CCL based
7949 coding system.
7950
8f3c9a3d
KH
79512000-06-19 Kenichi Handa <handa@etl.go.jp>
7952
7953 * international/isearch-x.el (isearch-minibuffer-input-method)
7954 (isearch-minibuffer-input-method-function): These variables
7955 deleted.
7956 (isearch-with-input-method): Don't use the above variables.
7957 (isearch-process-search-multibyte-characters): Likewise. Call
7958 read-string with the arg INHERIT-INPUT-METHOD t.
7959
c2acf685
SM
79602000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7961
13f0d185
SM
7962 * font-lock.el (font-lock-after-fontify-buffer)
7963 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7964
7965 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7966 Use consistent make-local-variable style for font-lock-fontified.
7967 (jit-lock-fontify-buffer):
7968 Don't bother checking for font-lock-mode and jit-lock-mode.
7969
c2acf685
SM
7970 * time.el: Remove trailing ^M that prevent CVS-merging.
7971
a9021acd
GM
79722000-06-16 Gerd Moellmann <gerd@gnu.org>
7973
7974 * Makefile.in (distclean): New target.
5d80cc9c 7975
0df68e9f
SM
79762000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7977
7978 * Makefile.in (srcdir): Define for update-subdirs.
7979
6344985d
GM
79802000-06-16 Gerd Moellmann <gerd@gnu.org>
7981
7982 * find-lisp.el: New file.
7983
63239267
AI
79842000-06-16 Andrew Innes <andrewi@gnu.org>
7985
7986 * time.el (display-time-mail-function): New variable, to allow
7987 external packages to indicate when new mail is available.
7988 (display-time-update): Use it.
7989
1699f991
KH
79902000-06-16 Kenichi Handa <handa@etl.go.jp>
7991
a3b37893
KH
7992 * international/mule.el (mule-version): Change version name to
7993 SAKAKI. AOI has already been used by Meadow.
7994
1699f991
KH
7995 * international/quail.el (quail-show-guidance-buf): To find the
7996 bottom window (but minibuffer), pay attention to the height of
7997 minibuffer.
7998
228b083e
EZ
79992000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8000
7d5c8691
EZ
8001 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8002 menu-bar menus. Add help strings. Don't remove the Edit menu
8003 from the menu bar, as the menu bar has enough space now.
8004
261f3289
EZ
8005 * Makefile.in (SHELL): Make sure /bin/sh is used.
8006
228b083e
EZ
8007 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8008 characters, which use series of two ^H characters instead of one.
8009
e27e8d71
GM
80102000-06-15 Gerd Moellmann <gerd@gnu.org>
8011
5d80cc9c 8012 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8013 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8014 functions.
451ec4e3
GM
8015 (Info-find-node-2): Try a case-sensitive search first, then
8016 do a case-insensitive search.
8017
8018 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8019 tutorials.
8020
b675095c
GM
8021 * complete.el (PC-env-vars-alist): New variable.
8022 (PC-complete-as-file-name): New function.
8023 (partial-completion-mode): Initialize PC-env-vars-alist from
8024 process-environment.
8025 (PC-do-completion): Handle completion of env vars.
8026
8027 * info.el (Info-set-mode-line): Show file name in mode line,
8028 use `*Info*' instead of `Info:'.
8029
e27e8d71
GM
8030 * startup.el (command-line-1): Change copyright messages to year
8031 2000.
8032
28223a7e
DL
80332000-06-15 Dave Love <fx@gnu.org>
8034
8035 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8036 not local-map.
8037
32684631
KH
80382000-06-15 Kenichi Handa <handa@etl.go.jp>
8039
8040 * international/mule.el (set-buffer-file-coding-system): Almost
8041 rewritten to handle `undecided' as no-op.
8042
9f817ea4
GM
80432000-06-14 Gerd Moellmann <gerd@gnu.org>
8044
e27e8d71 8045 * Makefile.in: New file.
dce6b995
GM
8046
8047 * Makefile: Removed.
8048
9f817ea4
GM
8049 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8050 (goto-address-highlight-keymap): Bind C-c RET.
8051
2de33f94
KH
80522000-06-14 Kenichi Handa <handa@etl.go.jp>
8053
bbf1e8a5
KH
8054 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8055 inherits buffer-file-coding-system of the current buffer.
725a6897 8056
02891cc3
KH
8057 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8058 0. Give correct argument to set-auto-coding-function.
8059 (tar-expunge): For goto-char, use (point-min), not 0.
8060 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8061 (tar-subfile-save-buffer): Likewize.
8062
2de33f94
KH
8063 * international/mule.el
8064 (after-insert-file-set-buffer-file-coding-system): Call
8065 set-buffer-file-coding-system with the arg FORCE t.
8066
1681ead6
GM
80672000-06-13 Gerd Moellmann <gerd@gnu.org>
8068
8069 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8070 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8071 the sender is set with `-f'.
1681ead6 8072
fdf4b680
DL
80732000-06-13 Dave Love <fx@gnu.org>
8074
9c50afce
DL
8075 * help.el (describe-function-1): Kluge around cases of functions
8076 fset to subrs whose doc doesn't match their symbol-name.
8077
0ad550ba 8078 * image.el (insert-image): Default STRING to a space.
f290ca08 8079
fdf4b680 8080 * info.el Doc fixes.
5d80cc9c 8081 (Info-build-node-completions): Match Ref tags.
fdf4b680 8082
9b6610db
EZ
80832000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8084
a704139d
EZ
8085 * frame.el (display-multi-frame-p, display-multi-font-p): New
8086 defaliases for display-graphic-p.
8087
9b6610db
EZ
8088 * hl-line.el: Fixed a typo in commentary.
8089
7a5ea398
KH
80902000-06-13 Kenichi Handa <handa@etl.go.jp>
8091
8092 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8093 fixed.
8094
0dc91c57
DL
80952000-06-12 Dave Love <fx@gnu.org>
8096
8097 * image.el (insert-image): Save a little consing.
8098
0bd5914b
KH
80992000-06-12 Kenichi Handa <handa@etl.go.jp>
8100
8101 * language/tibet-util.el: Convert all tibetan-1-column characters
8102 to the corresponding tibetan characters.
8103 (tibetan-add-components): Delete code for the special treatment of
8104 'a chung.
8105
8106 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8107 change.
8108 (tibetan-vowel-transcription-alist): More rules added.
8109 (tibetan-composite-vowel-alist): New variable.
8110 (tibetan-precomposition-rule-alist): More rules added.
8111
6dc7d3d5
SM
81122000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8113
9c04c393
SM
8114 * startup.el (command-line): Only call menu-bar-mode if interactive.
8115
8116 * thingatpt.el (toplevel symbol-properties):
8117 * textmodes/makeinfo.el (makeinfo-compile):
8118 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8119 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8120 (hide-ifdef-use-define-alist):
5d80cc9c 8121 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8122 (ange-ftp-vms-add-file-entry):
8123 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8124 * man.el (Man-build-man-command):
8125 * mail/rnewspost.el (news-reply-header-hook):
8126 * info.el (Info-insert-dir):
8127 * emulation/mlconvert.el (backward-word, forward-word, setq):
8128 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8129 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8130 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8131 (byte-optimize-apply, end of file):
8132 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8133 (ad-make-freeze-definition):
8134 * startup.el (command-line, command-line-1): Don't quote lambdas.
8135
6dc7d3d5
SM
8136 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8137 (cvs-cleanup-removed): New function.
8138 (cvs-cleanup-functions): New var.
8139 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8140 some flexibility in specifying additional entries to auto-cleanup.
8141 (cvs-quickdir): New function.
8142 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8143 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8144 (cvs-mode-find-file): Check that we are on a filename or dirname
8145 when invoked through a mouse-click.
8146 (cvs-full-path): Remove.
8147 (cvs-dired-action): Re-introduced.
8148 (cvs-dired-noselect): Use it.
8149 (vc-post-command-functions): use this new hook if available.
8150
8151 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8152 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8153 (cvs-filename-map, cvs-dirname-map): Remove.
8154 (cvs-default-action): Remove.
8155 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8156 if the arg is really a keymap.
8157 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8158 Don't hardcode the mapping from state (aka type) to face, but check
8159 the var cvs-fi-<type>-face instead.
8160 (cvs-fileinfo-from-entries): New function.
8161
8162 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8163 Docstring fix.
8164 (cvs-find-file-and-jump): Change default to be safer.
8165 (cvs-mode-diff-map): Define it as a function as well.
8166 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8167 Bind mouse-2 in this global map rather than with text-properties.
8168
8169 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8170 file to resolve the ambiguity between C(conflict) and C(need-merge).
8171
5050a2ef
KH
81722000-06-12 Kenichi Handa <handa@etl.go.jp>
8173
8174 * international/mule.el (set-buffer-file-coding-system): If
8175 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8176 unconditionally.
8177
35a7ac84
DL
81782000-06-12 Dave Love <fx@gnu.org>
8179
8180 * wid-edit.el (widget-specify-button): Really suppress the face if
8181 required.
8182
db8eeecd
GM
81832000-06-11 Gerd Moellmann <gerd@gnu.org>
8184
8185 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8186
70223ca4
SM
81872000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8188
8189 * imenu.el (imenu-generic-expression): Docstring fix.
8190
8191 * composite.el (composition-function-table): Move the `put'
8192 below the autoload cookie so we can load the file before loaddefs.
8193
8194 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8195
8196 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8197 Handle easy-mmode-define-global-mode.
8198 For complex macros like define-minor-mode that can generate
8199 several autoload entries, try to autoload entries in the
8200 macroexpanded code.
8201
8202 * emacs-lisp/easy-mmode.el (define-minor-mode):
8203 If KEYMAP is a symbol, just use it.
8204 Use byte-compile-current-file and load-file-name to infer the
8205 proper :require to pass to defcustom.
8206 Wrap the hook var into `progn' so as not to autoload it.
8207 Add a :autoload-end cookie.
8208 Be more careful about the evaluation of KEYMAP.
8209 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8210 (define-derived-mode): Move define-abbrev-table outside of defvar.
8211
82122000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8213
8214 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8215 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8216 (backup-compiled-files): Ignore errors during `tar'.
8217 (bootstrap): Make autoloads before elc files.
8218
9c53b34e
KH
82192000-06-10 Kenichi Handa <handa@etl.go.jp>
8220
8221 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8222 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8223
8224 * international/mule-conf.el (unix): New alias for the coding
8225 system undecided-unix.
8226
22ddd299
DL
82272000-06-09 Dave Love <fx@gnu.org>
8228
5ee42746
DL
8229 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8230
70223ca4 8231 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8232 (executable-insert): Change custom type.
8233 (executable-find): Add autoload cookie.
cc7e1d18
DL
8234 (executable-make-buffer-file-executable-if-script-p): New
8235 function. After Noah Friedman.
22ddd299
DL
8236
8237 * files.el (after-save-hook): Customize, with
cc7e1d18 8238 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8239
41ea3794
KH
82402000-06-09 Kenichi Handa <handa@etl.go.jp>
8241
f89437e3
KH
8242 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8243 "tib24p-mule.bdf" for Tibetan.
8244
7a4ee259
KH
8245 * composite.el (decompose-composite-char): Declare it as obsolete.
8246
ff6a65c2
KH
8247 * man.el (Man-fontify-manpage): Pay attention to underline and
8248 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8249
f83fe4b4
GM
82502000-06-08 Gerd Moellmann <gerd@gnu.org>
8251
8252 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8253 Set maintainer to FSF since author isn't reachable.
8254
e56d7900
DL
82552000-06-08 Dave Love <fx@gnu.org>
8256
8257 * international/mule-cmds.el (select-safe-coding-system): If
8258 DEFAULT-CODING-SYSTEM is not specified, also check the most
8259 preferred coding-system if buffer-file-coding-system is
8260 `undecided'. From Handa.
8261
d3981b49
KH
82622000-06-08 Kenichi Handa <handa@etl.go.jp>
8263
8264 * international/mule.el
8265 (after-insert-file-set-buffer-file-coding-system): If the buffer
8266 size is greater than INSERTED, judget that we are not visiting.
8267
bff71087
RV
82682000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8269
8270 * whitespace.el (defgroup whitespace): Comment out `:version'.
8271 XEmacs 20.4 has problems defining the group with this present.
8272 We'll have this commented out till get resolve the problem.
8273
45f485a6
GM
82742000-06-07 Gerd Moellmann <gerd@gnu.org>
8275
8276 * align.el: Update from author.
8277
82782000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8279
8280 * apropos.el (apropos-mode-hook): New user variable.
8281 (apropos-mode): Run apropos-mode-hook.
bff71087 8282
45f485a6
GM
82832000-06-07 David Ponce <david@dponce.com>
8284
8285 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8286 commands. Require `wid-edit' at run-time.
8287
82882000-06-07 David Ponce <david@dponce.com>
8289
8290 * recentf.el: Added some "Commentary".
8291 (recentf-open-more-files, recentf-edit-list): Minor changes to
8292 move the point at the top of the file list. This behaviour is
8293 consistent with the menu one when the list contains a lot of
8294 files.
8295 (recentf-cleanup): Now displays the number of items removed from
8296 the list.
8297 (recentf-relative-filter) New menu filter to show filenames
8298 relative to `default-directory'.
bff71087 8299
45f485a6
GM
83002000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8301
8302 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8303 with/without giving an error if PostScript printer doesn't have this
8304 kind of page size. Zebra Stripe continues or restarts on next page.
8305 Manual/automatic paper feeding. Switch or not the header.
8306 (ps-print-version): New version number (5.2.2).
8307 (ps-windows-system): Include emx as a Windows system.
8308 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8309 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8310 (ps-background-text): Code fix.
8311 (ps-error-handler-message, ps-user-defined-prologue)
8312 (ps-print-prologue-header, ps-printer-name)
8313 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8314 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8315 (ps-use-face-background): Customization fix.
8316 (ps-n-up-database): Data fix.
8317 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8318 (ps-switch-header): New vars.
8319 (ps-xemacs-color-name, ps-face-foreground-name)
8320 (ps-face-background-name, ps-boolean-constant): New funs.
8321
c14dcd22
DL
83222000-06-07 Dave Love <fx@gnu.org>
8323
8324 * allout.el: New version from Manheimer.
8325
e4044bb0
KH
83262000-06-07 Kenichi Handa <handa@etl.go.jp>
8327
8328 * textmodes/fill.el (fill-find-break-point): Check the validity of
8329 charset.
8330
59cfe8b9
KF
83312000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8332
8333 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8334 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8335 Call display-color-p and display-mouse-p instead of looking at
8336 window-system.
8337
bb2337f5
DL
83382000-06-06 Dave Love <fx@gnu.org>
8339
8340 * image.el (find-image): Doc fix. Return nil if image not found.
8341 (put-image, insert-image): Make STRING arg optional.
8342
8e624fa2
KH
83432000-06-06 Kenichi Handa <handa@etl.go.jp>
8344
8345 * language/vietnamese.el: Remove eval-when-compile.
8346 (viet-viscii-nonascii-translation-table): Define it as a
8347 translation table made from viet-viscii-decode-table.
8348 (viet-viscii-encode-table): Define it as a translation table made
8349 from the reverse map of above.
8350 (viet-vscii-nonascii-translation-table): Define it as a
8351 translation table made from viet-vscii-decode-table.
8352 (viet-vscii-encode-table): Define it as a translation table made
8353 from the reverse map of above.
8354 (ccl-decode-viscii): Use translate-character.
8355 (ccl-encode-viscii, ccl-encode-viscii-font)
8356 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8357 Likewize.
bff71087 8358
8e624fa2
KH
8359 * language/cyrillic.el: Remove eval-when-compile.
8360 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8361 translation table made from cyrillic-koi8-r-decode-table.
8362 (cyrillic-koi8-r-encode-table): Define it as a translation table
8363 made from the reverse map of above.
8364 (ccl-decode-koi8): Use translate-character.
8365 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8366 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8367 a translation table made from cyrillic-alternativnyj-decode-table.
8368 (cyrillic-alternativnyj-encode-table): Define it as a translation
8369 table made from the reverse map of above.
8370 (ccl-decode-alternativnyj): Use translate-character.
8371 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8372 Likewize
8373
8374 * international/mule-diag.el (non-iso-charset-alist): Specify
8375 translation table symbol instead of translation table itself.
8376 (list-block-of-chars): CHARSET may be a translation table symbol.
8377
8378 * international/mule.el (make-coding-system): If CODING-SYSTEM
8379 already exists, override it.
8380
8381 * international/fontset.el: Use family `proportional' for Tibetan
8382 fonts.
8383
8384 * international/ccl.el (ccl-compile-translate-character): Don't
8385 check if Rrr has property translation-table.
8386 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8387
1969fae2
GM
83882000-06-05 Gerd Moellmann <gerd@gnu.org>
8389
8390 * info.el: Bind case-fold-search to t when searching in case
8391 a user sets it to nil in a hook.
8392
d5b037c5
SM
83932000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8394
d3d02e65
SM
8395 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8396 * hl-line.el (hl-line-mode): Use the new :global key argument.
8397
8398 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8399 (tar-clip-time-string): Prepend a space.
8400 (tar-grind-file-mode): Construct a string rather than modifying one.
8401 (tar-header-block-summarize): Fix docstring.
8402 Use `format' rather than an error-prone set of copy-loops.
8403
8404 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8405 (diff-goto-source, diff-unified->context, diff-context->unified)
8406 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8407 understand the format output by the `-p' argument to diff.
8408
bff71087 8409 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8410 (sh-re-done): Use defconst.
8411 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8412 (sh-help-string-for-variable, sh-guess-basic-offset):
8413 Don't quote lambdas.
8414 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8415 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8416
f7c4478f
SM
8417 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8418 (mh-letter-mode): Derive from text-mode.
8419 This implicitly means that it now calls kill-all-local-variables.
8420 Also remove the Emacs-18 compatibility code.
8421
a8add29d
SM
8422 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8423 Make use of symbol-property doc-string-elt.
8424 Use memq rather than a sequence of eq.
8425 (doc-string-elt): Fix the wrong or missing previously unused values.
8426 (autoload-print-form): New function extracted from
8427 generate-file-autoloads to allow recursion when handling progn
8428 so that defvar's and defun's docstrings are properly printed.
8429 (generate-file-autoloads): Use it.
8430
d5b037c5
SM
8431 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8432 Use find-file-hooks in the minor-mode function.
8433 Be careful not to loop indefinitely in the post-command-hook function.
8434
560ef11a 84352000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8436
1969fae2 8437 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8438 tty's.
1969fae2 8439 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8440 differences whenever appropriate.
1969fae2
GM
8441 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8442 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8443 wildcards.
8444
b5bbbb76
SM
84452000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8446
d5b037c5
SM
8447 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8448 (jit-lock-fontify-buffer): New function for JIT refontification.
8449 (jit-lock-mode): Fix docstring.
8450 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8451 Remove jit-lock-after-change from the _local_ hook.
8452 (jit-lock-function-1): Fix docstring.
8453
8454 * info.el (Info-on-current-buffer): Initialize info.
8455
8456 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8457
8458 * progmodes/tcl.el (tcl-indent-for-comment):
8459 Ignore comment-indent-hook.
8460
8461 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8462 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8463 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8464 and improve to use the lighter to guess the capitalization.
8465 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8466 Add keyword arguments to specify global-ness or the custom group.
8467 Add local-map and help-echo properties to the lighter.
8468 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8469 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8470
bfa6c260
DL
84712000-06-02 Dave Love <fx@gnu.org>
8472
8473 * wid-edit.el: byte-compile-dynamic since we typically don't use
8474 all the widgets. Don't require cl or widget. Remove
8475 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8476 (widget-read-event): Removed. Callers changed to use read-event.
8477 (widget-button-release-event-p): Renamed from
8478 button-release-event-p.
8479 (widget-field-add-space, widget-field-use-before-change):
8480 Uncustomize.
8481 (widget-specify-field): Use keymap property, not local-map.
8482 (widget-specify-button): Obey :suppress-face.
8483 (widget-specify-insert): Use modern backquote syntax.
8484 (widget-image-directory): Renamed from widget-glyph-directory.
8485 (widget-image-enable): Renamed from widget-glyph-enable.
8486 (widget-image-find): Replaces widget-glyph-find.
8487 (widget-button-pressed-face): Move defvar.
8488 (widget-image-insert): Replaces widget-glyph-insert.
8489 (widget-convert): Use keywordp.
8490 (widget-leave-text, widget-children-value-delete): Use mapc.
8491 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8492 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8493 (widget-button-click): Don't set point at the click, but re-centre
8494 if we scroll out of window. Rewritten for images v. glyphs &c.
8495 (widget-tabable-at): Use POS arg, not point.
8496 (widget-beginning-of-line, widget-end-of-line)
8497 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8498 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8499 (widget-default-create): Use widget-image-insert; some rewriting.
8500 (widget-visibility-value-create)
8501 (widget-push-button-value-create, widget-toggle-value-create): Use
8502 widget-image-insert.
8503 (checkbox): Create on and off images dynamically.
8504 (documentation-link): Change :help-echo.
8505 (widget-documentation-link-echo-help): Remove.
8506
3837de12
SM
85072000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8508
8509 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8510
8511 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8512 (easy-mmode-define-toggle, define-minor-mode): Use it.
8513 (easy-mmode-define-keymap): Docstring fix.
8514 (define-derived-mode): Default PARENT to fundamental-mode.
8515 Add the derived-mode-parent symbol-property.
8516 (easy-mmode-derived-mode-p): New function.
8517
90aa4ea8
DL
85182000-06-02 Dave Love <fx@gnu.org>
8519
37193ee6
DL
8520 * files.el (convert-standard-filename): Doc fix.
8521 (normal-backup-enable-predicate): New function.
8522 (backup-enable-predicate): Use it to replace the lambda form.
8523
8524 * calendar/todo-mode.el: [This needs more work on the outline
8525 stuff.] Doc fixes.
8526 (todo) <defgroup>: Add :version.
8527 (todo-add-category): Don't use pushnew.
8528 (todo-cmd-raise): Fix typo.
8529 (todo-top-priorities): Change temp buffer name.
8530 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8531 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8532 Use outline-next-heading.
37193ee6 8533
90aa4ea8
DL
8534 * autoarg.el: Rewritten to use define-minor-mode.
8535 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8536 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8537
2e54623a
KH
85382000-06-02 Kenichi Handa <handa@etl.go.jp>
8539
8540 * isearch.el (isearch-other-meta-char): Fix previous change.
8541
c5def0db
SM
85422000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8543
3837de12
SM
8544 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8545 (log-edit-done): Only add the comment to the ring if it's different
8546 from the last comment entered.
8547
c5def0db
SM
8548 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8549
2330c9d4
DL
85502000-06-01 Dave Love <fx@gnu.org>
8551
8552 * hl-line.el: Rewritten using define-minor-mode.
8553
8554 * help.el (describe-function-1): Distinguish special form from
8555 builtin function. Sanity-check presence of arglist for builtins.
8556
6e5dfc31
KH
85572000-06-01 Kenichi Handa <handa@etl.go.jp>
8558
4dc1225b
KH
8559 * international/characters.el: Fix syntax/category setting of
8560 Tibetan characters.
8561
8562 * language/tibet-util.el (tibetan-add-components): Fixes for new
8563 encoding of Tibetan characters.
8564 (tibetan-decompose-precomposition-alist): New variable.
8565 (tibetan-decompose-region): Convert precomposed characters to
8566 non-precomposed characters.
8567 (tibetan-decompose-string): Likewise.
8568 (tibetan-composition-function): Fix args to
8569 thibetan-compose-string.
8570
8571 * language/tibetan.el (tibetan-composable-pattern): More
8572 characters included.
8573 (tibetan-consonant-transcription-alist): Rule for "R" added.
8574 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8575 "+R" added.
8576 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8577
eadef5e6
KH
8578 * language/lao-util.el (lao-composition-function): Fix args to
8579 compose-string.
8580
8581 * language/thai-util.el (thai-composition-function): Fix args to
8582 compose-string.
8583
6e5dfc31 8584 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8585 to prevent the point moving to the end of a composition when a
8586 part of a composition is searched.
6e5dfc31
KH
8587 (isearch-other-meta-char): If the key invoking this command can be
8588 mapped by function-key-map to a printing char, call
8589 isearch-process-search-char directly.
8590
2598a293
SM
85912000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8592
8593 * emacs-lisp/bytecomp.el:
8594 * frame.el:
8595 * international/mule-cmds.el:
8596 * international/mule-util.el:
8597 * international/mule.el:
8598 * mouse.el:
8599 * subr.el:
8600 * faces.el: Update calls to make-obsolete with a WHEN argument.
8601
8602 * byte-run.el (make-obsolete, make-obsolete-variable):
8603 Add an optional WHEN argument and change the format of the
bff71087 8604 symbol-property information.
2598a293
SM
8605 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8606 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8607 new obsolete-symbol-property format and print WHEN if it is provided.
8608
28d8dff1
DL
86092000-05-31 Dave Love <fx@gnu.org>
8610
8611 * loadhist.el (loadhist-hook-functions): Remove
8612 before-change-function, after-change-function.
8613 (unload-feature): Deal with symbols which are both bound and
8614 fbound.
8615
8616 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8617 before-change-function, after-change-function.
8618
8619 * simple.el (newline): Don't bind before-change-function,
8620 after-change-function.
8621
7f565d87
RV
86222000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8623
8624 * whitespace.el (whitespace-rescan-timer-time): Update interval
8625 set to 600 seconds (10 minutes) instead of 60 seconds since
8626 a large number of whitespace buffers causes emacs to `freeze'
8627 for a considerable amount of time.
8628
bff71087 8629 * whitespace.el: Updated email address
7f565d87 8630
a8d693d8
DL
86312000-05-31 Dave Love <fx@gnu.org>
8632
8633 * add-log.el (change-log-font-lock-keywords) <function>: Add
8634 pattern for function of change.
8635 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8636 acknowledgements patterns.
8637
a50192e7
KH
86382000-05-31 Kenichi Handa <handa@etl.go.jp>
8639
8640 * isearch.el (isearch-printing-char): If keyboard coding system is
8641 being used, call isearch-process-search-multibyte-characters.
8642
8643 * international/isearch-x.el: Mostly rewritten.
8644
8645 * international/quail.el (quail-start-conversion): Don't include
8646 unhandled events in the returned events, but set them in
8647 unread-command-events. Exit if all inputs are deleted.
8648
7e492772
JR
86492000-05-30 Jason Rumney <jasonr@gnu.org>
8650
8651 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8652
8653 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8654 Reenable code to create initial fontsets.
8655 Use set-fontset-font in place of put-charset-property.
8656
10fc3187
GM
86572000-05-30 Gerd Moellmann <gerd@gnu.org>
8658
79148ea7
GM
8659 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8660 label, ensure that the first colon isn't followed by another.
8661
8662 * paths.el (Info-default-directory-list): Doc fix.
8663
086d5b87
GM
8664 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8665 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8666 send a query containing USER only, not USER@HOST.
8667
10fc3187
GM
8668 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8669 and rmail-msgend to compute the restriction at the end, instead of
8670 computing it.
8671
49e70dec
GM
86722000-05-29 Gerd Moellmann <gerd@gnu.org>
8673
66254a13
GM
8674 * dabbrev.el (dabbrev-expand): Don't display messages in the
8675 echo area if the minibuffer window is active.
8676
49e70dec
GM
8677 * jit-lock.el (jit-lock-mode): Add after change function to
8678 local hook.
8679
86802000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8681
8682 * antlr-mode.el: New commands: hide/unhide actions,
8683 upcase/downcase literals.
8684 (antlr-tiny-action-length): New user option.
8685 (antlr-hide-actions): New command. Suggested by
8686 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8687 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8688 (antlr-mode-menu): New entries.
8689 (antlr-downcase-literals): New command.
8690 (antlr-upcase-literals): Ditto.
8691
8692 * antlr-mode.el: Minor changes: indendation, mode-name.
8693 (antlr-indent-line): Indent cpp directive at column 0.
8694 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8695
8696 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8697 (antlr-font-lock-additional-keywords): Workaround for intentional
8698 bug in XEmacs version of font-lock.
8699 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8700 be used by a smarter version of `buffers-menu-grouping-function'.
8701
87022000-05-29 Gerd Moellmann <gerd@gnu.org>
8703
8704 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8705 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8706
49f93684
KH
87072000-05-29 Kenichi Handa <handa@etl.go.jp>
8708
8709 * international/encoded-kb.el
8710 (encoded-kbd-iso2022-designation-map): Pay attention to that
8711 charset-iso-final-char return -1 for eight-bit-control and
8712 eight-bit-graphic.
8713
5b1ae051
EZ
87142000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8715
8716 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8717 (speedbar-easymenu-definition-base): Use display-graphic-p where
8718 available, instead of window-system.
8719
a205e32a
EZ
87202000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8721
8722 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8723 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8724 coding systems.
8725
dd854dc2
DL
87262000-05-26 Dave Love <fx@gnu.org>
8727
c88a85d5
DL
8728 * disp-table.el (standard-display-underline): Don't use
8729 internal-find-face.
8730
dd854dc2
DL
8731 * mail/reporter.el: Maintainer change. Doc fixes.
8732 (reporter-version): Deleted.
8733
8734 * emacs-lisp/elp.el: Maintainer change.
8735 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8736
dc29aa6c
SM
87372000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8738
8739 * add-log.el (add-change-log-entry): Merge the current entry with the
8740 previous one if the previous one is empty.
8741
ed62683d
DL
87422000-05-26 Dave Love <fx@gnu.org>
8743
4370a375
DL
8744 * loadhist.el (unload-feature): Fix interactive spec [from
8745 lijnzaad@ebi.ac.uk].
8746
ed62683d
DL
8747 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8748 subr-arity to check primitives.
8749 (byte-compile-flush-pending, byte-compile-file-form-progn)
8750 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8751 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8752 mapcar.
8753
ba9f8f95
KH
87542000-05-26 Kenichi Handa <handa@etl.go.jp>
8755
0f3e0672
KH
8756 * international/fontset.el: Set family names of non-latin charsets
8757 in default fontset to "*".
8758
cebefb44
KH
8759 * international/mule-diag.el (print-fontset): Combine family part
8760 and registry part of the fontname by "-*-" instead of "-".
8761
ba9f8f95
KH
8762 * international/mule-cmds.el (encode-coding-char): Make strings
8763 multibyte before calling encode-coding-string.
8764
931d0724
SM
87652000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8766
8767 * derived.el: Fix keywords.
8ccce2b0 8768 (define-derived-mode): Only define if needed.
931d0724
SM
8769
8770 * simple.el (fill-comment, comment-column, comment-start)
8771 (comment-start-skip, comment-end, comment-indent-function)
8772 (block-comment-start, block-comment-end, indent-for-comment)
8773 (set-comment-column, kill-comment, comment-padding, comment-region)
8774 (comment-multi-line, indent-new-comment-line): Remove.
8775
8776 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8777 function names for comment operations.
8778
8779 * newcomment.el: Add abundant autoload cookies.
8780 (comment-style): Don't depend on runtime data at compile-time.
8781 (comment-indent-hook): Remove.
8782 (comment-indent): Check if comment-indent-hook is bound.
8783 (comment-region): Docstring fix.
8784
6fc596cf
DL
87852000-05-25 Dave Love <fx@gnu.org>
8786
8787 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8788 byte-code-function-p.
8789
8790 * mail/rmailsum.el: Add provide.
8791
8792 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8793
8794 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8795 defcustom.
8796
7997f1ca 87972000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8798
7997f1ca
MK
8799 * ediff-diff.el (ediff-exec-process): delete --binary option from
8800 non-buffer ediff jobs.
7f565d87 8801
e7a903e8
EZ
88022000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8803
8804 * hilit-chg.el (highlight-changes-mode): Ask about color or
8805 grayscale support, not about window-system.
8806
8807 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8808 window-system.
8809 (ffap-highlight): Always default to t.
8810
8811 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8812 display-popup-menus-p instead of looking at window-system.
8813
8814 * disp-table.el (standard-display-g1, standard-display-graphic):
8815 Only refuse to use string glyphs on X and MS-Windows.
8816
8817 * avoid.el: Remove window-system from commentary, suggest to use
8818 display-*-p instead.
8819
8820 * apropos.el (apropos-print): Use display-mouse-p instead of
8821 window-system.
8822
14028d57
EZ
88232000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8824
8825 * international/codepage.el (cp-decoding-vector-for-codepage):
8826 Fill up unsupported characters with their own codes. From Kenichi
8827 Handa.
8828
1a4f9cc1
EZ
88292000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8830
8831 * international/mule-diag.el (describe-char-after): Use
8832 display-graphic-p instead of window-system, so that this function
8833 works on MS-DOS.
8834
89f6ca4e
EZ
88352000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8836
8837 * international/codepage.el (cp-make-coding-systems-for-codepage):
8838 Remove the eight-bit-graphic and eight-bit-control charsets from
8839 the list of charsets which we convert into `?'.
8840
eacfd7fe
KH
88412000-05-25 Kenichi Handa <handa@etl.go.jp>
8842
8843 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8844 private charsets.
8845 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8846 japanese-jisx0213-2): New charsets.
8847
8848 * international/fontset.el: Setup default fontset for new charsets.
8849
deadf7e3
DL
88502000-05-24 Dave Love <fx@gnu.org>
8851
8852 * info.el (Info-find-node-2): Restructure [following "Vadim
8853 S. Solomin" <sovs@uic.nnov.ru>].
8854
8855 * icomplete.el: Fix header for Finder.
8856
88572000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8858
8859 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8860 STAY.
8861
8862 * rmail.el (rmail-automatic-folder-directives): New user variable.
8863 (rmail-show-message): Add call to `rmail-auto-file' during
8864 display.
8865 (rmail-auto-file): New function.
8866
6de3983f 88672000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8868
fc6a6a4e 8869 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8870 account.
fc6a6a4e
GM
8871 (ediff-test-utility,ediff-diff-mandatory-option)
8872 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8873 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8874
fc6a6a4e 8875 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8876 variable.
7f565d87 8877
fc6a6a4e 8878 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8879 ediff-merge-filename-prefix.
8880
fc290d1d
MK
88812000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8882
fc6a6a4e 8883 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8884
273182b8
EZ
88852000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8886
8887 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8888 aliases for hebrew-iso-8bit.
8889
f471ea57
EZ
88902000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8891
8892 * woman.el: New version from Francis J. Wright
8893 <F.J.Wright@Maths.QMW.ac.uk>.
8894 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8895 names in environment variables regardless of the path separator.
8896 (woman-topic-all-completions-1): Don't call file-name-directory-p
8897 on all files, since woman-file-regexp already filters out any
8898 directories.
8899
01162f24
KH
89002000-05-24 Kenichi Handa <handa@etl.go.jp>
8901
48e3df76
KH
8902 * international/quail.el (quail-start-translation): Don't change
8903 modified-p of the current buffer.
8904 (quail-start-conversion): Likewise.
8905
8906 * international/kkc.el (kkc-region): Don't change modified-p of
8907 the current buffer.
8908
747d90ea
KH
8909 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8910 conform to RFC1468.
8911 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8912
17a223ff
EL
89132000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8914
8915 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8916 (speedbar-insert-button): Invisible text property fix.
8917 (speedbar-directory-plus): Renamed from speedbar-directory-+
8918 (speedbar-directory-minus): Renamed from speedbar-directory--
8919 (speedbar-page-plus): Renamed from speedbar-file-+
8920 (speedbar-page-minus): Renamed from speedbar-file--
8921 (speedbar-page): Renamed from speedbar-file-
8922 (speedbar-tag): Renamed from speedbar-tag-
8923 (speedbar-tag-plus): Renamed from speedbar-tag-+
8924 (speedbar-tag-minus): Renamed from speedbar-tag--
8925 (speedbar-expand-image-button-alist): Use above renames.
8926
8927 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8928 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8929 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8930 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8931 * sb-pg.xpm: Renamed from sb-file.xpm
8932 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8933 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8934
e6b6fc18
KH
89352000-05-24 Kenichi Handa <handa@etl.go.jp>
8936
8937 * international/quail.el (quail-show-guidance-buf): Set
8938 current-input-method of the guidance buffer to the name of the
8939 curren input method.
8940
a1a336eb
SM
89412000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8942
8943 * progmodes/compile.el (compile-internal): Style typo.
8944
8945 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8946 quote vars and functions in the docstring.
8947
8948 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8949
8950 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8951 Don't quote lambdas.
8952
8953 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8954
9695b783
GM
89552000-05-23 Gerd Moellmann <gerd@gnu.org>
8956
716e3b88
GM
8957 * startup.el (command-line): Determine source file of compiled
8958 user init file differently. Warn if compiled user init file
8959 is older than its source file.
8960
9695b783 8961 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8962
41ac433f
EZ
89632000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8964
8965 * files.el (make-backup-file-name-1): Replace slashes with `!'
8966 rather than `|' (which is not allowed on Windows). Replace the
8967 drive letters with a string "drive_X".
8968
46600ab1
GM
89692000-05-23 Gerd Moellmann <gerd@gnu.org>
8970
8971 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8972
8973 * files.el (interpreter-mode-alist): Add `bash2'.
8974
79a64d87
DL
89752000-05-22 Dave Love <fx@gnu.org>
8976
8977 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8978 mapc.
8979 (feature-file): Avoid calling symbol-name. Doc fix.
8980 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8981 (loadhist-hook-functions): Add mouse-position-function.
8982 (unload-feature): Change uses of mapcar.
8983
8984 * files.el (parse-colon-path): Doc fix.
8985 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8986 (set-auto-mode): Use mapc.
8987
8988 * complete.el (PC-look-for-include-file): Use :alnum: character
8989 class.
8990 (partial-completion-mode): Add autoload cookie.
8991
0e8c11d8
SS
89922000-05-22 Sam Steingold <sds@gnu.org>
8993
ce75fd23 8994 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8995 `add-text-properties' (bug introduced on 2000-05-18).
8996
d8d0fa6c
DL
89972000-05-22 Dave Love <fx@gnu.org>
8998
8999 * bindings.el: Remove debug-ignored-errors set in other files.
9000
9001 * progmodes/etags.el: Add to debug-ignored-errors.
9002 (visit-tags-table-buffer): Clear out buffers holding old tables
9003 when making a new list.
9004 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9005 mapc.
9006
9007 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9008 quote keywords.
9009 (cmpl-string-case-type): Use character classes.
9010
0e8c11d8
SS
9011 * comint.el:
9012 * textmodes/ispell.el:
9013 * imenu.el:
d8d0fa6c
DL
9014 * mail/mh-e.el:
9015 * progmodes/compile.el: Add to debug-ignored-errors.
9016
9017 * dabbrev.el: Add to debug-ignored-errors.
9018 (dabbrev-completion): Use mapc.
9019
1edbbf8a
EZ
90202000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9021
9022 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9023 (woman-mapcan, woman-parse-man.conf)
9024 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9025 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9026 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9027 path syntax better.
9028 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9029 (woman-manpath): Call woman-parse-man.conf.
9030 (woman-emulation): New defcustom, defaults to nroff.
9031 (woman-font-support): New defconst.
9032 (woman-use-symbol-font): New defcustom.
9033 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9034 "Emulation".
9035 Many functions: Doc fix.
9036
5bd2148c
KH
90372000-05-22 Kenichi Handa <handa@etl.go.jp>
9038
9039 * international/quail.el (quail-simple-translation-keymap): Map
9040 128..255 to quail-self-insert-command.
9041 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9042
4125ec7e
SM
90432000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9044
a1a336eb
SM
9045 * help.el (help-manyarg-func-alist): Typo.
9046
40aeecad
SM
9047 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9048 intervals which makes it heaps simpler.
9049
4125ec7e
SM
9050 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9051 the nested comment markers.
e4da9c1c
SM
9052
9053 * subr.el (remove-hook): Don't turn the hook's value into a list.
9054
cb7216a7
DL
90552000-05-21 Dave Love <fx@gnu.org>
9056
ac266581
DL
9057 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9058 are invalid characters.
9059
cb7216a7
DL
9060 * international/mule-util.el (detect-coding-with-priority): Use
9061 mapc. Remove redundant lambda.
9062
9063 * international/mule-diag.el (list-non-iso-charset-chars)
9064 (describe-fontset): Remove redundant lambda.
9065
9066 * emulation/crisp.el (brief-mode): New alias.
9067
9068 * emacs-lisp/ring.el (ring-elements): New function.
9069
9070 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9071 (easy-menu-do-add-item): Use keywordp.
9072
9073 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9074
9075 * replace.el: Doc and error message fixes.
9076 (replace-highlight): Use facep, not internal-find-face.
9077
9b0d1d6e
SM
90782000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9079
b2d2cf58
SM
9080 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9081
ffe7dc64
SM
9082 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9083 (log-edit-insert-changelog): Drop `:' as well.
9084
9085 * log-view.el: Fix file description.
9086 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9087 available.
9088 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9089 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9090
c8c21615
SM
9091 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9092 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9093 Print a status message if the toggle is called interactively.
9094 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9095 for global minor modes and use `defcustom' for them.
9096 Use add-minor-mode.
9097 (easy-mmode-define-derived-mode): Remove.
9098 (define-derived-mode): Fancier default docstring.
9099 (easy-mmode-define-navigation): Signal an error rather than (ding).
9100
9b0d1d6e
SM
9101 * newcomment.el (comment-styles): New `box-multi'.
9102 (comment-normalize-vars): Better default for comment-continue to
9103 avoid whitespace-only continuations.
9104 (comment-search-forward): Always move even in the no-syntax case.
9105 (comment-padright): Only obey N if it's only obeyed for padleft.
9106 (comment-make-extra-lines): Better handling of empty continuations.
9107 Use `=' for the filler if comment-start has only one character.
9108 (uncomment-region): Try handling the special `=' filler.
9109 (comment-region): Allow LINES even if MULTI is nil.
9110 (comment-box): Choose box style based on comment-style.
9111
f5ee6d0f
KH
91122000-05-20 Kenichi Handa <handa@etl.go.jp>
9113
9b0d1d6e 9114 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9115 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9116
c9671f81
KH
91172000-05-20 Kenichi HANDA <handa@etl.go.jp>
9118
9119 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9120 and insert, not subst-char-in-region.
9121
9122 * international/mule-diag.el (list-character-sets-1): Handle
9123 charsets eight-bit-control and eight-bit-graphic.
9124 (list-iso-charset-chars): Likewise.
9125 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9126 charactes as is. Use indent-to to align characters.
9127
9128 * international/mule-cmds.el (find-multibyte-characters): Never
9129 exclude charsets eight-bit-control and eight-bit-graphic.
9130
1426aa5c
SM
91312000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9132
9133 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9134 Don't quote lambdas.
9135
9136 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9137
2b63d473
GM
91382000-05-19 Gerd Moellmann <gerd@gnu.org>
9139
9140 * gud.el (gud-jdb-directories): Doc fix.
9141
f1355756
SM
91422000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9143
9144 * newcomment.el: New file.
9145
5f64c9e0
GM
91462000-05-19 Gerd Moellmann <gerd@gnu.org>
9147
2b63d473 9148 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9149
db7314bd
AS
91502000-05-18 Andreas Schwab <schwab@suse.de>
9151
9152 * dired.el (dired-between-files): Also skip lines beginning with
9153 `used'.
9154
25bb0401
GM
91552000-05-18 Gerd Moellmann <gerd@gnu.org>
9156
9157 * msb.el (msb-menu-cond): Add choice `user'.
9158
a199a865 91592000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9160
a199a865
GM
9161 * ps-print.el: Compatibility, customization and doc fix.
9162 (ps-printer-name-option): Replace defconst by defvar.
9163 (ps-postscript-code-directory): XEmacs compatibility.
9164 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9165 fix.
9166 (ps-user-defined-prologue, ps-print-prologue-header)
9167 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9168 compatibility and code fix.
9169 (ps-print-background-image, ps-print-background-text):
9170 Customization fix.
9171 (ps-line-number-start, ps-n-up-on): New vars.
9172
25bb0401
GM
91732000-05-18 Espen Skoglund <esk@ira.uka.de>
9174
9175 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9176 the indent-comment function to just return the appropriate indent.
9177
68e6c83a
EL
91782000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9179
9180 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9181 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9182 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9183
dae6cb9f
DL
91842000-05-18 Dave Love <fx@gnu.org>
9185
9186 * info.el (Info-fontify-node): Add intangible property as well as
9187 invisible.
9188
9189 * calendar/appt.el (appt-make-list): Match all lines of entry.
9190 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9191
813086ea
KH
91922000-05-18 Kenichi Handa <handa@etl.go.jp>
9193
9194 * international/mule-diag.el (describe-char-after): Call
9195 internal-char-font, not char-font. If internal-char-font returns
9196 nil, display "-- none --".
9197
24978190
EZ
91982000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9199
9200 * image.el (image-type-available-p): Don't reference image-types
9201 if it isn't bound.
9202
2fca2d5d
SM
92032000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9204
9205 * autoarg.el (autoarg-mode): Typo in the :set argument.
9206
cfc75d05
EZ
92072000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9208
9209 * startup.el (command-line-1): Don't signal an error if the
9210 directory for auto-save-list files does not yet exist.
9211
c4e30387
KH
92122000-05-17 Kenichi Handa <handa@etl.go.jp>
9213
9214 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9215
dd6b8ea7
SM
92162000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9217
9218 * subr.el (remove-hook): `setq' hook-value, not `set'.
9219
399c88ad
SS
92202000-05-16 Sam Steingold <sds@gnu.org>
9221
a199a865 9222 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9223
01651f07
DL
92242000-05-16 Dave Love <fx@gnu.org>
9225
9226 * cus-edit.el: Don't require cl or easymenu.
9227 (custom-variable-prompt): Test standard-value property, not
9228 user-variable-p.
9229
2248c40d
SS
92302000-05-16 Sam Steingold <sds@gnu.org>
9231
9232 * subr.el (add-hook): `setq' hook-value, not `set'.
9233
b15f3b77
GM
92342000-05-16 Gerd Moellmann <gerd@gnu.org>
9235
9236 * startup.el (command-line-1): Mention the FAQ in the startup
9237 message.
9238
9239 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9240
9241 * progmodes/compile.el (compilation-parse-errors): Collect
9242 `nomessage' regexps last.
9243
9244 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9245
9246 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9247 to the function name.
9248
f9bbcfac
EL
92492000-05-15 Dave Love <fx@gnu.org>
9250
9251 * speedbar.el (speedbar-recenter): Typo.
9252 (speedbar-expand-line): Make arg optional.
9253 (speedbar-mode): Avoid a compiler warning.
9254
119b42eb
GM
92552000-05-15 Gerd Moellmann <gerd@gnu.org>
9256
9257 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9258 user-specified option string is empty.
9259
9260 * mouse.el (mouse-yank-at-click): Doc fix.
9261
f685bea9
EZ
92622000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9263
9264 * term/internal.el (IT-character-translations): More updates of
9265 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9266 documents.
9267
a1b8d58b
GM
92682000-05-15 Gerd Moellmann <gerd@gnu.org>
9269
9270 * env.el (getenv): New function, interactively callable.
9271 (setenv, getenv): Remove autoload cookies.
9272
9273 * loadup.el: Load `env'.
9274
9275 * progmodes/f90.el: Change author's mail address.
9276
c9bba7ed
DL
92772000-05-14 Dave Love <fx@gnu.org>
9278
e5c83697
DL
9279 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9280 goto-addr as an option.
9281
9282 * help.el (help-xref-stack): Doc fix.
9283 (help-xref-following): New variable.
9284 (help-make-xrefs): Use it.
9285 (help-xref-go-back): Use position information from stack element.
9286 (help-follow): Make position in stack element a pair. Use
9287 help-xref-following.
399c88ad 9288
e5c83697
DL
9289 * autoarg.el: New file.
9290
9291 * faces.el: Declare more functions obsolete.
9292
c9bba7ed
DL
9293 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9294 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9295 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9296 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9297 Remove all the setup-...-environment functions.
9298
b6389bfb
EL
92992000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9300
a1b8d58b
GM
9301 * speedbar.el: Updated the commentary section. xemacs20p now uses
9302 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9303 (speedbar-easymenu-definition-base): Add toggle for images.
9304 (speedbar-easymenu-definition-special): Add flush cache & expand.
9305 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9306 (speedbar-reconfigure-keymaps-hook): New variable.
9307 (speedbar-frame-parameters): Updated documentation.
9308 (speedbar-use-imenu-flag): Updated custom tag
9309 (speedbar-dynamic-tags-function-list): New variable.
9310 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9311 (speedbar-indentation-width, speedbar-indentation-width) New
9312 variables.
9313 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9314 (speedbar-vc-indicator): Doc update.
9315 (speedbar-ignored-path-expressions): Updated default value.
9316 (speedbar-supported-extension-expressions): Updated default value.
9317 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9318 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9319 as "+". Added overlay aliases.
9320 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9321 `force-mode-line-update'.
9322 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9323 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9324 `mouse-set-point'
b6389bfb 9325 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9326 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9327 of arbitrary text, and new helper functions.
9328 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9329 filename finder.
b6389bfb
EL
9330 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9331 (speedbar-directory-buttons): Update path search/expansion.
9332 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9333 `speedbar-indentation-width'. Use more care w/ invisible
9334 properties.
b6389bfb
EL
9335 (speedbar-change-expand-button-char): Call
9336 `speedbar-insert-image-button-maybe'.
9337 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9338 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9339 (speedbar-trim-words-tag-hierarchy)
9340 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9341 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9342 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9343 functions.
b6389bfb
EL
9344 (speedbar-mouse-set-point): New function
9345 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9346 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9347 of tag prefix text.
9348 (speedbar-expand-line, speedbar-contract-line): Make more robust
9349 to strange text.
9350 (speedbar-expand-line): Takes universal argument to flush the
9351 cache.
b6389bfb
EL
9352 (speedbar-flush-expand-line): New function.
9353 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9354 Use new generator insertion method.
9355 (speedbar-fetch-dynamic-tags): New function.
9356 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9357 `speedbar-fetch-dynamic-imenu'.
9358 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9359 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9360 "Revert Buffer" menu items.
9361 (speedbar-buffer-buttons-engine): Be smarter when creating a
9362 filename tag (for expansion purposes.).
a1b8d58b
GM
9363 (speedbar-highlight-one-tag-line,
9364 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9365 (speedbar-recenter): New functions.
b6389bfb 9366 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9367 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9368 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9369 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9370 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9371 (speedbar-expand-image-button-alist): New variable.
9372 (speedbar-insert-image-button-maybe): Insert an image over some
9373 buttons.
9374
43fe9244
KH
93752000-05-13 Kenichi Handa <handa@etl.go.jp>
9376
9377 * international/mule-cmds.el (encode-coding-char): An ASCII
9378 character is always encodable.
9379
9380 * international/mule-conf.el: Add more information in descriptions
9381 of character sets.
9382
813086ea 9383 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9384 (describe-font-internal): Adjusted for the change of font-info.
9385 (describe-font): Likewise.
9386 (print-fontset): Rewritten for the new fontset implementation.
9387 (describe-fontset): Include fontset alias names in completion.
9388 (list-fontsets): Adjusted for the change of print-fontset.
9389
9390 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9391 describe-char-after instead of displaying the detail in the echo
9392 area.
813086ea
KH
9393 (syntax-code-table): Format changed.
9394 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9395
e8564f57
SM
93962000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9397
9398 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9399
9278c60d
DL
94002000-05-12 Dave Love <fx@gnu.org>
9401
9402 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9403 dependence. Use line-{beginning,end}-position, not
9404 point-at{b,e}ol. Some doc fixes.
9405 (todo-position): New function. Fix callers of position to use it.
9406 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9407
be0505fe
GM
94082000-05-12 Gerd Moellmann <gerd@gnu.org>
9409
9410 * time.el (display-time-mail-icon): Use `:ascent center'.
9411
a8a3541c
GM
9412 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9413 handling FTP security extensions.
399c88ad 9414
44d5f148
DL
94152000-05-11 Dave Love <fx@gnu.org>
9416
33d0c179 9417 * calendar/todo-mode.el: New file.
44d5f148 9418
da4496b6
GM
94192000-05-11 Gerd Moellmann <gerd@gnu.org>
9420
cdc4401d
GM
9421 * comint.el (comint-read-input-ring): Move reference to
9422 comint-input-ring-size outside of the save-excursion. It was
9423 causing the default value to be the only one ever seen.
399c88ad 9424
0279f991
GM
9425 * font-lock.el: Update copyright. Remove Simon Marshall's email
9426 address on request from him.
9427
da4496b6
GM
9428 * subr.el (substitute-key-definition): Add comment describing
9429 the meaning of PREFIX.
9430
ac5cb26d
SM
94312000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9432
9433 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9434
9435 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9436 (add-minor-mode): Don't make the variable buffer-local and add a
9437 reference to define-minor-mode in the docstring.
9438
9439 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9440 HEADER/FOOTER and fix bug with trailing empty directory.
9441 (cvs-append-to-ignore): Use vc-editable-p if available.
9442 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9443 (vc-do-command): Tweak advice to handle the new VC.
9444
9445 * log-view.el (log-view-goto-rev): New function for the new VC.
9446 (log-view-minor-wrap): Use mark-active.
9447
9448 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9449 (log-edit-changelog-full-paragraphs): New var.
9450 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9451 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9452 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9453 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9454 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9455 Replace the `cvs' prefix with `log-edit'.
9456
9457 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9458
9459 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9460 (diff-font-lock-defaults): Explicitly turn off multiline.
9461 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9462 (diff-ediff-patch): Fix call to ediff-patch-file.
9463 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9464 Handle comments.
9465
9466 * frame.el (automatic-hscrolling): Typo.
9467
9468 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9469
21c34da3
DL
94702000-05-09 Sam Steingold <sds@goems.com>
9471
9472 * apropos.el (apropos-print): use `describe-face' instead of
9473 `customize-face-other-window'.
9474
950cf06f
DL
94752000-05-09 Dave Love <fx@gnu.org>
9476
9477 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9478
9479 * help.el (describe-variable): Have customize button pop the
9480 help-xref stack when invoked.
9481 (help-xref-symbol-regexp): Add `face'.
9482 (help-make-xrefs): Check for quoted face names and adapt regexp
9483 submatch numbers to cope.
9484 (help-xref-interned): Maybe insert face doc too. Separate
9485 sections with a line of hyphens.
9486
0623e40f 9487 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9488 (describe-face): Add customize button. Return the help
9489 text. Fix prompt.
9490
82e2ca9d
EZ
94912000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9492
9493 * term/internal.el (IT-character-translations): Fix last change.
9494
10c00b5c
EZ
94952000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9496
9497 * woman.el: New file
9498 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9499
9deed82f
EZ
95002000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9501
001ad319
EZ
9502 * term/internal.el (IT-character-translations): Update ASCII
9503 simulations for greek-iso8859-7, add latin-iso8859-14 and
9504 latin-iso8859-15.
9505
9deed82f
EZ
9506 * international/mule-cmds.el (set-language-info-alist): Call
9507 define-prefix-command with 3 arguments, to make the map suitable
9508 for a menu.
9509
4f37b78a
DL
95102000-05-07 Dave Love <fx@gnu.org>
9511
1ec321a7 9512 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9513
64a4c526
DL
95142000-05-05 Dave Love <fx@gnu.org>
9515
9516 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9517 list in doc string. Don't quote keyword symbols.
9518 * emacs-lisp/cl.el: Likewise
9519 * emacs-lisp/cl-seq.el: Likewise
9520
056565f7
GM
95212000-05-05 Gerd Moellmann <gerd@gnu.org>
9522
9523 * abbrev.el (abbrev-mode): Make ARG optional.
9524
4656b314
GM
95252000-05-04 Gerd Moellmann <gerd@gnu.org>
9526
ec82fb2f
GM
9527 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9528
9529 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9530
4656b314
GM
9531 * subr.el (substitute-key-definition): Clarify documentation.
9532
95332000-05-04 Milan Zamazal <pdm@freesoft.cz>
9534
9535 * glasses.el (glasses-convert-to-unreadable): Use
9536 `glasses-separator' instead of the hard-wired "_".
9537 (glasses-mode): Call `glasses-make-unreadable' only in a single
9538 place.
9539
7b081c78
EZ
95402000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9541
9542 * term/internal.el (cjk-codepages-alist): Add associations for
9543 Chinese and Korean codepages. Remove FIXME comment.
9544
baa5536e
DL
95452000-05-03 Dave Love <fx@gnu.org>
9546
9547 * time.el (display-time-mail-face, display-time-use-mail-icon):
9548 New option.
9549 (display-time-mail-icon): New variable.
9550 (display-time-string-forms): Use the above. Fix the local-map.
9551
cbf18892
GM
95522000-05-03 Gerd Moellmann <gerd@gnu.org>
9553
4ff40dd0
GM
9554 * replace.el (query-replace-map): Add binding for `E'.
9555 (query-replace-help): Extend help text.
9556 (perform-replace): Allow editing the replacement string.
9557
9558 * make-mode.el (makefile-mode-abbrev-table): New variable.
9559 (makefile-mode): Set local abbrev table to
9560 makefile-mode-abbrev-table.
9561 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9562
cbf18892
GM
9563 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9564 set TOGGLE's value.
9565
4ff40dd0
GM
9566 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9567 mail-interactive-insert-alias.
9568 (mail-abbrev-complete-alias): New command.
9569 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9570
ffec4d9f
KH
95712000-05-03 Kenichi Handa <handa@etl.go.jp>
9572
9573 * language/lao-util.el (lao-compose-region): New function.
9574
1b0672c3
GM
95752000-05-02 Gerd Moellmann <gerd@gnu.org>
9576
576da55d
GM
9577 * files.el (recover-session): Make directories as necessary
9578 if they don't exist yet.
9579
399c88ad
SS
9580 * calendar/cal-french.el
9581 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9582 (french-calendar-special-days-array): Change French text.
9583 (calendar-french-date-string): Change output.
9584 (calendar-goto-french-date): Likewise.
9585
95862000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9587
9588 * wid-edit.el (widget-default-active): Obey `:always-active'.
9589 (widget-documentation-string-value-create): Set `:always-active'.
9590
4b33deaa
EZ
95912000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9592
9593 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9594 default prefix to `~/_emacs.d/auto-save.list/_s'.
9595 (normal-top-level): Create the directory for auto-save files, if
9596 it doesn't already exist (in the ms-dos case only).
9597
5c922ea7
EZ
95982000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9599
9600 * international/mule-cmds.el (set-language-environment): Don't
9601 concat an integer (dos-codepage), use format instead.
9602
820ad5e7
DL
96032000-05-02 Dave Love <fx@gnu.org>
9604
9605 * help.el (help-xref-on-pp): Check for constant symbols.
9606
57cb56f5
GM
96072000-04-29 Gerd Moellmann <gerd@gnu.org>
9608
9609 * startup.el (normal-top-level): Put a condition-case around
9610 the code loading subdirs.el.
9611
96122000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9613
57cb56f5
GM
9614 * ps-print.el: Upside-down and face background color printing,
9615 line number step, doc fix.
9616 (ps-print-version): New version number (5.2).
9617 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9618 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9619 (ps-spool-config): Var fix.
9620 (ps-printer-name-option): Const fix.
9621 (ps-print-upside-down, ps-use-face-background)
9622 (ps-line-number-step): New vars.
9623 (ps-window-system, ps-lp-system): New consts.
9624 (ps-face-background): New fun.
9625
084cec2f
GM
96262000-04-28 Richard Stallman <rms@gnu.org>
9627
9628 * files.el (make-auto-save-file-name):
9629 Apply auto-save-file-name-transforms to visited file name
9630 before generating auto save file name.
9631 (auto-save-file-name-transforms): New variable.
9632
399c88ad 9633 * files.el (backup-enable-predicate):
084cec2f
GM
9634 Correctly test for a file under a temporary directory.
9635
c94f4677
GM
96362000-04-28 Gerd Moellmann <gerd@gnu.org>
9637
9638 * subr.el (add-minor-mode): Rewritten.
9639
7b211df5
KH
96402000-04-28 Kenichi Handa <handa@etl.go.jp>
9641
9642 * mail/sendmail.el (sendmail-send-it): Set
9643 buffer-file-coding-system to the selected coding system for MIME
9644 header.
9645
c76e04a8 96462000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9647
c76e04a8
GM
9648 * dired.el (dired-move-to-filename-regexp): Allow format where
9649 YYYY is followed by two spaces.
e3e36d74 9650
c76e04a8
GM
9651 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9652 in the second character class of the regexp.
9653
9654 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9655 mh-etc, too.
353964e3 9656
c76e04a8
GM
9657 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9658 nil.
399c88ad 9659
353964e3
GM
9660 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9661
9662 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9663 argument.
9664
c76e04a8 96652000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9666
c76e04a8
GM
9667 * emacs-lisp/crm.el (crm-completion-table): New variable.
9668 (crm-collection-fn, crm-test-completion)
9669 (completing-read-multiple): Use it.
9670
96712000-04-27 Dave Love <fx@gnu.org>
9672
9673 * help.el (locate-library): Use mapc.
9674 (help-manyarg-func-alist): Add call-process-region.
9675
7464346d
GM
96762000-04-26 Gerd Moellmann <gerd@gnu.org>
9677
b35bd33d
GM
9678 * subr.el (add-minor-mode): Make argument MAP optional.
9679
7464346d
GM
9680 * desktop.el (desktop-save): Save list of minor modes.
9681 (desktop-create-buffer): Restore minor modes.
9682 (desktop-minor-mode-table): New user-option.
9683
9684 * subr.el (add-minor-mode): New function.
9685
9686 * image.el (find-image): New function.
9687 (defimage): Rewritten to find image at load time.
9688
9689 * startup.el (normal-top-level-add-to-load-path): Handle
9690 case that the default directory is not in load-path.
9691
9692 * help.el: Old patch from Stefan Monnier.
9693 (help-xref-on-pp): New function.
9694 (describe-variable): Use it to display xrefs in a symbol's value.
9695
23c0fb21
SM
96962000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9697
9698 * cus-edit.el (custom-face): Fix parenthesis.
9699
fad95037
KH
97002000-04-26 Kenichi Handa <handa@etl.go.jp>
9701
f03392a1
KH
9702 * mail/rmail.el (rmail-expunge): When there are no deleted
9703 messages, do nothing.
fad95037 9704
0d7c5bb9
DL
97052000-04-26 Dave Love <fx@gnu.org>
9706
9707 * international/mule-cmds.el (locale-translation-file-name):
9708 Defvar to nil.
9709 (set-locale-environment): Set it here (at runtime).
9710
612839b6
GM
97112000-04-25 Gerd Moellmann <gerd@gnu.org>
9712
9713 * replace.el (perform-replace): Add parameters START and END. Use
9714 them instead of the check for a region in Transient Mark mode.
9715 (query-replace-read-args): Return two more list elements for the
9716 start and end of the region in Transient Mark mode.
9717 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9718 (map-query-replace-regexp, replace-string, replace-regexp): Add
9719 optional last arguments START and END and pass them to
9720 perform-replace.
9721
9722 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9723 form with additional arguments for perform-replace.
9724
9725 * progmodes/etags.el (tags-query-replace): Add parameters START
9726 and END. Construct a form with additional arguments for
9727 perform-replace.
9728
9729 * simple.el (shell-command): Set default directory for "*Shell
9730 Command Output" buffer.
9731
9732 * language/european.el (iso-latin-4): Fix typo.
9733
9734 * emacs-lisp/crm.el: New file.
9735
2917cc05
DL
97362000-04-24 Dave Love <fx@gnu.org>
9737
9738 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9739 (Custom-reset-saved, Custom-reset-standard)
9740 (custom-group-value-create, custom-group-set, custom-group-save)
9741 (custom-group-reset-current, custom-group-reset-saved)
9742 (custom-group-reset-standard): Use mapc.
9743 (custom-buffer-create-internal): Disable undo when creating items.
9744 Use mapc.
9745 (custom-face): Avoid redundant lambda.
9746
abfcc168
GM
97472000-04-24 Gerd Moellmann <gerd@gnu.org>
9748
9749 * startup.el (auto-save-list-file-prefix): Set default to
9750 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9751
fa78f71b
SS
97522000-04-24 Sam Steingold <sds@gnu.org>
9753
9754 * time-stamp.el (time-stamp-string-preprocess): Always convert
9755 `field-result' to a string.
9756
cc181e95
GM
97572000-04-24 Gerd Moellmann <gerd@gnu.org>
9758
9759 * frame.el (scrolling): New group.
9760 (automatic-hscrolling): New user-option.
9761
9762 * startup.el (command-line-x-option-alist): Add `-lsp' and
9763 `--line-spacing'.
9764
6142fdcb
DL
97652000-04-19 Dave Love <fx@gnu.org>
9766
9767 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9768 (cl-mapc): Rename from mapc. Fix the funcall.
9769
5e3dac3f
GM
97702000-04-19 Gerd Moellmann <gerd@gnu.org>
9771
1c459486
GM
9772 * simple.el (clone-indirect-buffer-other-window): New command.
9773 (clone-indirect-buffer): Add optional arg NORECROD.
9774 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9775
271b4185
GM
9776 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9777
9778 * window.el (count-screen-lines): New function.
9779 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9780 instead of window-buffer-height.
9781
9782 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9783 non-existing variable comint-input-sentinel.
9784 (inferior-lisp-args-to-list): Removed.
9785 (inferior-lisp): Use split-string instead of
9786 inferior-lisp-args-to-list.
9787
9788 * hexl.el (hexl-insert-hex-string): New command.
9789
5e3dac3f
GM
9790 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9791 instead of concat.
9792
f6d3257b
GM
97932000-04-18 Gerd Moellmann <gerd@gnu.org>
9794
9795 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9796 at the start of an existing but empty folder.
9797
97982000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9799
9800 * ps-mule.el: Customization fix, doc fix.
9801 (ps-multibyte-buffer): Customization fix.
9802
8b7bc628 98032000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9804
9805 * subr.el (read-passwd): Use read-char-exclusive.
9806
0daee095
GM
98072000-04-17 Gerd Moellmann <gerd@gnu.org>
9808
9809 * textmodes/texinfo.el (texinfo-insert-@email)
9810 (texinfo-insert-@emph, texinfo-insert-@quotation)
9811 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9812 (texinfo-mode-map): Add key bindings for them.
9813
9814 * files.el (basic-save-buffer-2): Use a template with `$'
9815 instead of `#' for VMS.
9816
9817 * simple.el (clone-indirect-buffer): New function.
9818
e10f64e7
GM
98192000-04-16 Stephen Eglen <stephen@gnu.org>
9820
9821 * iswitchb.el (iswitchb-case): New function. If the user input
9822 contains any upper-case characters, the search is made
9823 case-sensitive.
9824
e3721db1
SM
98252000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9826
e10f64e7
GM
9827 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9828 comment-end.
e3721db1
SM
9829 (texinfo-font-lock-syntactic-keywords): New var.
9830 (texinfo-font-lock-keywords): Remove comment regexp.
9831 (texinfo-insert-block): New function.
9832 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9833 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9834 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9835 (texinfo-environments): New var.
e10f64e7
GM
9836 (texinfo-environment-regexp): Use regexp-opt and
9837 texinfo-environments.
e3721db1 9838
e10f64e7
GM
9839 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9840 ispell-process is bound since this might be eval'd before ispell
9841 is loaded.
9842 (ispell-message): Use a tiny bit less magic and a bit more hard
9843 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9844
9845 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9846
9847 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9848 (insert-cyclic-diary-entry): Unquote the lambda.
9849
9850 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9851
9852 * files.el (backup-enable-predicate): Unquote the lambda.
9853
9854 * cus-edit.el (custom-face, face): Unquote the lambda.
9855
712dc9e0
GM
98562000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9857
9858 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9859
712dc9e0
GM
9860 * ps-print.el: Fix counting lines in a region.
9861 (ps-print-version): New version number (5.1.5).
9862 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9863 (ps-printing-region): Fun code fix.
9864
ffc50f2a
GM
98652000-04-15 Gerd Moellmann <gerd@gnu.org>
9866
9867 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9868 to file-directory-p.
9869
a2522dca
GM
98702000-04-14 Gerd Moellmann <gerd@gnu.org>
9871
9872 * gud.el (gud-jdb-build-source-files-list): Check that directory
9873 exists before calling directory-files.
9874
6e883610
DL
98752000-04-13 Dave Love <fx@gnu.org>
9876
9877 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9878 syntax.
9879
9880 * emacs-lisp/cl-specs.el: Remove when, unless.
9881
9882 * emacs-lisp/cl-extra.el: Don't quote keywords.
9883 (cl-old-mapc): New variable.
9884 (mapc): Use it.
9885 (cl-map-intervals): Use with-current-buffer. Don't check for
9886 next-property-change.
9887 (cl-map-overlays): Use with-current-buffer.
9888 (cl-expt): Remove.
9889 (copy-tree, remprop): Define unconditionally.
9890
9891 * emacs-lisp/cl-compat.el (keywordp): Remove.
9892
9893 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9894 to use keywordp.
9895 (edebug-spec): Enable keywordp.
9896
9897 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9898 string-lessp.
9899
9900 * cus-start.el: Use keywordp.
9901
198e3c7a
GM
99022000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9903
9904 * diary-lib.el (include-other-diary-files): Fix the fix of
9905 2000-02-18 by doing a save-excursion.
9906
99072000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9908
9909 * ps-print.el: Customization fix, doc fix.
9910 (ps-print-version): New version number (5.1.4).
9911 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9912 (ps-print-preprint): Adjust code.
9913 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9914 (ps-print-prologue-header, ps-print-control-characters)
9915 (ps-spool-config): Customization fix.
fa78f71b 9916
8eba343c
EZ
99172000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9918
9919 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9920 converted to the new menu-item format, names silightly changed,
9921 help strings added.
9922
9923 Support for spelling without async subprocesses:
9924
9925 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9926 (ispell-session-buffer): New variables.
9927 (ispell-start-process, ispell-process-status,
9928 ispell-accept-output, ispell-send-string): New functions, for
9929 Ispell invocation when async subprocesses aren't supported.
9930 (ispell-word, ispell-pdict-save, ispell-command-loop,
9931 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9932 to process-send-string with calls to ispell-send-string, and
9933 accept-process-output with ispell-accept-output.
9934 (ispell-init-process): Call ispell-process-status instead of
9935 process-status with.
9936 (ispell-init-process): Call ispell-start-process. Call
9937 ispell-accept-output and ispell-send-string. Don't call
9938 process-kill-without-query and kill-process if they are unbound.
9939 (ispell-async-processp): New function.
9940
3d30065d
DL
99412000-04-12 Dave Love <fx@gnu.org>
9942
9943 * info.el: Add debug-ignored-errors.
9944 (Info-mode-menu): Add some items.
9945 (Info-directory): Add autoload cookie.
9946
9947 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9948 Modify `truncate-lines'. Make `describe-language-environment'
9949 always visible and add help. Modify `describe-key' help. Invoke
9950 Info-directory from `info'. New entry `emacs-manual'.
9951
1a1b1895
GM
99522000-04-10 Gerd Moellmann <gerd@gnu.org>
9953
8b2affc5
GM
9954 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9955 propertized-buffer-identification.
9956 (ebrowse-update-member-buffer-mode-line): Likewise.
9957 (ebrowse--mode-strings): Removed.
9958 (ebrowse--mode-line-props): Removed.
9959
1a1b1895
GM
9960 * files.el (auto-mode-alist): Add `EBROWSE'.
9961
9962 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9963 space before testing for end of buffer.
9964 (ebrowse-load): Removed.
9965 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9966 (ebrowse-create-tree-buffer): Rewritten.
9967 (ebrowse-tree-mode): Read tree from buffer.
9968
9969 * progmodes/ebrowse-ffh.el: Removed.
9970
223f3c91
KH
99712000-04-10 Kenichi Handa <handa@etl.go.jp>
9972
9973 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9974
25fbf2c4
GM
99752000-04-10 Gerd Moellmann <gerd@gnu.org>
9976
9977 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9978 at the wrong place.
9979
92c13173
DL
99802000-04-09 Dave Love <fx@gnu.org>
9981
9982 * files.el (backup-enable-predicate): Use
9983 temporary-file-directory, small-temporary-file-directory.
9984 (make-backup-file-name-function, backup-directory-alist): New
9985 variables.
9986 (make-backup-file-name-1): New function.
9987 (make-backup-file-name): Use it.
9988 (find-backup-file-name): Likewise. Use format for clarity, not
9989 concat.
9990 (file-newest-backup): Use make-backup-file-name.
9991
be0dbdab
GM
99922000-04-09 Gerd Moellmann <gerd@gnu.org>
9993
c45be9ac 9994 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9995
c45be9ac
GM
9996 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9997 to ebrowse-ffh.el.
9998 (ebrowse-load): Add autoload.
9999
10000 * finder.el (finder-commentary): Add autoload cookie.
10001
be0dbdab
GM
10002 * mail/rfc2368.el: Correct author's email address.
10003
10004 * progmodes/ebrowse.el: New file.
10005
10006 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10007 item help string.
10008 (easy-menu-do-add-item): Ditto.
10009 (easy-menu-define): Extend doc string.
10010
10011 * jit-lock.el (with-buffer-unmodified): Use
10012 restore-buffer-modified-p.
10013 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10014 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10015 with-buffer-unmodified.
10016
3f923efe
DL
100172000-04-08 Dave Love <fx@gnu.org>
10018
10019 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10020 unless, when.
10021
d35bee0e
MK
100222000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10023
10024 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10025 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10026 doesn't support face.
d35bee0e 10027 Use `viper-put-on-search-overlay'.
fa78f71b 10028
c407c570
GM
100292000-04-04 Gerd Moellmann <gerd@gnu.org>
10030
10031 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10032 like C-r.
10033
10034 * progmodes/make-mode.el: Some doc fixes.
10035 (makefile-mode-abbrev-table): New variable.
10036 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10037 (makefile-font-lock-keywords): Fontify includes and conditionals.
10038 (toplevel): Require `dabbrev' and `add-log' when compiling.
10039
10040 * replace.el (perform-replace): Don't move forward one char
10041 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10042 to do that because it leaves point 1 position after the last
10043 replacement, after everything has been replaced.
10044
10045 * jit-lock.el (with-buffer-unmodified): New macro.
10046 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10047 modified state.
10048 (jit-lock-function-1): Extracted from jit-lock-function; not
10049 preserving buffer's modified state.
10050 (jit-lock-function, jit-lock-stealth-fontify): Call
10051 jit-lock-function-1.
10052
10053 * mail/rfc2368.el: Remove supernumerary copyright line.
10054
685e5ed2
GM
100552000-04-04 Milan Zamazal <pdm@freesoft.cz>
10056
10057 * glasses.el: Provide facilities for inserting space before left
10058 parentheses and uncapitalization of identifiers.
10059 (glasses-mode): Try to remove old overlays in all cases.
10060
0166aed1
GM
100612000-04-03 Gerd Moellmann <gerd@gnu.org>
10062
62f20204
GM
10063 * progmodes/compile.el (compile-internal): Display the compilation
10064 buffer in a different frame, if it's already displayed there.
10065
6460c400
GM
10066 * mail/rfc2368.el: New file.
10067
c0510d27
GM
10068 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10069 header and insert its value as mail body.
10070
10071 * subr.el (member-ignore-case): New function.
10072
10073 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10074 (dabbrev--find-expansion): Ignore buffers matching a regexp
10075 from dabbrev-ignored-regexps.
10076
0166aed1
GM
10077 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10078 to extensions handled by gzip.
10079
c0510d27
GM
100802000-04-03 Richard M. Stallman <rms@gnu.org>
10081
10082 * files.el (insert-directory): List the total free space
10083 along with the used space.
fa78f71b 10084
c0510d27
GM
10085 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10086 line is followed by one that matches CITATION-REGEXP, end the
10087 paragraph.
10088
100892000-04-03 Markus Rost <rost@delysid.gnu.org>
10090
10091 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10092 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10093
14c04384
KH
100942000-04-03 Kenichi Handa <handa@etl.go.jp>
10095
10096 * international/mule-cmds.el (encoded-string-description):
10097 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10098 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10099 for hexadecimal format.
14c04384 10100
ccf5869a
DL
101012000-04-01 Dave Love <fx@gnu.org>
10102
10103 * cpp.el: Change customization group to `c' from `C'.
10104
10105 * vcursor.el (vcursor-move): Use display-color-p.
10106
10107 * international/mule-util.el: Provide mule-utils.
10108 (string-to-sequence): Simplify and speed up.
10109
10110 * international/mule.el (make-coding-system): Purecopy doc-string.
10111
10112 * international/mule-cmds.el: Various menu changes.
10113 (describe-specified-language-support): Handle `Default'.
10114 (set-language-info): Purecopy `info'.
10115
610d841e
GM
101162000-03-31 Andrew Innes <andrewi@gnu.org>
10117
10118 * vc.el (vc-backend-diff): Return the correct status if we had to
10119 retry the rcsdiff command without the --brief option.
fa78f71b 10120
7f9de034
DL
101212000-03-31 Dave Love <fx@gnu.org>
10122
2de47765
DL
10123 * help.el (help-manyarg-func-alist): Correct several omissions.
10124
72838819
DL
10125 * add-log.el: Don't require cl, fortran.
10126 (add-log-current-defun-function): Doc fix.
10127 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10128 fix.
10129 (change-log-version-rcs): Function deleted.
10130 (change-log-version-number-search): Doc fix. Use
10131 vc-workfile-version. Avoid CL dolist.
10132 (add-change-log-entry): Just call add-log-current-defun to get
10133 defun. Simplify somewhat.
10134 (change-log-get-method-definition-1): Likewise.
10135 (add-log-current-defun): Return nil if calling
10136 add-log-current-defun-function does so. Move Fortran stuff to
10137 fortran.el. Return string without properties.
10138
7f9de034
DL
10139 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10140 and :alpha: char classes.
10141
10142 * mail/supercite.el: Defvar curline when compiling.
10143 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10144 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10145 rather than a-zA-Z0-9 to allow non-ASCII characters.
10146
aa110c0c
GM
101472000-03-31 Gerd Moellmann <gerd@gnu.org>
10148
10149 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10150
10151 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10152 Re-enable new code.
10153
10154 * lpr.el (print-region-1): Use -d to specify printer name for
10155 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10156
101572000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10158
aa110c0c
GM
10159 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10160 for function definition in symbol's function value slot first
10161 instead of first consulting byte-compile-function-environment.
fa78f71b 10162
6733d074
KH
101632000-03-31 Kenichi Handa <handa@etl.go.jp>
10164
10165 * language/european.el ("Polish"): New language environment.
10166 (setup-polish-environment): New function.
10167
63fcfa04
GM
101682000-03-30 Gerd Moellmann <gerd@gnu.org>
10169
10170 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10171 Disable new code.
10172
10173 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10174 trying to `load' the symbol of an autoload instead of the file
10175 recorded in the autoload. Fix error messages.
10176
7438c86b
GM
101772000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10178
10179 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10180 (ps-print-version): New version number (5.1.3).
10181 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10182 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10183 (ps-generate-postscript-with-faces): Code fix.
10184 (ps-color-values): XEmacs compatibility.
10185 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10186 (ps-default-fg, ps-default-bg): Adjust customization.
10187 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10188 (ps-color-scale): Renaming old ps-color-value fun.
10189 (ps-print-headers): Replace ps-print-header group to avoid conflict
10190 with ps-print-header variable.
10191 (ps-print-miscellany): New group.
10192 (ps-format-color, ps-rgb-color): New funs.
10193 (ps-default-foreground): New var.
10194 (ps-printer-name-option): New const.
fa78f71b 10195
326855a0
PB
101962000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10197
1f56ba73
PB
10198 * net/net-utils.el:
10199 (network-connection-host, network-connection-service): New variables
10200 (network-connection-mode): New mode, derived from comint-mode
10201 (network-connection-mode-setup): New function, saves host and
fa78f71b 10202 service information in local variables.
1f56ba73 10203
326855a0
PB
10204 * lisp/locate.el:
10205 (locate-word-at-point): Added this function
10206 (locate): Default to using locate-word-at-point as input
10207 Run dired-mode-hook
10208
141384bd
DL
102092000-03-29 Dave Love <fx@gnu.org>
10210
10211 * calendar/appt.el: Doc fixes.
10212 (appt-check): Convert min-to-app to a string before passing to
10213 appt-disp-window-function or concat.
10214 (appt-delete-window): Remove test for frame-root-window.
10215 (appt-select-lowest-window, appt-convert-time): Simplify.
10216
10217 * emacs-lisp/bytecomp.el: Doc fixes.
10218 (byte-compile-file-form-autoload): Update
10219 byte-compile-function-environment.
10220
c5aa0fc2
AS
102212000-03-29 Andreas Schwab <schwab@suse.de>
10222
10223 * emacs-lisp/autoload.el: Also print defsubst doc string
10224 specially.
10225
10226 * dired.el (dired-insert-directory): If dired-free-space-program
10227 failed just delete its output.
10228
f1d6fe69
DL
102292000-03-29 Dave Love <fx@gnu.org>
10230
10231 * international/iso-cvt.el: Move provide to end. Doc fixes.
10232 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10233 (iso-iso2sgml, iso-sgml2iso): New functions.
10234 (iso-cvt-define-menu): Fix some entries and use backquote for
10235 clarity.
10236
10237 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10238
b61f1215
GM
102392000-03-28 Gerd Moellmann <gerd@gnu.org>
10240
10241 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10242 ISO-DATE. If non-nil, return date in ISO 8601 format.
10243
ea4b0ca3
SM
102442000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10245
3831af62
SM
10246 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10247 if it ever becomes used.
10248 (log-edit-mode-hook): Default to vc-log-mode-hook.
10249 (log-edit-mode): Fix the docstring.
10250
ea4b0ca3
SM
10251 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10252 the code.
10253
08f8b1cc
DL
102542000-03-26 Dave Love <fx@gnu.org>
10255
082527fe
DL
10256 * net/browse-url.el (browse-url): Re-fix case of
10257 browse-url-browser-function being an alist.
10258 (browse-url): Add :link to defgroup.
10259
08f8b1cc
DL
10260 * files.el: Doc fixes.
10261 (file-truename): Include `[' in wildcard characters.
10262 (automount-dir-prefix): Customize.
10263 (find-file-wildcards): Add :version.
10264 (find-file-noselect): Simplify a mapcar call.
10265
10266 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10267 compatible with inf-lisp version.
10268 (eval-defun-1): Fix custom-declare-variable case.
10269
ea4b0ca3
SM
102702000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10271
10272 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10273
9a0dd3dc
GM
102742000-03-24 Gerd Moellmann <gerd@gnu.org>
10275
b68c375f
GM
10276 * Makefile (COMPILE_FIRST): New macro.
10277 (compile-files): Compile files from COMPILE_FIRST first.
10278
10279 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10280 code.
10281
9a0dd3dc
GM
10282 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10283 matching open parenthesis in column 0 to defun-prompt-regexp
10284 only if open-paren-in-column-0-is-defun-start is set.
10285
10286 * sun-curs.el: Require CL at compile-time only.
10287
10288 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10289 instead of copy-list which is a function from CL.
10290 (msb--choose-menu, msb--mode-menu-cond)
10291 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10292 (msb--init-file-alist): Use mapcar instead of mapcan.
10293 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10294 `(' in column 0 in doc string.
10295 (msb--add-separators): Use mapcar instead of mapcan.
10296
10297 * cus-dep.el: Require CL at compile-time only.
10298
c7dcadb5
SM
102992000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10300
10301 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10302 (byte-compile-warnings): New warning `noruntime'.
10303 (byte-compile-constants, byte-compile-variables): Fix docstring.
10304 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10305 execute `eval-whenc-compile's body.
10306 (byte-compile-unresolved-functions): Fix docstring.
10307 (byte-compile-eval): New function.
10308 (byte-compile-callargs-warn): Check if the function will be available
10309 at runtime (via property `byte-compile-noruntime').
10310 (byte-compile-print-syms): New function.
10311 (byte-compile-warn-about-unresolved-functions): Also warn about
10312 `noruntime' functions (and use `byte-compile-print-syms').
10313 (byte-compile-file): Capitalize the message.
10314
3b55acc9
GM
103152000-03-24 Gerd Moellmann <gerd@gnu.org>
10316
10317 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10318 (rmail-expunge): Ask for confirmation depending on the setting
10319 of rmail-confirm-expunge.
10320
103212000-03-23 Gerd Moellmann <gerd@gnu.org>
10322
10323 * Makefile (bootstrap-clean): If $(emacs) exists, build
10324 loaddefs.el first. A loaddefs.el that's not up-to-date might
10325 cause a bootstrap failure because things don't autoload as
10326 expected.
10327
02c76af4
DL
103282000-03-23 Dave Love <fx@gnu.org>
10329
10330 * net/browse-url.el: Restore previous use of
10331 browse-url-maybe-new-window.
10332
1a3199d9
GM
103332000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10334
10335 * ps-print.el: Skip banner page fix.
10336 (ps-print-version): New version number (5.1.2).
10337 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10338
1a3199d9
GM
103392000-03-23 Dave Pearson <davep@davep.org>
10340
10341 * net/quickurl.el Changed the type of parameter passed to the
10342 function defined by `quickurl-format-function'. Before only the
10343 text of the URL was passed. Now the whole URL structure is passed
10344 and the function is responsible for extracting the parts it
10345 requires. Changed the default of `quickurl-format-function'
10346 accordingly.
10347 (quickurl-insert): Changed the `funcall' of
10348 `quickurl-format-function' to match the above change.
10349 (quickurl-list-insert): Changed the `url' case so that it makes
10350 use of `quickurl-format-function', previous to this the format was
10351 hard wired.
fa78f71b 10352
72db3ab5
GM
103532000-03-22 Gerd Moellmann <gerd@gnu.org>
10354
10355 * startup.el: Change some spellings for the X Window System.
10356
68049bfa
SM
103572000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10358
10359 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10360 up the code and the regexp and make sure the cursor is temporarily
10361 moved to the suspicious line while querying the user.
10362
ff4df011
JR
103632000-03-22 Jason Rumney <jasonr@gnu.org>
10364
10365 * w32-fns.el (w32-charset-info-alist): Initialize.
10366
ee1c5b21
GM
103672000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10368
10369 * ps-print.el: N-up last page fix.
10370 (ps-print-version): New version number (5.1.1).
10371 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10372
d2cbfba0
SM
103732000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10374
bfb857d8
SM
10375 * files.el (find-file-run-dired): Update docstring.
10376 (find-directory-functions): New hook.
10377 (find-file-noselect): Run find-directory-functions rather than
10378 calling dired directly.
10379
10380 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10381
cb3430a1
SM
10382 * pcvs.el: Add a minimal leading commentary.
10383 (cvs-make-cvs-buffer): Change the header part by removing the startup
10384 message and adding a `Module' entry. Also replace the FOOTER and
10385 HEADER special fileinfos with the new support in ewoc for updating
10386 its own footer and header.
10387 (cvs-update-header): Update to use the header/footer of the ewoc.
10388 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10389 (cvs-is-within-p): New function.
10390 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10391 to only examine some subset of the buffers.
10392
10393 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10394 `format' instead of our own ad-hoc functions.
10395 Remove HEADER and FOOTER cases, now handled in the EWOC.
10396 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10397
10398 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10399 output to avoid scaring the user.
10400 (cvs-parse-table): Catch message for non-up-to-date commits.
10401
10402 * pcvs-defs.el (cvs-startup-message): Remove.
10403 (cvs-global-menu): New autoloaded menu.
10404
10405 * pcvs-util.el (cvs-string-fill): Remove.
10406
10407 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10408 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10409 PP part of it and also make it work for footers and headers.
10410 (ewoc-create): Drop POS and BUFFER arguments.
10411 Use the DLL's dummy node to store the end-of-footer position.
10412 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10413 (ewoc-refresh): Remove unused `header' variable.
10414 (ewoc-(get|set)-hf): New functions.
10415
d2cbfba0
SM
10416 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10417 log-view-*-(message|file) and use easy-mmode-define-navigation.
10418 (log-view-message-re): Match SCCS format as well.
10419 And match the revision line rather than the dashed separator line.
10420 (log-view-mode): Use the new define-derived-mode.
10421 (log-view-current-tag): Fill in with an actual implementation.
10422
10423 * cvs-status.el (cvs-status-(prev|next)): Rename from
10424 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10425 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10426 to let the output "breathe" a little more (more readable).
10427 (cvs-status-mode): Use the new define-derived-mode.
10428
10429 * smerge-mode.el (smerge-auto-leave): New function and variable.
10430 (smerge-basic-map): Rename from smerge-basic-keymap.
10431 Change the bindings for smerge-diff-*.
10432 (smerge-*-map): Use easy-mmode-defmap.
10433 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10434 (smerge-keep-*): Use smerge-auto-leave.
10435
51663132
JR
104362000-03-21 Jason Rumney <jasonr@gnu.org>
10437
10438 * cus-edit.el (custom-button-face): Use 3D look for w32.
10439 (custom-button-pressed-face): Likewise.
10440
3f6e4b8b
GM
104412000-03-21 Gerd Moellmann <gerd@gnu.org>
10442
10443 * progmodes/etags.el (tags-case-fold-search): New user-option.
10444 (tags-loop-eval): New function. Bind case-fold-search around eval
10445 depending on the value of tags-case-fold-search.
10446 (tags-loop-continue): Use tags-loop-eval.
10447 (find-tag-in-order): Bind case-fold-search depending on the value
10448 of tags-case-fold-search.
10449
c7ea3acc
SM
104502000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10451
0ae39f53
SM
10452 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10453 (diff-end-of-hunk): Return the end position for use in
10454 `easy-mmode-define-navigation'.
10455 (diff-recenter): Remove.
10456 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10457 of `easy-mmode-define-navigation'.
10458 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10459 previous renaming) and fix to use new names.
10460 (diff-merge-strings): Use \n as separator: simpler, faster.
10461 (diff-mode): Use `define-derived-mode'.
10462
c7ea3acc
SM
10463 * derived.el (define-derived-mode): Don't autoload anymore.
10464 Prefer the macro-only version provided by easy-mmode.el.
10465
10466 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10467 `easy-mmode-define-derived-mode'.
10468 Use `combine-run-hooks'.
10469 (easy-mmode-define-navigation): New macro.
10470
10471 * subr.el (combine-run-hooks): New function.
10472
6c4bfdc0
KH
104732000-03-21 Kenichi HANDA <handa@etl.go.jp>
10474
10475 * term/x-win.el: Fontsets related initialization is simplified.
10476
10477 * international/mule-diag.el (describe-font): Don't refer to
10478 global-fontset-alist, instead call font-list.
10479 (describe-fontset, list-fontsets, mule-diag): Likewise.
10480 (print-fontset): Adjusted for the change of fontset
10481 implementation.
10482
10483 * international/fontset.el (x-charset-registries): Variable
10484 removed, instead the corresponding data is stored in the default
10485 fontset.
10486 (register-alternate-fontnames): Function removed.
10487 (resolved-ascii-font): Variable removed.
10488 (x-compose-font-name): Ignore the second argument REDOCE.
10489 (x-complement-fontset-spec): Complement only an ASCII font and
10490 element for those charsets than can use that ASCII font.
10491 (generate-fontset-menu): Don't refer to global-fontset-alist,
10492 instead call fontset-list.
10493 (uninstantiated-fontset-alist): Variable removed.
10494 (x-style-funcs-alist): Likewise.
10495 (fontset-default-styles): Likewise.
10496 (x-modify-font-name): Function removed.
10497 (create-fontset-from-fontset-spec): Ignore the argument
10498 STYLE-VARIANT.
10499 (create-fontset-from-ascii-font): Docsting adjusted for the above
10500 change.
10501 (instantiate-fontset, resolve-fontset-name): Functions removed.
10502 (fontset-list): Now implemented by C code.
fa78f71b 10503
6c4bfdc0
KH
10504 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10505 (describe-face): Include `font' attribute in the description.
10506
9111d4b5
KH
105072000-03-21 Kenichi Handa <handa@etl.go.jp>
10508
10509 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10510
b33dd3b0
GM
105112000-03-20 Gerd Moellmann <gerd@gnu.org>
10512
a25bbe00
GM
10513 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10514 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10515 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10516
b33dd3b0
GM
10517 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10518 about behavior of set-buffer-modified-p wrt redisplay.
10519
8b7bc628 105202000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10521
10522 * view.el (view-mode-disable): Kill local binding of view-read-only.
10523
d7b511c4
GM
105242000-03-18 Gerd Moellmann <gerd@gnu.org>
10525
10526 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10527 is a string, convert it to a syntax cell using string-to-syntax.
10528
10529 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10530 (string-to-syntax): New function.
10531
10532 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10533 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10534 try to use passive ftp mode.
d7b511c4 10535
998ecc60
GM
105362000-03-17 Gerd Moellmann <gerd@gnu.org>
10537
b33dd3b0 10538 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10539
10540 * simple.el (append-to-buffer): Update point of windows after
10541 insertion.
10542
10543 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10544 forward then moving backward. Reindent.
10545
10546 * frame.el (other-frame): Call x-focus-frame only if
10547 focus-follows-mouse is off.
10548
235d6821
DL
105492000-03-17 Dave Love <fx@gnu.org>
10550
10551 * pcvs-util.el (cvs-strings->string): Rename
10552 replace-regexps-in-string.
10553
a29a2cd1
SM
105542000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10555
af595444
SM
10556 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10557 regexp for labels cannot span several lines.
10558
10559 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10560 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10561
a9be2843
DL
105622000-03-16 Dave Love <fx@gnu.org>
10563
10564 * progmodes/f90.el (f90): Put custom group under `languages', not
10565 `fortran'.
10566 (f90-mode-hook): Customize.
10567 (f90-mode): Set add-log-current-defun-function.
10568 (f90-current-defun): New function.
10569
d0ab3e9d
GM
105702000-03-16 Gerd Moellmann <gerd@gnu.org>
10571
16b20ed9
GM
10572 * cus-edit.el (custom-variable-tag-face): Handle case that
10573 default face's height is not a number.
10574 (custom-face-tag-face, custom-group-tag-face-1)
10575 (custom-group-tag-face): Ditto.
10576 (custom-group-tag-face-1): Add :group.
fa78f71b 10577
d0ab3e9d
GM
10578 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10579
ae8ab422
GM
105802000-03-15 Gerd Moellmann <gerd@gnu.org>
10581
10582 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10583 requiring easymenu.
10584
81c7ca69
GM
105852000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10586
10587 * ps-print.el: PostScript user-defined prologue, PostScript error
10588 handler, doc fix.
10589 (ps-print-version): New version number (5.1).
10590 (ps-user-defined-prologue, ps-error-handler-message)
10591 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10592 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10593 (ps-insert-string): New function.
fa78f71b 10594
dcf1003d
KH
105952000-03-15 Kenichi Handa <handa@etl.go.jp>
10596
10597 * international/ccl.el (ccl-compile-expression): Don't generate
10598 invalid self-assignment code.
10599
73825616
DL
106002000-03-14 Dave Love <fx@gnu.org>
10601
10602 * subr.el (replace-regexp-in-string): Renamed from
10603 replace-regexps-in-string. Doc fix.
10604
031020ac
DL
106052000-03-12 Dave Love <fx@gnu.org>
10606
10607 * cus-edit.el: Doc fixes.
10608 (customize-set-variable, customize-save-variable): Rename args for
10609 doc.
10610 (custom-variable-tag-face, custom-face-tag-face)
10611 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10612 style which user identify as hyperlink.
10613 (hook): Don't add undefined functions to the hook.
10614 (debug-ignored-errors): Transfer message from bindings.el.
10615
9b2f3c38
GM
106162000-03-12 Gerd Moellmann <gerd@gnu.org>
10617
10618 * recentf.el (recentf-keep-non-readable-files-p): Remove
10619 double/nested definition.
10620
0d6e23cf
DL
106212000-03-12 Dave Love <fx@gnu.org>
10622
10623 * facemenu.el (facemenu-get-face): Use display-color-p.
10624 * enriched.el (enriched-decode-foreground): Likewise.
10625 (enriched-decode-background): Likewise.
10626 * isearch.el (isearch-highlight): Likewise.
10627 * info-look.el (info-lookup): Likewise.
10628 * simple.el (completion-setup-function): Likewise.
10629
10630 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10631 :options.
10632
10633 * bindings.el (mode-line-format): Fix line-number and
10634 column-number items. Add help-echo for the background.
10635 (mode-line-mule-info): Modify help-echo.
10636
10637 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10638 defcustom.
10639
10640 * files.el (load-file): Allow completion to .elc.
10641
10642 * man.el: Doc fixes.
10643 (Man-init-defvars): Use display-color-p to set fontification.
10644
10645 * play/hanoi.el (hanoi-internal): Don't use oddp.
10646
e1cff360
GM
106472000-03-12 Gerd Moellmann <gerd@gnu.org>
10648
10649 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10650
10651 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10652
5e5dff44
GM
106532000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10654
10655 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10656 Fix comment.
10657
5b467bf4
SM
106582000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10659
83fef604
SM
10660 * font-lock.el (font-lock-keywords): Fix the doc now that
10661 regexp-opt-depth is unnecessary.
10662 (save-buffer-state): Set an edebug spec.
10663 (font-lock-fontify-anchored-keywords): Properly handle the case when
10664 the matcher goes past the limit.
10665
5b467bf4
SM
10666 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10667 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10668
83fef604
SM
10669 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10670 dll.el and cookie.el (from Elib) with heavy renaming and other
10671 massaging.
5b467bf4
SM
10672
10673 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10674 Autoload the functions used.
10675 (easy-mmode-define-syntax): Fix CL typo.
10676 (easy-mmode-define-derived-mode): Improve the docstring generation.
10677
d407456c
GM
106782000-03-10 Gerd Moellmann <gerd@gnu.org>
10679
10680 * textmodes/texinfo.el (texinfo-version): Variable and function
10681 removed.
10682
5a7a545c
SM
106832000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10684
0d6e23cf
DL
10685 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10686 allow more flexibility.
10687 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10688 fns.
10689 (easy-mmode-defmap, easy-mmode-defsyntax)
10690 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10691
d407456c 106922000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10693
10694 * rect.el (replace-rectangle): New function.
10695
106962000-03-09 Dave Love <fx@gnu.org>
10697
10698 * progmodes/fortran.el (fortran-comment-line-start): Define as
10699 "C".
10700 (fortran-comment-line-start-skip): Don't match cpp stuff.
10701 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10702 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10703 (fortran-mode): Don't set fortran-comment-line-start-skip,
10704 fortran-comment-line-start here. Set comment-start,
10705 add-log-current-defun.
10706 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10707 (fortran-current-defun): New function.
10708
80460654
GM
107092000-03-09 Gerd Moellmann <gerd@gnu.org>
10710
d1221ea9
GM
10711 * emacs-lisp/re-builder.el: New file.
10712
1853aa6b
GM
10713 * mouse.el (mouse-drag-region): Don't run up-event handler
10714 if hscroll has changed.
10715
80460654
GM
10716 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10717 builtin operators, use `font-lock-builtin-face' for Emacs and
10718 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10719
10720 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10721 `(defun (setf foo)' differently.
10722
c0056275
SM
107232000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10724
10725 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10726 (regexp-opt): Update comment and adapt the code the new meaning of
10727 the `paren' argument of regex-opt-group for shy-groups.
10728 (regexp-opt-depth): Handle shy groups as well as backslashed
10729 backslashes.
c0056275
SM
10730 (regexp-opt-group): Turn the leading comment into a docstring.
10731 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10732 Remove open-presuf and close-presuf. Instead of checking for `all
10733 one-char' and then later on check for `several one-char', handle
10734 both cases close together. Also apply a more generic algorithm
10735 for suffixes (the mirror image of the algorithm used for
10736 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10737 (regexp-opt-try-suffix): Removed.
10738
10739 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10740 from comint-mode-map, so we can just inherit from it. Also, move
10741 the initialization into the `defvar' since there's no docstring
10742 anyway and it's fairly short.
10743 (inferior-scheme-mode): Define it as derived-mode: the code is
10744 shorter and this way we inherit from comint-mode-map rather than
10745 copying it.
c0056275 10746
80460654
GM
10747 * subr.el (replace-regexps-in-string): Properly handle the case
10748 where we match an empty string.
c0056275 10749
80460654
GM
10750 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10751 when the command has a directory component (such as "./testml").
c0056275
SM
10752 Also fix a typo in the comment.
10753
5e91ff9e
GM
107542000-03-08 Gerd Moellmann <gerd@gnu.org>
10755
feab4fba
GM
10756 * Makefile (compile-files): Compile files one by one because
10757 that's the only way to ensure a clean compilation environment for
10758 each individual file.
10759
5e91ff9e
GM
10760 * frame.el (other-frame): Call x-focus-frame.
10761
76162e12
DL
107622000-03-07 Dave Love <fx@gnu.org>
10763
f64ce788
DL
10764 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10765 :require to defcustom.
10766
76162e12
DL
10767 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10768 lists.
10769
10770 * files.el (auto-mode-alist): Add configure.in.
10771
10772 * progmodes/autoconf.el: New file.
10773
f7daf1e1
GM
107742000-03-07 Gerd Moellmann <gerd@gnu.org>
10775
10776 * mail/mh-e.el: Change maintainer to `none'.
10777
10778 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10779 to remove-hook and add-hook.
10780
107812000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10782
10783 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10784 it as the default.
10785 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10786 (sendmail-send-it): Conditionally add MIME headers specifying the
10787 used character set.
fa78f71b 10788
63f6b2c4
DL
107892000-03-07 Dave Love <fx@gnu.org>
10790
10791 * winner.el: Fix keywords, autoload cookies. Split
10792 eval-when-compile form to avoid compilation failure.
10793
8330e2f9
KH
107942000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10795
10796 * international/mule.el: Modify comment about coding system
10797 property `coding-category'.
10798 (make-coding-system): New argument EOL-TYPE. Pay attention to
10799 coding-category property of PROPERTIES.
10800
10801 * international/mule-conf.el (coding-category-utf-8,
10802 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10803 categories. Include them in the argument for set-coding-priority.
10804
10805 * international/mule-cmds.el (reset-language-environment): Include
10806 coding-category-utf-8, coding-category-utf-16-be, and
10807 coding-category-utf-16-le in the argument for set-coding-priority.
10808 (reset-language-environment): Initialize coding-category-utf-8,
10809 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10810
18bb0684
GM
108112000-03-06 Karl Fogel <kfogel@red-bean.com>
10812
10813 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10814 code abstracted out of `bookmark-jump-noselect'. Now tries info
10815 extensions as well as compression extensions.
10816 (bookmark-jump-noselect): Use above new func.
fa78f71b 10817
71a6ba55
GM
108182000-03-03 Gerd Moellmann <gerd@gnu.org>
10819
10820 * strokes.el: Change maintainer's mail address.
10821
0d56cdff
KH
108222000-03-03 Kenichi Handa <handa@etl.go.jp>
10823
10824 * international/mule-diag.el (list-character-sets): Make help-echo
10825 string by substitute-command-keys.
10826 (list-character-sets): Likewise.
10827 (sort-listed-character-sets): Call help-setup-xref.
10828
900fa1f1
GM
108292000-03-02 Gerd Moellmann <gerd@gnu.org>
10830
10831 * time.el (display-time-mail-file): Add `none' to the list of
10832 choices.
10833
54d04320
DL
108342000-03-01 Dave Love <fx@gnu.org>
10835
43f3fa09
DL
10836 * help.el (help-xref-go-back): Don't try to set position.
10837
54d04320
DL
10838 * international/mule-diag.el (list-character-sets): Call
10839 help-setup-xref. Add help-echo to xrefs.
10840 (list-character-sets-1): Add help-echo to xrefs.
10841
d054101f
GM
108422000-03-02 Gerd Moellmann <gerd@gnu.org>
10843
10844 * frame.el (blink-cursor-mode): Switch cursor on when turning
10845 the mode off.
10846
10847 * add-log.el (add-log-current-defun): Add support for
10848 Autoconf mode.
10849
10850 * mail/rmail.el (rmail-quit-hook): New variable.
10851
d77dae5c
DL
108522000-03-01 Dave Love <fx@gnu.org>
10853
e5f597f0
DL
10854 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10855
d77dae5c
DL
10856 * help.el (help-xref-button): Add help-echo arg.
10857 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10858
10859 * faces.el (list-faces-display): Supply help-echo with
10860 help-make-xrefs.
10861
10862 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10863 nil.
10864
72d19d75
GM
108652000-03-01 Gerd Moellmann <gerd@gnu.org>
10866
2df636f4
GM
10867 * image.el (defimage): Look for image files in load-path.
10868
fa78f71b 10869 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10870 `number'.
10871
2df636f4
GM
108722000-03-01 David Ponce <david.ponce@wanadoo.fr>
10873
10874 * recentf.el (recentf): Added version tag to the defgroup of
10875 recentf.
10876
108772000-03-01 David Ponce <david.ponce@wanadoo.fr>
10878
10879 * recentf.el (recentf-cleanup): Changed to remove excluded file
10880 too.
10881 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10882 action to select/unselect a file.
10883 (recentf-edit-list): Code cleanup and improvement.
10884 (recentf-open-more-files-action): `recentf-open-more-files' button
10885 widget action to open a file.
10886 (recentf-open-more-files): No more use standard completion but
10887 widgets.
10888 (recentf-more-collection): Deleted.
10889 (recentf-more-history): Deleted.
10890 (recentf-setup-more-completion): Deleted.
10891
108922000-03-01 David Ponce <david.ponce@wanadoo.fr>
10893
10894 * recentf.el (recentf-mode): No more needs that Emacs is running
10895 under a window-system.
10896
108971999-03-01 David Ponce <david.ponce@wanadoo.fr>
10898
10899 * recentf.el (recentf-edit-list): New command to edit the recent
10900 list which allow the user to remove files.
10901 (recentf-edit-selected-items): New global variable, used by
10902 `recentf-edit-list' to hold the list of files to be removed from
10903 the recent list.
10904 (recentf-make-menu-items): Updated to display a "Edit list..."
10905 menu item. Minor code cleanup.
10906
109071999-03-01 David Ponce <david.ponce@wanadoo.fr>
10908
10909 * recentf.el (recentf-open-more-files): New command to open files
10910 that are not displayed in the menu.
10911 (recentf-more-collection): New global variable holding the set of
10912 permissible completions used by `recentf-open-more-files'.
10913 (recentf-more-history): New global variable holding the history list
10914 used by `recentf-open-more-files' completion.
10915 (recentf-setup-more-completion): New function to setup completion for
10916 `recentf-open-more-files'.
10917 (recentf-make-menu-items): Updated to display a "More..." menu item.
10918
109191999-03-01 David Ponce <david.ponce@wanadoo.fr>
10920
10921 * recentf.el (recentf-menu-action): Doc fixed.
10922
109231999-03-01 David Ponce <david.ponce@wanadoo.fr>
10924
10925 * recentf.el (recentf-menu-filter): Doc updated.
10926 (recentf-update-menu-hook): Allow menu filters to force menu update.
10927 (recentf-make-menu-items): New menu filter handling.
10928 (recentf-make-menu-item): New helper function.
10929 (recentf-menu-elements): New menu handling function.
10930 (recentf-sort-ascending): Updated to new menu filter handling.
10931 (recentf-sort-descending): Updated to new menu filter handling.
10932 (recentf-sort-basenames-ascending): New menu filter function.
10933 (recentf-sort-basenames-descending): New menu filter function.
10934 (recentf-show-basenames): New menu filter function.
10935 (recentf-show-basenames-ascending): New menu filter function.
10936 (recentf-show-basenames-descending): New menu filter function.
10937
72d19d75
GM
109382000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10939
10940 * diary-lib.el (list-diary-entries): Don't try to go forward at
10941 the end of the buffer.
10942
1ac1c836
KH
109432000-02-29 Kenichi Handa <handa@etl.go.jp>
10944
10945 * international/mule-diag.el (list-character-sets): Completely
10946 rewritten.
10947 (sort-listed-character-sets): New function.
10948 (list-character-sets-1): Completely rewritten.
10949 (list-character-sets-2): New function.
10950 (non-iso-charset-alist): New variable.
10951 (decode-codepage-char): New function.
10952 (charset-history): New variable.
10953 (read-charset) (list-block-of-chars)
10954 (list-iso-charset-chars)
10955 (list-non-iso-charset-chars)
10956 (list-charset-chars): New functions.
10957 (mule-diag): Call list-character-sets-2, not
10958 list-character-sets-2.
10959 (dump-charsets): Likewise.
10960
ed4d0512
GM
109612000-02-29 Gerd Moellmann <gerd@gnu.org>
10962
72d19d75
GM
10963 * dired-x.el (dired-filename-at-point): Add `@' to valid
10964 file name characters.
10965 (dired-filename-at-point): Handle ange-ftp file names.
10966
ed4d0512
GM
10967 * frame.el (frame-notice-user-settings): Use assq-delete-all
10968 instead of assoc-delete-all.
10969 (frame-notice-user-settings): Ditto.
10970
10971 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10972 Don't copy alist.
10973
32038c7a
GM
109742000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10975
10976 * calculator.el (calculator-use-menu): New option.
10977 (calculator-initial-bindings): Changed some bindings to work as
10978 macros.
10979 (calculator-forced-input): Removed.
10980 (calculator-restart-other-mode): New variable.
10981 (calculator-mode-map): Set up menu.
fa78f71b 10982
32038c7a
GM
109832000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10984
10985 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10986 tags.
fa78f71b 10987
55d7ff38 109882000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10989
55d7ff38
MK
10990 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10991 translate all ESC key sequences.
10992 (viper-goto-mark-subr): restore markers for files for which
10993 they were saved.
10994 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10995 * viper-util.el (viper-set-replace-overlay-glyphs,
10996 viper-set-replace-overlay): always check if the replacement
10997 overlay is live.
10998 * viper.el (viper-vi-state-mode-list): added major modes.
10999 * ediff-wind.el: minor comment changes.
11000 * ediff.el: copyright notice date fix.
fa78f71b 11001
387023ee
JR
110022000-02-27 Jason Rumney <jasonr@gnu.org>
11003
11004 * faces.el (face-font-family-alternatives): Add arial to helv.
11005 (mode-line, header-line, tool-bar): Same default as x for w32.
11006 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11007 face-font-family-alternatives from working.
11008 * term/w32-win.el (mouse-set-font): Do not build fontset from
11009 chosen font.
11010
f43d79c1
GM
110112000-02-25 Sam Steingold <sds@goems.com>
11012
5d80cc9c 11013 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11014 properly.
fa78f71b 11015
8b7bc628 110162000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11017
11018 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11019
4eb8436f
GM
110202000-02-25 Gerd Moellmann <gerd@gnu.org>
11021
11022 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11023 writable.
11024
449c3c52 11025 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11026
42088c12
GM
110272000-02-24 Gerd Moellmann <gerd@gnu.org>
11028
11029 * frame.el (show-cursor-in-non-selected-windows): New option.
11030
c60ea02e
GM
110312000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11032
11033 * diary-lib.el (include-other-diary-files): Undo the selective
11034 display in any included file and don't kill it.
11035
d066de8e
EZ
110362000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11037
11038 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11039 bar. Menu items converted to (menu-item format, help strings
11040 added.
11041 [downcase, upcase]: Don't enable on MS-DOS.
11042 [symlink, symlinks]: Don't show if make-symbolic-link is not
11043 bound.
11044 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11045
b6906b38
DL
110462000-02-23 Dave Love <fx@gnu.org>
11047
275cf1b2
DL
11048 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11049 (backward-kill-word): Revert addition of * to interactive spec --
11050 it's a feature.
11051
11052 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11053 (backward-kill-sentence, kill-sentence): Likewise.
11054
99d48056
DL
11055 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11056 scratch buffer name.
11057 (gud-format-command): Use int-to-string in ?l case. Simplify
11058 slightly.
11059
11060 * term/w32-win.el (internal-face-interactive): Update prompt for
11061 new read-face-name.
11062
11063 * mail/footnote.el (footnote): Add :version to defgroup.
11064 (footnote-section-tag-regexp): Customize.
11065 (footnote-start-tag, footnote-end-tag): New option.
11066 (footnote-latin-regexp): New variable.
11067 (Footnote-latin): New function.
11068 (footnote-style-alist): Add element for latin style.
11069 (footnote-style): Moved.
11070 (Footnote-goto-footnote): Use eq to test arg.
11071
11072 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11073
b6906b38
DL
11074 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11075 (byte-compile-trueconstp): Include keywords.
11076 (byte-optimize-quote, byte-optimize-lapcode): Use
11077 byte-compile-const-symbol-p.
11078 (byte-optimize-char-before): New optimization.
11079
11080 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11081 (byte-compile-const-symbol-p): New function.
11082 (byte-compile-constp, byte-compile-out-toplevel)
11083 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11084 Use it.
11085
11086 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11087
214f877f
KH
110882000-02-23 Kenichi Handa <handa@etl.go.jp>
11089
c709bcf1
KH
11090 * international/encoded-kb.el: Be sure to update minor-mode-alist
11091 and minor-mode-map-alist.
11092 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11093 codes SS2 and SS3 correctly.
11094 (encoded-kbd-self-insert-ccl): New function.
11095 (encoded-kbd-setup-keymap): New function.
11096 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11097 by calling encoded-kbd-setup-keymap.
11098
214f877f
KH
11099 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11100 characters.
11101 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11102 locally.
11103
b021ef18
DL
111042000-02-22 Dave Love <fx@gnu.org>
11105
11106 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11107 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11108 defvar.
11109 (lisp-mode-syntax-table): Set up for #|...|# comments.
11110 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11111 classes. Match `defface'.
11112 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11113 (eval-defun-1): Fix for defcustom.
11114 (lisp-indent-region): Doc fix.
11115
11116 * subr.el (when, unless, split-string): Doc fix.
11117 (read-passwd): Move call of clear-this-command-keys to the right
11118 place.
11119 (replace-regexps-in-string): New function.
11120
14cc00ad
GM
111212000-02-22 Gerd Moellmann <gerd@gnu.org>
11122
11123 * help.el (describe-variable): Set syntax table to
11124 emacs-lisp-mode-syntax-table when moving forward over the
11125 symbol's name.
11126
47da5efa
DL
111272000-02-22 Dave Love <fx@gnu.org>
11128
11129 * xt-mouse.el: Doc fixes.
11130 (xterm-mouse-position-function): New function, replacing advice of
11131 mouse-position.
11132 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11133
11134 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11135
f0a6c717
GM
111362000-02-21 Gerd Moellmann <gerd@gnu.org>
11137
11138 * format.el (format-annotate-single-property-change): Handle
11139 properties.with dotted-list values.
11140 (format-proper-list-p): New function.
11141
11142 * enriched.el (enriched-face-ans): Handle '(foreground-color
11143 . COLOR) and (background-color . COLOR).
11144
2be80b63
DL
111452000-02-20 Dave Love <fx@gnu.org>
11146
11147 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11148 and assignments to it.
11149 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11150 current local map.
11151 (make-flyspell-overlay): Use it.
11152 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11153
11154 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11155 (lm-get-header-re): Defun, not defsubst.
11156 (lm-get-package-name): Defun, not defsubst. Simplify.
11157 (lm-version): Doc fix. Simplify.
11158 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11159 (lm-crack-address, lm-last-modified-date, lm-commentary)
11160 (lm-verify, lm-synopsis): Simplify.
11161 (lm-report-bug): Require emacsbug. Use compose-mail.
11162
329eed9f
GM
111632000-02-20 Gerd Moellmann <gerd@gnu.org>
11164
11165 * dired.el (dired-mode): Call propertized-buffer-identification
11166 to set mode-line-buffer-identification to something having
11167 the right text properties.
11168
11169 * bindings.el (propertized-buffer-identification): New function.
11170
be5bb146
DL
111712000-02-20 Dave Love <fx@gnu.org>
11172
11173 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11174 check for t-mouse too.
11175
11176 * cus-start.el: Make echo-keystrokes `number'.
11177
1d4311c3
EZ
111782000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11179
11180 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11181 Don't call ring-empty-p unless tags-location-ring is bound.
11182 From Noah Friedman <friedman@splode.com>.
11183
a23c5037
TTN
111842000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11185
11186 * progmodes/hideshow.el (hs-flag-region): No longer use
11187 `intangible' overlay property.
11188
11189 (hs-toggle-hiding): New command.
11190 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11191
11192 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11193 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11194 and deactivation.
11195
b6a22bf8
GM
111962000-02-18 Gerd Moellmann <gerd@gnu.org>
11197
11198 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11199
d621caf7
GM
112002000-02-17 Gerd Moellmann <gerd@gnu.org>
11201
3c0ed7ce
GM
11202 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11203
d621caf7
GM
11204 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11205 of `*' to handle `(* ... *)' comments.
11206
538d88fb
EZ
112072000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11208
53c80cf6 11209 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11210 window-system.
53c80cf6 11211
538d88fb
EZ
11212 * menu-bar.el (global-map): Menu-bar items converted to the new
11213 format (menu-item..., rearranged for better CUA compliance, and
11214 their names changed for better clarity. Help strings added.
11215
11216 * international/mule-cmds.el (mule-menu-keymap)
11217 (describe-language-environment-map, set-coding-system-map)
11218 (setup-language-environment-map): Convert to new (menu-item...
11219 form, add help strings. Change names of menu items for better
11220 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11221 submenu).
11222
8389e1e2 112232000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11224
a23c5037 11225 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11226 within the code.
a23c5037 11227
8389e1e2 112282000-02-16 Dave Love <fx@gnu.org>
a23c5037 11229
84fe35f0
DL
11230 * faces.el: Don't require custom. Add more specific :groups to
11231 various deffaces.
11232 (set-face-attribute): Purecopy args.
11233 (read-face-name): Default to name at point and use it in prompt.
11234 Remove colon from arg in all callers.
11235 (list-faces-display): Hyperlink to face descriptions and customize
11236 buffers.
11237
b2aeee30
DL
112382000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11239
11240 * wid-edit.el (widget-match-inline): An atom never matches a
11241 list.
11242
99e95407
GM
112432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11244
82d2c7c5
DL
11245 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11246 at ':' characters by call to split-string.
99e95407
GM
11247
112482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11249
82d2c7c5 11250 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11251
112522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11253
82d2c7c5
DL
11254 * textmodes/bibtex.el: Some temporary comments removed.
11255 (bibtex-field-name, bibtex-entry-type): Made the relationship
11256 explicit.
11257 (bibtex-field-const): Allow capital letters.
11258 (bibtex-start-of-string): Deleted because unused.
11259
11260 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11261 use the term 'reference' to describe a bibtex entry as a whole.
11262 Further, reference keys are no longer called 'labels'.
11263 (bibtex-keys): Renamed to bibtex-reference-keys.
11264 (bibtex-reformat-previous-labels): Renamed to
11265 bibtex-reformat-previous-reference-keys.
11266 (bibtex-reference-type): Renamed to bibtex-entry-type.
11267 (bibtex-reference-head): Renamed to bibtex-entry-head.
11268 (bibtex-reference-maybe-empty-head): Renamed to
11269 bibtex-entry-maybe-empty-head.
11270 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11271 (bibtex-search-reference): Renamed to bibtex-search-entry.
11272 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11273 bibtex-enclosing-entry-maybe-empty-head.
11274 (bibtex-entry-field-alist, bibtex-entry-head,
11275 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11276 bibtex-map-entries, bibtex-search-entry,
11277 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11278 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11279 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11280 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11281 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11282 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11283 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11284
112852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11286
82d2c7c5
DL
11287 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11288 comment.
11289 (bibtex-format-field-delimiters): New function, functionality
11290 extracted from bibtex-format-entry.
11291 (bibtex-autokey-get-yearfield-digits): New function, functionality
11292 extracted from bibtex-autokey-get-yearfield.
11293
11294 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11295 entries in order to avoid stack overflow in the regexp matcher if
11296 field contents become large.
11297 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11298 bibtex-field-string-part-not-braced,
11299 bibtex-field-string-part-no-inner-braces,
11300 bibtex-field-string-part-1-inner-brace,
11301 bibtex-field-string-part-2-inner-braces,
11302 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11303 bibtex-field-string-quoted, bibtex-field-string,
11304 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11305 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11306 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11307 as parsing is now performed by the following functions.
11308 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11309 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11310 bibtex-parse-field-string, bibtex-search-forward-field-string,
11311 bibtex-parse-association, bibtex-field-name-for-parsing,
11312 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11313 bibtex-search-forward-field, bibtex-search-backward-field,
11314 bibtex-start-of-field, bibtex-end-of-field,
11315 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11316 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11317 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11318 bibtex-parse-string, bibtex-search-forward-string,
11319 bibtex-search-backward-string, bibtex-start-of-string,
11320 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11321 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11322 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11323 entries. Instead of reporting the results of the parsing by
11324 match-beginning or match-end, these functions return data structures
11325 that hold the corresponding positions.
11326 (bibtex-enclosing-field): Changed to also report field boundaries by
11327 return values rather than by match-beginning or match-end. The
11328 following functions have been adapted to use the new parsing
11329 functions.
11330 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11331 bibtex-enclosing-field, bibtex-format-entry,
11332 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11333 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11334 bibtex-print-help-message, bibtex-end-of-entry,
11335 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11336 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11337 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11338 method for parsing.
11339 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11340 bibtex-map-entries, bibtex-flash-head,
11341 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11342 bibtex-autokey-change, bibtex-autokey-get-namefield,
11343 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11344 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11345 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11346 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11347 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11348 order to make the new binding of case-fold-search immediately
11349 visible.
99e95407
GM
11350
113512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11352
82d2c7c5
DL
11353 * textmodes/bibtex.el: Copyright notice is up to date.
11354 Added constant 'bibtex-maintainer-salutation.
99e95407 11355
82d2c7c5
DL
11356 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11357 than make-temp-name, use match-string-no-properties and eliminate
11358 a quadratic behavior when building bibtex-strings.
99e95407 11359
82d2c7c5
DL
11360 * bibtex.el (bibtex-reference-key): Accept string entries whose
11361 reference key contains upper case letters.
99e95407
GM
11362
113632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11364
82d2c7c5
DL
11365 * bibtex.el (bibtex-reference-head): Allow entries to start with
11366 a new line.
99e95407
GM
11367
113682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11369
82d2c7c5
DL
11370 * bibtex.el: Hiding of entry bodies is not longer provided by
11371 bibtex.el directly. Instead the hideshow package can be used.
11372 Added a special bibtex entry to hs-special-modes-alist.
11373 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11374
113752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11376
f24fef2f
SM
11377 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11378 at ':' characters by call to split-string.
8389e1e2
GM
11379
113802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11381
f24fef2f 11382 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11383
113842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11385
f24fef2f
SM
11386 * textmodes/bibtex.el: Some temporary comments removed.
11387 (bibtex-field-name, bibtex-entry-type): Made the relationship
11388 explicit.
11389 (bibtex-field-const): Allow capital letters.
11390 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11391
f24fef2f
SM
11392 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11393 use the term 'reference' to describe a bibtex entry as a whole.
11394 Further, reference keys are no longer called 'labels'.
11395 (bibtex-keys): Renamed to bibtex-reference-keys.
11396 (bibtex-reformat-previous-labels): Renamed to
11397 bibtex-reformat-previous-reference-keys.
11398 (bibtex-reference-type): Renamed to bibtex-entry-type.
11399 (bibtex-reference-head): Renamed to bibtex-entry-head.
11400 (bibtex-reference-maybe-empty-head): Renamed to
11401 bibtex-entry-maybe-empty-head.
11402 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11403 (bibtex-search-reference): Renamed to bibtex-search-entry.
11404 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11405 bibtex-enclosing-entry-maybe-empty-head.
11406 (bibtex-entry-field-alist, bibtex-entry-head,
11407 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11408 bibtex-map-entries, bibtex-search-entry,
11409 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11410 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11411 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11412 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11413 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11414 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11415 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11416
114172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11418
f24fef2f
SM
11419 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11420 comment.
11421 (bibtex-format-field-delimiters): New function, functionality
11422 extracted from bibtex-format-entry.
11423 (bibtex-autokey-get-yearfield-digits): New function, functionality
11424 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11425
f24fef2f
SM
11426 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11427 entries in order to avoid stack overflow in the regexp matcher if
11428 field contents become large.
11429 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11430 bibtex-field-string-part-not-braced,
11431 bibtex-field-string-part-no-inner-braces,
11432 bibtex-field-string-part-1-inner-brace,
11433 bibtex-field-string-part-2-inner-braces,
11434 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11435 bibtex-field-string-quoted, bibtex-field-string,
11436 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11437 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11438 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11439 as parsing is now performed by the following functions.
11440 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11441 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11442 bibtex-parse-field-string, bibtex-search-forward-field-string,
11443 bibtex-parse-association, bibtex-field-name-for-parsing,
11444 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11445 bibtex-search-forward-field, bibtex-search-backward-field,
11446 bibtex-start-of-field, bibtex-end-of-field,
11447 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11448 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11449 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11450 bibtex-parse-string, bibtex-search-forward-string,
11451 bibtex-search-backward-string, bibtex-start-of-string,
11452 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11453 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11454 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11455 entries. Instead of reporting the results of the parsing by
11456 match-beginning or match-end, these functions return data structures
11457 that hold the corresponding positions.
11458 (bibtex-enclosing-field): Changed to also report field boundaries by
11459 return values rather than by match-beginning or match-end. The
11460 following functions have been adapted to use the new parsing
11461 functions.
11462 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11463 bibtex-enclosing-field, bibtex-format-entry,
11464 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11465 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11466 bibtex-print-help-message, bibtex-end-of-entry,
11467 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11468 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11469 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11470 method for parsing.
11471 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11472 bibtex-map-entries, bibtex-flash-head,
11473 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11474 bibtex-autokey-change, bibtex-autokey-get-namefield,
11475 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11476 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11477 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11478 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11479 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11480 order to make the new binding of case-fold-search immediately
11481 visible.
8389e1e2
GM
11482
114832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11484
f24fef2f
SM
11485 * textmodes/bibtex.el: Copyright notice is up to date.
11486 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11487
f24fef2f
SM
11488 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11489 than make-temp-name, use match-string-no-properties and eliminate
11490 a quadratic behavior when building bibtex-strings.
fa78f71b 11491
f24fef2f
SM
11492 * bibtex.el (bibtex-reference-key): Accept string entries whose
11493 reference key contains upper case letters.
8389e1e2
GM
11494
114952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11496
f24fef2f
SM
11497 * bibtex.el (bibtex-reference-head): Allow entries to start with
11498 a new line.
8389e1e2
GM
11499
115002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11501
f24fef2f
SM
11502 * bibtex.el: Hiding of entry bodies is not longer provided by
11503 bibtex.el directly. Instead the hideshow package can be used.
11504 Added a special bibtex entry to hs-special-modes-alist.
11505 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11506
115072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11508
82d2c7c5 11509 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11510 proceedings entry type (for cross referencing). Thanks to Wagner
11511 Toledo Correa for the suggestion.
11512
82d2c7c5 11513 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11514
eae61d8f
KH
115152000-02-14 Kenichi Handa <handa@etl.go.jp>
11516
11517 * international/characters.el: Setup case table for Vietnamese.
11518
fb07a302
GM
115192000-02-12 Gerd Moellmann <gerd@gnu.org>
11520
11521 * uniquify.el (toplevel): Require CL at compile time.
11522 (uniquify-push): Removed.
11523
11524 * shadowfile.el (shadow-when): Removed.
11525
11526 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11527 (tempo-process-and-insert-string): Use dolist instead of
11528 tempo-dolist.
11529
11530 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11531 regexp for paragraph-start.
11532
11533 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11534 commas as well.
11535
a0eddf92
DL
115362000-02-10 Dave Love <fx@gnu.org>
11537
11538 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11539 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11540 Deleted.
11541 (widget-specify-field, widget-specify-button): Don't use
11542 widget-mouse-help as help-echo property.
11543 (default): Use #'ignore for :validate and :mouse-down-action.
11544 (checkbox): Add help-echo.
11545 (widget-sexp-validate): Rewritten to clarify error messages.
11546 (character): Use char-valid-p in :match function.
11547 (widget-color-complete): Use facemenu-color-alist.
11548 (widget-color-action): Use facemenu-read-color.
11549
11550 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11551 set up `caar' &c that we now have.
11552
82d2c7c5
DL
115532000-02-09 Ray Blaak <blaak@gnu.org>
11554
11555 * delphi.el: Make resourcestring a declaration region, like const
11556 and var.
11557
6cbc1482
DL
115582000-02-09 Dave Love <fx@gnu.org>
11559
11560 * bindings.el (mode-line-input-method-map): New variable.
11561 (mode-line-mule-info): Use it; fix last change.
11562 (mode-line-mode-menu): Move definition.
11563 (mode-line-mouse-sensitive-p): Deleted.
11564 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11565 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11566 level.
11567
11568 * startup.el (command-line-1): Don't call
11569 make-mode-line-mouse-sensitive.
11570
f7136ee8
GM
115712000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11572
11573 * mail/rmail.el (rmail-retry-failure): Use
11574 rmail-beginning-of-message before rmail-toggle-header, because the
11575 former toggles headers.
11576
6e1d0d15
SM
115772000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11578
fef8c55b
SM
11579 * diff-mode.el (diff-kill-junk): New interactive function.
11580 (diff-reverse-direction): Use delete-and-extract-region.
11581 (diff-post-command-hook): Restrict the area so that the hook also works
11582 outside of any diff hunk. This is necessary for the minor-mode.
11583 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11584 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11585
6e1d0d15
SM
11586 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11587 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11588 so that it can be used more easily in <foo>-mode-hook. Also make sure
11589 to avoid duplicate entries.
11590 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11591 (font-lock-remove-keywords): Just as was done for `add', allow it to
11592 work even if font-lock-mode is nil. Also make sure we don't modify
11593 any pre-existing list by forcing a copy-sequence. Finally rename
11594 `major-mode' to `mode'.
11595 (font-lock-fontify-syntactic-anchored-keywords)
11596 (font-lock-fontify-anchored-keywords)
11597 (font-lock-fontify-keywords-region): Use line-end-position.
11598 Don't make `font-lock-multiline' local (it's now done in
11599 font-lock-set-defaults).
11600 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11601 move the `font-lock-fontified' creation to inside the `unless'.
11602
a75dfea0
AI
116032000-02-06 Andrew Innes <andrewi@gnu.org>
11604
11605 * term/w32-win.el (x-handle-args): Comment out call to message,
11606 which occurs before window system is initialized.
11607
11608 * makefile.nt: Add support for recompiling lisp code.
11609
b85e9462
DL
116102000-02-04 Dave Love <fx@gnu.org>
11611
9ff33afb
DL
11612 * bindings.el (mode-line-mule-info): Fix/extend last change.
11613
b85e9462
DL
11614 * completion.el: Replace completion-dolist with dolist.
11615
11616 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11617 dotimes.
11618
44dff075
CD
116192000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11620
11621 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11622 environment names before they go into the section regexp.
11623
11624 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11625 char class in regexp.
11626
11627 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11628 `case-fold-search' to nil.
11629
11630 * progmodes/idlwave.el (idlwave-template): Respect
11631 `idlwave-abbrev-change-case'.
11632 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11633 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11634 idlwave-while): respect `idlwave-reserved-word-upcase'.
11635 (idlwave-rw-case): New function.
11636 (idlwave-statement-match): Fixed problem with assignment regexp.
11637 (idlwave-font-lock-keywords): Improved regexp for keyword
11638 parameters.
a23c5037 11639 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11640 operators longer than 1 char.
11641
11642 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11643 idlwave-shell-expression-overlay. Implemented printing of
11644 expressions on higher levels of the calling stack.
11645 (idlwave-shell-display-level-in-calling-stack): Restore stack
11646 level.
11647 (idlwave-retrieve-expression-from-level): New function.
11648 (idlwave-shell-last-calling-stack): Variable removed.
11649 (idlwave-shell-reset): Argument action reversed (`visible' to
11650 `hidden'). Also remove stop-line overlay.
11651 (idlwave-shell-calling-stack-routine): New variable.
11652 (idlwave-shell-parse-stack-and-display): Messages now display
11653 negative level numbers.
11654 (idlwave-shell-mode): Set `modeline-format'.
11655 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11656 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11657 21.
11658 (idlwave-shell-print-expression-function): New option.
a23c5037 11659
44dff075
CD
11660 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11661 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11662 `tool-bar' instead of `toolbar'.
11663
f26c34fd
DL
116642000-02-02 Dave Love <fx@gnu.org>
11665
11666 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11667 emacs-lisp-mode-hook. Don't check for defalias being defined.
11668
11669 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11670 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11671 the new builtins directly.
11672
11673 * whitespace.el (whitespace): Add :version to defgroup.
11674
11675 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11676 Doc fix.
11677
11678 * thingatpt.el (sexp-at-point, symbol-at-point)
11679 (number-at-point, list-at-point): Add autoload cookie.
11680
11681 * recentf.el (recentf): Add :version to defgroup.
11682
11683 * quickurl.el (quickurl): Add :version to defgroup.
11684
11685 * elide-head.el (elide-head): Use point-marker more.
11686
11687 * bs.el (bs): Add :version to defgroup.
11688
11689 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11690
11691 * progmodes/delphi.el (delphi): Add :version to defgroup.
11692
d240a249
GM
116932000-02-02 Gerd Moellmann <gerd@gnu.org>
11694
11695 * ange-ftp.el (ange-ftp-write-region): Handle case that
11696 succeeding process operation sets a different coding system.
11697
11698 * calculator.el: New file.
11699
d5179a01
EZ
117002000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11701
11702 * frame.el (frames-on-display-list, framep-on-display): New
11703 functions.
11704 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11705 (display-selections-p, display-screens, display-pixel-width)
11706 (display-pixel-height, display-mm-width, display-mm-height)
11707 (display-backing-store, display-save-under, display-planes)
11708 (display-color-cells, display-visual-class): New functions.
11709
11710 * term/tty-colors.el (tty-color-gray-shades): New function.
11711
11712 * faces.el (display-color-p): Use framep-on-display.
11713 (display-grayscale-p): New function.
11714
968e00f0
DL
117152000-01-31 Dave Love <fx@gnu.org>
11716
11717 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11718 (create-fontset-from-x-resource): Don't concat integers.
11719
2cb750ba
GM
117202000-01-31 Inge Frick <inge@nada.kth.se>
11721
11722 * view.el: Some changes in documentation. Removed some trailing
11723 whitespace. Changed some parameter names to agree with
11724 documentation.
11725 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11726 window is not deleted. Modifies change 1998-04-26.
a23c5037 11727
74e9213b
GM
117282000-01-31 Gerd Moellmann <gerd@gnu.org>
11729
47569935
GM
11730 * windmove.el: New file.
11731
74e9213b
GM
11732 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11733 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11734 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11735
74e9213b
GM
11736 * jit-lock.el (jit-lock-function): Widen before calculating end
11737 position.
11738 (jit-lock-stealth-chunk-start): Rewritten.
11739
11740 * info.el (Info-title-face-alist): Removed.
11741 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11742 faces.
11743 (Info-fontify-node): Use these faces.
11744
994c5afe
GM
117452000-01-30 Gerd Moellmann <gerd@gnu.org>
11746
11747 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11748 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11749 `&allow-other-keywords'.
11750
11751 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11752 the list of directories scanned heuristically.
11753
11754 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11755 exist.
11756
f00276e3
JR
117572000-01-30 Jason Rumney <jasonr@gnu.org>
11758
11759 * w32-fns.el: Define w32-tty-standard-colors.
11760
11761 * startup.el (command-line): Use w32-tty-standard-colors when in
11762 w32 console mode.
11763
cc4dfff0
DL
117642000-01-30 Dave Love <fx@gnu.org>
11765
e645e77b
DL
11766 * jka-compr.el (jka-compr-load): Fix up load-history.
11767
cc4dfff0
DL
11768 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11769
11770 * emacs-lisp/cl-macs.el: Revert previous change.
11771
16215eb0
DL
117722000-01-29 Dave Love <fx@gnu.org>
11773
11774 * facemenu.el: Purecopy various strings.
11775
11776 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11777 years. Deal with three-digit years.
11778
11779 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11780 defconst, purecopy.
11781 (help-back-label): Purecopy it.
11782
bbd9b566
GM
117832000-01-18 Gerd Moellmann <gerd@gnu.org>
11784
11785 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11786 variable. If non-nil, order the buffer list according to the
11787 currently selected frame.
11788 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11789 non-nil, pass the selected frame to function buffer-list.
a23c5037 11790
887448e1
GM
117912000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11792
11793 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11794
7df85084
DL
117952000-01-28 Dave Love <fx@gnu.org>
11796
142e109c
DL
11797 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11798
7df85084
DL
11799 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11800 Don't use lisp-indent-hook property.
11801 (cl-abs): Remove.
11802
11803 * subr.el: Move out indent and edebug specs for when and unless.
11804
11805 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11806 when, unless.
11807
11808 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11809 unless, when.
11810
3b43c01c
GM
118112000-01-28 Gerd Moellmann <gerd@gnu.org>
11812
d060bc9f
GM
11813 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11814 `collecting' as synonym for `collect'.
11815
11816 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11817 for the case it contains spaces.
11818
11819 * simple.el (what-cursor-position): Change formatting of
11820 messages.
11821
b02786f9
GM
11822 * frame.el (delete-other-frames): New function.
11823 (toplevel): Bind it to C-x 5 1.
11824
efd68b8a
GM
11825 * sort.el (sort-numeric-base): New option.
11826 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11827 interpret it as octal or hexadecimal. Use sort-numeric-base
11828 as default base.
11829
3b43c01c
GM
11830 * progmodes/glasses.el: New file.
11831
984ae001
GM
118322000-01-27 Gerd Moellmann <gerd@gnu.org>
11833
a0b796e3
GM
11834 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11835 userids differently.
11836
984ae001
GM
11837 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11838 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11839 progmodes/ebnf-yac.el: New files.
11840
6c67ddee
DL
118412000-01-26 Dave Love <fx@gnu.org>
11842
11843 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11844 on a function with an empty body. [From Eric Ludlam.]
11845
4e6473c8
GM
118462000-01-25 Andre Spiegel <spiegel@gnu.org>
11847
11848 * vc.el (vc-version-diff): Make sure file name is expanded.
11849
e12489f9
GM
118502000-01-25 Gerd Moellmann <gerd@gnu.org>
11851
11852 * scroll-bar.el (scroll-bar-timer): Variable removed.
11853 (scroll-bar-toolkit-scroll): Don't use a timer.
11854
8dbe2b07
KH
118552000-01-25 Kenichi Handa <handa@etl.go.jp>
11856
11857 * language/thai-util.el (thai-composition-function): Delete
11858 superfluous `a'.
11859
26ef1c87
DL
118602000-01-24 Dave Love <fx@gnu.org>
11861
11862 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11863 end-of-defun-function.
11864
11865 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11866 &c.
11867
7ed4e9a7
JR
118682000-01-22 Jason Rumney <jasonr@gnu.org>
11869
11870 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11871 conflicts with new face support.
11872
8b7bc628 118732000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11874
11875 * replace.el (query-replace): Rename last arg to DELIMITED.
11876 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11877 (query-replace-regexp): Likewise.
11878
8b7bc628 118792000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11880
02b14400
RS
11881 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11882
5bb6f079
RS
11883 * emacs-lisp/lisp.el (beginning-of-defun-function):
11884 Variable renamed from beginning-of-defun.
11885 Do not call make-variable-buffer-local.
11886 (beginning-of-defun-raw): Use new variable name; doc fix.
11887 (beginning-of-defun): Doc fix.
11888 (end-of-defun-function): Variable renamed from end-of-defun.
11889 Do not call make-variable-buffer-local.
11890 (end-of-defun): Use new variable name; doc fix.
11891
02b14400
RS
11892 * subr.el (dolist, dotimes): Copied from cl-macs.el
11893 and made to work.
2d5e9b54 11894
a23c5037 11895 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11896 Variable replaces rmail-digest-end-regexp.
11897 Allows multiple regexps for detecting the end line.
11898 (undigestify-rmail-message): Corresponding changes.
11899
60af03f1
DL
119002000-01-19 Dave Love <fx@gnu.org>
11901
fe5d99e1
DL
11902 * files.el (user-init-file): Don't declare here -- is primitive.
11903
60af03f1
DL
11904 * startup.el (command-line): Check for compiled user-init-file and
11905 set to uncompiled version if necessary.
11906
72dbbc7d
GM
119072000-01-18 Gerd Moellmann <gerd@gnu.org>
11908
6a1950ec
GM
11909 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11910 (undigestify-rmail-message): Use it.
11911
72dbbc7d
GM
11912 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11913
fbe91bbd
GM
119142000-01-17 Gerd Moellmann <gerd@gnu.org>
11915
11916 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11917 of mini-buffer.
11918
33a6685b
GM
119192000-01-14 Gerd Moellmann <gerd@gnu.org>
11920
b3303df7
GM
11921 * emacs-lisp/copyright.el (copyright-update): Removed the
11922 requirement for a trailing space from `copyright-regexp', to
11923 support copyrights with owner specified on a separate line..
a23c5037 11924
3c4c8064
GM
11925 * align.el: New file.
11926
33a6685b
GM
11927 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11928
11929 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11930
044a4975
DL
119312000-01-13 Dave Love <fx@gnu.org>
11932
11933 * ph.el: Removed. (Obsoleted by EUDC.)
11934
0a352cd7
GM
119352000-01-13 Gerd Moellmann <gerd@gnu.org>
11936
11937 * net/eudc.el (toplevel): Remove autoloaded code installing
11938 menu with easymenu, because that causes build problems.
11939
11940 * frame.el (frame-notice-user-settings): New variable.
11941 (frame-notice-user-settings): Don't modify frame parameters
11942 if called a second time.
11943
8b7bc628 119442000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11945
11946 * frame.el (frame-notice-user-settings):
11947 Notice default-frame-parameters even for non-window frames.
11948
feb450e0
GM
119492000-01-13 Gerd Moellmann <gerd@gnu.org>
11950
11951 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11952 for Emacs.
11953 (eudc-bob-can-display-inline-images): Extend for Emacs.
11954 (eudc-bob-toggle-inline-display): Ditto.
11955 (eudc-bob-display-jpeg): Ditto.
11956
99c6d63b
GM
119572000-01-12 Gerd Moellmann <gerd@gnu.org>
11958
7970b229
GM
11959 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11960 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11961 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11962
e4936aa9
GM
11963 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11964 nil)'.
11965
11966 * subdirs.el: Add `net' directory.
11967
133c9e59
GM
11968 * net: New directory.
11969
99c6d63b
GM
11970 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11971 eval-last-sexp. Don't bind debug-on-error here.
11972 (eval-last-sexp): New function. Bind debug-on-error if
11973 eval-expression-debug-on-error is non-nil.
11974 (eval-defun-2, eval-defun): Likewise.
11975
11976 * simple.el (eval-expression): Don't bind debug-on-error if
11977 eval-expression-debug-on-error is nil. Detect changed
11978 debug-on-error, and propagate new value to global binding, if
11979 eval-expression-debug-on-error is non-nil,
11980 (eval-expression-debug-on-error): Change doc string.
a23c5037 11981
8b7bc628 119822000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11983
11984 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11985
11986 * emacs-lisp/lisp-mode.el (with-syntax-table):
11987 Set up lisp-indent-function property.
11988
11989 * subr.el (with-syntax-table): Moved from simple.el.
11990
11991 * simple.el (with-syntax-table): Moved to subr.el.
11992
7e3c74fa
GM
119932000-01-11 Gerd Moellmann <gerd@gnu.org>
11994
1fab1775
GM
11995 * tmm.el (tmm-shortcut): Delete region after prompt instead
11996 of erasing buffer.
11997
7e3c74fa 11998 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11999 (fill-context-prefix): Use the longest common prefix of first
12000 and second line fill prefix, if there is one.
7e3c74fa 12001
8b7bc628 120022000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12003
12004 * array.el (array-mode): Don't use make-variable-buffer-local.
12005 Use make-local-variable for `truncate-lines'.
12006
aa705642 120072000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12008
aa705642
GM
12009 * add-log.el (add-log-current-defun): Handle user-defined
12010 add-log-current-function returning nil,
a23c5037 12011
57df2446 12012 * add-log.el (add-change-log-entry): Insert version number
aa705642 12013 if having found a current function
c1356086
GM
12014
12015 * add-log.el (add-log-current-defun): Call
12016 `add-log-current-defun-function'. Try matches at level 0 and
12017 level 1. Strip whitespace from defun found.
a23c5037 12018
1d8c59e9
RS
120192000-01-10 John Wiegley <johnw@gnu.org>
12020
12021 * allout.el (isearch-done/outline-provisions): Added `edit'
12022 argument to correspond with the current definition of
12023 `isearch-done'.
12024
8cf87e9b
DL
120252000-01-10 Dave Love <fx@gnu.org>
12026
12027 * elide-head.el (elide-head): Use point-marker, not point.
12028
9050446c
GM
120292000-01-10 Gerd Moellmann <gerd@gnu.org>
12030
8321b22a
GM
12031 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12032 before and after the year 2000.
a23c5037 12033
9050446c
GM
12034 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12035 Add ispell- prefix.
12036
120372000-01-10 Ken Stevens <k.stevens@ieee.org>
12038
12039 * ispell.el: Only define dictionaries in menus when they exist.
12040 (version18p): New variable.
12041 (version20p): New variable.
12042 (xemacsp): New variable.
12043 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12044 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12045 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12046 run-together words.
9050446c
GM
12047 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12048 (ispell-dictionary-alist): Add koi8-r to customize definition.
12049 (check-ispell-version): Added documentation string. Returns
f24fef2f 12050 library path when called non-interactively.
9050446c
GM
12051 (ispell-menu-map-needed): Uses new variables.
12052 (ispell-library-path): New variable.
12053 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12054 (ispell-word): Improved documentation string. Test for valid
12055 character mappings. Correctly check typed in word changes that can
12056 result in single words split into multiple words. Returns
12057 replacement word.
12058 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12059 replace in recursive query replace mode. Help message for
12060 recursive edit mode.
12061 (ispell-show-choices): Protect against bad framepop bindings.
12062 (ispell-help): Fix to work with XEmacs.
12063 (ispell-highlight-spelling-error): Use new variables.
12064 (ispell-overlay-window): Fix to work with XEmacs.
12065 (ispell-parse-output): Passed and returns location information
12066 tracking spelling corrections. Doesn't recheck same word on
12067 current line.
12068 (ispell-init-process): Protect against bogus XEmacs variable binding.
12069 Fix call to single argument in sleep-for. Use new variables.
12070 (ispell-region): Passed and returns location information tracking
12071 spelling corrections. Doesn't check same word on current line.
12072 Improved documentation string. Doesn't resend a line already
12073 checked to the ispell process - fixes bug in LaTeX parsing.
12074 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12075 (ispell-skip-region): No longer skips <TT> in SGML.
12076 (ispell-process-line): Tracks location information with spelling
12077 corrections. Added documentation string. Accounts for words
12078 already accepted on this line. Don't allow query-replace on line
12079 starting with math characters. Doesn't resend a line already sent
12080 to ispell process. Fixes alignment error bug.
a23c5037 12081
8b7bc628 120822000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12083
a23c5037 12084 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12085 Suggest xloadimage, which is free, not xv, which isn't.
12086
a23c5037 12087 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12088 Don't ever include the host name or user name in the value.
12089
9ed79f5d
GM
120902000-01-09 Gerd Moellmann <gerd@gnu.org>
12091
12092 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12093 of a real newline.
12094
b950abb1
GM
120952000-01-09 Stephen Eglen <stephen@gnu.org>
12096
a23c5037 12097 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12098 for .png files.
12099
3c708e98
GM
121002000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12101
12102 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12103
bf61662d
GM
121042000-01-09 Gerd Moellmann <gerd@gnu.org>
12105
f1d851ae
GM
12106 * progmodes/cperl-mode.el: Replace ^F with ^L.
12107
bf61662d 12108 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12109 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12110 recursion.
12111
c65d14ee
DL
121122000-01-08 Dave Love <fx@gnu.org>
12113
8cf87e9b
DL
12114 * emacs-lisp/backquote.el: Remove inappropriate customization
12115 (allowing custom.el to use backquote).
c65d14ee 12116
83de2ebc
DL
121172000-01-07 Dave Love <fx@gnu.org>
12118
12119 * add-log.el (add-log-debugging): Deleted.
12120 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12121 file. Remove debugging code.
12122 (change-log-get-method-definition, change-log-name): Add doc.
12123 (change-log-sortable-date-at): New function.
12124 (change-log-merge): New command.
12125
12126 * time.el (display-time-string-forms): Make the Mail string active.
12127 (display-time-update): Provide help-echo for load average.
12128
12129 * bindings.el (make-mode-line-mouse2-map): New function.
12130 (mode-line-modified): Use it and simplify.
12131 (mode-line-mule-info): Provide help-echo info.
12132 (minor-mode-alist): Activate the strings.
12133 (make-mode-line-mouse-sensitive): Simplify for
12134 mode-line-buffer-identification.
12135
c1475eae
GM
121362000-01-07 Gerd Moellmann <gerd@gnu.org>
12137
12138 * play/pong.el: New file.
12139
83de2ebc
DL
121402000-01-06 Dave Love <fx@gnu.org>
12141
12142 * array.el: Assorted cleanups for compiler warnings, doc strings,
12143 `array-' prefix for symbols.
12144
121452000-01-05 Dave Love <fx@gnu.org>
12146
12147 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12148 outline-headers-as-kill.
12149 (outline-mode): Define imenu-generic-expression.
12150 (outline-headers-as-kill): New command.
12151
12152 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12153 from paragraph-start.
12154 (paragraph-indent-minor-mode): New command.
12155
12156 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12157 M-C-e, M-C-h, C-j, C-xnd, TAB.
12158 (fortran-mode): Set beginning-of-defun, end-of-defun.
12159 (fortran-column-ruler): Simplify.
12160 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12161 (fortran-with-subprogram-narrowing): Likewise.
12162 (fortran-indent-subprogram): Call mark-defun.
12163 (fortran-check-for-matching-do): Change narrowing.
12164
12165 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12166 (cl-lucid-hash-tag): Delete.
12167 (cl-hash-table-p): Correct test for native table.
12168 (cl-hash-table-count): Use hash-table-count.
12169
12170 * browse-url.el (browse-url): Fix case of
12171 browse-url-browser-function being an alist.
12172
676ac023
CD
121732000-01-05 Carsten Dominik <cd@gnu.org>
12174
c1475eae
GM
12175 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12176 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12177
12178 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12179 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12180
12181 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12182 `reftex-parse-file-extension'.
eb483e17 12183
88807984
DL
121842000-01-05 Dave Love <fx@gnu.org>
12185
83de2ebc 12186 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12187 (beginning-of-defun-raw): Use it.
12188 (end-of-defun): New variable.
12189 (end-of-defun): Use it.
12190 (check-parens): New command.
12191
1362aeb4
TTN
121922000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12193
c1475eae
GM
12194 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12195 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12196
7ddafb95
TTN
12197 Fix buglet in local variables initialization.
12198
7334aa99
AS
121992000-01-05 Andreas Schwab <schwab@suse.de>
12200
12201 * hscroll.el (hscroll): Doc fix.
12202
b12e24cd
CD
122032000-01-05 Carsten Dominik <cd@gnu.org>
12204
12205 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12206 idlw-toolbar.
12207
12208 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12209 file idlw-rinfo.el.
1362aeb4
TTN
12210 (idlwave-customize): load must read file idlw-shell.el.
12211 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12212
d6226972
CD
122132000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12214
12215 * progmodes/idlw-shell.el: Also provide idlwave-shell
12216 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12217 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12218
12219 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12220 both reftex-dcr and reftex-vcr.
1362aeb4 12221
d6226972
CD
12222 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12223
6ddb893f 122242000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12225
12226 * ps-print.el: PostScript code now is in separate files, doc fix.
12227 (ps-print-version): New version number (5.0.3).
12228 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12229 local.
12230 (ps-spool-config): Initialization fix.
c1475eae
GM
12231 (ps-print-prologue-1, ps-print-prologue-2)
12232 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12233 (ps-background-image): Little code reformating.
12234 (ps-begin-file, ps-begin-job): Fix code.
88807984 12235 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12236 (ps-prologue-file): New fun.
12237
ae833aae
KH
122382000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12239
c1475eae 12240 * ps-vars.el: Eliminated.
ae833aae
KH
12241
12242 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12243 `;;;###autoload'.
12244
12245 * ps-print.el: ps-vars eliminated, doc fix.
12246 (ps-print-version): New version number (5.0.2).
12247 (ps-spool-config): Initialization fix.
12248 (ps-print-customize): New fun.
12249
560a7bd2
GM
122502000-01-04 Gerd Moellmann <gerd@gnu.org>
12251
12252 * autorevert.el (auto-revert-mode): Return value of
12253 auto-revert-mode.
12254
f45dd0f4
DL
122552000-01-04 Dave Love <fx@gnu.org>
12256
fae2ac05
DL
12257 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12258 menu items.
f45dd0f4 12259
61255981
DL
122602000-01-03 Dave Love <fx@gnu.org>
12261
88807984 12262 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12263
83de2ebc 12264 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12265 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12266 `cl-hash-table-p', not `hash-table-p'.
12267 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12268
c182a70f
EZ
122692000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12270
12271 * faces.el (face-read-integer, read-face-attribute)
12272 (color-defined-p, color-values): unspecified-{f,b}g are now
12273 strings.
12274
047f434a
GM
122752000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12276
12277 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12278 at comment end, and re-insert them after filling.
12279
bab531e2
EZ
122802000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12281
12282 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12283 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12284 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12285
d684c676
EZ
122862000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12287
12288 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12289 the new name of face-color-supported-p.
12290
12291 * term/w32-win.el (xw-defined-colors): Likewise.
12292
0aad4805
EZ
122932000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12294
12295 * simple.el (completion-setup-function): Count completion-size
12296 from minibuffer-prompt-end, not from point-min.
12297
5fe1d139
EZ
122982000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12299
12300 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12301 Pass the frame to tty-color-* functions.
12302 (display-color-p, frame-set-background-mode): Pass the frame to
12303 tty-display-color-p.
12304
12305 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12306 tty-color-alist.
12307 (tty-color-alist, tty-modify-color-alist): New functions.
12308 (tty-color-define, tty-color-clear, tty-color-approximate)
12309 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12310 an optional parameter FRAME.
12311
162dec01
GM
123122000-01-01 Gerd Moellmann <gerd@gnu.org>
12313
27189709
GM
12314 * image.el (create-image, defimage): Don't assume image data is a
12315 string.
12316
162dec01
GM
12317 * image.el (defimage): Handle specifications containing :data
12318 instead of :file.
12319 (image-type-from-data): New function.
12320 (image-type-from-file-header): Use it.
12321 (create-image): Add parameter DATA-P.
1362aeb4 12322
bea56df7 12323See ChangeLog.8 for earlier changes.
25a6fab1
KH
12324
12325;; Local Variables:
e64c3a75 12326;; coding: iso-2022-7bit
25a6fab1 12327;; End: