(server-switch-buffer): Choose a window on a visible
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
bc22fd18
EZ
12000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * files.el (insert-directory-safely): New function.
834d23b2
EZ
4 (recover-file): Use it instead of insert-directory. From Markus
5 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 6
587fc3f9
KH
72000-12-21 Kenichi Handa <handa@etl.go.jp>
8
eeefcfde 9 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 10 coding-category-list more rigidly. Improve help message.
eeefcfde 11
587fc3f9
KH
12 * dired.el (dired-move-to-filename-regexp): Fix previous change.
13
01860fb9
MB
142000-12-21 Miles Bader <miles@gnu.org>
15
587fc3f9
KH
16 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
17 prefix.
01860fb9 18
3f9d67a6
KH
192000-12-21 Kenichi Handa <handa@etl.go.jp>
20
9fd1c1f7
KH
21 * international/mule-diag.el (describe-char-after): Make *Help*
22 buffer inherit multibyteness of the current buffer.
23
3f9d67a6
KH
24 * international/mule.el (make-char): Docstring adjusted for the
25 change of make-char-internal.
26
c9669fac
SM
272000-12-20 Stefan Monnier <monnier@cs.yale.edu>
28
29 * international/iso-cvt.el: Docstrings fix.
30
19594307
DL
312000-12-20 Dave Love <fx@gnu.org>
32
33 * subr.el (eval-after-load): Doc fix.
34
b1a447b3
KH
352000-12-20 Kenichi Handa <handa@etl.go.jp>
36
37 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
38 for numbers.
39
09877d5d
MB
402000-12-20 Miles Bader <miles@gnu.org>
41
42 * international/quail.el (quail-help): Resize the help window
43 again after it has all its contents. Remove unneeded progn.
44
71d4497a
GM
452000-12-19 Gerd Moellmann <gerd@gnu.org>
46
47 * pcmpl-linux.el: Fix copy/paste error.
48
741e56a0
AI
492000-12-19 Andrew Innes <andrewi@gnu.org>
50
51 * simple.el (delete-key-deletes-forward-mode): Fix typo in
52 docstring.
53
cc24d91c
CD
542000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
55
ba4c05aa
CD
56 * progmodes/idlw-rinfo.el: Fixed copyright notice.
57
58 * progmodes/idlw-toolbar.el: Fixed copyright notice.
59
60 * progmodes/idlw-shell.el: Fixed copyright notice.
61
62 * progmodes/idlwave.el: Fixed copyright notice.
63
71d4497a 64 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
65 TAB as key separators.
66
524c8caf
GM
672000-12-19 Alex Schroeder <alex@gnu.org>
68
69 * sql.el (sql-sybase-options): New option.
70 (sql-sybase): Use it. Add sql-database to the list of parameters
71 provided for login. The options -w 2048 -n are not used any more.
72 (sql-postgres-options): Changed default from "--pset" to "-P".
73 (sql-mysql-options): Doc change.
74 (sql-stop): Doc change.
75
b5fa513d
KH
762000-12-19 Kenichi Handa <handa@etl.go.jp>
77
78 * international/quail.el (quail-input-method): Always hide
79 the guidance buffer on exiting.
80
91c9e6ce
GM
812000-12-18 Gerd Moellmann <gerd@gnu.org>
82
c6da4eb4
GM
83 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
84 isn't fboundp.
85
3d2a0e0b
GM
86 * server.el (server-buffer-done): Bury the buffer before
87 killing it.
88
91c9e6ce
GM
89 * faces.el (face-spec-set): Interpret a nil in specs for
90 foreground and background colors as `unspecified', for
91 compatibility with 20.x.
92
40fa0008
DL
932000-12-18 Dave Love <fx@gnu.org>
94
22adbe54
DL
95 * simple.el (mail-user-agent): Doc fix.
96 (input-mode-8-bit): Removed.
97
98 * international/mule.el (set-keyboard-coding-system): Doc fix.
99 (keyboard-coding-system): New option.
100
40fa0008
DL
101 * mail/sendmail.el (send-mail-function): Customize.
102
6f4745e2
EZ
1032000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
104
105 * international/codepage.el (cp866-decode-table): New table.
106
82b90229
GM
1072000-12-18 Gerd Moellmann <gerd@gnu.org>
108
109 * version.el (emacs-version): Remove `%a' from the time format
110 because the weekday doesn't fit well into each locale.
111
5a047002
MB
1122000-12-18 Miles Bader <miles@gnu.org>
113
7f49aa07
MB
114 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
115
5a047002
MB
116 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
117 Check that emacs-major-version is `=' to 20, not `>='.
118 (artist-replace-chars): Use `make-string' instead of a loop.
119
22ea2607
EZ
1202000-12-17 Stefan Monnier <monnier@cs.yale.edu>
121
122 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
123 (cvs-execute-single-file): Don't change directory.
124 Patch from Per Cederqvist.
125
6c825f8e
EZ
1262000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
127
128 * textmodes/ispell.el (check-ispell-version): If
129 `ispell-program-name' is "aspell", pass it the -v switch instead
130 of -vv.
131
8ff06845
KH
1322000-12-16 Kenichi Handa <handa@etl.go.jp>
133
af4bb4c8
KH
134 * international/mule-diag.el (mule-diag): Insert information about
135 configure options, multibyte awareness, language env.
136
8ff06845
KH
137 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
138 regexp to search for candidates.
139
b24e84ab
EZ
1402000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
141
142 * info.el (Info-forward-node): If the node has an
143 Info-header-line, widen the buffer before searching for "next:"
144 and "up:" pointers, and set the search limit to stay in the
145 current node.
146
7981d89f
MB
1472000-12-16 Miles Bader <miles@gnu.org>
148
149 * simple.el (delete-trailing-whitespace): Remove extraneous let.
150
88ee7917
MB
1512000-12-15 Miles Bader <miles@gnu.org>
152
153 * comint.el (comint-send-string, comint-send-region): Also accept
154 a buffer, buffer-name, or nil for PROCESS, for compatibility with
155 process-send-string/region.
156
0c28d842
GM
1572000-12-15 Gerd Moellmann <gerd@gnu.org>
158
4ea7fdca
GM
159 * isearch.el (isearch-lazy-highlight-max): New user-option.
160 (isearch-lazy-highlight-update): Don't highlight more than
161 isearch-lazy-highlight-max matches.
162
0c28d842
GM
163 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
164
3ffa545b
GM
1652000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
166
8062e53a
GM
167 * sort.el (sort-columns): Fix error message.
168
3ffa545b
GM
169 * dabbrev.el (dabbrev--last-case-pattern): Value is now
170 `upcase' or `downcase' or nil.
171 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
172 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
173 (dabbrev--substitute-expansion): New arg record-case-pattern.
174 If it is non-nil, set dabbrev--last-case-pattern.
175 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
176
177 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
178
c2d7f289
MB
1792000-12-15 Miles Bader <miles@gnu.org>
180
b6348438
MB
181 * paths.el (Info-default-directory-list): Don't delete
182 configure-info-directory from the list of standard info
183 directories when appending it to the end -- their order is
184 important.
185
f9056dd9
MB
186 * faces.el (read-face-attribute): If there's no entry for the
187 user's input in VALID, just use it as-is (this will often result
188 in an error, but it may be OK for e.g. colors using hexadecimal
189 notation, and at least will yield a better error message).
190
c2d7f289
MB
191 * window.el (mode-line-window-height-fudge): Function removed.
192 (height-affecting-face-attributes, mode-line-window-height-fudge):
193 Variables removed.
194 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
195 window is really the right size. Use vertical-motion
196 rather than forward-line.
197 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
198 (ispell-command-loop, ispell-show-choices): Use the variable
199 ispell-choices-win-default-height, rather than the function.
200 (ispell-choices-win-default-height): Function removed.
201 (ispell-mode-line-window-height-fudge): Function removed.
202
8f530b95
SM
2032000-12-14 Stefan Monnier <monnier@cs.yale.edu>
204
205 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
206
6d435deb
EZ
2072000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
208
4dddb0b7
EZ
209 * paths.el (Info-default-directory-list): If
210 configure-info-directory is not one of the standard directories,
211 put it first in the list; otherwise put it last. Doc string
212 changed accordingly.
213
214 * info.el (Info-directory-list): Change doc string to reflect the
215 change in Info-default-directory-list.
216
6d435deb
EZ
217 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
218 windows-nt as windowed environments, even under -nw.
219
220 * startup.el (command-line): Don't call x-backspace-delete-keys-p
221 if not fboundp. Switch delete-forward mode for the <delete> key
222 on all PC platforms, even under -nw.
223
224 * term/internal.el ([M-delete]): Remap to M-d.
225
9d7d9263
GM
2262000-12-14 Gerd Moellmann <gerd@gnu.org>
227
228 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
229
7cf0153a
EZ
2302000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
231
232 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
233
5e5b3d41
GM
2342000-12-14 Gerd Moellmann <gerd@gnu.org>
235
5f368d29
GM
236 * startup.el (command-line): Call delete-key-deletes-forward-mode,
237 if appropriate.
238
239 * simple.el (delete-key-deletes-forward): New user-option.
240 (delete-key-deletes-forward-mode): New function.
241
9d7d9263 242 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 243
5e5b3d41
GM
244 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
245 if symbol is bound before getting its value.
246
247 * tooltip.el (tooltip-show): If an error is signaled in
248 x-show-tip, display that error, and display the help in the
249 echo area.
c2d7f289 250
191b83b6
KH
2512000-12-14 Kenichi Handa <handa@etl.go.jp>
252
253 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
254 "... entries" messages for every 10000 entries, not 10.
255
6192b604
KF
2562000-12-13 Karl Fogel <kfogel@red-bean.com>
257
258 * bookmark.el: Provide a generic exit hook, as suggested by
259 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
260 (bookmark-exit-hook): New var.
261 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
262 old raw lambda form in `kill-emacs-hook', and runs new
263 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
264 as logically that feature must have been provided if this function
265 is running.
266 Removed ;;;###autoload before the `add-hook' call.
267
5edf6b55
SM
2682000-12-13 Stefan Monnier <monnier@cs.yale.edu>
269
270 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
271 (easy-menu-current-active-maps): New function.
272 (easy-menu-get-map): Use it.
273 Make a proper menu entry when creating a new keymap.
274
16b5e8e6
KH
2752000-12-13 Kenichi Handa <handa@etl.go.jp>
276
d49fc4eb
KH
277 * international/characters.el: Fix cases and syntaxes for
278 mule-unicode-0100-24ff.
279
3b53d876
KH
280 * dired.el (dired-move-to-filename-regexp): Fixed for the case
281 that a Japanese character is not appended after day and year.
282
16b5e8e6
KH
283 * info.el (Info-suffix-list): Change format for a command that
284 requires arguments.
285 (info-insert-file-contents): Adjusted for the above change.
286
1df1c518
AS
2872000-12-12 Andreas Schwab <schwab@suse.de>
288
289 * tar-mode.el (tar-extract): Base the name of the subfile buffer
290 on the name of the tar buffer. Verify that the existing buffer is
291 visiting the same subfile.
292
a7a07b98
DL
2932000-12-12 Dave Love <fx@gnu.org>
294
295 * subdirs.el: Add obsolete.
296
4fdbd809
GM
2972000-12-12 Gerd Moellmann <gerd@gnu.org>
298
bfdb75ee
GM
299 * mail/rmailsum.el (rmail-summary-expunge)
300 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
301 instead of rmail-confirm-expunge.
302
4fdbd809
GM
303 * replace.el (perform-replace): Don't use an empty match adjacent
304 to a non-empty match when computing the next match before the
305 replacement is performed.
306
e9a59cad
GM
3072000-12-12 Milan Zamazal <pdm@freesoft.cz>
308
309 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
310 definition (patch by Stefan Monnier).
311 (glasses-mode): Use jit-lock instead of `after-change-functions'
312 (patch by Stefan Monnier).
313
c2def7a0
MB
3142000-12-12 Miles Bader <miles@gnu.org>
315
316 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
317 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
318
591b63b4
AC
3192000-12-12 Andrew Choi <akochoi@i-cable.com>
320
321 * term/mac-win.el: Remove load for ls-lisp.
322
a924cf63 323 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 324
5ff4ba3d
MB
3252000-12-12 Miles Bader <miles@gnu.org>
326
327 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
328 Respect field end too.
329 (just-one-space): Respect fields as `delete-horizontal-space'.
330 (newline-and-indent, reindent-then-newline-and-indent): Use
331 `delete-horizontal-space'.
332
d0c679bc
SM
3332000-12-11 Stefan Monnier <monnier@cs.yale.edu>
334
adf9c994
SM
335 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
336 (so as to obey the field property in the minibuffer).
337
4b0cd42d
SM
338 * obsolete/c-mode.el: Moved from lisp/progmodes.
339 * obsolete/auto-show.el: Moved from lisp.
340 * obsolete/ooutline.el: Moved from lisp/textmodes.
d0c679bc 341
89f85863
CD
3422000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
343
344 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
345 changes to list them here.
346
347 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
348 many changes to list them here.
349
350 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
351 many changes to list them here.
352
353 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
354
3e0d35ce
GM
3552000-12-11 Gerd Moellmann <gerd@gnu.org>
356
d990421f
GM
357 * simple.el (kill-new): Don't try to setcar kill-ring if it is
358 nil.
359
fda514f7
GM
360 * cus-edit.el (custom-save-variables, custom-save-faces):
361 Comment fix.
362
3e0d35ce
GM
363 * hscroll.el: Moved to `obsolete' subdir.
364
ff904dd6
MB
3652000-12-11 Miles Bader <miles@gnu.org>
366
367 * window.el (window-text-height): Function removed (now in C).
368
fb97d87f
SM
3692000-12-10 Stefan Monnier <monnier@cs.yale.edu>
370
371 * log-edit.el (log-edit-parent-buffer): New var.
372 (log-edit): Set it. Add BUFFER argument.
373 (log-edit-done): Use char-before.
374 Don't bother checking validity of vc-comment-ring.
375 Only bury the buffer if log-edit popped it up.
376
377 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
378 (cvs-mode-diff-help): Remove.
379 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 380 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
381
382 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
383 Remove binding for ? now made unnecessary.
384
7de77417
CD
3852000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
386
387 * textmodes/reftex.el (reftex-scanning-info-available-p): New
388 function
389 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
390
391 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
392 when master file is not open.
393
4efa209f
SM
3942000-12-09 Stefan Monnier <monnier@cs.yale.edu>
395
396 * progmodes/ada-stmt.el: Update `maintainer'.
397
0a8052bd
GM
3982000-12-09 Stephen Gildea <gildea@alum.mit.edu>
399
400 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
401 choices to match documentation string.
402
a12167c5
MB
4032000-12-09 Miles Bader <miles@gnu.org>
404
2161605d
MB
405 * minibuf-eldef.el: New file.
406
a12167c5
MB
407 * window.el (fit-window-to-buffer): Don't pass last argument to
408 pos-visible-in-window-p, now that its meaning is inverted.
409
9ea8de1b
EZ
4102000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
411
412 * image.el (create-image): Doc fix; spotted by Per Cederqvist
413 <ceder@lysator.liu.se>.
414
5002ddbb
SM
4152000-12-08 Stefan Monnier <monnier@cs.yale.edu>
416
b6114d80
SM
417 * autoinsert.el (auto-insert-alist): Add missing final \n.
418
ee8d23ee
SM
419 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
420 (cvs-menu-map): Remove.
421 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
422 (cvs-mode-quit): Turn it back into a plain function.
423
5002ddbb 424 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 425 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
426
427 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
428 file where it's more visible.
429 (texinfo-filter, texinfo-chapter-level-regexp): New variables
430 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
431 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
432 (texinfo-inside-macro-p): Only catch `scan-error's.
433 (texinfo-inside-env-p): Make better use of the match info.
434 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
435 (texinfo-insert-@end): Slight re-organization.
436 Also remove useless `looking-at' call.
437
30cd075d
AI
4382000-12-08 Andrew Innes <andrewi@gnu.org>
439
440 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
441 accessible in -nw mode.
442
443 * term/w32-win.el: Remove stuff about selection timeout, which is
444 irrelevant on Windows. Move clipboard support to w32-fns.el, so
445 it is accessible in -nw mode.
446
01b91009
DL
4472000-12-08 Dave Love <fx@gnu.org>
448
449 * emacs-lisp/lisp-mode.el (lisp-mode): Set
450 font-lock-keywords-case-fold-search.
451
842b2a94
GM
4522000-12-08 Gerd Moellmann <gerd@gnu.org>
453
454 * textmodes/ispell.el (ispell): Doc fix.
455
f9d5f611
KH
4562000-12-08 Kenichi Handa <handa@etl.go.jp>
457
458 * international/quail.el (quail-insert-decode-map): Check the
459 frame width of a window displaying the current buffer, not that of
460 the selected frame.
461 (quail-help): Make sure that the help buffer has window before
462 inserting text in it.
463
e04d21aa
SS
4642000-12-07 Sam Steingold <sds@gnu.org>
465
466 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
467 Backquote is used in isearch.el, so autoloading saves nothing.
468
fc3e23a4
EZ
4692000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
470
137cad7c
EZ
471 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
472 the CVS and RCS subdirectories case-insensitively.
473
fc3e23a4
EZ
474 * dired.el (dired-insert-directory): If file-system-info is
475 fboundp, call it instead of invoking dired-free-space-program.
476
796ecd10
GM
4772000-12-07 Gerd Moellmann <gerd@gnu.org>
478
0f5f7c3e
GM
479 * server.el (server-visit-files): Push files on file-name-history.
480
3764ba49
GM
481 * progmodes/cc-langs.el: Update copyright.
482
8e7931da
GM
483 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
484
ae0d7485 485 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 486
796ecd10
GM
487 * bindings.el (mode-line-mode-menu): Reverse the order
488 of define-keys so that the menu appears in alphabetical order.
489
ae0d7485
GM
4902000-12-07 Milan Zamazal <pdm@freesoft.cz>
491
492 * progmodes/glasses.el (glasses-mode): Update mode line at the end
493 of the function.
494
e2849090
DL
4952000-12-07 Dave Love <fx@gnu.org>
496
497 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
498
499 * facemenu.el (facemenu-unlisted-faces): Fix value.
500
5c7f629c
SM
5012000-12-07 Stefan Monnier <monnier@cs.yale.edu>
502
503 * font-lock.el (font-lock-default-fontify-region):
504 Include the terminating \n (off-by-one error).
505 (font-lock-set-defaults): Use dolist.
506
507 * derived.el (define-derived-mode): Don't use combine-run-hooks.
508
73481ae3
KH
5092000-12-07 Kenichi Handa <handa@etl.go.jp>
510
ffbaa122
KH
511 * international/mule-cmds.el (describe-language-environment): Fix
512 for the case that an input method title is not string but a list.
513
73481ae3
KH
514 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
515 of wrong SIZE record.
516
e2896b22
DL
5172000-12-06 Dave Love <fx@gnu.org>
518
67292061
DL
519 * newcomment.el (comment-region, comment-dwim): Doc fix.
520
521 * textmodes/texinfo.el: Require tex-mode when compiling.
522 (texinfo-update-node): Doc fix.
523 (texinfo-imenu-generic-expression): Add @anchor.
524 (texinfo-font-lock-keywords): Add @uref.
525 (texinfo-inside-macro-p): Don't use ignore-errors.
526 (texinfo-insert-quote): Match more contexts.
527
e76938e7
DL
528 * international/mule.el (decode-char, encode-char): Doc fix.
529 (auto-coding-alist): Customize.
530
531 * files.el (load-file): Fix change of 2000-03-12.
532
e2896b22
DL
533 * wid-edit.el (widget-text-keymap): Doc fix.
534
6610f4b2
AI
5352000-12-06 Andrew Innes <andrewi@gnu.org>
536
537 * makefile.w32-in (lisp): Set to an absolute directory, namely
538 $(CURDIR).
539
9e3366e4
EZ
5402000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
541
542 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
543 read generated-autoload-file, and set buffer-file-coding-system to
544 raw-text-unix after reading the file.
545
546 * international/mule-conf.el (file-coding-system-alist): Use
547 raw-text for reading loaddefs.el and raw-text-unix for writing
548 it.
549
d94d636f
GM
5502000-12-06 Gerd Moellmann <gerd@gnu.org>
551
384333ee
GM
552 * replace.el (occur): Make line-number-width 1 smaller for the
553 colon following the line number.
554
347d0813
GM
555 * startup.el (fancy-splash-text, command-line-1): Use
556 `File' for the menu name instead of `Files'.
e04d21aa 557
d4b72d58
GM
558 * tmm.el: Update copyright.
559
d94d636f
GM
560 * cus-start.el: Add entry for even-window-heights.
561
6e424019
MB
5622000-12-06 Miles Bader <miles@gnu.org>
563
564 * faces.el (frame-set-background-mode): Avoid stomping on
565 locally modified faces.
566
e6477b58
KH
5672000-12-06 Kenichi Handa <handa@etl.go.jp>
568
569 * international/fontset.el: Correct the font registries for
570 japanese-jisx0213-1 and japanese-jisx0213-2.
571
21999ab9
GM
5722000-12-05 Gerd Moellmann <gerd@gnu.org>
573
57d6e381
GM
574 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
575
21999ab9
GM
576 * iswitchb.el: Update customization commentary.
577
7422819c
GM
5782000-12-05 Rob Riepel <riepel@Stanford.EDU>
579
580 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
581 (tpu-search-highlight): Fixed comparison of overlay end positions.
582 (tpu-trim-line-ends): Implemented trimming logic locally.
583
584 * emulation/tpu-extras.el (tpu-write-file-hook)
585 (tpu-set-cursor-bound): Replaced picture-clean with
586 tpu-trim-line-ends.
587
73daff18
KH
5882000-12-05 Kenichi Handa <handa@etl.go.jp>
589
590 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
591 to cn-gb.
592 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
593
6a4cd002
DL
5942000-12-04 Dave Love <fx@gnu.org>
595
596 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
597
6452929e
GM
5982000-12-04 Gerd Moellmann <gerd@gnu.org>
599
e04d21aa 600 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
601 (rmail-summary-expunge-and-save): Ask for confirmation with
602 rmail-expunge-confirmed.
603
604 * mail/rmail.el (rmail-expunge-confirmed): New function.
605 (rmail-expunge): Use it.
606
0c68ce6f
GM
607 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
608 (etags-recognize-tags-table, find-tag-in-order): New
609 functionality: interpret file names as tags.
e04d21aa 610
7a53d8c8
EZ
6112000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
612
613 * info.el (Info-scroll-prefer-subnodes): New defcustom.
614 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
615 visit the first subnode until the bottom of the current node is
616 visible.
617
caa15ef7
GM
6182000-12-04 Gerd Moellmann <gerd@gnu.org>
619
620 * format.el (format-decode): Don't change buffer's undo list.
621
e225faa7
KH
6222000-12-04 Kenichi Handa <handa@etl.go.jp>
623
624 * faces.el (face-font-registry-alternatives): Add entries for CJK
625 fonts. Doc-string adjusted for the actual usage of this data.
626
627 * international/fontset.el: Change the font registries for CJK
628 fonts in the default fontset. Don't append '*' to registries.
629
8b262a65
SM
6302000-12-03 Stefan Monnier <monnier@cs.yale.edu>
631
e04d21aa 632 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
633 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
634
635 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
636 (derived-mode-p): New function.
637 (derived-mode-make-docstring): Add `docstring' argument.
638 Use it if available and complete it if necessary.
639
33c4460b
AS
6402000-12-03 Andreas Schwab <schwab@suse.de>
641
642 * type-break.el (type-break): Don't make parent of itself.
643
5c9b3fac
MB
6442000-12-03 Miles Bader <miles@gnu.org>
645
646 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
647
27ce741e
SM
6482000-12-02 Stefan Monnier <monnier@cs.yale.edu>
649
07c16ec4
SM
650 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
651 (tex-main-file, tex-file): Simplify.
652 (tex-generate-zap-file-name): Use subst-char-in-string.
653 (tex-strip-dots): Remove.
654
c19cc275
SM
655 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
656
27ce741e
SM
657 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
658 to check if the match succeeded.
659
285991dc
GM
6602000-12-02 Gerd Moellmann <gerd@gnu.org>
661
662 * startup.el (use-fancy-splash-screens-p): New function.
663 (command-line-1): Use it to determine whether or not to use
664 a fancy splash screen.
665
52dca1b2
AS
6662000-12-02 Andreas Schwab <schwab@suse.de>
667
668 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
669
d3e7e7cf
EZ
6702000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
671
2dce2360
EZ
672 * international/mule.el (make-char): Fix last change.
673
9768eaa7
EZ
674 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
675 New defcustoms.
676 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
677 autoloading tex-mode; instead, do the same manually. Use
678 texinfo-open-quote and texinfo-close-quote. Insert literal quote
679 with numeric argument. Docstring fix.
680 (toplevel): Require cl when compiling.
e04d21aa 681
285991dc 682 * international/mule.el (make-char): Doc fix.
d3e7e7cf 683
0dd5e255
JR
6842000-12-02 Jason Rumney <jasonr@gnu.org>
685
686 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
687 the Emacs Lisp manual)
688
fbb87147
EZ
6892000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
690
5cbb3e93
EZ
691 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
692
fbb87147
EZ
693 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
694 the Emacs Lisp manual).
695
1636ca09
GM
6962000-12-02 Gerd Moellmann <gerd@gnu.org>
697
698 * simple.el (next-line-add-newlines): Change default to nil.
699
68875f0e
EZ
7002000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
701
702 * files.el (revert-buffer, recover-file): Bind
703 coding-system-for-read to emacs-mule-unix, not to no-conversion.
704
fd9ac94c
GM
7052000-12-01 Gerd Moellmann <gerd@gnu.org>
706
707 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
708
45450dd5
MB
7092000-12-01 Miles Bader <miles@gnu.org>
710
711 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
712
09df8881
KH
7132000-12-01 Kenichi Handa <handa@etl.go.jp>
714
715 * international/mule-diag.el (describe-char-after): Fix typo.
716 (describe-character-set, non-iso-charset-alist): Fix typo.
717
dea0a87d
MB
7182000-12-01 Miles Bader <miles@gnu.org>
719
b170205b
MB
720 * image-file.el (image-file-name-regexp): Automatically add
721 upper-case variants of each filename extension in
722 `image-file-name-extensions', since they seem to be common.
723
e04d21aa 724 * simple.el (minibuffer-contents)
dea0a87d
MB
725 (minibuffer-contents-no-properties, delete-minibuffer-contents):
726 New functions.
727 * filecache.el (file-cache-directory-name)
728 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
729
2b69bc11 7302000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 731
dea0a87d
MB
732 * filecache.el (file-cache-minibuffer-complete): Don't try to
733 delete the minibuffer prompt.
734
a8a1b05d
DL
7352000-11-30 Dave Love <fx@gnu.org>
736
737 * cus-start.el: Fix read-buffer-function type.
738
693c4692
GM
7392000-11-30 Gerd Moellmann <gerd@gnu.org>
740
741 * md5.el: Removed. There's a built-in function, now.
742
2c0b1898
GM
7432000-11-30 Markus Rost <rost@math.ohio-state.edu>
744
745 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
746 as dummy 0-th char of rmail-deleted-vector.
747
63dfcf4b
EZ
7482000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
749
750 * ps-print.el (ps-end-job): Bind case-fold-search only after
751 switching to ps-spool-buffer.
752
7532000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
754
755 * ps-print.el: Line number font customization. PostScript: Lines and
756 PageCount are initialized on each page. Doc Fix.
757 (ps-print-version): New version number (6.3.2).
758 (ps-lpr-switches, ps-font-info-database, ps-font-size)
759 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
760 (ps-right-header): Customization fix.
761 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
762 Fix code.
763 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
764 New vars.
765
df3aedcf
GM
7662000-11-30 Gerd Moellmann <gerd@gnu.org>
767
edfb795e
GM
768 * bs.el: Fix typos and spelling errors.
769 (bs-appearance) <defgroup>: Renamed from bs-appearence.
770 (bs-configuration): Doc fix.
e04d21aa 771
df3aedcf
GM
772 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
773
8b8a7f01
GM
7742000-11-30 Rob Riepel <riepel@Stanford.EDU>
775
776 * emulation/tpu-edt.el (tpu-version): New version.
777 (tpu-search-overlay, tpu-replace-overlay): New initial range.
778 (tpu-original-mode-line): Variable deleted.
779 (tpu-mark-flag): New initial value.
780 (tpu-set-mode-line): Don't redefine mode-line-format. Add
781 tpu-mark-flag to minor-mode-alist.
782 (tpu-update-mode-line): New mark flag logic.
783 (tpu-get): Use find-file-wildcards.
784 (tpu-search-highlight): Move overlay less, reset overlay properly.
785 (tpu-unselect): Deactivate mark.
786 (tpu-lm-replace): Reset overlay properly.
787 (tpu-forward-line): Use forward-visible-line.
788 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
789
790 * emulation/tpu-extras.el (tpu-forward-line): Use
791 forward-visible-line.
e04d21aa 792
c069a9d3
GM
7932000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
794
795 * cus-edit.el (custom-face-value-create): Always emphasize tag.
796
b02cd40b
GM
7972000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
798
799 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
800 and skip whitespace and newlines.
e04d21aa 801
b7a90344
SM
8022000-11-30 Stefan Monnier <monnier@cs.yale.edu>
803
804 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
805
be6bbb55
GM
8062000-11-29 Gerd Moellmann <gerd@gnu.org>
807
0383ed60
GM
808 * help.el (describe-function-1): Regexp-quote function name
809 when used as part of a regexp.
810
c7957947
GM
811 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
812 face-attribute instead of face-foreground and face-background.
813 (tool-bar-add-item): Likewise, and handle unspecified colors.
814
815 * enriched.el (enriched-face-ans): Use face-attribute instead
816 of face-foreground and face-background.
817
818 * faces.el (face-foreground, face-background, face-stipple):
819 Return nil if attribute is unspecified, for backward
820 compatibility.
821
7423978d
GM
822 * files.el (auto-mode-alist): Add an entry for antlr-mode.
823
ef128c78
GM
824 * play/5x5.el: Remove version info.
825
a81fc510
GM
826 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
827
be6bbb55
GM
828 * frame.el (blink-cursor-mode): Doc fix.
829
f9396e03
GM
8302000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
831
832 * antlr-mode.el: New commands to run ANTLR from within Emacs and
833 to create Makefile rules.
834 (antlr-tool-command): New user option.
835 (antlr-ask-about-save): New user option.
836 (antlr-makefile-specification): New user option.
837 (antlr-file-formats-alist): New variable.
838 (antlr-special-file-formats): New variable.
839 (antlr-unknown-file-formats): New user option.
840 (antlr-help-unknown-file-text): New variable.
841 (antlr-help-rules-intro): New variable.
842 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
843 (antlr-mode-menu): Add entries.
844 (antlr-file-dependencies): New function.
845 (antlr-directory-dependencies): New function.
846 (antlr-superclasses-glibs): New function.
847 (antlr-run-tool): New command.
848 (antlr-makefile-insert-variable): New function.
849 (antlr-insert-makefile-rules): New function.
850 (antlr-show-makefile-rules): New command.
851
852 * antlr-mode.el: More Emacs/XEmacs stuff.
853 (antlr-no-action-keywords): New constant with value nil.
854 (antlr-font-lock-keywords-alist): Use it. Old value would break
855 syntax highlighting in Emacs-21.0.
856 (antlr-default-directory): Emacs/XEmacs dependend function.
857 (antlr-read-shell-command): Ditto.
858 (antlr-with-displaying-help-buffer): Ditto.
859
8602000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
861
862 * antlr-mode.el: imenu, parsing and highlighting changes.
863 (antlr-imenu-create-index-function): Don't create extra submenus
864 for definitions in different grammar classes. It is not necessary
865 for the menu and would make command `imenu' awkward to use.
866 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
867 header actions and more than one.
868 (antlr-font-lock-tokendef-face): Changed color.
869 (antlr-font-lock-tokenref-face): Changed color.
870 (antlr-font-lock-additional-keywords): Also highlight lowercase.
871 (antlr-mode-syntax-table): New variable.
872 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
873 (antlr-with-syntax-table): Don't copy syntax table.
874
8752000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
876
877 * antlr-mode.el: Minor changes: language setting.
878 (antlr-language-alist): The value for file option "language" can
879 be both an identifier and a string.
880 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
881 (antlr-language-limit-n-regexp): Change accordingly.
882
8832000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
884
885 * antlr-mode.el: Minor changes: tabs, hiding.
886 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
887 (antlr-action-visibility): Also allow value nil to also hide the
888 braces. Renamed from `antlr-tiny-action-length'.
889 Suggested by Jay@aol.com.
890 (antlr-hide-actions): Change accordingly. Hide line if completely
891 hidden action is on a line of its own.
e04d21aa 892
6ad948eb
SM
8932000-11-29 Stefan Monnier <monnier@cs.yale.edu>
894
895 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
896
897 * sort.el (sort-columns): Don't concat strings with numbers.
898
9c6a4107
DL
8992000-11-29 Dave Love <fx@gnu.org>
900
901 * cus-edit.el (face): Fix :format.
902
903 * mail/feedmail.el: Require smtpmail when compiling.
904 (mail-do-fcc): Autoload.
905 (feedmail) <defgroup>: Fix :link.
906 (feedmail-nuke-body-in-fcc): Fix :type.
907 (feedmail-send-it): Add autoload cookie.
908
053b8d35
SM
9092000-11-29 Stefan Monnier <monnier@cs.yale.edu>
910
911 * newcomment.el (comment-indent): Save excursion around call to
912 comment-indent-function.
913
242c13e8
MB
9142000-11-29 Miles Bader <miles@gnu.org>
915
916 * subr.el (member-ignore-case): Return the tail of the list who's
917 car matches, like `member', not the matching element itself.
918
8f4b5f28
KH
9192000-11-29 Kenichi Handa <handa@etl.go.jp>
920
921 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
922 should not contain `\n'.
923
bebe4a2c
GM
9242000-11-28 Gerd Moellmann <gerd@gnu.org>
925
fd9ac94c 926 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 927
ba7e40eb
GM
928 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
929
75ab0c79
GM
930 * dired-aux.el (dired-do-create-files): Construct default file
931 name for dired-mark-read-file-name so that when the user enters
932 just RET, the target file will end up in the target directory.
933
bebe4a2c
GM
934 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
935 local-abbrev-table before changing buffers because it might
936 have a buffer-local binding.
937
fa6d1ca8
MB
9382000-11-28 Miles Bader <miles@gnu.org>
939
940 * simple.el (delete-horizontal-space): Handle fields more generally.
941
8d2c2642
GM
9422000-11-28 Gerd Moellmann <gerd@gnu.org>
943
944 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
945
8b31236d
DL
9462000-11-28 Dave Love <fx@gnu.org>
947
3cbd02d2
DL
948 * progmodes/ps-mode.el (ps-mode): Set comment-start and
949 comment-start-skip locally.
950
8b31236d
DL
951 * progmodes/fortran.el (fortran-mode): Don't set
952 fortran-comment-line-start-skip. Set comment-start to
953 fortran-comment-line-start.
954 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
955 (fortran-comment-line-start-skip): Simplify slightly.
956
ae4bf56d
GM
9572000-11-28 Gerd Moellmann <gerd@gnu.org>
958
17ef7534
GM
959 * play/5x5.el: Remove RCS keyword.
960
fd9ac94c 961 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 962
665b27a6
GM
9632000-11-28 Milan Zamazal <pdm@freesoft.cz>
964
965 * textmodes/tildify.el (tildify-string-alist): Add
966 `plain-tex-mode' here.
967
fe3c2ae3
GM
9682000-11-28 Colin Walters <walters@cis.ohio-state.edu>
969
970 * chistory.el (Command-history-setup): Remove extraneous `keymap'
971 reference.
972
d970106b
MB
9732000-11-28 Miles Bader <miles@gnu.org>
974
36b80a0d
MB
975 * cus-face.el (custom-face-attributes): Add post-filter function
976 for :box. Make pre-filter function for :box handle all cases.
977
d970106b
MB
978 * wid-edit.el (widget-choose): Make sure pop-up window is large
979 enough to display all the choices, as there's no way to scroll it.
980
5a2bae6c
KH
9812000-11-28 Kenichi Handa <handa@etl.go.jp>
982
983 * international/mule-conf.el: Make the coding system no-conversion
984 safe for all characters.
985
9e836e23
DL
9862000-11-27 Dave Love <fx@gnu.org>
987
8b31236d
DL
988 * net/ldap.el (ldap) <defgroup>: Add :version.
989
9e836e23
DL
990 * tooltip.el (tooltip-use-echo-area): Doc fix.
991
992 * cus-start.el <minibuffer-prompt-properties>: Add version.
993 <read-buffer-function>: Add.
994
995 * apropos.el (apropos-print): Add help-echo to active text.
996
997 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
998
4a74d071
GM
9992000-11-27 Gerd Moellmann <gerd@gnu.org>
1000
1001 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1002 type, group and version.
1003
76058c27
EZ
10042000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1005
4a74d071 1006 * select.el (x-get-selection): Docstring fix.
76058c27 1007
fd9ac94c 10082000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 1009
fd9ac94c 1010 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 1011
49060c51
AI
10122000-11-27 Andrew Innes <andrewi@gnu.org>
1013
1014 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1015
1016 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1017
b2a8e429
MB
10182000-11-27 Miles Bader <miles@gnu.org>
1019
1020 * dired.el (dired-get-filename): Return filename verbatim if
1021 LOCALP is `verbatim'.
1022 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1023 `verbatim' so that we don't inadvertently delete a non-existant
1024 directory name.
1025
5ac0366d
KH
10262000-11-27 Kenichi Handa <handa@etl.go.jp>
1027
1028 * international/characters.el: Specify cases and syntaxes for
1029 mule-unicode-0100-24ff.
1030
67f1cf4c
GM
10312000-11-27 Gerd Moellmann <gerd@gnu.org>
1032
1033 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1034 that foreground and/or background colors of the face `tool-bar'
1035 are unspecified.
1036
46c56972
MB
10372000-11-27 Miles Bader <miles@gnu.org>
1038
e04d21aa 1039 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
1040 (widget-field-end): Handle widget field `pseudo-overlays'.
1041 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1042 if it's there instead of in `widget-field-list'.
1043
46c56972 1044 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
1045 (help-make-xrefs): Delete extraneous newlines at the end of the
1046 docstring.
46c56972 1047
640a9cdd
JR
10482000-11-25 Jason Rumney <jasonr@gnu.org>
1049
1050 * startup.el (command-line): Call set-locale-environment after
1051 Window System init file is read, as it can result in a call to
1052 redraw-frame.
1053
0b3f96d4
EZ
10542000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1055
1056 * simple.el (shell-command): Mention the effect of the prefix
1057 argument in the doc string.
1058
8da6e2a1
MB
10592000-11-25 Miles Bader <miles@gnu.org>
1060
a658d039
MB
1061 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1062
8da6e2a1 1063 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 1064 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 1065
d3416cca
JR
10662000-11-24 Jason Rumney <jasonr@gnu.org>
1067
1068 * international/mule-cmds.el (locale-language-names): Add "jp" as
1069 a non-standard alternative for Japanese.
1070
17e37f53
AS
10712000-11-24 Andre Spiegel <spiegel@gnu.org>
1072
1073 * vc-hooks.el: Require 'cl during compilation.
1074
9aa5f148
GM
10752000-11-24 Gerd Moellmann <gerd@gnu.org>
1076
ba193890
GM
1077 * faces.el (face-set-after-frame-default): Let face attributes
1078 specified for new frames override frame parameters.
1079
9aa5f148
GM
1080 * startup.el (command-line): Fix computation of the source file
1081 for user-init-file when user-init-file is a compiled file.
1082
51a1edab
MB
10832000-11-24 Miles Bader <miles@gnu.org>
1084
e04d21aa 1085 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
1086 (custom-post-filter-face-spec): New functions.
1087 (custom-face-set, custom-face-value-create): Filter the face spec
1088 before and after customization.
1089 (custom-face-set): If VALUE specifies a null face, pass a
1090 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1091 * cus-face.el (custom-face-attributes): Remove SET and GET
1092 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1093 cases they're needed.
1094
1ed74431
MB
1095 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1096 that it's distinguishable from the :off-glyph on dark-background
1097 displays. Set its background color too.
1098
67ee1125
MB
1099 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1100 so that people can easily turn it off.
1101
7d027816 11022000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 1103
7d027816 1104 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 1105
9aa5f148 1106 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 1107
9aa5f148 1108 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 1109
9aa5f148 1110 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 1111 redundant skip-small-frames test.
e04d21aa 1112
9aa5f148 1113 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 1114 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 1115
9aa5f148
GM
1116 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1117 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1118 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 1119 functions.
e04d21aa 1120
9aa5f148 1121 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 1122
9aa5f148 1123 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 1124
f07fa1b8
KH
11252000-11-24 Kenichi Handa <handa@etl.go.jp>
1126
1127 * international/mule-diag.el (list-iso-charset-chars): For
1128 two-byte charset, fix the `while' condition.
1129 (list-non-iso-charset-chars): Fix the `while' condition.
1130
ba8299ff
SM
11312000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1132
79372165
SM
1133 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1134 if the variable is make-variable-buffer-local.
1135
ba8299ff
SM
1136 * progmodes/ada-stmt.el (ada-template-map): Initialize
1137 and bind it to C-c t in ada-mode-map.
1138 (ada-stmt-mode-hook): New function extracted from old code.
1139 Only change the buffer-local side of skeleton-*.
1140 (ada-mode-hook): Use it.
1141
68a887fa
EZ
11422000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1143
1144 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1145 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1146 we expect to be returned by minibuffer-depth once we prompt the
1147 user in the minibuffer.
1148 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1149 as recorded in iswitchb-minibuf-depth, return non-nil.
1150
3b345582
EZ
11512000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1152
1153 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1154 (hscroll-window-maybe): Docstring fix.
1155
595dead2
DL
11562000-11-23 Dave Love <fx@gnu.org>
1157
1158 * rect.el (string-rectangle): Don't test delete-selection-mode.
1159
1e66b27a
GM
11602000-11-23 Gerd Moellmann <gerd@gnu.org>
1161
02790ce2
GM
1162 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1163 is in the tool bar.
1164
1e66b27a
GM
1165 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1166 with `no-dir'; we want the directory part to be able to remove
1167 it.
1168
a4caa65d
SM
11692000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1170
1171 * textmodes/outline.el (outline-flag-region):
1172 Don't bind inhibit-read-only since we don't modify the buffer.
1173 (outline-isearch-open-invisible): Don't jump to overlay-start
1174 since we're trying to unhide text around point.
1175 (outline-discard-overlays): Use dolist.
1176
1177 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1178
03e757c1
GM
11792000-11-22 Gerd Moellmann <gerd@gnu.org>
1180
e04d21aa 1181 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 1182 y-or-n-p.
e04d21aa 1183
1598a961
SM
11842000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1185
1186 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1187 Fix ARG regexp to skip quoted braces.
1188 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1189 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1190 are (correctly) handled separately).
1191 Remove `caption' and `footnote' from `citations': they contain text.
1192 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1193 (latex-skeleton-end-hook): New function.
1194 (latex-mode): Use it.
1195 (tex-start-tex-marker): Remove.
1196 (tex-send-tex-command): Don't set tex-start-tex-marker.
1197 (tex-error-parse-syntax-table): New var.
1198 (tex-compilation-parse-errors): Use it.
1199 Ignore tex-start-tex-marker. Don't bother with marker-position.
1200 (tex-validate-buffer): Don't bother with marker-position.
1201
1202 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 1203 (flyspell-generic-progmode-verify): Use it.
1598a961 1204
eaae8106
SS
12052000-11-22 Sam Steingold <sds@gnu.org>
1206
03e757c1
GM
1207 * simple.el (delete-trailing-whitespace): New interactive
1208 function.
e04d21aa 1209
eaae8106 1210 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 1211 `ada-remove-trailing-spaces'.
eaae8106 1212 (ada-remove-trailing-spaces): Removed.
e04d21aa 1213
eaae8106 1214 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 1215
1598a961
SM
1216 * textmodes/picture.el (picture-clean): Removed.
1217 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 1218
a41d49e9
GM
12192000-11-22 Gerd Moellmann <gerd@gnu.org>
1220
e053c60f
GM
1221 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1222
a41d49e9
GM
1223 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1224 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 1225 do anything special when jit-lock is active.
a41d49e9
GM
1226 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1227
197615f3
DL
12282000-11-22 Dave Love <fx@gnu.org>
1229
ddbfaa9f
DL
1230 * calendar/todo-mode.el (todo-top-priorities): Use
1231 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1232
ddc3c695
DL
1233 * language/chinese.el, language/cyrillic.el:
1234 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1235 * language/hebrew.el, language/indian.el, language/japanese.el:
1236 * language/korean.el, language/lao.el, language/misc-lang.el:
1237 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1238 Use provide.
1239
fb9fa98d
DL
1240 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1241 (custom-variable-set): Improve validation error mesage.
1242
197615f3
DL
1243 * rect.el (string-rectangle): Revert last change.
1244 (string-rectangle-line): New arg DELETE.
1245 (string-rectangle): Check delete-selection-mode.
1246
1247 * emacs-lisp/edebug.el (edebug-version)
1248 (edebug-maintainer-address): Deleted.
1249 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1250 (edebug-read-function): Account for other `'#' read forms.
1251 (edebug-mode-menus): Make some items toggles.
1252 (edebug-outside-unread-command-event, unread-command-event):
1253 Remove these to avoid warnings.
1254
f4117c4d
GM
12552000-11-22 David Ponce <david@dponce.com>
1256
1257 * recentf.el (recentf-menu-items-for-commands)
1258 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 1259 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 1260
f4117c4d
GM
1261 (recentf-build-dir-rules, recentf-dump-variable)
1262 (recentf-edit-list, recentf-open-files-item)
1263 (recentf-open-files): Replaced unnecessary `mapcar' with new
1264 built-in `mapc'.
eaae8106 1265
f8e2f3f2
MB
12662000-11-23 Miles Bader <miles@gnu.org>
1267
1268 * faces.el (menu): Make inverse-video on ttys too.
1269
4c4a541d
SM
12702000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1271
1272 * simple.el (comment-line-break-function): Use the new name
1273 indent-new-comment-line -> comment-indent-new-line.
1274 (clone-indirect-buffer): Don't ignore NORECORD.
1275 (next-completion): Properly handle the case where items are adjacent.
1276
1277 * mouse.el (popup-menu): Stupid typo.
1278
980d836e
GM
12792000-11-22 Gerd Moellmann <gerd@gnu.org>
1280
60e8e0a5
GM
1281 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1282 maintainer, keywords tags.
1283
980d836e
GM
1284 * rect.el (replace-rectangle): Don't call string-rectangle-line
1285 with too many arguments.
1286
e08b2069
AS
12872000-11-22 Andre Spiegel <spiegel@gnu.org>
1288
60e8e0a5 1289 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 1290 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
1291 vc-locking-user, which no longer exists.
1292
1293 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1294
c6779d8d
DL
12952000-11-22 Dave Love <fx@gnu.org>
1296
1297 * md5.el (md5): Provide.
1298 (md5): Fix error call.
1299
e672fdce
MB
13002000-11-22 Miles Bader <miles@gnu.org>
1301
eaae8106 1302 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
1303 (refill-fill-paragraph-at): Remove debugging code.
1304
80e24c04
MB
1305 * calendar/calendar.el (generate-calendar-window): When we don't
1306 call `fit-window-to-buffer', make sure the top line is fully visible.
1307
3a17d6cc
MB
1308 * image-file.el (insert-image-file): Don't make `read-only'
1309 property rear-nonsticky.
1310
ae1a21c6
MB
1311 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1312 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1313 stashing away its original value.
1314 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1315 in the recursive edit.
1316 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1317 (isearch-done): Restore `minibuffer-message-timeout'.
1318
e672fdce
MB
1319 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1320
3ea79df8
SM
13212000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1322
1323 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1324
1325 * find-lisp.el (find-lisp-find-files-internal):
1326 Use dolist, when and file-name-as-directory.
1327
980d836e 1328 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
1329 (define-derived-mode, define-minor-mode): Add specs.
1330
1331 * window.el: General comment and spacing fixes.
1332 (save-selected-window): Use backquotes.
1333 (window-safely-shrinkable-p): New function.
1334 (shrink-window-if-larger-than-buffer): Use it.
1335
1336 * subr.el (make-local-hook): Docstring fix.
1337
1338 * shell.el (shell-mode): Use define-derived-mode.
1339
1340 * newcomment.el (comment-indent): Insert comment before calling
1341 comment-indent-function. Don't insert in column 0.
1342 (comment-dwim): Indent before inserting comment.
1343
1344 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1345 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1346 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1347 Use mapc rather than map.
1348
1349 * files.el (find-buffer-visiting): Compare all attributes before
1350 declaring two files identical (rather than just their inode-no).
1351 (auto-mode-alist): Use \' rather than $.
1352
1353 * which-func.el: Update maintainer line.
1354
1355 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1356 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1357 (uniquify-buffer-file-name): Use it.
1358
8f62f2b8
MB
13592000-11-22 Miles Bader <miles@gnu.org>
1360
1361 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1362 * simple.el (minibuffer-avoid-prompt): New function.
1363
fb279a6d
GM
13642000-11-21 Gerd Moellmann <gerd@gnu.org>
1365
1366 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1367
867092e9
MB
13682000-11-21 Miles Bader <miles@gnu.org>
1369
ef860850
MB
1370 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1371 inclusion of `track-mouse'.
1372
867092e9
MB
1373 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1374 (refill-adjust-ignorable-overlay): New function.
1375 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1376 only the paragraph's tail if possible.
1377 Update `refill-ignorable-overlay'.
1378 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1379
1380 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1381 point inside the fill-prefix.
1382
1383 * textmodes/refill.el (refill-post-command-function): Don't reset
1384 refill-doit in the case where a self-insertion command doesn't
1385 case a refill. Use `refill-fill-paragraph-at', getting position
1386 from `refill-doit'.
1387 (refill-after-change-function): Set `refill-doit' to END.
1388 (refill-fill-paragraph-at): New function, mostly from old
1389 refill-fill-paragraph.
1390 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1391 (refill-pre-command-function): New function.
1392 (refill-mode): Add it to `pre-command-hook'.
1393
ff9ab414
GM
13942000-11-20 Gerd Moellmann <gerd@gnu.org>
1395
29a01b72
GM
1396 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1397
ff9ab414
GM
1398 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1399 javadoc tags.
eaae8106 1400
885b211b
AS
14012000-11-20 Andre Spiegel <spiegel@gnu.org>
1402
1403 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1404 vc.el).
1405
eaae8106 1406 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1407 require vc.
eaae8106
SS
1408
1409 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1410 checkouts.
eaae8106 1411
d1838556
DL
14122000-11-20 Dave Love <fx@gnu.org>
1413
1414 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1415
2b69bc11 14162000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1417
2b69bc11
GM
1418 * calculator.el (calculator-paste): Use `if' instead of `and'
1419 and `or'.
1420 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1421
b95b34e5
GM
14222000-11-19 Gerd Moellmann <gerd@gnu.org>
1423
030de92f
GM
1424 * info.el (info-menu-5): Doc fix.
1425
b95b34e5
GM
1426 * textmodes/artist.el: New file.
1427
54970452
AS
14282000-11-19 Andre Spiegel <spiegel@gnu.org>
1429
eaae8106 1430 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1431 and differentiate according to checkout model.
1432 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1433 since this function is only concerned with master state.
1434
eaae8106 1435 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1436 vc-default-workfile-unchanged-p): Moved here from vc.el.
1437
eaae8106 1438 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1439 vc-default-workfile-unchanged-p): See above.
1440
e5a9dabf
MB
14412000-11-19 Miles Bader <miles@gnu.org>
1442
1443 * image-file.el (insert-image-file): Make `intangible' and
1444 `read-only' properties rear-nonsticky too.
1445
24127af0
GM
14462000-11-18 Gerd Moellmann <gerd@gnu.org>
1447
d392e9c5 1448 * ps-print.el: Update copyright notice.
eaae8106 1449
d392e9c5
GM
1450 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1451 (tooltip-show): Use the offsets.
1452
24127af0 1453 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1454 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1455 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1456
2b69bc11 14572000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1458
2b69bc11
GM
1459 * ps-print.el (toplevel): Test for find-coding-system being
1460 fboundp before calling ps-x-find-coding-system.
08ea6f17 1461
66321b2f
SM
14622000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1463
1464 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1465 (vc-version-backup-file): Docstring fix.
1466
046110c6
GM
14672000-11-16 Gerd Moellmann <gerd@gnu.org>
1468
4104194e
GM
1469 * files.el (basic-save-buffer): Don't add a newline if
1470 find-file-literally is non-nil.
1471 (find-file-literally): Extend doc string.
1472
046110c6
GM
1473 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1474 sort(1) with the `-f' argument.
1475
6505c16e
AS
14762000-11-16 Andre Spiegel <spiegel@gnu.org>
1477
fd063975
AS
1478 * vc.el: Updated backend documentation.
1479 (vc-default-check-headers): New function.
1480
3d02dd81 1481 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1482
1483 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1484 up-to-date.
eaae8106 1485 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1486 the minibuffer is not active.
fd063975 1487
eaae8106 1488 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1489 `vc-cvs-use-edit' is on.
eaae8106
SS
1490 (vc-cvs-checkout): When this is used for reverting the workfile,
1491 make a backup of the original contents and revert to that in case
8791d617 1492 of error.
eaae8106 1493 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1494 remote repositories.
eaae8106 1495
6505c16e
AS
1496 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1497 for both version and ratio in the minibuffer.
fd063975 1498
eaae8106 1499 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1500 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1501
a13f0660
KH
15022000-11-16 Kenichi Handa <handa@etl.go.jp>
1503
1504 * international/quail.el (quail-start-translation): Don't call
1505 `message' before reading key sequence.
1506
1389a414
MB
15072000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1508
1509 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1510
9256a532
KH
15112000-11-16 Kenichi Handa <handa@etl.go.jp>
1512
1513 * window.el (fit-window-to-buffer): Be sure to acquire at least
1514 one text line even if the buffer is empty.
1515
0e14fe9f
GM
15162000-11-16 Gerd Moellmann <gerd@gnu.org>
1517
eaae8106 1518 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1519 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1520 ange-ftp-process-verbose to nil.
1521
da645c53
DL
15222000-11-15 Dave Love <fx@gnu.org>
1523
233d5cde
DL
1524 * wid-edit.el (widget-specify-field, widget-specify-button): If
1525 :help-echo is a function, set help-echo of overlay to
1526 widget-mouse-help.
1527 (widget-mouse-help): New function.
1528 (widget-echo-help): Rewritten for :help-echo functions only taking
1529 a widget arg.
1530
b12057b9
DL
1531 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1532 display-graphic-p.
1533 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1534 and that JPEG is available.
1535 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1536
da645c53
DL
1537 * international/mule-cmds.el (locale-charset-language-names):
1538 Match @euro.
1539
6d133d1f
GM
15402000-11-15 Gerd Moellmann <gerd@gnu.org>
1541
1542 * faces.el (face-set-after-frame-default): If
0e14fe9f 1543 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1544 default face from X resources.
1545
49ac2ac5
EZ
15462000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1547
1548 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1549 Don't set EMACSLOADPATH.
1550
4fb0a34c
EZ
15512000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1552
1553 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1554 texinfo-insert-@url.
1555 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1556 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1557
bb304a7a
SM
15582000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1559
82bc80bf
SM
1560 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1561 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1562 (checkdoc-minor-keymap): Backward compatibility.
1563 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1564 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1565 (checkdoc-this-string-valid-engine): Be a bit more strict
1566 to avoid matching substrings of `...' quoted vars/funs.
1567 (checkdoc-defun-info): Only look for `interactive' if alone.
1568 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1569
e8c87124
SM
1570 * progmodes/compile.el (grep): `tag-default' can be nil.
1571
bb304a7a
SM
1572 * newcomment.el (comment-indent): Paren typo.
1573
8628686a
DL
15742000-11-14 Dave Love <fx@gnu.org>
1575
25c269ef
DL
1576 * calculator.el: New maintainer version.
1577
66321b2f 1578 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1579
8628686a
DL
1580 * cmuscheme.el: Doc fixes.
1581 (cmuscheme) <defgroup>: Use `scheme' as parent.
1582 (cmuscheme-program-name): Remove. Change uses to
1583 scheme-program-name.
1584
1585 * xscheme.el (scheme-program-name): Don't define here.
1586
1587 * progmodes/scheme.el (scheme-program-name): New variable
1588 (originally in cmuscheme).
1589
88f0a1eb
MB
15902000-11-14 Miles Bader <miles@gnu.org>
1591
1592 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1593 Handle header-lines. Don't loop forever if we can't enlarge the
1594 window anymore. Simplify a bit.
1595
cd9a000c
KH
15962000-11-14 Kenichi Handa <handa@etl.go.jp>
1597
1598 * window.el (fit-window-to-buffer): Don't check
1599 window-text-height. Assure that the last line is fully visible.
1600
1601 * international/quail.el (quail-show-guidance-buf): Call
1602 fit-window-to-buffer to assure the enough height of the guidance
1603 buffer.
1604 (quail-update-guidance): Avoid making the guidance buffer shorter.
1605
d3fcda22
SM
16062000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1607
bdbd9606
SM
1608 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1609 rather than `prepend' and add an interesting comment.
1610 (tex-math-face, tex-font-lock-syntactic-face-function):
1611 New face and function to use it.
1612 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1613 than `menu-enable' symbol property.
1614 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1615 (tex-mode): Add some latex-mode commands for auto-selection.
1616 Use tex-font-lock-syntactic-face-function.
1617 (tex-insert-quote): Simplify.
1618 (tex-shell): New mode.
1619 (tex-start-shell): Use it.
1620 (tex-shell-proc, tex-shell-buf): New functions.
1621 (tex-send-command): Use it.
1622 (tex-main-file): Fix the meaning of the new arg REALFILE.
1623 (tex-send-tex-command): New function split from `tex-start-tex'.
1624 Set compilation-last-buffer and compilation-parsing-end.
1625
d3fcda22
SM
1626 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1627 when it follows non-comment text on the line.
1628
1629 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1630 Set font-lock-defaults.
1631 (lisp-mode-shared-map): Init inside the defvar.
1632 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1633 Use define-derived-mode.
1634
bdab1d43
MB
16352000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1636
1637 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1638
936ae731
GM
16392000-11-14 Gerd Moellmann <gerd@gnu.org>
1640
1641 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1642 recursively optimize body because that can lead to infinite
1643 recursion; see comment there.
1644
1695ca2b
EZ
16452000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1646
1647 * faces.el (face-spec-set-match-display): Revert the change from
1648 2000-10-24. Add a FIXME for after v21.1.
1649
9d348294
MB
16502000-11-13 Miles Bader <miles@gnu.org>
1651
1652 * textmodes/fill.el (skip-line-prefix): New function.
1653 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1654 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1655 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1656 point inside the fill-prefix.
9d348294 1657
b85fa13c
MB
16582000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1659
1660 * calendar/calendar.el (generate-calendar-window): Use
1661 `fit-window-to-buffer'.
1662
a0b47716
SM
16632000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1664
1665 * gud.el (gud-minor-mode): New var.
1666 (gud-symbol, gud-val): New functions.
1667 (gud-find-file): Copy gud-minor-mode to the new buffer.
1668 (gud-menu-map): Include entries for commands that are not always
1669 available, using :enable to (de)activate them.
1670 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1671 (gud-mode-map): New map.
eaae8106 1672 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1673 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1674 Don't set up gud's menu (it's done by the minor-mode).
1675 (gud-minibuffer-local-map): New.
1676 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1677 (gud-query-cmdline): New function.
1678 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1679 (gud-mode): Use define-derived-mode.
1680 Don't set up gud's menu (it's done by the minor-mode).
1681 (gud-chop-words): Remove.
1682 (gud-common-init): Use split-string instead.
1683 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1684
1685 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1686 Add keyword arg :name.
1687
1688 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1689 (diff-count-matches, diff-split-hunk): New functions.
1690 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1691
1692 * pcvs-info.el (cvs-fi-conflict-face): New var.
1693
1694 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1695 Make it into a simple syntax-table, shared among all submodes.
1696 (sh-heredoc-face): Re-introduce.
1697 (sh-font-lock-syntactic-face-function): New function.
1698 (sh-mode): Use it. Also use define-derived-mode.
1699 Remove old bogus setting of indent-region-function.
1700 (sh-set-shell): Don't set the syntax-table any more.
1701 (sh-mode-syntax-table) <defun>: Remove.
1702
f5ed37df
MB
17032000-11-12 Miles Bader <miles@gnu.org>
1704
1705 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1706 message if interactive.
1707
0b074c2f
DL
17082000-11-12 Dave Love <fx@gnu.org>
1709
1710 * mail/feedmail.el: Fix header,
1711 (feedmail) <defgroup>: Add :link.
1712
1713 * view.el: Use local-map property, not keymap on mode-line string.
1714
1715 * scroll-all.el (scroll-all-mode): Customize variable. Add
1716 autoload cookie to function.
1717
1718 * lazy-lock.el: Remove compatibility code.
1719
1720 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1721 (finder-help-echo): New variable.
1722 (finder-mouse-face-on-line): Add help-echo stuff.
1723 (finder-list-keywords, finder-list-matches): Use mapc.
1724
1725 * faces.el (face-font-registry-alternatives): Add :version.
1726
1727 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1728 tags-table-list.
1729
a0b47716 1730 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1731
a0b47716 1732 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1733 (mail-mode): Use [:alnum:] in some regexps.
1734
6d502396
DL
17352000-11-10 Dave Love <fx@gnu.org>
1736
1737 * ediff.el (ediff-regions-internal, ediff-documentation):
1738 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1739 fundamental mode.
1740
1741 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1742 buffer into fundamental mode.
1743 (ediff-set-difference): Use copy-sequence if available.
1744
1745 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1746 ediff-patch-map non-nil.
1747 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1748 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1749 buffer into fundamental mode.
1750
1751 * ediff-merg.el (state-or-merge): Defvar when compiling.
1752
a82fe213
JR
17532000-11-10 Jason Rumney <jasonr@gnu.org>
1754
1755 * w32-fns.el (w32-add-charset-info): New function.
1756 (w32-charset-info-alist): Use it.
1757
52d89894
GM
17582000-11-10 Gerd Moellmann <gerd@gnu.org>
1759
1760 * faces.el (face-font-registry-alternatives): New user-option.
1761
178932de
SM
17622000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1763
d7fa3319
SM
1764 * textmodes/texinfo.el (texinfo-block-default): New var.
1765 (texinfo-insert-block): Use it. Insert a newline if needed.
1766
178932de
SM
1767 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1768 (fill-region-as-paragraph): Use it.
1769
1770 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1771 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1772 Tweak paragraph regexps to allow a leading [ \t]*.
1773 (tex-latex-block): Insert a newline if necessary.
1774 (latex-insert-item): Only insert a newline if necessary.
1775 (tex-guess-main-file): New function.
1776 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1777 Set tex-main-file if TeX-master is provided.
1778 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1779
bd02b8e0
GM
17802000-11-10 Gerd Moellmann <gerd@gnu.org>
1781
1782 * startup.el (command-line): Set the default tooltip-mode
1783 to t for graphical displays which implement x-show-tip.
1784
1785 * tooltip.el (tooltip-mode): Add a comment about startup.el
1786 setting the default value of this user-option.
1787
b29b03eb
SM
17882000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1789
1790 * font-lock.el (font-lock-*-face) <defvar>: Move.
1791 (font-lock-defaults-alist): Mark obsolete.
1792 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1793 (font-lock-mode): Use define-minor-mode.
1794 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1795 (font-lock-turn-off-thing-lock): Be more explicit.
1796 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1797 (font-lock-syntactic-face-function): New var.
1798 (font-lock-fontify-syntactically-region): Use it.
1799 (font-lock-doc-face): New.
1800
1801 * pcvs.el (cvs-enabledp): Ignore errors.
1802 (cvs-commit-filelist): Never query.
1803 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1804 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1805 (cvs-do-removal): Use cvs-partition rather than delete-if.
1806 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1807 cvs-bury-buffer.
1808
1809 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1810 Allow `next' to jump to after the end of the last match.
1811
778fbc46
GM
18122000-11-09 Gerd Moellmann <gerd@gnu.org>
1813
730c746c
GM
1814 * simple.el (byte-compiling-files-p): New function.
1815
1816 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1817 if it is there.
1818
1819 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1820 nil again.
1821
778fbc46
GM
1822 * textmodes/ispell.el (ispell-library-path): Don't call
1823 check-ispell-version when byte-compiling because that starts
1824 an ispell process, and ispell might not be installed.
1825 (toplevel): Don't set up a menu when byte-compiling.
1826
1827 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1828 it, so that a boundp test can be used to determine if we're
1829 currently byte-compiling.
1830
5912c5bb
DL
18312000-11-09 Dave Love <fx@gnu.org>
1832
1833 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1834 eval-after-load.
1835
7bb054a5
GM
18362000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1837
1838 * ps-print.el: Patch for variable initialization when spooling. Doc
1839 fix.
1840 (ps-output-list): Fun eliminated.
1841 (ps-begin-file, ps-begin-job): Code fix.
1842
9db2706e
DL
18432000-11-08 Dave Love <fx@gnu.org>
1844
1845 * ediff-wind.el (ediff-control-frame-parameters): Zero
1846 tool-bar-lines.
1847
f7eb32aa
GM
18482000-11-08 Gerd Moellmann <gerd@gnu.org>
1849
1850 * simple.el (shell-command, display-message-or-buffer)
1851 (shell-command-on-region): Mention resize-mini-windows in the doc
1852 string.
1853 (display-message-or-buffer): Take the value of resize-mini-windows
1854 into account.
1855
7b01b08c
GM
18562000-11-07 Gerd Moellmann <gerd@gnu.org>
1857
acad3c0b
GM
1858 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1859
7b01b08c
GM
1860 * dired.el (dired-between-files): Add `^. find' as an alternative
1861 to the regular expression, for find-dired.
1862
6f602bd0
SM
18632000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1864
1865 * textmodes/texnfo-upd.el: Require texinfo.
1866 (defmacro, defgroup): Remove.
1867 (texinfo-section-to-generic-alist): Remove.
1868 Use texinfo-section-list instead (i.e. level is changed string->int).
1869 (texinfo-filter): New function.
1870 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1871 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1872 Use it. And use regexp-opt.
1873 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1874 (texinfo-update-menu-region-beginning)
1875 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1876 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1877 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1878 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1879 (texinfo-sequential-node-update): Remove autoload cookie.
1880
1881 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1882 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1883 (texinfo-chapter-level-regexp): Remove.
1884 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1885
bb216218
DL
18862000-11-06 Dave Love <fx@gnu.org>
1887
6f602bd0 1888 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1889
6f602bd0
SM
1890 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1891 Match defun*.
bb216218 1892
ff8dd5d5
KH
18932000-11-06 Kenichi Handa <handa@etl.go.jp>
1894
1895 * composite.el (composition-function-table): Variable declaration
1896 moved to src/composite.c.
1897 (compose-chars-after): New optional arg object.
1898
e9da51a1
GM
18992000-11-06 Gerd Moellmann <gerd@gnu.org>
1900
e0c12c68
GM
1901 * bindings.el (mode-line-toggle-read-only)
1902 (mode-line-toggle-modified, mode-line-widen)
1903 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1904 (make-mode-line-mouse2-map): Rewritten.
1905 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1906 functions so that C-h k can show something with a doc string.
eaae8106 1907
e9da51a1
GM
1908 * startup.el (fancy-splash-delay): Set to 10 seconds.
1909 (fancy-splash-max-time): New user-option.
1910 (fancy-splash-stop-time): New variable.
1911 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1912 (fancy-splash-screens-1): Throw `stop-splashing' when current
1913 time is greater than fancy-splash-stop-time.
1914
611dbdf0
SM
19152000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1916
4d2806e2
SM
1917 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1918
611dbdf0
SM
1919 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1920 Prompt user for a file rather than raising an error.
1921 (cvs-enabledp): Fix call to cvs-mode-marked.
1922 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1923 (cvs-mode-insert): Use it. Change the init prompt' value.
1924 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1925
1926 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1927 Don't pass default arg to ewoc-locate.
1928 (ewoc-collect): Return result in the right order.
1929
1930 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1931
1932 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1933 (cvs-status-get-tags): Fix regexp.
1934 (cvs-status-trees, cvs-status-cvstrees):
1935 Combine after change hooks and don't sit-for.
4d2806e2
SM
1936 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1937 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1938 Use make-char rather than hard-coded cryptic data.
1939 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1940
1941 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1942
1943 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1944 (cvs-insert-strings): New function.
1945
937b2877
MB
19462000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1947
1948 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1949 `mwheel-scroll-amount'.
1950 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1951 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1952 string-matching against the version string.
1953
c6c97763
KH
19542000-11-06 Kenichi Handa <handa@etl.go.jp>
1955
6eaec747
KH
1956 * language/thai.el ("Thai"): Set a lisp form that produces
1957 composed string in `sample-text' language info.
1958
1959 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1960 composed string in `sample-text' language info.
1961
1962 * international/mule-cmds.el (describe-language-environment): Eval
1963 `sample-text' data and insert the result.
1964
c6c97763
KH
1965 * international/mule-conf.el (compound-text): Define this coding
1966 system here. Make x-ctext and ctext aliases of it.
1967
1968 * language/european.el (compound-text, ctext): Moved to
1969 international/mule-conf.el.
1970
d1145f85
AI
19712000-11-05 Andrew Innes <andrewi@gnu.org>
1972
1973 * w32-fns.el (w32-version): New function.
1974
178a6a45
SM
19752000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1976
1977 * progmodes/awk-mode.el: Update copyright.
1978 (awk-mode-abbrev-table): Remove.
1979 (awk-font-lock-keywords): Use regexp-opt.
1980 (awk-mode): Use define-derived-mode.
1981
1982 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1983 when extracting a suffix.
1984
1ba90166
AS
19852000-11-04 Andre Spiegel <spiegel@gnu.org>
1986
1987 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1988 auto-save-mode.
1989
546790cb
JR
19902000-11-04 Jason Rumney <jasonr@gnu.org>
1991
1992 * language/european.el (decode-mac-roman): Test against r1 not r0.
1993
d247e32d
SM
19942000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1995
fbf44f44
SM
1996 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1997 (icon-mode): Define indent-line-function.
1998 (icon-comment-indent): Simplify.
1999 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2000
2001 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2002
2003 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2004 Bind change-log-default-mode to defeat the caching done on it.
2005 Don't bother saving excursion any more.
2006
2007 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2008
2009 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2010 (set-frame-font): Use the new name (and the old for compatibility).
2011
eaae8106
SS
2012 * toolbar/tool-bar.el (tool-bar-mode):
2013 * time.el (display-time-mode):
2014 * recentf.el (recentf-mode):
2015 * paren.el (show-paren-mode):
2016 * mwheel.el (mouse-wheel-mode):
2017 * msb.el (msb-mode):
2018 * jka-compr.el (auto-compression-mode):
2019 * image-file.el (auto-image-file-mode):
2020 * hl-line.el (hl-line-mode):
2021 * delsel.el (delete-selection-mode):
2022 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
2023 * complete.el (partial-completion-mode): Drop unneeded positional args.
2024
eaae8106 2025 * info.el (Info-mode):
79372165 2026 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 2027
d247e32d
SM
2028 * log-edit.el (log-edit-menu): New menu.
2029
4921558e
MB
20302000-11-03 Miles Bader <miles@gnu.org>
2031
2032 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2033 definition, so that trailing spaces are handled properly.
2034 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2035
1fc02b3c
GM
20362000-11-03 Gerd Moellmann <gerd@gnu.org>
2037
2038 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2039 tab character.
2040 (fancy-splash-screens): Set tab-width to 20.
2041
51d001f7
DL
20422000-11-03 Dave Love <fx@gnu.org>
2043
2044 * comint.el (comint-completion-addsuffix): Fix custom type.
2045
ba22aeff
SM
20462000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2047
2048 * font-lock.el (font-lock-buffers): Remove.
2049 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2050 (font-lock-change-major-mode): Remove.
2051 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2052 (font-lock-default-fontify-region): Extend the multiline
2053 fontification to whole lines.
2054 (font-lock-fontify-anchored-keywords)
2055 (font-lock-fontify-keywords-region): If matching just one
2056 line (with \n) only mark the \n as multiline.
2057
2058 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2059 Correctly handle the case where several :group args are supplied.
2060 Allow :extra-args.
2061 (easy-mmode-define-global-mode): Allow :extra-args.
2062 Correctly handle the case where several :group args are supplied.
2063
9c887ada
MB
20642000-11-02 Miles Bader <miles@gnu.org>
2065
eaae8106 2066 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
2067 (holiday-face): Remove dependency on `window-system'.
2068
7f25090d
KR
20692000-11-02 Ken Raeburn <raeburn@gnu.org>
2070
2071 * Makefile.in (emacs): Set EMACSLOADPATH always.
2072 (update-authors, .el.elc, compile-files): Don't do it explicitly
2073 here.
9b911107 2074 (compile-files): Bomb out if compilation of a file fails.
7f25090d 2075
7dd6009c
DL
20762000-11-02 Dave Love <fx@gnu.org>
2077
2078 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2079
94821e4f
EZ
20802000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2081
2082 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2083 punctuation in the warning inserted into the *mail* buffer.
2084
1ac3fc42
GM
20852000-11-02 Gerd Moellmann <gerd@gnu.org>
2086
57731876
GM
2087 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2088 (authors-public-domain-p): New function.
2089 (authors-print): Use it.
2090
975f82c9
GM
2091 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2092
1ac3fc42
GM
2093 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2094
4b3eb10f
GM
20952000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2096
975f82c9 2097 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
2098 (ps-print-version): New version number (6.3.1).
2099 (ps-even-or-odd-pages): Customization fix.
2100 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2101 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2102 (ps-page-count): Var replaced by `ps-page-column'.
2103 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2104 (ps-print-sheet-p): New fun.
2105
7da794df
MB
21062000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2107
2108 * tooltip.el (tooltip-gud-tips-setup): New function.
2109 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2110 (tooltip-mode): Call tooltip-gud-tips-setup.
2111 (tooltip-gud-tips): Use `gud-basic-call' instead of
2112 process-send-string, so the prompt gets frobbed appropriately.
2113 Handle nil return value from `tooltip-gud-print-command'.
2114
0e40b809
EL
21152000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2116
2117 * comint.el (comint-add-to-input-history): New function.
2118 (comint-send-input): Use `comint-add-to-input-history'.
2119
50ada0db
MB
21202000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2121
973a3104
MB
2122 * info.el (info-menu-header): New face.
2123 (Info-fontify-menu-headers): New function.
2124 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2125
50ada0db
MB
2126 * info.el (Info-insert-dir): Don't include blank lines at
2127 beginning of additional dir files (one is added automatically).
2128
bff53411
SM
21292000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2130
2131 * emacs-lisp/easy-mmode.el (define-minor-mode):
2132 Revert the latest changes.
2133 Allow the three positional arguments to be skipped and replaced
2134 by keyword arguments.
2135 Add a :toggle argument to determine whether a nil arg means toggle
2136 or means turn-on. The default is unchanged.
2137 Add a call to force-mode-line-update.
2138
6b8a0b2d
DL
21392000-11-01 Dave Love <fx@gnu.org>
2140
2141 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2142 cookie.
2143
5bf99100
MB
21442000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2145
2146 * calendar/calendar.el (diary-face, holiday-face): Add
2147 dark-background variants.
2148
a4032611
SS
21492000-10-31 Sam Steingold <sds@gnu.org>
2150
2151 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2152 `tex-main-file' does not have directory in it.
2153
c286608e
SM
21542000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2155
2156 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2157
4836835a
TTN
21582000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2159
2160 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2161 functional change.
2162
26dcb81b
GM
21632000-10-31 Gerd Moellmann <gerd@gnu.org>
2164
2165 * files.el (find-file-noselect): When we expand a wildcard, return
2166 a list of buffers, as we should do according to the doc string.
2167
49fc4500
KR
21682000-10-31 Ken Raeburn <raeburn@gnu.org>
2169
2170 * loadup.el (top level): Adjust load path if program name is
2171 "../src/bootstrap-emacs", in case it's not dumped and thus the
2172 load path adjustment hasn't already been done.
2173
ea0c615d
GM
21742000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2175
2176 * ps-print.el: Fix bug on selected pages for printing. Use
2177 `color-values' for Emacs 21. Ensure fontification when jit-lock
2178 is on. Try to avoid warning messages when compiling. Doc Fix.
2179 (ps-print-version): New version number (6.3).
2180 (ps-color-device): Use `color-values' to determine if device
2181 supports color.
2182 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2183 (ps-print-page-p): Changed from defsubst to defun.
2184 (ps-page-number): Changed from defmacro to defun.
2185 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2186 printing.
c286608e 2187 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
2188 (ps-end-file, ps-dummy-page): Funs eliminated.
2189 (ps-print-color-scale): Changed default value.
2190 (ps-page-n-up, ps-print-page-p): New internal vars.
2191 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2192 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2193
9e20722f
GM
2194 * delim-col.el: Little programming improvement.
2195 (delimit-columns-str): New macro.
2196 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2197
d7a0fd00
KH
21982000-10-31 Kenichi Handa <handa@etl.go.jp>
2199
c286608e
SM
2200 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2201 Moved to european.el.
d7a0fd00
KH
2202 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2203 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
2204 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2205 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 2206
234be340
DL
22072000-10-30 Dave Love <fx@gnu.org>
2208
2209 * progmodes/cc-menus.el (imenu-generic-expression)
2210 (imenu-progress-message): Only defvar when compiling.
2211
4edc4a39
DL
2212 * emacs-lisp/elp.el (elp-unload-hook): New function.
2213
2214 * loadhist.el (unload-feature): Call elp-restore-function,
2215 checking for symbols; don't use elp-restore-all.
2216 (loadhist-hook-functions): Doc fix.
2217
70c825df
SM
22182000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2219
2220 * log-edit.el (log-edit-confirm): Fix the default.
2221
1d3baf74
GM
22222000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2223
2224 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2225 delimit-columns-format.
2226 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 2227
1ec321a7
MB
22282000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2229
2230 * comint.el (comint-replace-by-expanded-history): Don't use
2231 comint-get-old-input (we're not looking at *old* input).
2232 (comint-get-old-input-default): If using fields, signal an error
2233 when the point is not in an input field.
2234
70737ea9
KH
22352000-10-30 Kenichi Handa <handa@etl.go.jp>
2236
2237 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2238 and mule-unicode-e000-ffff.
2239
fa0cb51d 2240 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
2241 (make-coding-system): Accept a symbol of translation table as a
2242 value of property `safe-chars'.
2243
2244 * international/mule-cmds.el (encode-coding-char): Check property
2245 safe-chars instead of safe-charsets.
2246
2247 * international/fontset.el (fontset-default): Modified for
2248 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2249 (x-font-name-charset-alist): Likewise.
2250 (ccl-encode-unicode-font): New CCL program. Record it in
2251 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2252
70c825df
SM
2253 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2254 New translation tables.
70737ea9
KH
2255 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2256 programs are modified and moved from mac-win.el.
2257 (mac-roman): Definition of this coding system is modified and
2258 moved from mac-win.el.
4836835a 2259
fda2ce24 22602000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2261
1d3baf74 2262 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 2263 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 2264
dd4d3cb6
MB
22652000-10-29 Miles Bader <miles@gnu.org>
2266
2267 * custom.el (custom-add-to-group): Allow multiple entries for a
2268 given value OPTION, as long as their widget types are different.
2269 * cus-edit.el (custom-face-value-create): If face name doesn't end
2270 with "face", add such here (similar to custom group widgets).
2271
2272 * comint.el (comint-highlight-prompt): Add :type.
2273
dace60cf
JW
22742000-10-28 John Wiegley <johnw@gnu.org>
2275
2276 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2277 Changed this function to operate on a temporary buffer instead of
2278 the main buffer. This not only keeps flyspell from marking a
2279 buffer as changed that wasn't, but it solves the jumpy cursor
2280 problem when attempts are made to edit incorrect words.
2281 (flyspell-maybe-correct-doubling): Same change as for
2282 `flyspell-maybe-correct-transposition'.
2283
2284 * calendar/timeclock.el (timeclock-log): Doc fix.
2285 (timeclock-last-event): Doc fix.
2286 (timeclock-log): Kill the timelog buffer after appending a new
2287 event.
2288 (timeclock-find-discrep): Use a temp buffer to read in the
2289 timelog, instead of visiting the file.
2290 (timeclock-log-data): A new function, along with a host of helper
2291 functions, for the purpose of making timelog data accessible to
2292 programmers.
2293
2294 * eshell/esh-mode.el (window-height test): Make certain that
2295 `eshell-stringify-t' is non-nil.
2296 (eshell-password-prompt-regexp): Changed to a much simpler
2297 password regexp.
2298 (eshell-send-input): If `eshell-invoke-directly' returns t,
2299 directly invoke the parsed command using `eval'. This improves
2300 turn-around time on simple commands by a factor of three or
2301 greater, such as cd, ls, pwd, etc. -- which get used very often.
2302 It also conserves thousands of cons cells per call (since
2303 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2304 in the Pacific Cookie Company).
2305
2306 * eshell/esh-test.el (eshell-test): Whitespace fix.
2307
2308 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2309 `eshell-ls-initial-args' nil when inserting directory contents.
2310
2311 * eshell/em-script.el (eshell-script-initialize): Add names to
2312 `eshell-complex-commands, since `source' and `.' are complex.
2313
0467b076
EZ
2314 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2315 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
2316 `eshell-copy-handles'.
2317 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2318 bodies.
2319 (eshell-separate-commands): Whitespace fix.
2320 (eshell-complex-commands): Added a new list of names, for
2321 determining whether a given command is as simple as it looks.
2322 (eshell-invoke-directly): New function. Returns t if a command
2323 should be invoked directly (using `eval'), rather than indirectly
2324 using `eshell-do-eval'.
2325 (eshell-do-eval): Whitespace fix.
2326
2327 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2328 which provides an emulation of the DOS shell behavior of assuming
2329 that cp/mv/ln should copy/move/link to the current directory.
2330 (eshell-remove-entries): Added a doc string.
2331 (eshell-shuffle-files): Removed the check for `target' being null.
2332 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2333 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2334 it to do a smarter check of whether a destination was provided.
2335 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2336 (eshell/ln): Enable `:preserve-args', and use
2337 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
2338 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2339 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
2340 list after flattening it. This makes it possible to cat files
2341 with numerical names.
2342 (eshell-unix-initialize): Added several names to
2343 `eshell-complex-commands.
2344 (eshell-unix-command-complex-p): Return t if a given command name
2345 may result in external processes being invoked.
2346
2347 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2348 variable nil by default, since it slows down glob processing by a
2349 factor of two or more, and increases memory consumption.
2350
2351 * eshell/em-smart.el: Added a note about how memory consumptive
2352 smart display mode can be (at least this is true in Emacs 21).
2353 (eshell-smart-initialize): Whitespace fix.
2354 (eshell-refresh-windows): Use `if' instead of `when'.
2355 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2356 not necessary.
2357 (eshell-currently-handling-window): Added a missing global
2358 variable.
2359
2360 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2361 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2362 Whitespace fix.
2363 (eshell-ls-exclude-hidden): Added this variable in addition to
2364 `eshell-ls-exclude-regexp'. This one prevents files beginning
2365 with . from even being read, which can improve memory consumption
2366 quite a bit.
2367 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2368 read file entries beginning with a dot. In home directories with
2369 lots of hidden files, fully two-thirds of the time spent in ls is
2370 used to read directory entries that are immediately thrown away.
2371 (eshell-ls-initial-args): Added back this configuration variable,
2372 for specifying default initial arguments to every call to ls.
2373 Much faster than using an alias to do the same thing.
2374 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2375 (eshell-ls-dir): Whitespace change.
2376
2377 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2378
2379 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2380 available.
2381 (eshell-stringify-t): Added a customization variable, to indicate
2382 whether `t' should be rendered as a string at all. If not, one
2383 can still determine if the result of an expression is true using
2384 "file-exists-p FILE && echo true".
2385 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2386 stringify t!
2387
2388 * eshell/esh-module.el: Whitespace fix.
2389
2390 * eshell/em-alias.el (eshell-alias-initialize): Added
2391 `eshell-command-aliased-p' to `eshell-complex-commands'.
2392 (eshell-command-aliased-p): New function that returns t if a
2393 command name names an aliased.
2394
657f9cb8 23952000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2396
0467b076 2397 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2398 redrawing the screen when changing cursor color.
0467b076
EZ
2399 (viper-insert-state-pre-command-sentinel)
2400 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2401 (viper-replace-state-post-command-sentinel):
2402 Use viper-preserve-cursor-color.
657f9cb8
MK
2403 Many functions changed to use viper= instead of = when comparing
2404 characters.
0467b076 2405 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2406 working with characters.
0467b076 2407 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2408 Many functions changed to use viper= instead of = when comparing
2409 characters.
0467b076 2410 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2411
0467b076 2412 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2413 Several typos fixed in various docstrings.
0467b076
EZ
2414 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2415 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2416 hook.
0467b076
EZ
2417 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2418 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2419 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2420 (ediff-get-selected-buffers): New function.
2421 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2422 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2423 save-window-excursion.
0467b076 2424 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2425 termination check in while loop.
0467b076 2426 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2427 dired buffer.
0467b076
EZ
2428 (ediff-files,ediff-merge-files,ediff-files3)
2429 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2430
4f490d99
DL
24312000-10-28 Dave Love <fx@gnu.org>
2432
2433 * info.el (Info-fontify-node): Add help-echo for menu items.
2434
45b84006
EZ
24352000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2436
5ebc02b3
EZ
2437 * startup.el (normal-top-level): If the value of $TERM indicates
2438 we are running from xterm or one of its work-alikes, default to a
2439 light background mode.
2440
45b84006
EZ
2441 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2442 * faces.el (tty-handle-reverse-video): New function.
2443 (tty-create-frame-with-faces): Call it.
2444
2445 * frame.el (frame-notice-user-settings): Don't apply
2446 default-frame-alist and initial-frame-alist to MS-DOS frames.
2447 Call tty-handle-reverse-video, frame-set-background-mode, and
2448 face-set-after-frame-default for non-MS-DOS frames.
2449
2450 * startup.el (tty-long-option-alist): New variable.
2451 (tty-handle-args): New function.
2452 (command-line): Call tty-handle-args.
2453
2454 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2455 startup.el now does that for all character-terminal frames.
2456
eab6e8b9
MB
24572000-10-28 Miles Bader <miles@gnu.org>
2458
2459 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2460 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2461 global. If :global is followed by a non-nil but non-t value,
2462 make the mode buffer-local, but also generate a `global-MODE'
2463 version using `easy-mmode-define-global-mode'. Add
2464 :conditional-turn-on keyword argument.
2465
51a29efc
DL
24662000-10-28 Dave Love <fx@gnu.org>
2467
2468 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2469 use window-system.
2470
d71d7114
EZ
24712000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2472
2473 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2474 Don't call find-buffer-file-type-coding-system. Instead, just
2475 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2476 if the file is on an untranslated filesystem.
2477 (add-untranslated-filesystem): Use "D" instead of "f" inside
2478 interactive.
2479
1f9cab4b
DL
24802000-10-27 Dave Love <fx@gnu.org>
2481
70c825df 2482 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2483 (refill-mode): Use it.
2484
70c825df
SM
24852000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2486
2487 * international/quail.el (quail-activate): Don't make-local-hook.
2488
7432cf10
AS
24892000-10-27 Andre Spiegel <spiegel@gnu.org>
2490
4836835a 2491 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2492 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2493 (vc-make-version-backup): Don't do it on MS-DOS without long file
2494 names.
4836835a 2495
7432cf10
AS
2496 * vc.el (vc-version-other-window): If an automatic backup of the
2497 desired version exists, rename it instead of copying it.
2498
4836835a
TTN
2499 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2500 after command. If there's an unexpected error, signal it instead
7432cf10 2501 of being silent.
e1483c38 2502 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2503
05ea7ef2
MB
25042000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2505
fd1035aa
MB
2506 * shell.el (shell): Add BUFFER argument.
2507 * comint.el (make-comint-in-buffer): New function.
2508 (make-comint): Use it.
2509
05ea7ef2
MB
2510 * faces.el (face-spec-choose): Change syntax so that the list of
2511 attribute-value pairs is now the cdr of each clause, not the cadr.
2512 Detect old-style entries, and handle them. Use pop.
2513
835a55fe
SM
25142000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2515
f5ab1cdd
SM
2516 * cus-edit.el (custom-mode-map): Use a sparse map.
2517 (custom-mode): Don't bother with make-local-hook.
2518
2519 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2520
835a55fe
SM
2521 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2522
c13b0ec8
GM
25232000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2524
2525 * ps-print.el: Avoid compilation gripes.
2526 (ps-print-version): New version number (6.2.1).
4836835a 2527
e9f63196
DL
25282000-10-26 Dave Love <fx@gnu.org>
2529
0b95284b
DL
2530 * menu-bar.el: Modify some menu item help strings.
2531 (menu-bar-help-menu): Add link to MORE.STUFF.
2532
e9f63196
DL
2533 * cus-edit.el (custom-mode): Add `special' mode-class property.
2534
2535 * wid-browse.el (widget-browse-mode): Likewise.
2536
2537 * wid-edit.el (widget-specify-field): Revert to using local-map
2538 property, not keymap.
2539
e276a14a
MB
25402000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2541
c1545d88
MB
2542 * wid-edit.el (widget-field-end): When checking for a `boundary'
2543 field, do so in the correct buffer.
2544
3c1b77ca
MB
2545 * simple.el (undo): Correctly distinguish between numeric and
2546 non-numeric prefix args in non-transient-mark-mode, as per the doc
2547 string. When in transient-mark-mode, treat all prefix-args as
2548 numeric.
2549
f5ab1cdd
SM
2550 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2551 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2552
2553 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2554 (comint-mode-map): Reverse order of `comint-write-output' and
2555 `comint-append-output-to-file'.
2556 (comint-append-output-to-file): Reinstate this function, for the
2557 benefit of the menu.
2558
d97151cb
SM
25592000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2560
2561 * vc.el (vc-version-other-window): Bind `file'.
2562
ea7d6f5b
GM
25632000-10-25 Gerd Moellmann <gerd@gnu.org>
2564
f5ab1cdd 2565 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2566
2567 * emacs-lisp/authors.el (batch-update-authors): New function.
2568 (authors-fixed-entries): New defconst.
2569 (authors-add-fixed-entries): New function.
2570 (authors): Call it.: Don't process lispref/.
2571
17c25cea
JR
25722000-10-25 Jason Rumney <jasonr@gnu.org>
2573
2574 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2575 Merge x w32 and mac definitions.
2576
4ecda532
GM
25772000-10-25 Gerd Moellmann <gerd@gnu.org>
2578
2579 * menu-bar.el (menu-bar-options-menu): Add a help string for
2580 `uniquify'.
2581
b6735035
GM
25822000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2583
f5ab1cdd
SM
2584 * time-stamp.el (time-stamp-string-preprocess):
2585 Fix a wrong type argument error.
b6735035 2586
f4cbc7a0
MB
25872000-10-25 Miles Bader <miles@gnu.org>
2588
2589 * recentf.el (recentf-mode): Variable removed.
2590 (recentf-mode): Use `define-minor-mode'.
2591
2592 * mwheel.el (mouse-wheel-mode): New global minor mode.
2593 (mwheel-install): Use `mouse-wheel-mode'.
2594
f4b020f6
DL
25952000-10-25 Dave Love <fx@gnu.org>
2596
f5ab1cdd
SM
2597 * progmodes/cperl-mode.el (cperl-mode):
2598 Set normal-auto-fill-function correctly.
072cb6f9 2599
f4b020f6
DL
2600 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2601 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2602 bindings.
f4b020f6 2603
ebe2a441
MB
26042000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2605
ff4dcd4b
MB
2606 * wid-edit.el (widget-field-at): New function.
2607 (widget-at, widget-field-activate): Use it.
2608 (widget-tabable-at): Use `widget-at'.
2609 (widget-specify-field): If the terminating character of the widget
2610 field (which is read-only) is a newline, put it into a special
2611 `boundary' field so that C-n/C-p act more naturally.
2612 (widget-field-end): Also don't subtract one if a special
2613 `boundary' field has been added after the widget field.
2614
ebe2a441
MB
2615 * comint.el (comint-output-filter, comint-send-input): Don't
2616 bother adding stickiness fields to overlays to fool the field
2617 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2618
ebe2a441
MB
2619 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2620 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2621 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2622
fe50b6ab
GM
26232000-10-24 Gerd Moellmann <gerd@gnu.org>
2624
53df4dda
GM
2625 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2626 (authors): Set file coding system to iso-2022-7bit. Add
2627 file-local variables to output buffer.
2628
4836835a 2629 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2630 WARN is nil.
2631
53df4dda
GM
26322000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2633
2634 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2635
2636 * delim-col.el: Now there is a column formatting mechanism.
2637 Modified to customization mechanisms convention. Doc fix.
2638 (columns): New group for delim-col.
2639 (delimit-columns-before, delimit-columns-after)
2640 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2641 (delimit-columns-end): New vars.
2642 (delimit-columns-customize, delimit-columns-format): New funs.
2643 (delimit-columns-region, delimit-columns-rectangle)
2644 (delimit-columns-rectangle-line): Modified to support column
2645 formatting.
4836835a 2646
a9839779
DL
26472000-10-24 Dave Love <fx@gnu.org>
2648
2649 * log-edit.el (log-edit): Add :version and a :group for vc.
2650
df0267b8
GM
26512000-10-24 Gerd Moellmann <gerd@gnu.org>
2652
9acc3873
GM
2653 * files.el (after-find-file): Don't print a message ``New file''
2654 if WARN is nil.
2655
63e1b552
GM
2656 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2657 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2658 get duplicate tool-bar entries because we'll see the global ones
2659 on more than one path through keymaps.
2660
1946f901
GM
2661 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2662
df0267b8
GM
2663 * progmodes/cmacexp.el: Change Francesco's email address.
2664
ae3b264b
KH
26652000-10-24 Kenichi Handa <handa@etl.go.jp>
2666
2667 * window.el (fit-window-to-buffer): Adjust point of the window
2668 buffer, not that of the current buffer.
2669
23afac01
EZ
26702000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2671
2672 * progmodes/cmacexp.el: Update the euthor's email address.
2673
22d1a4ed
MB
26742000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2675
2676 * faces.el (face-spec-set-match-display): Add `graphic' display
2677 type (the inverse of `tty'). Use `display-graphic-p' instead of
2678 the window-system variable.
2679
f408aa48
KH
26802000-10-24 Kenichi Handa <handa@etl.go.jp>
2681
2682 * international/isearch-x.el (isearch-with-input-method): Call
2683 input-method-function with the first event in
2684 unread-command-events.
2685
94fe8a31
MB
26862000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2687
2688 * faces.el (face-default-spec, face-user-default-spec): Make
2689 defsubsts.
2690
8f47302e
AC
26912000-10-24 Andrew Choi <akochoi@i-cable.com>
2692
2693 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2694 New charsets.
2695
2696 * term/mac-win.el: Remove definitions of mac-roman-lower and
2697 mac-roman-upper, require dired, and define instead of set
2698 mac-ready-for-drag-n-drop to avoid compilation error.
2699
446c097e
AI
27002000-10-23 Andrew Innes <andrewi@gnu.org>
2701
2702 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2703 superfluous calls to subst-char-in-string; instead apply
2704 expand-file-name after convert-standard-filename to ensure
2705 expected directory separators are used.
2706
379b70e7
EZ
27072000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2708
2709 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2710
85c766e9
DL
27112000-10-23 Dave Love <fx@gnu.org>
2712
b7e03a67
DL
2713 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2714 (tool-bar-add-item): Set foreground and background for XBM icons.
2715
2716 * international/latin1-disp.el (latin1-char-displayable-p): New
2717 function (from Handa).
2718 (latin1-display-check-font): Use it.
2719
0dcf8835
DL
2720 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2721 using :key-sequence, making it much more usable. Use nconc, not
2722 append.
2723 (imenu--create-keymap-1): Avoid append.
2724
85c766e9 2725 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2726
cb3069bb
MB
27272000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2728
2729 [the following changes fix a bug where `define-minor-mode' didn't
2730 correctly generate :require clauses for defcustoms in compiled files]
2731 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2732 (byte-compile-log-file, byte-compile-log-1): Don't set
2733 `byte-compile-current-file' to nil. Instead set
2734 `byte-compile-last-logged-file' to it. Test whether
2735 byte-compile-current-file equals byte-compile-last-logged-file
2736 instead of whether its nil.
3b6542ba 2737 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2738
6db6243b
SM
27392000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2740
2741 * textmodes/refill.el: Fix var names in doc.
2742 (refill-mode): Don't bother with make-local-hook anymore.
2743
98490598
MB
27442000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2745
e01cd227
MB
2746 * faces.el (face-user-default-spec, face-default-spec): New functions.
2747 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2748 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2749 Use `face-user-default-spec'. Simplify code slightly.
2750
4836835a 2751 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2752 (woman-unknown-face): Add dark-background variants.
2753 (woman-default-faces): Renamed from `woman-colour-faces'.
2754 Set using the stored defaults, rather than using hard-wired colors.
2755 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2756 Just make the foreground `unspecified' rather than "black".
2757 (woman-menu): Rename menu entries accordingly.
2758
98490598
MB
2759 * faces.el (header-line): Make more reasonable on mono/grayscale
2760 displays.
2761
1a578e9b
AC
27622000-10-23 Andrew Choi <akochoi@i-cable.com>
2763
2764 * cus-edit.el (custom-button-face): Use 3D look for mac.
2765 (custom-button-pressed-face): Likewise.
2766
2767 * faces.el (set-face-attributes-from-resources): Handle mac frames
2768 in the same way as x and w32 frames.
2769 (face-valid-attribute-values): Likewise.
2770 (read-face-attribute): Likewise.
2771 (defined-colors): Likewise.
2772 (color-defined-p): Likewise.
2773 (color-values): Likewise.
2774 (display-grayscale-p): Likewise.
2775 (face-set-after-frame-default): Likewise.
2776 (mode-line): Same default face as for x and w32.
2777 (tool-bar): Likewise.
2778
2779 * frame.el: Remove call to frame-notice-user-settings at end of
2780 the file.
2781
2782 * info.el (Info-fontify-node): make underlines invisible for mac
2783 as for x, pc, and w32 frame types.
2784
2785 * term/mac-win.el: New file.
2786
aaaf7be7
DL
27872000-10-22 Dave Love <fx@gnu.org>
2788
2789 * textmodes/refill.el: New file.
2790
5392d654
AS
27912000-10-22 Andre Spiegel <spiegel@gnu.org>
2792
4836835a 2793 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2794 MANUAL and REGEXP.
4836835a 2795 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2796 New functions.
2797 (vc-before-save): Use the latter.
2798 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2799 confusion.
2800
4836835a 2801 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2802 expected by vc[-hooks].el.
2803
2804 * vc.el (vc-checkout): Added `-p' suffix in call to
2805 vc-make-version-backups-p; use vc-make-version-backup to actually
2806 make the backup.
2807 (vc-version-other-window, vc-version-backup-file): Handle both
2808 automatic and manual backups.
2809 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2810 of all of them.
2811
1e221c16
MB
28122000-10-22 Miles Bader <miles@gnu.org>
2813
7ff4fda5
MB
2814 * comint.el (comint-highlight-input, comint-highlight-prompt):
2815 Renamed, `-face' at end removed.
2816 (comint-send-input, comint-output-filter): Use renamed faces.
2817
3511cde8
MB
2818 * window.el (fit-window-to-buffer): Change defaulting of
2819 MAX-HEIGHT slightly.
2820
1e221c16
MB
2821 * faces.el (color-values, color-defined-p): Use `member', not
2822 `memq', because it works correctly for strings.
2823 (frame-set-background-mode): Actually, "unspecified-fg" and
2824 "unspecified-bg" *are* strings. Use `member', not `memq', and
2825 `equal', not `eq', when a string value is possible.
2826
b6ef4898
EZ
28272000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2828
2829 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2830
34939e2c
SM
28312000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2832
2833 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2834 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2835 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2836 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2837 (sh-font-lock-syntactic-keywords): Use them.
2838 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2839 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2840 (sh-mode): Don't override font-lock-unfontify-region-function.
2841 Use a copy of sh-font-lock-syntactic-keywords.
2842 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2843 Don't call sh-scan-buffer since font-lock does it on the fly.
2844 (sh-get-indent-info): Use `face' rather than `syntax-table'
2845 text-property to detect here-documents.
2846 Replace sh-special-syntax with sh-st-punc.
2847 (sh-prev-line): Use `face' rather than `syntax-table'
2848 text-property to skip over here-documents.
2849 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2850 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2851 (sh-electric-less, sh-set-here-doc-region)
4836835a 2852 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2853 (sh-scan-buffer, sh-rescan-buffer): Remove.
2854
f3d3c491
AI
28552000-10-21 Andrew Innes <andrewi@gnu.org>
2856
2857 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2858 remote (ange-ftp) file names.
2859
b86c791c
MB
28602000-10-21 Miles Bader <miles@gnu.org>
2861
d9c30bdf
MB
2862 * window.el (fit-window-to-buffer): New function.
2863 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2864 (window-text-height): Don't expect minibuffers to have mode-lines.
2865
d9c30bdf 2866 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2867 * international/quail.el (quail-update-guidance): Use
2868 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2869
617fee5a
MB
2870 * international/quail.el (quail-show-guidance-buf): Make sure
2871 guidance window really has enough room.
2872 (quail-update-guidance): If quail-guidance-win is already shown,
2873 make sure its height is OK.
2874
b86c791c
MB
2875 * window.el (window-text-height, set-window-text-height):
2876 New functions.
2877 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2878 instead of `window-height' & `mode-line-window-height-fudge'.
2879 (mode-line-window-height-fudge): Add FACE parameter.
2880 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2881 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2882
e34850d1
MB
28832000-10-20 Miles Bader <miles@gnu.org>
2884
2885 * window.el (height-affecting-face-attributes): Use `defconst'.
2886
2887 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2888 New function, conditionally aliased to `mode-line-window-height-fudge'.
2889 (ispell-help): Use it.
2890 (ispell-choices-win-default-height): Don't include mode-line fudge.
2891 (ispell-choices-win-default-height): New function.
2892 (ispell-show-choices, ispell-command-loop): Use function
2893 `ispell-choices-win-default-height' instead of variable.
2894
a8b883c2
MB
28952000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2896
8c6e4a58
MB
2897 * window.el (mode-line-window-height-fudge): New variable.
2898 (height-affecting-face-attributes): New variable.
2899 (mode-line-window-height-fudge): New function.
2900 (shrink-window-if-larger-than-buffer): Use it.
2901 * help.el (resize-temp-buffer-window): Likewise.
2902
a8b883c2
MB
2903 * info.el (Info-fontify-node): Add support for @subsubsection
2904 titles, which use `Info-title-4-face'.
2905 (Info-title-4-face): New face.
2906 (Info-title-3-face): Inherit from Info-title-4-face instead of
2907 variable-pitch.
2908
e64c3a75
JR
29092000-10-19 Jason Rumney <jasonr@gnu.org>
2910
2911 * dired.el (dired-insert-directory): Do not let errors signalled by
2912 attempt to run dired-free-space-program prevent dired from working.
2913
c70fe852
SM
29142000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2915
2916 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2917
877cf6b4
GM
29182000-10-19 Gerd Moellmann <gerd@gnu.org>
2919
5de037e0
GM
2920 * dirtrack.el (dirtrack): Fix call to run-hooks.
2921
6deb9af9
GM
2922 * cmuscheme.el (cmuscheme-program-name): Renamed from
2923 scheme-program-name because xscheme.el contains a defcustom with
2924 the same name. As a consequence, customizing group `cmuscheme'
2925 loaded `xscheme' which redefined run-scheme.
2926 (run-scheme): Use cmuscheme-program-name.
2927
877cf6b4
GM
2928 * ps-print.el (ps-print-emacs-type): Move into the
2929 eval-and-compile.
2930
e597d8fb 2931 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2932 anonymous address, and add a website for Befrienders International.
4836835a 2933
3e9cb08f
GM
29342000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2935
c70fe852
SM
2936 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2937 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2938 (ps-print-version): New version number (6.2).
2939 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2940 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2941 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2942 (ps-x-extent-priority, ps-x-extent-start-position)
2943 (ps-x-face-font-instance, ps-x-find-coding-system)
2944 (ps-x-font-instance-properties, ps-x-make-color-instance)
2945 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2946 avoid compilation gripes without defining functions.
2947 (ps-e-find-composition): Alias for function find-composition, to have a
2948 suitable function depending on Emacs version.
2949 (ps-color-device, ps-color-values, ps-face-foreground-name)
2950 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2951 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2952 (ps-print-ensure-fontified): Function definitions surrounded by
2953 `eval-and-compile' to avoid compilation gripes.
2954 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2955 by symbol-value to avoid compilation gripes.
2956 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2957 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2958
d8abcd91
MB
29592000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2960
13ab33c4
MB
2961 * startup.el (normal-top-level): Call `frame-set-background-mode'
2962 after `frame-notice-user-settings' because the latter doesn't call
2963 the former on a tty.
2964
d8abcd91
MB
2965 * faces.el (frame-set-background-mode): `unspecified' &c are
2966 symbols, not strings.
2967
e8bce0a9
EZ
29682000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2969
c70fe852
SM
2970 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2971 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2972
c70fe852
SM
2973 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2974 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2975
773272d8
KH
29762000-10-19 Kenichi Handa <handa@etl.go.jp>
2977
c70fe852 2978 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2979 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2980 for ISO10646-1 fonts.
2981 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2982
772139c0
EZ
29832000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2984
2985 * faces.el (frame-set-background-mode): If a tty frame defines a
2986 background color, use that to compute the background mode, instead
2987 of always defaulting to "dark".
2988
d134a19f
MB
29892000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2990
8bb84cb2
MB
2991 * comint.el (comint-write-output): New function.
2992 (comint-mode-map): Add it to the menu.
e40a778f 2993 Bind `C-c C-s' to comint-write-output.
d134a19f 2994
dada41e1
GM
29952000-10-18 Gerd Moellmann <gerd@gnu.org>
2996
2997 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2998 Use fancy-splash-delay.
2999
9b5360aa
GM
30002000-10-18 Alex Schroeder <alex@gnu.org>
3001
3002 * progmodes/sql.el (sql-sybase-options): New option.
3003 (sql-sybase): Use it. Add sql-database to the list of parameters
3004 provided for login. The options -w 2048 -n are not used any more.
3005
9035a35a
GM
3006 * comint.el (comint-read-input-ring): Bugfix such that the first
3007 and the last entry of the input ring file are not lost.
3008
3556c6dd
GM
30092000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3010
3011 * ps-print.el: Internal variable changes to defcustom,
3012 make-local-hook changes to defvar. Doc fix.
3013 (ps-print-version): New version number (6.1).
3014 (ps-setup, ps-do-despool): Code fix.
3015 (ps-printer-name): Customization fix.
3016 (ps-printer-name-option): Now is a defcustom instead of an
3017 internal variable.
3018 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3019 (ps-print-begin-column-hook): Now are defvar instead of
3020 make-local-hook.
4836835a 3021
4e217e50
MB
30222000-10-18 Miles Bader <miles@gnu.org>
3023
3024 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3025 (comint-kill-output): Changed into an alias for `comint-delete-output',
3026 and made obsolete.
3027 (comint-mode-map): Rename references to comint-kill-output.
3028
34460354
EZ
30292000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3030
3031 * diff-mode.el (diff-header-face, diff-file-header-face)
3032 (diff-changed-face): Add bold and italic attributes to tty faces.
3033 (diff-function-face): New face.
3034 (diff-font-lock-keywords): Use it.
3035
17ea3cdb
MB
30362000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3037
3038 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3039 Remove commented-out call to force-mode-line-update.
3040 (comint-kill-output): Use `forward-line 0' instead of
3041 beginning-of-line to make sure we get past the prompt.
3042
9244f2c7
SM
30432000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3044
3045 * diff-mode.el (diff-header-face, diff-file-header-face):
3046 Add specific setting for dark background.
3047 (diff-context-face): Renamed from diff-comment-face.
3048 Set explicitly rather than inheriting from font-lock-comment-face.
3049
1592c1ef
EZ
30502000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3051
3052 * startup.el (command-line): Move the code which sets the default
3053 TTY colors to before before-init-hook.
3054
f86292a9
GM
30552000-10-17 Gerd Moellmann <gerd@gnu.org>
3056
3057 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3058
f7f2e883
EZ
30592000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3060
e854cc22
EZ
3061 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3062 extensions, for MS-DOS.
3063
f7f2e883
EZ
3064 * diff-mode.el (diff-header-face, diff-file-header-face)
3065 (diff-changed-face): Define tty-specific colors.
3066
c7b4f0f9
GM
30672000-10-17 Gerd Moellmann <gerd@gnu.org>
3068
3069 * startup.el (fancy-splash-text): Realign the text.
3070
12a72271
EZ
30712000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3072
3073 * font-lock.el (font-lock-comment-face): Define a separate default
3074 for dark-background tty's.
3075
61dfccfd
MB
30762000-10-17 Miles Bader <miles@gnu.org>
3077
3078 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3079 being obscured by whizzy mode-lines on graphics displays.
3080
333cd59e
EZ
30812000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3082
3083 * info.el (Info-title-1-face, Info-title-2-face)
3084 (Info-title-3-face): Define colors for tty's.
dada41e1 3085 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 3086
dbf1fcc1
EZ
30872000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3088
3089 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3090 reverse from the frame parameters, and don't invert foreground and
3091 background colors.
3092
ac629823
MB
30932000-10-16 Miles Bader <miles@gnu.org>
3094
3095 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3096 string "*Info*". Call propertized-buffer-identification to spruce
3097 up the result.
3098
76eebffc
GM
30992000-10-16 Gerd Moellmann <gerd@gnu.org>
3100
3a6b59d9
GM
3101 * help.el: Provide `help' for the sake of define-minor-mode
3102 which generates defcustoms with requires.
3103
6569c3d3
GM
3104 * jit-lock.el (jit-lock-after-change): If we're in text that
3105 matches a multi-line font-lock pattern, make sure the whole text
3106 will be redisplayed.
3107
c2e0a611
GM
3108 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3109 author's name is unknown.
3110
76eebffc
GM
3111 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3112 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3113 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3114 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3115 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3116 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3117 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3118 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3119 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3120 Add author information.
3121
cf1e7b12
MB
31222000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3123
3124 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3125 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3126 full-color version (using the Gimp) to eliminate dithering artifacts.
3127
5586f3eb
SM
31282000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3129
3130 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3131
3132 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3133
ad64a888
DL
31342000-10-15 Dave Love <fx@gnu.org>
3135
3136 * progmodes/sh-script.el: Require skeleton and comint when
3137 compiling.
3138
3139 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3140
3141 * whitespace.el: Doc fixes.
3142 (top-level): Don't add hooks here.
3143 (whitespace-running-emacs): Deleted.
3144 (timer): Don't require.
3145 (whitespace): Add back :version conditional on xemacs test.
3146 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3147 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3148 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3149 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3150 Avoid specific xemacs test.
3151 (whitespace-global-mode): New option.
3152 (whitespace-global-mode): New command.
3153 (whitespace-unload-hook): New function.
3154
3155 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 3156 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
3157 (Info-fontify-node): `Goto' goes to `Go to'.
3158 (Info-fontify-node): Add help-echo to xref links.
3159
1ef49fc6
EZ
31602000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3161
3162 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3163
8b7707e1
SM
31642000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3165
b3b7f42f
SM
3166 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3167 Use plist-get and allow :inherit.
3168
3169 * emacs-lisp/cl-macs.el (cl-do-arglist):
3170 Use plist-get and plist-member instead of memq.
3171
3c7fafc7
SM
3172 * emacs-lisp/ewoc.el (ewoc-location): New function.
3173 (ewoc-enter-after, ewoc-enter-before): Document return value.
3174 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3175 Don't need make-local-hook any more.
3176 (cvs-addto-collection): Return the new tin.
3177 (cvs-mode-insert): Jump to the new line.
3178
8b7707e1
SM
3179 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3180
3181 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3182
3183 * font-lock.el (font-lock-syntactically-fontified): New var.
3184 (font-lock-fontify-syntactic-keywords-region): Use it.
3185 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3186
3187 * diff-mode.el (diff-find-file-name): Fix regexp.
3188
3189 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3190 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3191
3192 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3193 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3194 (sh-mode): Don't make all vars local here.
3195 (sh-kw): Reformat.
3196 (sh-set-shell): Use dolist. Don't set indent-region-function.
3197 (sh-mode-syntax-table): Use pop.
3198 (sh-remember-variable): Use push.
3199 (sh-help-string-for-variable): Use memq.
3200 (sh-safe-backward-sexp): Remove.
3201 (sh-safe-forward-sexp): Add ARG.
3202 (sh-get-indent-info, sh-prev-stmt): Use it.
3203 (sh-prev-line): Simplify by using forward-comment.
3204 (sh-this-is-a-continuation): Simplify.
3205 (sh-learn-buffer-indent): Use dolist.
3206 (sh-do-nothing): Remove.
3207 (sh-set-char-syntax, sh-set-here-doc-region):
3208 Use inhibit-modification-hooks.
3209 (sh-name-style): Use mapcar and push.
3210 (sh-load-style): Use dolist.
3211 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3212 (sh-case, sh-while-getopts): Use propertize directly rather
3213 than sh-electric-rparen.
3214
32152000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3216
3217 * textmodes/tex-mode.el: Require CL when compiling.
3218 (tex-mode-syntax-table): Init immediately.
3219 (tex-mode-map): Bind M-RET to latex-insert-item.
3220 (latex-mode): Set indent-line-function to latex-indent.
3221 (tex-common-initialization): Don't setup the syntax-table any more.
3222 (latex-insert-item): New skeleton.
3223 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 3224 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 3225 (latex-indent, latex-find-indent): New functions.
4836835a 3226 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
3227 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3228 (tex-compilation-parse-errors): Use with-syntax-table.
3229
86b7fcbb
MB
32302000-10-15 Miles Bader <miles@gnu.org>
3231
3232 * font-lock.el (font-lock-comment-face): Change dark-background,
3233 color, non-tty, default to `chocolate1'.
3234
57a24508
JW
32352000-10-13 John Wiegley <johnw@gnu.org>
3236
3237 * eshell/esh-util.el (require): Added a missing `require' form,
3238 needed when compiling (for an ange-ftp macro definition).
3239
40ad3db4
DL
32402000-10-13 Dave Love <fx@gnu.org>
3241
3242 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3243
db460189
GM
32442000-10-13 Gerd Moellmann <gerd@gnu.org>
3245
b41c9501
GM
3246 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3247 fix.
3248
4836835a 3249 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
3250 transparent -colors 8).
3251
3b5e21df
GM
32522000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3253
3254 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3255 that breaks with old list format timestamps.
3256 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3257 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3258 strings.
3259
16908a3f
JW
32602000-10-13 John Wiegley <johnw@gnu.org>
3261
d7103dda
JW
3262 * align.el, pcomplete.el, calendar/timeclock.el,
3263 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3264
dace60cf 3265 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
3266 faulty math, where holiday hours were being computing as seconds.
3267
b6b70cda
JW
32682000-10-13 John Wiegley <johnw@gnu.org>
3269
3270 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3271 specifying what "other" kinds of buffers should be saved. This
3272 used to be hard-coded.
3273 (desktop-buffer-misc-functions): A global for specifying how
3274 auxiliary data should be determined for special buffer types.
3275 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3276 instead of hard-coding the special buffer types.
3277 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3278 auxiliary data, instead of hard-coding for Info buffers and dired.
3279 (desktop-buffer-info-misc-data): Aux function for determining Info
3280 buffer auxiliary info.
3281 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3282 (desktop-buffer-info): Changed this function to use the info
3283 gathered above.
3284 (desktop-create-buffer): Be a little more careful about what
3285 `minor-mode' means before calling it. This is important for some
3286 buffer types.
3287
8c6b1d83
JW
32882000-10-13 John Wiegley <johnw@gnu.org>
3289
3290 * eshell/esh-util.el: Added a global form which declares an
3291 autoload for `parse-time-string', if that function is not already
3292 defined, and if parse-time.el is available on the user's system.
3293
3294 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3295 to be aware of ange-ftp user info.
3296 (eshell-do-ls): Bind `ange-cache'. Also, use
3297 `eshell-file-attributes'.
3298 (eshell-ls-annotate): Use `eshell-file-attributes'.
3299 (eshell-ls-file): Made the user-id printing code a bit smarter.
3300
3301 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3302 allow identification of alias user ids in remote directories.
3303 It's manual, but there's no other way to know when the current
3304 user on the local machine, is also the owning user on the remote
3305 machine.
3306 (fboundp): Bind `ange-cache'.
3307 (eshell-directory-files-and-attributes): Re-organized the logic a
3308 bit to use `eshell-file-attributes' instead of `file-attributes'.
3309 The former is more sensitive to directories that are read via FTP,
3310 and knows how to use ange-ftp to determine full attribute
3311 information, instead of just the name and last modtime.
3312 (eshell-current-ange-uids): Return the current user id when in a
3313 remote directory.
3314 (eshell-parse-ange-ls): Parse a full directory listing that has
3315 been returned by ange-ftp.
3316 (eshell-file-attributes): This beefed up version of
3317 `file-attributes' is only special if the user is currently in a
3318 remote directory, in which case it does a lot of work to find out
3319 what the real attributes of a file are, as they appear on the
3320 remote machine. This makes usage of remote directories (i.e.,
3321 ange-ftp pathnames) much more useful. You can now use Eshell as a
3322 full-fledged FTP client, with much more manipulation ability than
3323 most other clients.
3324
3325 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3326 variable, which means that Eshell's du should always be preferred
3327 in remote directories.
3328 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3329 just `file-attributes'.
3330 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3331 when reading remote directories. This is an Eshell-specific
3332 variable (not part of ange-ftp).
3333 (eshell/ln): Bind `ange-cache'.
3334 (eshell/du): Added some extra logic for determining when to use
3335 Eshell's du (which is slow), and when to use the external version
3336 (which may or may not exist).
3337
3338 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3339 `eshell-interactive-process', rather than using
3340 `get-buffer-process', since backgrounded processes don't count in
3341 the context of this function's logic.
3342
3343 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3344 `forward-char', so that null strings are parsed correctly.
3345
87730e84 33462000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3347
3348 * eshell/em-pred.el (eshell-pred-file-type,
3349 eshell-pred-file-links, eshell-pred-file-size): Use
3350 `eshell-file-attributes'. This is more correct over ange-ftp.
3351
3352 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3353 that remote file globbing is more efficient.
3354
3355 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3356 gathering the files and attributes within a directory.
3357
3358 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3359 the command line is a special file (not a regular file, directory
3360 or symlink), always attempt to call the external version of cat.
3361
87730e84 33622000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3363
3364 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3365 Eshell-friendly version of find-tag.
3366
1c7e37a9
MB
33672000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3368
4836835a 3369 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3370 (image-file-name-regexps): Add autoload cookies.
3371
11a7f341
KH
33722000-10-13 Kenichi Handa <handa@etl.go.jp>
3373
3374 * international/mule-cmds.el (select-safe-coding-system): If FROM
3375 is string, show it in *Warning* buffer.
3376
8ddddcb0
EZ
33772000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3378
3379 * startup.el (normal-top-level): Use display-popup-menus-p instead
3380 of window-system.
3381 (command-line): Use display-graphic-p instead of window-system.
3382 (command-line-1): Use display-popup-menus-p and display-mouse-p
3383 instead of window-system.
3384
72200f89
SS
33852000-10-12 Sam Steingold <sds@gnu.org>
3386
3387 * tooltip.el (tooltip-use-echo-area): New user variable.
3388 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3389
8661c643
DL
33902000-10-12 Dave Love <fx@gnu.org>
3391
d0b40dc1
DL
3392 * recentf.el: Maintainer's checkdoc fixes.
3393
a622451f
DL
3394 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3395 character class, not ASCII when matching file names.
3396 (fancy-splash-head): Add trailing slash to URL.
3397 (command-line): Don't require XPM support for toolbar.
3398
8661c643
DL
3399 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3400 (cperl-invalid-face): Revert last change.
3401 (cperl-init-faces): Quote cperl-invalid-face.
3402
ef2ed8ab
KH
34032000-10-12 Kenichi Handa <handa@etl.go.jp>
3404
3405 * startup.el (fancy-splash-text): Remove superfluous quote.
3406
b0da379e
GM
34072000-10-12 Gerd Moellmann <gerd@gnu.org>
3408
dbeb499b
GM
3409 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3410 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3411 (command-line-1): Don't use fancy-splash-pending-command.
3412 (fancy-splash-screens-1): Goto point-min after inserting text.
3413
d861718a
GM
3414 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3415
b0da379e
GM
3416 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3417 instead of shared-lisp-mode-map.
3418
4fb2ad98
MB
34192000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3420
1cb4393e
MB
3421 * faces.el (header-line): Change tty-variant to use underlining.
3422
4fb2ad98
MB
3423 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3424 (isearch-highlight): Restore lazy-isearch face properties at old
3425 position, and suppress them at new position.
3426 (isearch-dehighlight): Restore lazy-isearch face properties.
3427 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3428 over the real isearch overlay, but in that case, don't give it a
3429 face property. Use `push'.
3430
eb991b25
KH
34312000-10-12 Kenichi Handa <handa@etl.go.jp>
3432
3433 * man.el (Man-getpage-in-background): Fix previous change.
3434 Decode the process output only when we are in multibyte mode.
3435
a818c1c0
DL
34362000-10-11 Dave Love <fx@gnu.org>
3437
c990f53a
DL
3438 * info.el (Info-mode-menu): Fix some help.
3439 (info-tool-bar-map): Add entry for Info-last.
3440
a818c1c0
DL
3441 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3442 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3443 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3444 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3445 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3446 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3447 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3448 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3449 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3450 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3451 Reduce colour requirements to 25 overall. (Probably wants
3452 revisiting from the originals to reduce further.)
3453
c1b096cb
EZ
34542000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3455
3456 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3457 buffer-file-coding-system, instead of raw-text.
3458 (dehexlify-buffer): Bind coding-system-for-read to
3459 buffer-file-coding-system, instead of raw-text.
3460
5c8b7eaf
SS
34612000-10-11 Sam Steingold <sds@gnu.org>
3462
3463 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3464 `underline' - fixes the bug introduced on 2000-09-21.
3465
2cfbdb7a
DL
34662000-10-11 Dave Love <fx@gnu.org>
3467
3468 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3469 compiler warnings.
3470 (scheme-mode): Doc fix.
3471 (scheme-font-lock-keywords-1): Match `define-syntax'.
3472
34732000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3474
3475 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3476 face specs as well as default ones. Only do anything if the
3477 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3478 (region): Make dark-background `region' face less in-your-face.
4b33f290 3479
690ec649
SS
34802000-10-10 Sam Steingold <sds@gnu.org>
3481
3482 * chistory.el, ielm.el, ledit.el:
3483 * progmodes/inf-lisp.el, progmodes/scheme.el:
3484 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3485
3b95d6bb
SM
34862000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3487
3488 * textmodes/texinfo.el: Update copyright and fix typo.
3489
3490 * desktop.el (desktop-modes-not-to-save): New var.
3491 (desktop-save-buffer-p): Use it.
3492 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3493 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3494
d646c828
DL
34952000-10-10 Dave Love <fx@gnu.org>
3496
3497 * toolbar/tool-bar.el (tool-bar-add-item)
3498 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3499 display.
3500
d646c828
DL
3501 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3502 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3503 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3504 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3505 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3506 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3507 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3508 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3509 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3510 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3511 the .xpms; probably need retouching.
3512
862a7e28
MB
35132000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3514
3515 * subr.el (add-to-list): Add optional argument APPEND.
3516 * battery.el (display-battery): Use `add-to-list'.
3517
46e33aee
TTN
35182000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3519
930baf47
TTN
3520 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3521 these vars as symbol properties.
2cfbdb7a
DL
3522 (zone, zone-when-idle, zone-leave-me-alone)
3523 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3524
5a430f9c
TTN
3525 * battery.el (display-battery): Doc spelling fix.
3526
46e33aee
TTN
3527 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3528 property.
3529
adf7d3a8
DL
35302000-10-09 Dave Love <fx@gnu.org>
3531
3532 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3533 has been initialized before calling tool-bar-setup.
c2156508 3534 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3535
06a8c9f8
EZ
35362000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3537
e4ca8f8c
EZ
3538 * menu-bar.el (send-mail-item-name): New function.
3539 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3540 of mail-user-agent in the menu. Don't display the "Send Mail"
3541 item if mail-user-agent is nil or its value is ignore.
3542 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3543 if read-mail-command is nil or its value is ignore.
3544
06a8c9f8
EZ
3545 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3546
7dbc9c8a
MB
35472000-10-09 Miles Bader <miles@gnu.org>
3548
29e0814b
MB
3549 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3550 Correct image size.
3551 * toolbar/left_arrow.xpm: Correct image size.
3552
7dbc9c8a
MB
3553 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3554 will be done by the definition of `auto-compression-mode' if
3555 necessary. Move code to uninstall existing file-name handler
3556 before definition of `auto-compression-mode'.
3557
3558 * image-file.el (auto-image-file-mode): Move to the end of the
3559 file, because `define-minor-mode' actually calls the mode-function
3560 if the associated variable is non-nil, which requires that all
3561 needed functions be already defined.
3562
65b61266
MB
3563 * mouse.el (popup-menu): Balance parens.
3564
d6b8c85b
SM
35652000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3566
3567 * mouse.el (popup-menu): Move the command call outside the loop
3568 so that popup-menu returns whatever the command returns.
3569
3570 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3571 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3572 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3573 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3574
3575 * vc.el (vc-version-diff): diff-switches can be a list.
3576 Use relative filenames for prettier output.
3577
46e33aee 3578 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3579 (vc-post-command-functions): Remove old-VC compatibility code.
3580
3581 * newcomment.el (comment-indent-default): Autoload.
3582
3583 * font-lock.el (font-lock-defaults): Make buffer-local.
3584 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3585 (font-lock-choose-keywords):
3586 Ignore LEVEL unless KEYWORDS is a list of syms.
3587 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3588 Don't wrap regexp-opt things in \(...\) unnecessarily.
3589
3590 * jit-lock.el: Don't require font-lock any more.
3591 (jit-lock-functions): Make buffer-local.
3592 (jit-lock-saved-fontify-buffer-function): Remove.
3593 (jit-lock-mode): Remove autoload cookie.
3594 Remove font-lock specific code.
3595 (jit-lock-unregister): Don't bother handling complex hooks any more.
3596 (jit-lock-refontify): New function.
3597 (jit-lock-fontify-buffer): Use it.
3598 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3599 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3600 Add optional args START and END.
3601 Never call font-lock-fontify-region directly.
3602 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3603
3604 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3605
a30ed6ac
DL
36062000-10-08 Dave Love <fx@gnu.org>
3607
4e7c7ca9
DL
3608 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3609
3610 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3611
3612 * play/studly.el (studlify-region, studlify-word): Add autoload
3613 cookie.
3614
3615 * play/morse.el (morse-region, unmorse-region): Add autoload
3616 cookie.
3617
3618 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3619 concat.
3620
3621 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3622 insist on symbols starting with word syntax.
3623 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3624 (eval-defun-1): Doc fix.
3625 (indent-sexp): Use nconc to build up indent-stack.
3626
3627 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3628 Gnus with little use.
3629 (mail-setup-hook): Add mail-abbrevs-setup to options.
3630
968f7c4a
DL
3631 * recentf.el: Doc fixes.
3632
3633 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3634 Clean up remainder.
3635
3636 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3637 without timezone and (8) with timezone to enforce some whitespace.
3638 Simplify code somewhat.
3639
3640 * options.el (list-options): Doc that you should use customize.
3641
3642 * iswitchb.el (iswitchb-mode): Add :require.
3643
a30ed6ac
DL
3644 * info.el (Info-goto-node, Info-menu): Doc fix.
3645 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3646 (info-tool-bar-map): New variable.
3647 (Info-mode): Use it.
3648 (Info-edit-map): Define all in defvar.
3649 (speedbar-attached-frame): Avoid compiler warning.
3650
3651 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3652 (global-map): Bind [tool-bar] to a filtered map.
3653 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3654 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3655 Allow PBM icons.
3656 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3657
3658 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3659 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3660 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3661 icons, except up_arrow, which is left-arrow rotated.
3662
3663 * imenu.el (imenu-add-to-menubar): Fix last change.
3664
4e953aff
PB
36652000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3666
3667 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3668 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3669
739e92a7
EZ
36702000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3671
d20faceb
EZ
3672 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3673 typos in doc strings.
3674
a640322e
EZ
3675 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3676 the doc strings how to customize Font Lock faces.
3677
739e92a7
EZ
3678 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3679 computing growth when dragging the header line.
3680
8be7408c
EZ
36812000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3682
3683 * simple.el (kill-line): Doc fix.
3684
6fee86a3
MB
36852000-10-08 Miles Bader <miles@gnu.org>
3686
445a653e
MB
3687 * faces.el (secondary-selection): Make foreground visible on tty.
3688
6fee86a3
MB
3689 * jka-compr.el (auto-compression-mode): Move to the end of the
3690 file, because `define-minor-mode' actually calls the mode-function
3691 if the associated variable is non-nil, which requires that all
3692 needed functions be already defined.
3693 (with-auto-compression-mode): Add autoload cookie.
3694
a115794c
EZ
36952000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3696
3697 * files.el (find-backup-file-name) [ms-dos]: If support for long
3698 file names is not available, behave as if version-control were set
3699 to never.
3700
b12e6de3
DL
37012000-10-07 Dave Love <fx@gnu.org>
3702
3703 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3704 (browse-url-gnome-moz): New function.
3705 (browse-url-browser-function): Use it.
3706 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3707
20b1d079
SM
37082000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3709
3710 * indent.el (tab-always-indent): New var.
3711 (indent-for-tab-command): Use it.
39250ec3 3712
9ee45b2c 3713 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3714 raise an error. This way it can still default to a sane value.
9ee45b2c 3715
8c6b1d83
JW
37162000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3717
39250ec3
SM
3718 * startup.el (fancy-splash-screens): Use local rather than global map.
3719 Don't use `update-menu-bindings' any more.
3720 Get rid of assumptions about keymap representation.
3721
a23ccdf2
DL
37222000-10-06 Dave Love <fx@gnu.org>
3723
814299a7 3724 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3725 (sentence-end-without-period): Doc fix.
3726 (adaptive-fill-regexp): Purecopy.
3727 (unjustify-current-line): Use line-end-position.
3728 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3729
3730 * net/eudc-vars.el (eudc): Add :version, :link.
3731
39250ec3 3732 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3733
3734 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3735 Fix for define-minor-mode.
3736 (function-at-point): Alias to function-called-at-point.
3737
3738 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3739
3740 * simple.el (backward-word): Doc fix.
3741
a23ccdf2
DL
3742 * image-file.el (image-file-name-regexp): image-file-regexps ->
3743 image-file-name-regexps.
742c1822 3744 (image-file-name-extensions): Add pbm.
a23ccdf2 3745
39250ec3
SM
37462000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3747
3748 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3749 and add filename to the names so that diff-mode can jump to source.
3750
3751 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3752 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3753 (tex-font-lock-keywords-1): Remove.
3754 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3755 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3756 (font-lock-default-fontify-region):
3757 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3758 (font-lock-fontify-anchored-keywords):
3759 Include the anchor text as part of the multiline.
3760
8d5dfacd
GM
37612000-10-06 Gerd Moellmann <gerd@gnu.org>
3762
3763 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3764 latter needs the autoloaded define-minor-mode macro during the
3765 bootstrap.
3766
3767 * startup.el (command-line): For now, activate tool-bar-mode only
3768 if XPM images are supported.
3769
3770 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3771 window by dragging a header-line at the top of the frame; that's
4c19fbce 3772 confusing because the header-line doesn't move.
8d5dfacd
GM
3773 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3774 of treating the event as a list. Some cleanup.
3775
f69aad2b 37762000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3777
f69aad2b
MB
3778 * simple.el (display-message-or-buffer): New function.
3779 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3780
09cb7646
MB
3781 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3782 docstring parts.
3783
814299a7 3784 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3785 (smbclient-prompt-regexp): Add usage note to doc string.
3786 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3787 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3788 Use add-hook for adding the comint filter function, and only do so
3789 if it's not already in the global hook list.
3790 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3791 to `make-local-variable'.
3792 (nslookup-font-lock-keywords): Remove prompt entry.
3793 (nslookup): Don't set the process-filter.
3794 (finger): Exit the loop correctly when the regexps list runs out.
3795 (ftp, smbclient, smbclient-list-shares):
3796 Set the real major mode immediately, not after execing.
3797 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3798
3799 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3800
4c19fbce
SM
38012000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3802
3803 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3804
3805 * which-func.el (which-func-format): Remove spurious space.
3806 (which-func-mode): Don't make it permanent-local.
3807 (which-func-ff-hook): Allow which-func-maxout to be nil.
3808 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3809 (which-func-mode): Simplify.
3810 Use post-command-idle-hook rather than post-command-hook.
3811 Go through all buffers and update their state.
3812 (which-function): Also try add-log-current-defun-function.
3813
3814 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3815 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3816 Update call to with-vc-properties accordingly.
3817 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3818 (vc-revert-buffer): More careful about window selection and deletion.
3819 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3820
3821 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3822 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3823 (cvs-dired-action): Change the default to quickdir.
3824
3825 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3826 if comment-indent-function returns nil.
3827 (comment-indent-default): New function.
3828 (comment-indent-function): Use it and document the new semantics.
3829
3830 * image-file.el: Docstring fixes.
3831
3832 * help.el (help-xref-on-pp): Use match-string.
3833 (describe-variable): New arg BUFFER.
3834 Store the current buffer in the help-xref-stack.
3835 (temp-buffer-resize-mode): Use define-minor-mode.
3836
3837 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3838 consistently with its docstring.
3839 Set jit-lock-first-unfontify-pos in an idempotent way.
3840 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3841
542c6552
GM
38422000-10-05 Alex Schroeder <alex@gnu.org>
3843
3844 * sql.el (sql-mysql-options): New variable.
3845 (sql-mysql): Use it.
3846
a3489ece
MB
38472000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3848
77f6105c
MB
3849 * image.el (image): New group.
3850
814299a7 3851 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3852 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3853
3478046b
PB
38542000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3855
3856 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3857 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3858 Ignore the value of wqindow-system; always define keywords
3859
22aca186
KH
38602000-10-05 Kenichi Handa <handa@etl.go.jp>
3861
3862 * startup.el (fancy-splash-screens): Remove the code for
3863 debugging; `(trace-to-stderr "EXITTT\n")'.
3864
55d5d717
MB
38652000-10-05 Miles Bader <miles@gnu.org>
3866
3867 * diff-mode.el (diff-goto-source): Update call to
3868 `diff-hunk-status-msg' to reflect new REV variable.
3869
41fa7178
SM
38702000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3871
3872 * progmodes/icon.el (icon-mode):
3873 Don't gratuitously override the default for comment-column.
3874
3875 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3876
3877 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3878 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3879 (jit-lock-functions): New var.
3880 (jit-lock-function-1): Use it if non-nil.
3881 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3882 Set the `fontified' property before doing the fontification to avoid
3883 repeatedly going through the same error.
3884 Don't turn errors into messages.
3885 (jit-lock-register, jit-lock-unregister): New functions.
3886
3887 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3888 Use with-current-buffer.
3889
3890 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3891 Turn comment into docstring.
3892
3893 * apropos.el (apropos-mode): Use define-derived-mode.
3894
3dc78168
GM
38952000-10-04 Gerd Moellmann <gerd@gnu.org>
3896
3897 * startup.el (fancy-splash-pending-command): New variable.
3898 (fancy-splash-pre-command): New function.
3899 (fancy-splash-screens): Rewritten.
3900 (command-line-1): If fancy-splash-pending-command is set, call it
3901 interactively.
3902
dae9dc56
DL
39032000-10-04 Dave Love <fx@gnu.org>
3904
3905 * toolbar/tool-bar.el (tool-bar-setup): New function.
3906 (tool-bar-mode): Use it.
3907
3908 * subr.el (substitute-key-definition): Doc fix.
3909 (play-sound-file): New command.
3910
3388f0a5
AS
39112000-10-04 Andre Spiegel <spiegel@gnu.org>
3912
814299a7 3913 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3914 vc-version-backup-file-name): New functions.
3915
3916 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3917
3918 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3919 vc-cvs-stay-local-p.
3920
3921 * vc.el (vc-revert-buffer): Handle empty diff properly.
3922 (vc-version-backup-file): New function.
3923 (vc-checkout): Create a version backup if necessary.
3924 (vc-checkin): If a version backup file exists, delete it.
3925 (vc-version-diff): Diff locally using version backups, if available.
3926 (vc-revert-file): If there's a version backup, revert locally.
3927 (vc-transfer-file): Use version backup for base version, if
3928 available. If not, ask for confirmation whether to get it from the
3929 server. Update mode line before check-in.
3930
ebd4825d
DL
39312000-10-04 Dave Love <fx@gnu.org>
3932
3933 * toolbar/tool-bar.el (tool-bar-setup): New function.
3934 (tool-bar-mode): Use it.
3935
1b24f4b7
PB
39362000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3937
3dc78168 3938 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3939 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3940 Only set if window-system is non-nil
3941 (net-utils-run-program): Returns buffer.
3942 (network-connection-reconnect): Added this function.
3943
814299a7
MB
3944 * generic.el:
3945 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3946 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3947 Uses cl compile-time macros.
3dc78168
GM
3948 (generic-mode-name, generic-comment-list)
3949 (generic-keywords-list, generic-font-lock-expressions)
3950 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3951 Removed variables.
3952 (generic-mode-alist): Renamed to generic-mode-list.
3953 (generic-find-file-regexp): Default changed to "^#".
3954 (generic-read-type): Uses completing read on generic-mode-list.
3955 (generic-mode-sanity-check): removed this function.
3956 (generic-add-to-auto-mode): Removed this function
3dc78168 3957 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3958 into function instead of putting them in alist.
3959 (generic-mode-set-comments): Reworked extensively.
3960 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3961 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3962
814299a7 3963 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3964 Make sure directory name ends with "/".
3965
814299a7 3966 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3967 Regexp now allows leading whitespace.
3968 (rc-generic-mode): Added eval-when-compile
3969 around generic-make-keywords-list.
3970 Deleted duplicate regexp
3971 (rul-generic-mode): Added eval-when-compile
3972 around generic-make-keywords-list.
3973 (etc-fstab-generic-mode): New generic mode.
3974 (rul-generic-mode): Removed one eval-when-compile
814299a7 3975 which caused a max-specpdl-size exceeded error.
1b24f4b7 3976
a7bf5cf3
MB
39772000-10-04 Miles Bader <miles@gnu.org>
3978
3979 * simple.el (minibuffer-temporary-goal-position): New variable.
3980 (next-history-element): Try to keep the position of point in the
3981 input string constant.
3982
3983 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3984 (dired-do-create-files): If there's only one file, pass it in as
3985 the DEFAULT arg to dired-mark-read-file-name.
3986
ce1087a9
SM
39872000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3988
3989 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3990 (diff-goto-source): Be smarter when choosing REVERSE or not.
3991
3992 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3993 (texinfo-mode-menu): Add an explicit shortcut for update all.
3994
0e41e1d6
AS
39952000-10-03 Andre Spiegel <spiegel@gnu.org>
3996
814299a7 3997 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3998 factorize backend-specific code cleanly (this was essentially
3999 conceived by Stefan Monnier).
4000 (vc-unregister): Function removed.
814299a7 4001 (vc-revert-file): New function.
858f7cb4
AS
4002 (vc-revert-buffer): Delegate some of the work to it.
4003
0e41e1d6
AS
4004 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4005 default branch unconditionally.
4006 (vc-rcs-set-default-branch): New function.
4007 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4008 (vc-rcs-checkin): If an appropriate default branch has been set,
4009 force creation of that branch.
858f7cb4
AS
4010 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4011 code (as suggested by Stefan Monnier).
0e41e1d6 4012
01c86c56
GM
40132000-10-02 Gerd Moellmann <gerd@gnu.org>
4014
45c477b4
GM
4015 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4016 highlighting overlay with a different face over the overlay
4017 isearch uses to highlight the current match because that can lead
4018 to bad face combinations.
4019
01c86c56
GM
4020 * loadup.el (toplevel): Load faces before isearch.
4021
4022 * isearch.el (isearch-faces): New custom group.
4023 (isearch): New defface; was already tested for in the code.
4024 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4025 (isearch-highlight): Always use face `isearch'.
4026
944425c0
DL
40272000-10-02 Dave Love <fx@gnu.org>
4028
4029 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4030 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4031 comparison of opcode with operand.
4032
2a099bcc
MB
40332000-10-03 Miles Bader <miles@gnu.org>
4034
4035 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4036 buffer, since the echo area will now grow to accommodate them.
4037
4300ecb8
AS
40382000-10-02 Andre Spiegel <spiegel@gnu.org>
4039
4040 * vc-hooks.el (vc-registered): If FILE used to be registered under
4041 a certain backend, try that one first.
4042
814299a7 4043 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
4044 argument list. Handle multiple backends correctly.
4045 (vc-find-new-backend): Function removed.
4046 (vc-register): Use vc-responsible-backend, as before.
4047 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4048
64e6cc18
GM
40492000-10-02 Gerd Moellmann <gerd@gnu.org>
4050
4051 * startup.el (fancy-splash-head): Change message below the
4052 logo.
4053
00df919e
MB
40542000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4055
4056 * diff-mode.el (diff-goto-source): Emit a status message.
4057 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 4058 (diff-test-hunk): Fix doc string.
00df919e
MB
4059 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4060 (diff-advance-after-apply-hunk): New variable.
4eaa6852 4061 (diff-apply-hunk): Don't return a value.
00df919e 4062
ceec5a0c
SM
40632000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4064
4065 * vc.el (vc-editable-p): Minor optimization.
4066 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4067 (vc-find-new-backend): New function split from vc-responsible-backend.
4068 (vc-register): Use it.
4069 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4070 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4071 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4072 (vc-clear-headers): Don't use find-file.
4073 (vc-revert-buffer): Use `and' again (must have been a braino).
4074 (vc-switch-backend): Only prompt if requested.
4075 Short circuit if nothing is to be done.
4076 Don't use vc-resynch-buffer which could lose unsaved editing.
4077 (vc-default-receive-file): Update call to vc-unregister.
4078 (with-vc-file, vc-next-action-on-file):
4079 Use vc-backend rather than vc-registered.
4080 (vc-next-action-on-file): Use intern-soft.
4081 Deal with read-only *vc-diff* buffer.
4082 (vc-transfer-file): Docstring fix.
4083
4084 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4085 (vc-rcs-receive-file): Avoid with-vc-properties.
4086 Update call to vc-unregister.
4087 Use constant `RCS' rather than (dynamically bound) var `backend'.
4088
4ad5da8f
AS
40892000-10-01 Andre Spiegel <spiegel@gnu.org>
4090
814299a7 4091 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
4092 is visited.
4093 (vc-start-entry): New argument initial-contents. Don't visit the file
4094 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
4095 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4096 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
4097 vc-start-entry.
4098 (vc-finish-logentry): Make sure to bury log buffer only if there
4099 really is one. Call `vc-resynch-buffer' on log-file, not
4100 buffer-file-name.
4101 (vc-default-comment-history, vc-default-wash-log): New functions.
4102 (vc-index-of): Removed.
4103 (vc-transfer-file): Make do without the above.
4104 (vc-default-receive-file): Call comment-history unconditionally. Pass
4105 the resulting string to vc-checkin, instead of inserting it into the
4106 comment ring.
4107
4108 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4109 unconditionally. Use the comments as initial contents of the log
814299a7 4110 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
4111 changes.
4112
aa0c3dca
MB
41132000-10-01 Miles Bader <miles@gnu.org>
4114
4115 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4116 `recenter' with an arg to prevent redrawing the display.
4117
d5f5a2c5
SM
41182000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4119
4120 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4121
4122 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4123
814299a7 4124 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
4125 Don't gratuitously override the default for comment-column.
4126
4127 * textmodes/tex-mode.el (latex-metasection-list): New var.
4128 (latex-imenu-create-index): Use it.
4129 Move the regexp construction outside loops (and use push).
814299a7 4130 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
4131 (tex-font-lock-keywords): Moved from font-lock.el.
4132 (tex-comment-indent): Remove.
4133 (tex-common-initialization): Don't set comment-indent-function.
4134 (latex-block-default): New var.
4135 (tex-latex-block): Use it to provide a default choice.
4136 Add any unknown choice to latex-block-names.
4137 Insert [...] after {...}.
4138 (tex-last-unended-begin): Simplify regexp.
4139 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4140 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4141 (latex-mode): Set forward-sexp-function.
4142
4143 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4144 Add regexp for @ignore ... @end ignore.
4145 (texinfo-heading-face): New face.
4146 (texinfo-font-lock-keywords): Use it.
4147 (texinfo-mode-menu): New menu.
4148 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4149 New functions.
4150 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 4151 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
4152 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4153 Remove declaration.
4154 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4155
4156 * delsel.el (delete-selection-mode): Use define-minor-mode.
4157
4158 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4159
41602000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4161
4162 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4163
8a5506f2
GM
41642000-09-30 Gerd Moellmann <gerd@gnu.org>
4165
068127d6
GM
4166 * replace.el (keep-lines-read-args): New function.
4167 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4168 read arguments interactively. Add parameters RSTART and REND.
4169 Operate on the active region in Transient Mark mode.
4170
d777bb8f
GM
4171 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4172
8a5506f2
GM
4173 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4174 (authors-obsolete-files-regexps): New variable.
4175 (authors-add): Don't record changes in obsolete files.
4176
3fa87bfc
SM
41772000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4178
4179 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4180
4181 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4182 (comment-indent): Make sure there's a space between code and comment.
4183 Shift comments left to avoid going past fill-column.
4184
f02149ce
GM
41852000-09-29 Gerd Moellmann <gerd@gnu.org>
4186
4187 * startup.el (startup-echo-area-message): New function.
4188 (display-startup-echo-area-message): Use it.
4189 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4190 (fancy-splash-default-action): New function.
4191 (fancy-splash-screens-1): New function.
4192 (fancy-splash-head): Put a help-echo and a keymap under the image.
4193
a3ef6569
SM
41942000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4195
4196 * diff-mode.el (diff-add-log-file-name): Remove.
4197 (diff-mode): Use add-log-buffer-file-name-function.
4198
4199 * add-log.el (find-change-log): New arg BUFFER-FILE.
4200 (add-log-file-name): Obey add-log-file-name-function.
4201 (add-log-buffer-file-name-function): New var.
4202 (add-change-log-entry): Use it.
4203
75e5b373
MB
42042000-09-29 Miles Bader <miles@gnu.org>
4205
4206 * image-file.el (image-file-name-extensions): New variable.
4207 (image-file-name-regexps): Renamed from `image-file-regexps'.
4208 New default value is nil. Call `auto-image-file-mode'.
4209 (image-file-name-regexp): New function.
4210 (auto-image-file-mode): New minor mode.
4211 (insert-image-file): Don't make conditional on the image-file
4212 handler being enabled.
4213 (image-file-handler): Make the call here conditional instead.
4214 (set-image-file-handler-enabled, enable-image-file-handler)
4215 (disable-image-file-handler): Functions removed.
4216
4217 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4218 string.
4219
de6e1f7c
GM
42202000-09-29 Gerd Moellmann <gerd@gnu.org>
4221
4222 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4223 it's a function from CL.
4224 (latex-imenu-create-index): Replace eval-when-compile with progn
4225 because latex-section-alist is not bound while compiling.
4226
d8c201f5
SM
42272000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4228
4229 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4230 (outline-mode): Use define-derived-mode.
4231
814299a7 4232 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
4233 * progmodes/awk-mode.el (awk-mode):
4234 * progmodes/asm-mode.el (asm-mode):
4235 Don't gratuitously override the default for comment-column.
4236
4237 * emacs-lisp/lisp.el (lisp-complete-symbol):
4238 Distinguish the let-binding case from the funcall case.
4239 (forward-sexp-function): New variable.
4240 (forward-sexp): Use it.
4241
4242 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4243 (easy-mmode-defmap): Remove the now useless autoload.
4244
4245 * time.el (display-time-mode): Use define-minor-mode.
4246
4247 * subr.el (add-minor-mode): Don't eval NAME.
4248 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4249 Use if rather than cond.
4250
4251 * simple.el (read-expression-map): Define more properly.
4252 (comment-indent-hook): Remove.
4253 (string-to-syntax): Bug fix.
4254
4255 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4256 (cvs-ediff-diff): Fix typo.
4257 (cvs-revert-if-needed): Don't bother preserving read-only.
4258
4259 * paren.el (show-paren-mode): Use define-minor-mode.
4260
4261 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4262 (toggle-auto-compression): Remove.
4263 (jka-compr-build-file-regexp): Remove useless grouping.
4264
4265 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4266 Avoid user-reserved bindings.
4267 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4268 (diff-header-face): Revert to grey85.
4269
4270 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4271
4272 * complete.el (partial-completion-mode) <defcustom>: Remove.
4273 (partial-completion-mode): Use define-minor-mode.
4274 (PC-do-completion): Understand `completion-auto-help = delay'
4275 to mean to popup the completion buffer only the second time.
814299a7 4276 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
4277 (PC-include-file-all-completions): Don't quote lambda.
4278
4279 * comint.el (comint-mode-hook): Docstring fix.
4280 (comint-mode): Use define-derived-mode.
4281 (comint-mode-map): Remove obsolete comment.
4282 (make-comint): Minor stylistic change.
4283 (comint-insert-clicked-input): Be more careful to find the overlay.
4284 Use this-command-keys rather than hardcoding mouse-2.
4285
4286 * font-lock.el: Replace confusing (,@ with ,
4287 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4288 Don't use regexp-opt-depth. Spice up the regexp for args.
4289 Don't distinguish between cmds that can take an opt arg or not.
4290 Use `append' and `prepend' rather than `keep'.
4291
4292 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4293 (latex-outline-regexp): New var.
4294 (latex-outline-level): New fun.
4295 (latex-section-alist): New var.
4296 (latex-imenu-create-index): Use it. Use `push' as well.
4297 (tex-shell-map): Initialize it properly.
4298 (tex-mode): Minor stylistic change.
4299 (plain-tex-mode): Use define-derived-mode.
4300 (latex-mode): Use define-derived-mode.
4301 Construct the paragraph regexps in a more readable way.
4302 Set the buffer-local outline-{level,regexp} vars.
4303 (slitex-mode): Derive from latex-mode.
4304 (tex-common-initialization): Don't kill-all-vars anymore.
4305 Add setting for comment-add and font-lock-defaults.
4306 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4307 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4308 (tex-start-tex): New arg DIR (and send a chdir command for it).
4309 Also display the shell buffer and save it in tex-last-buffer-texed.
4310 (tex-region): Use expand-file-name rather than concat.
4311 Remove code made useless by changes in tex-start-tex.
4312 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4313
4314 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4315
ff398532
DL
43162000-09-28 Dave Love <fx@gnu.org>
4317
4318 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4319
f9415d5b
GM
43202000-09-28 Gerd Moellmann <gerd@gnu.org>
4321
4322 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4323 `append'.
4324
fa003899
SM
43252000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4326
4327 * info.el (Info-extract-pointer): Undo last change.
4328 Instead, fix the position of the `bound' arg to re-search-backward.
4329
43302000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4331
4332 * info.el (Info-extract-pointer):
4333 Widen more carefully, to avoid finding pointers in other nodes.
4334 (Info-index): Use push.
4335
f9415d5b 43362000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
4337
4338 * frame.el (set-frame-font): Remove call to obsolete function
4339 frame-update-faces.
4340 (set-foreground-color, set-background-color): Likewise for
4341 frame-update-face-colors.
4342
5538b8ba
MB
43432000-09-27 Miles Bader <miles@gnu.org>
4344
4345 * image-file.el: New file.
4346
60536eea
GM
43472000-09-27 Gerd Moellmann <gerd@gnu.org>
4348
5b551d58
GM
4349 * frame.el (frame-notice-user-settings): Don't call
4350 frame-update-faces, which is a no-op now.
814299a7 4351
60536eea
GM
4352 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4353 tool-bar-lines.
4354
36f1966f
DL
43552000-09-27 Dave Love <fx@gnu.org>
4356
4357 * mouse.el: Fix last change.
4358
c5785b73
MB
43592000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4360
4361 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4362
672172d9
KH
43632000-09-22 Kenichi Handa <handa@etl.go.jp>
4364
4365 * international/quail.el (quail-help): The output message is
4366 improved.
4367
4653b4ea
DL
43682000-09-26 Dave Love <fx@gnu.org>
4369
4370 * mouse.el (popup-menu): If POSITION is nil, set it using
4371 mouse-position.
4372
63900fcf
SS
43732000-09-25 Sam Steingold <sds@gnu.org>
4374
4375 * net/browse-url.el (browse-url-file-url): Check for null maps.
4376
cd3b81be
GM
43772000-09-26 Gerd Moellmann <gerd@gnu.org>
4378
876512ab 4379 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4380 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4381
fa003899
SM
4382 * frame.el (frame-notice-user-settings):
4383 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4384
cd3b81be
GM
4385 * toolbar/tool-bar.el (tool-bar-help): New function.
4386
d8b4516f
GM
43872000-09-25 Gerd Moellmann <gerd@gnu.org>
4388
6567e9b5
GM
4389 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4390 current-load-list in top-level forms. Else this leaks a cons cell
4391 every time a defun is called.
63900fcf 4392
d8b4516f 4393 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4394
a461758e
DL
43952000-09-25 Dave Love <fx@gnu.org>
4396
7df6adc3
DL
4397 * startup.el (fancy-splash-head): Check XPM is available.
4398
a461758e
DL
4399 * autoinsert.el (auto-insert): Doc fix.
4400 (auto-insert-alist): Following GNU notices, don't say `copyright
4401 _by_'. Use line-beginning-position.
4402 (auto-insert): Check buffer-file-name is non-nil before use.
4403
b11af2dd
GM
44042000-09-25 Gerd Moellmann <gerd@gnu.org>
4405
4406 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4407 starting with `@def' or `@multitable', in addition to ones
4408 specified by the user in auto-fill-inhibit-regexp.
4409
5f9f981b
GM
44102000-09-25 Markus Rost <rost@math.ohio-state.edu>
4411
4412 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4413 rmail-dont-reply-to-names matches the empty string.
63900fcf 4414
8ff16b4e
GM
44152000-09-25 Gerd Moellmann <gerd@gnu.org>
4416
63900fcf 4417 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4418 text to sound more friendly.
4419
9b4a7800
TTN
44202000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4421
4422 * progmodes/hideshow.el: Update author email address.
4423 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4424 (hs-hide-all-non-comment-function): New var.
4425 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4426 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4427 (hs-show-region): Delete this command.
4428 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4429
4c7c1f3f
DL
44302000-09-22 Dave Love <fx@gnu.org>
4431
4432 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4433 (hl-line-highlight): Specify buffer when moving overlay.
4434
4435 * progmodes/fortran.el (fortran-mode): Locally set
4436 normal-auto-fill-function.
4437 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4438 (fortran-mode-map): Adjust auto-fill menu entry.
4439
13f93dee
GM
44402000-09-22 Gerd Moellmann <gerd@gnu.org>
4441
36eb0a91
GM
4442 * vc-rcs.el (toplevel): Require `vc' when compiling.
4443
fa003899 4444 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4445
36a03bf9
AS
44462000-09-22 Andre Spiegel <spiegel@gnu.org>
4447
9b4a7800 4448 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4449 registered under the new backend.
4450
9b4a7800 4451 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4452 without explicit revision number.
4453
6e4e8a3b
SM
44542000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4455
4456 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4457 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4458 (diff-xor): New function.
4459 (diff-find-source-location): Use it. Fix a stupid name clash.
4460 (diff-hunk-status-msg): New function.
4461 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4462 (diff-test-hunk): Use diff-find-source-location.
4463 (diff-goto-source): Favor the `reverse'.
4464 (diff-hunk-text): Properly handle one-sided context diffs.
4465 (diff-apply-hunk): When done, advance to the next hunk.
4466
1b24b888
GM
44672000-09-21 Gerd Moellmann <gerd@gnu.org>
4468
623a0aae
GM
4469 * startup.el (command-line): If frame was created with a non-zero
4470 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4471
1b24b888
GM
4472 * add-log.el (change-log-date-face, change-log-name-face)
4473 (change-log-email-face, change-log-file-face)
4474 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4475 (change-log-function-face, change-log-acknowledgement-face):
4476 New faces, inheriting from font-lock faces.
1b24b888 4477 (change-log-font-lock-keywords): Use them.
9b4a7800 4478
93b3a1c8
DL
44792000-09-21 Dave Love <fx@gnu.org>
4480
80585273
DL
4481 * progmodes/cperl-mode.el (top-level): Clean up
4482 `eval-when-compile's and assorted defvars.
4483 (cperl-invalid-face): Don't double-quote value. Change custom
4484 type.
4485 (cperl-mode): Set normal-auto-fill-function and don't zap
4486 auto-fill-function.
4487 (cperl-imenu--function-name-regexp-perl): Renamed from
4488 imenu-example--function-name-regexp-perl.
4489 (cperl-imenu--create-perl-index): Renamed from
4490 imenu-example--create-perl-index.
4491 (cperl-xsub-scan): Don't require cl.
4492
93b3a1c8
DL
4493 * msb.el (msb-mode-map): Use substitute-key-definition.
4494 (msb-mode): Use msb-mode-map.
4495
43ccb598
AS
44962000-09-21 Andre Spiegel <spiegel@gnu.org>
4497
4498 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4499 New functions.
fa003899 4500 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4501 (vc-switch-backend): New function.
4502 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4503 (vc-register): Fix prompt.
4504 (vc-unregister, vc-default-unregister): New functions.
4505 (vc-version-diff): Handle empty buffer in sentinel.
4506
4507 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4508 (vc-rcs-state-heuristic): Use it to guess the state of files with
4509 non-strict locking.
4510 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4511 been set with -b, but not created yet.
4512 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4513 contents in order to find the state.
4514 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4515 (vc-rcs-unregister, vc-rcs-receive-file)
4516 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4517
9b4a7800 4518 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4519 in case it is missing.
9b4a7800 4520
95fadcca
GM
45212000-09-21 Gerd Moellmann <gerd@gnu.org>
4522
4523 * startup.el (fancy-splash-tail): Use a different foreground
4524 color on a dark frame background.
4525
470f23e1
MB
45262000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4527
4528 * info.el: Use the correct capitalization when making Info-mode
4529 and Info-edit-mode `special' modes.
4530
281096ed
SM
45312000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4532
4533 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4534 (diff-mode): Add support for add-log.el.
4535 (diff-hunk-text): Use char offsets rather than line offsets.
4536 (diff-find-source-location): Replace LINE with line-offset (nil
4537 if not found) and always set POS to a meaningful position.
4538 Adapt to the new char-offsets.
4539 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4540 Adapt to the new diff-find-source-location.
4541 (diff-goto-source): Adapt to the new diff-find-source-location.
4542
4543 * add-log.el (add-log-file-name): New function (split out of
4544 add-change-log-entry).
4545 (add-change-log-entry): Use it.
4546 Call add-log-file-name-function with the changelog file name if
4547 the current buffer is not associated with any file.
4548 Avoid find-file if the selected window is dedicated.
4549
4550 * diff-mode.el (diff-find-source-location):
4551 Move code from diff-apply-hunk. Return buffer rather than file.
4552 (diff-apply-hunk): Use the new result from diff-find-source-location.
4553 (diff-goto-source): Use the new diff-find-source-location.
4554
c29d77c4
DL
45552000-09-20 Dave Love <fx@gnu.org>
4556
4557 * iswitchb.el: Some doc fixes.
4558 (iswitchb-mode-map): Define completely initially. Inherit
4559 minibuffer-local-map.
4560 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4561 fundamental-mode.
4562 (iswitchb-global-map): New variable.
4563 (iswitchb-summaries-to-end): Amalgamate regexps.
4564 (iswitchb-mode): New.
4565 (iswitchb-mode-hook): New variable.
4566 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4567 `extensions'.
4568
49939379
GM
45692000-09-20 Gerd Moellmann <gerd@gnu.org>
4570
d05c87ac
GM
4571 * ehelp.el (electric-help): New defgroup.
4572 (electric-help-shrink-window): New user-option.
4573 (with-electric-help): Use it.
4574
1ec082d4
GM
4575 * window.el (shrink-window-if-larger-than-buffer): If face
4576 `mode-line' has a :box, and we're on a graphical frame, add 1
4577 to the needed window height.
4578
f46c275e
GM
4579 * frame.el (frame-notice-user-settings): Add a last parameter nil
4580 to a call to `append', because the last list passed to `append' is
4581 not copied, and so subsequent calls to assq-delete-all will modify
4582 default-frame-alist.
4583
b7e11c5b
GM
4584 * startup.el (fancy-splash-image): Change :type.
4585 (fancy-splash-head): Use an XBM image if appropriate.
4586 (command-line-1): Show splash screens in more cases.
4587
26ff68aa
GM
4588 * startup.el (fancy-splash-text): Don't quote faces.
4589
8320414c
GM
4590 * dired.el (dired-font-lock-keywords): Undo last change.
4591 (dired-readin): Bind indent-tabs-mode to nil.
4592
49939379
GM
4593 * startup.el (fancy-splash-head): If frame's background mode
4594 is `dark', change the black background of the image to gray.
4595 (fancy-splash-screens): Display startup echo area message.
4596 (display-startup-echo-area-message): New function.
4597
c3b27206
MB
45982000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4599
55a3d2a1
MB
4600 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4601
4602 * info.el (info-header-node): Tweak for color ttys.
4603
37a99821
MB
4604 * faces.el (face-valid-attribute-values): Make sure directories we
4605 search for stipples both exist and are readable before trying to
4606 search them.
4607
0415d0d0
MB
4608 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4609 in the dry-run case.
4610
523b128c
MB
4611 * jka-compr.el (with-auto-compression-mode): New macro.
4612
c3b27206
MB
4613 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4614 (custom-group-tag-face, custom-variable-tag-face): Use relative
4615 :height and inherit from `variable-pitch' face instead of
4616 hardwiring :family.
4617 * hi-lock.el (hi-black-hb): Likewise.
4618
ddba99ad
MB
4619 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4620 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4621 toolbar-add-item, if image doesn't have a mask add a `:mask
4622 heuristic'.
4623
7e99fbde
SM
46242000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4625
4626 * diff-mode.el: Docstring fixes.
4627 (diff-header-face, diff-comment-face): New faces.
4628 (diff-font-lock-keywords): Highlight a bit differently.
4629 (diff-find-source-location): Don't return SPAN any more.
4630 (diff-hunk-text): Don't bother erasing the temp buffer.
4631 (diff-find-text): Drop argument LINE.
4632 (diff-apply-hunk): Update calls to diff-find-text.
4633 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4634
4635 * calendar/calendar.el: Docstring fixes.
4636 (calendar-make-alist): Don't quote lambda.
4637 (calendar-star-date): Use make-local-variable.
4638
fb275c02
DL
46392000-09-19 Dave Love <fx@gnu.org>
4640
7e99fbde
SM
4641 * toolbar/tool-bar.el: Renamed from toolbar.el.
4642 Change `toolbar' to `tool-bar' generally in symbols.
4643 Make some items invisible in `special' major modes.
4644 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4645 Add arg PROPS.
532cb34d 4646
7e99fbde
SM
4647 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4648 Add :version here.
fb275c02
DL
4649 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4650
8f4ca9a5
GM
46512000-09-19 Gerd Moellmann <gerd@gnu.org>
4652
8b7707e1 4653 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4654
8b7707e1 4655 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4656 (find-file-noselect): Use it.
4657
8b7707e1 4658 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4659 (fancy-splash-screen): Defgroup.
4660
8f4ca9a5
GM
4661 * add-log.el (change-log-font-lock-keywords): Match names
4662 more exactly for the case that font-lock-constant-face is
4663 underlined.
4664
ba9eeda1 46652000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4666
8b7707e1 4667 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4668
289eaef9
AS
46692000-09-19 Andre Spiegel <spiegel@gnu.org>
4670
4671 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4672
ce9ded5d
GM
46732000-09-19 Gerd Moellmann <gerd@gnu.org>
4674
c113de23
GM
4675 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4676 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4677 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4678 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4679 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4680 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4681 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4682 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4683 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4684 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4685 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4686 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4687
ce9ded5d
GM
4688 * startup.el (fancy-splash-text): New variable.
4689 (fancy-splash-delay, fancy-splash-image): New user-options.
4690 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4691 (fancy-splash-screens): New functions.
4692 (command-line-1): If display has a `display' frame parameter, has
4693 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4694
b9b1c3a9
DL
46952000-09-19 Dave Love <fx@gnu.org>
4696
4697 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4698 with null `help'. Use modern backquote syntax.
4699
1af25534
GM
47002000-09-19 Gerd Moellmann <gerd@gnu.org>
4701
afd3c8cd
GM
4702 * font-lock.el (font-lock-mode): Change message telling the user
4703 that ``the buffer is too big''.
4704
1af25534
GM
4705 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4706 for instance for the case that tab-width is 2.
4707
05b1f851
GM
47082000-09-18 Gerd Moellmann <gerd@gnu.org>
4709
4710 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4711 toolbar-add-item, if image doesn't have a mask add a `:mask
4712 heuristic'.
4713
8ec8f673
MB
47142000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4715
2b612b1f
MB
4716 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4717 and return a cons if it's non-nil.
4718 (diff-apply-hunk): Try to jump to the line in the source text
4719 corresponding to the position of point in the in the hunk.
4720
9b4a7800 4721 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4722 (Info-title-1-face): Use face inheritance and relative sizes
4723 instead of hard-wiring things.
4724
4725 * faces.el (secondary-selection): Make dark-background variant sane.
4726
5eedab4d
AI
47272000-09-16 Andrew Innes <andrewi@gnu.org>
4728
5eedab4d
AI
4729 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4730 read-only, since they aren't under VC now.
4731
6a142f26
DL
47322000-09-17 Dave Love <fx@gnu.org>
4733
e07436e1
DL
4734 * tmm.el: Replace mapcar with mapc in several places.
4735
4736 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4737 ad-unadvise.
4738
7d354dd5
DL
4739 * international/latin1-disp.el: New file.
4740
6a142f26
DL
4741 * calendar/cal-move.el (scroll-calendar-left)
4742 (scroll-calendar-right): Make arg optional (for active mode line).
4743
4744 * calendar/calendar.el (calendar-mode-line-format): Make fields
4745 mouse-sensitive.
4746 (calendar-read-date, calendar-read-date, calendar-window-list):
4747 Unquote lambda.
4748 (calendar-month-name): Use aref, not sref.
4749
4750 * view.el (minor-mode-alist): Propertize the string.
4751
4752 * international/characters.el (standard-case-table): Add entries
4753 for Greek.
4754
50ac70af
MB
47552000-09-18 Miles Bader <miles@gnu.org>
4756
53c9ab4f
MB
4757 * info.el (info-node, info-xref): Add dark-background variants.
4758
a114b1ca
MB
4759 * faces.el (header-line): Change defaults to be less confusing
4760 when mixed with mode-lines.
4761
50ac70af
MB
4762 * info.el (Info-fontify-node): Make a few cleanups.
4763 Add extra `help-echo' and `local-map' props to node xrefs.
4764 Use header-specific faces for node-names & xrefs.
4765 (Info-use-header-line): New variable.
53c9ab4f 4766 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4767 (Info-setup-header-line): New function.
4768 (Info-select-node): Call Info-setup-header-line when enabled.
4769 (Info-extract-pointer): Work even if the header line is hidden.
4770 (Info-header-line): New variable.
4771
729927ff
SM
47722000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4773
4774 * vms-patch.el (print-region-function): Don't quote lambda.
4775
4776 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4777
4778 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4779 (lm-get-header-re): Allow spaces between the header and the colon.
4780 (lm-header): Allow $ in non-RCS headers.
4781 (lm-header-multiline): Put the strings back into order.
4782 Stop at an empty line. Don't require two space chars if the
4783 line is clearly not another header line.
4784
4785 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4786 (popup-menu-popup): Remove.
4787
7a98d821
GM
47882000-09-15 Gerd Moellmann <gerd@gnu.org>
4789
7f8f1edc
GM
4790 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4791 specification if or if not tool-bar item contains an `:enabled'
4792 property.
4793
7a98d821
GM
4794 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4795 current buffer has no file name.
4796
a7bc704b
DL
47972000-09-15 Dave Love <fx@gnu.org>
4798
4799 * strokes.el: Sync with maintainer's current version with changes
4800 for Emacs, but avoid runtime cl and levents.
4801 (toplevel): Change autoloads and compilation requires.
4802 (strokes-version, strokes-bug-address, strokes-lift): Values
4803 changed.
4804 (strokes-xpm-header, strokes-insinuated): New variable.
4805 (strokes): Add :link.
4806 (strokes-mode): Customized.
4807 (strokes-while-inhibiting-garbage-collector): New macro.
4808 (strokes-remassoc): Avoid remove-if.
4809 (strokes-fix-button2-command): Don't use ad-do-it.
4810 (strokes-insinuate): New function.
4811 (strokes-button-press-event-p, strokes-button-release-event-p):
4812 New functions, used instead of non-`strokes-' versions..
4813 (strokes-mouse-event-p): Rewritten.
4814 (strokes-event-closest-point): Avoid event-point.
4815 (strokes-get-grid-position): Avoid cdadr, caadr
4816 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4817 functions.
4818 (strokes-help): Use with-output-to-temp-buffer.
4819 (strokes-window-configuration-changed-p): New function.
4820 (strokes-update-window-configuration): Use buffer-live-p,
4821 strokes-window-configuration-changed-p.
4822 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4823 (strokes-char-face): New face.
4824 (strokes-char-table, strokes-base64-chars): New variable.
4825 (strokes-xpm-for-stroke, strokes-list-strokes)
4826 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4827 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4828 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4829 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4830 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4831 functions.
4832
47e351a3
GM
48332000-09-15 Gerd Moellmann <gerd@gnu.org>
4834
ebb8f116
GM
4835 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4836
47e351a3
GM
4837 * image.el (create-image): Doc fix.
4838
4839 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4840 instead of `:heuristic-mask t'.
4841
fe83b953
AI
48422000-09-14 Andrew Innes <andrewi@gnu.org>
4843
4844 * makefile.w32-in: Revert to Unix line endings.
4845
52481729
AI
48462000-09-14 Andrew Innes <andrewi@gnu.org>
4847
3021e816
AI
4848 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4849 when installing.
4850
52481729
AI
4851 * makefile.nt (DONTCOMPILE): Fix typo.
4852
4853 * shell.el (shell-write-history-on-exit): New function.
4854 (shell-dumb-shell-regexp): New custom variable.
4855 (shell-mode): Make shell-write-history-on-exit the process
4856 sentinel if shell name matches shell-dumb-shell-regexp.
4857
4858 * w32-fns.el: Comment out before-init-hook function which resets
4859 source-directory based; this breaks bootstrap.
4860
f8034e41
DL
48612000-09-14 Dave Love <fx@gnu.org>
4862
4863 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4864 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4865 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4866 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4867 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4868 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4869 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4870 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4871 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4872
4873 * toolbar/toolbar.el: New.
4874
4875 * subdirs.el: Add toolbar.
4876
b9ce5694
GM
48772000-09-14 Gerd Moellmann <gerd@gnu.org>
4878
4879 * indent.el (indent-for-tab-command): Doc fix.
4880
986b7dee
GM
48812000-09-14 Alex Schroeder <alex@gnu.org>
4882
4883 * ansi-color.el (ansi-colors): Doc change.
4884 (ansi-color-get-face): Simplified regexp.
4885 (ansi-color-faces-vector): Added more faces, doc change.
4886 (ansi-color-names-vector): Doc change.
4887 (ansi-color-regexp): Simplified regexp.
4888 (ansi-color-parameter-regexp): New regexp.
4889 (ansi-color-filter-apply): Doc change.
4890 (ansi-color-filter-region): Doc change.
4891 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4892 deal with zero length parameters.
4893 (ansi-color-apply-on-region): Doc change.
4894 (ansi-color-map): Doc change.
4895 (ansi-color-map-update): Removed debugging message.
4896 (ansi-color-get-face-1): Added condition-case to trap
4897 args-out-of-range errors.
4898 (ansi-color-get-face): Doc change.
4899 (ansi-color-make-face): Removed.
4900 (ansi-color-for-shell-mode): New option.
9b4a7800 4901
076ff911
KH
49022000-09-13 Kenichi Handa <handa@etl.go.jp>
4903
4904 * international/quail.el (quail-start-translation): Translate KEY
4905 if necessary even if it doesn't have any mapping in the current
4906 input method.
4907 (quail-start-conversion): Likewise.
4908 (quail-help): The output message is improved.
4909
bdf08678
MB
49102000-09-13 Miles Bader <miles@gnu.org>
4911
4912 * comint.el (comint-output-filter): Revert to using
4913 `insert-before-markers'. Add bletcherous hack to undo damage
4914 caused by `insert-before-markers'. Put `front-sticky' property on
4915 overlays created here so that the field code understands how the
4916 overlay works. Use a let when making comint-last-prompt-overlay,
4917 so that the code is easier to read.
4918
ffb8db8d
DL
49192000-09-13 Dave Love <fx@gnu.org>
4920
4921 * wid-edit.el (widget-default-format-handler): DTRT when
4922 doc-property is a function.
4923
5dd05f61
GM
49242000-09-12 Francesco Potorti` <pot@gnu.org>
4925
4926 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4927 filed name if it's not there.
4928
35177617
DL
49292000-09-12 Dave Love <fx@gnu.org>
4930
9023837e
DL
4931 * simple.el (read-mail-command): Doc fix.
4932 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4933
35177617
DL
4934 * vc.el (vc-dired-listing-switches): Fix :version.
4935
4936 * vc-hooks.el: Doc fixes.
4937
4938 * subr.el (add-minor-mode): Use toggle-fun arg.
4939
4940 * speedbar.el: Add :version to several defcustoms.
4941
4942 * imenu.el (imenu--truncate-items, imenu--cleanup)
4943 (imenu--generic-function): Avoid mapcar.
4944 (imenu--replace-spaces): Function removed.
4945 (imenu--completion-buffer): Use subst-char-in-string.
4946 (imenu-add-to-menubar): Use keymap inheritance.
4947
1afaae94
MB
49482000-09-12 Miles Bader <miles@gnu.org>
4949
4950 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4951 (diff-mode-map): Bind `diff-test-hunk'.
4952 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4953
49542000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4955
4956 * bytecomp.el (byte-compile-defvar): Undo last change
4957 because it breaks '(make-variable-buffer-local (defvar ...)'
4958 which is used at least in dired.
4959
63c36c3c
KH
49602000-09-12 Kenichi Handa <handa@etl.go.jp>
4961
4962 * international/quail.el (quail-define-package): Docstring
4963 modified.
4964
1ad24be1
KH
49652000-09-12 Kenichi Handa <handa@etl.go.jp>
4966
362a8065
KH
4967 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4968 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4969 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4970 docstring of "chinese-py".
4971
1ad24be1
KH
4972 * international/quail.el (quail-translation-docstring): New
4973 variable.
4974 (quail-show-keyboard-layout): Docstring modified.
4975 (quail-select-current): Likewise.
4976 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4977 infinite recursive call.
4978 (quail-help): Check quail-translation-docstring. Format of the
4979 output changed.
4980 (quail-help-insert-keymap-description): Adjusted for the above
4981 change.
4982
cc0f95a4
GM
49832000-09-11 Gerd Moellmann <gerd@gnu.org>
4984
4985 * bytecomp.el (byte-compile-defvar): Only cons onto
4986 current-load-list in top-level forms. Else this leaks a cons cell
4987 every time a defun is called.
4988
7530b6da
MB
49892000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4990
4991 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4992 Now understands non-unified diffs. Some functionality moved into
4993 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4994 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4995 modify anything. Only reposition point in the patched file if the
4996 patch succeeds. Only pop up another window if POPUP is true.
4997 Emit a message describing what happened if successful, and at what
4998 line-offset. Automatically detect reversed hunks and do something
4999 appropriate.
5000 (diff-hunk-text, diff-find-text): New functions.
5001 (diff-filter-lines): Function removed.
5002 (diff-test-hunk): New function.
5003 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5004
6b124390
DL
50052000-09-10 Dave Love <fx@gnu.org>
5006
5007 * textmodes/tildify.el: Minor doc/commentary fixes.
5008 (tildify) <defgroup>: Add :version.
5009
5010 * faces.el (face-x-resources): Make custom type more specific.
5011 (frame-background-mode): Use mapc.
5012 (region) <defcustom>: Add :version.
5013
7f8b6551
SM
50142000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5015
9b4a7800
TTN
5016 * vc-sccs.el (vc-sccs-register):
5017 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
5018 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5019 * vc.el (vc-register): Clear file's properties.
5020
c454aac1
GM
50212000-09-08 Gerd Moellmann <gerd@gnu.org>
5022
5023 * faces.el (face-spec-set): Only face-spec-reset-face when
5024 ATTRS is non-nil.
5025
bb934822
EZ
50262000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5027
5028 * help.el (help-insert-xref-button): Fix a typo in doc string.
5029
03419440
EZ
50302000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5031
7f8b6551
SM
5032 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5033 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
5034 methods.
5035
03419440
EZ
5036 * menu-bar.el (read-mail-item-name): New function.
5037 (menu-bar-tools-menu): Use it to compute and display the package
5038 used to read email.
5039 (menu-bar-tools-menu): Fix typo in GUD's help string.
5040
dbcee71a
DL
50412000-09-07 Dave Love <fx@gnu.org>
5042
19e713d8
DL
5043 * diff-mode.el (diff-mouse-goto-source): New function.
5044
a7cafade 5045 * vc-sccs.el: Doc fixes.
7f8b6551 5046 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
5047
5048 * vc-rcs.el: Doc fixes.
7f8b6551
SM
5049 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5050 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
5051 (vc-rcs-master-templates): Add or change :version.
5052
7f8b6551 5053 * vc-cvs.el: Doc fixes.
a7cafade
DL
5054 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5055 (vc-cvs-stay-local): Add :version.
5056
dbcee71a
DL
5057 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5058
ed254191
KH
50592000-09-07 Kenichi Handa <handa@etl.go.jp>
5060
5061 * international/quail.el (quail-help): Fix previous change.
5062
ab0ee409
GM
50632000-09-07 Gerd Moellmann <gerd@gnu.org>
5064
f46f845b 5065 * faces.el (color-values): Doc fix.
9b4a7800 5066
ab0ee409
GM
5067 * faces.el (frame-set-background-mode): Use frame-parameter
5068 instead of frame-parameters.
5069
5070 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 5071 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 5072 frame-parameters.
9b4a7800 5073
f7246ac7
KH
50742000-09-07 Kenichi Handa <handa@etl.go.jp>
5075
5076 * language/devan-util.el (devanagari-to-indian-region): In the
5077 loop, change the following char, not preceding char.
5078
96889af2
GM
50792000-09-07 Gerd Moellmann <gerd@gnu.org>
5080
1091dd67
GM
5081 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5082 instead of frame-parameters.
5083
9b4a7800 5084 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
5085 internal-set-lisp-face-attribute with FRAME being 0.
5086
5087 * vc.el: Remove `Id' version control keyword.
96889af2 5088
0fddd0dc
KH
50892000-09-07 Kenichi Handa <handa@etl.go.jp>
5090
5091 * help.el (help-make-xrefs): Adjusted for the change of
5092 help-xref-mule-regexp.
5093 (help-insert-xref-button): New function.
5094
5095 * international/mule-cmds.el (help-xref-mule-regexp-template):
5096 Include the pattern for character set.
5097 (leim): New group.
5098
5099 * international/quail.el: Don't require face.
5100 (quail): New group.
7f8b6551 5101 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
5102 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5103 (quail-keyboard-layout-substitution): New variable.
5104 (quail-update-keyboard-layout): New function.
5105 (quail-keyboard-layout-type): New customizable variable.
5106 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5107 (quail-keyboard-translate): Pay attention to
5108 quail-keyboard-layout-substitution.
5109 (quail-insert-kbd-layout): New function.
5110 (quail-show-keyboard-layout): New function.
5111 (quail-get-translation): If the definition is a vector of length
7f8b6551 5112 1, and the element is a string of length 1, return the character
0fddd0dc
KH
5113 in that string.
5114 (quail-update-current-translations): Fix the case of
5115 relative-index out of range.
5116 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5117 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 5118 Show key sequences for all available characters.
0fddd0dc
KH
5119 (quail-help-insert-keymap-description): Don't show such verbose
5120 key bindings as quail-self-insert-command.
5121
5122 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5123 Format changed, and each element now have extra documentations.
5124 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5125 Adjusted for the change of quail-cxterm-package-ext-info.
5126
8ddceaf1
GM
51272000-09-06 Gerd Moellmann <gerd@gnu.org>
5128
5129 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5130 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5131 during bootstrap.
5132
099bd78a
SM
51332000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5134
5135 * vc.el: (toplevel): Don't require `dired' at run-time.
5136 (vc-dired-resynch-file): Remove autoload cookie.
5137
51382000-09-05 Andre Spiegel <spiegel@gnu.org>
5139
5140 * vc.el: Made several backend functions optional.
5141 (vc-default-responsible-p): New function.
5142 (vc-merge): Use RET for first version to trigger merge-news, not
5143 prefix arg.
5144 (vc-annotate): Handle backends that do not support annotation.
5145 (vc-default-merge-news): Removed. The existence of a merge-news
5146 implementation is now checked on caller sites.
5147
9b4a7800 5148 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
5149 case.
5150
9b4a7800 5151 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
5152 special case that has been removed from the default in vc-hooks.el.
5153
51542000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5155
5156 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5157
51582000-09-05 Andre Spiegel <spiegel@gnu.org>
5159
5160 * vc-hooks.el: Require vc during compilation.
5161 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5162 macro `with-vc-properties' in vc.el.
5163 (vc-file-getprop): Doc fix.
5164 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 5165
099bd78a
SM
5166 * vc.el: Require dired-aux during compilation.
5167 (vc-name-assoc-file): Moved to vc-sccs.el.
5168 (with-vc-properties): New macro.
9b4a7800 5169 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
5170 vc-finish-steal): Use it.
5171 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5172 to the backend-specific function is now supposed to do the checkout,
5173 too.
5174 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5175
9b4a7800 5176 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
5177 set file properties; that gets done in the generic code now.
5178
5179 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5180 Changed parameter list, added code from vc.el that does the
5181 checkout, possibly with a double-take.
5182
5183 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5184 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5185 the above under the new name.
5186 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5187 parameter list, added checkout command.
5188 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5189 properties; that gets done in the generic code now.
5190
51912000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5192
5193 * vc.el: Docstring fixes (courtesy of checkdoc).
5194
51952000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5196
5197 * vc.el (vc-checkout-writable-buffer-hook)
5198 (vc-checkout-writable-buffer): Remove.
5199 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5200 (vc-log-mode): Make it into a clean derived major mode.
5201 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5202 vc-log-mode if log-edit is not available.
5203 (vc-dired-mode-map): Don't set-keymap-parent yet.
5204 (vc-dired-mode): Do set-keymap-parent here.
5205 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5206
08ba3862
GM
52072000-09-05 Gerd Moellmann <gerd@gnu.org>
5208
5209 * faces.el (set-face-attribute, face-spec-reset-face)
5210 (face-spec-set): Avoid consing by removing calls to `apply'.
5211
5212 * frame.el (frame-parameter): Move to C code.
5213
3b4429b4
DL
52142000-09-05 Dave Love <fx@gnu.org>
5215
5216 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5217 insert-before-markers-and-inherit. Now checked systematically!
5218
877055f6
GM
52192000-09-05 Alex Schroeder <alex@gnu.org>
5220
5221 * sql.el (sql-postgres): Use sql-postgres-options.
5222 (sql-postgres-options): New variable.
5223
52242000-09-05 Alex Schroeder <alex@gnu.org>
5225
5226 * sql.el (sql-mode-menu): Work around missing variable mark-active
5227 in XEmacs.
5228 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5229 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5230 compatibility.
5231
7a004b71
GM
52322000-09-04 Gerd Moellmann <gerd@gnu.org>
5233
54baed30 5234 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 5235
7a004b71
GM
5236 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5237
5238 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5239
52402000-09-04 Andre Spiegel <spiegel@gnu.org>
5241
5242 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5243 don't support anything else under SCCS yet.
5244
5245 * vc-hooks.el: Minor doc fixes.
5246
52472000-09-04 Andre Spiegel <spiegel@gnu.org>
5248
5249 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5250 not necessary. If verbose in state `needs-patch', do the same as
5251 under `up-to-date'. When NOT verbose and `needs-patch', check out
5252 latest version instead of `merge-news'.
5253 (vc-next-action-dired): Don't mess with default-directory here; it
5254 breaks other parts of dired. It is the job of the
099bd78a 5255 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
5256 (vc-next-action): Remove a special CVS case.
5257 (vc-clear-headers): New optional arg FILE.
5258 (vc-checkin, vc-checkout): Set properties vc-state and
5259 vc-checkout-time properly.
099bd78a 5260 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
5261 (vc-print-log): Use new backend function `show-log-entry'.
5262 (vc-cancel-version): Do the checks in a different order. Added a
5263 FIXME concerning RCS-only code.
5264
5265 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5266 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5267
5268 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5269
9b4a7800 5270 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
5271 `needs-patch' as a `-' too.
5272
52732000-09-04 Andre Spiegel <spiegel@gnu.org>
5274
5275 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5276 (vc-default-could-register): New function.
5277 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5278 (vc-resynch-buffer): Call vc-dired-resynch-file.
5279 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5280 vc-resynch-buffer instead of vc-resynch-window.
5281 (vc-next-action-dired): Don't redisplay here, that gets done as a
5282 result of the individual file operations.
5283 (vc-retrieve-snapshot): Corrected prompt order.
5284
5285 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 5286
7a004b71
GM
5287 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5288 as well.
5289 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5290 hostname regexps. Updated all callers.
5291 (vc-cvs-responsible-p): Handle directories as well.
5292 (vc-cvs-could-register): New function.
5293 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5294 properties up-to-date.
9b4a7800 5295
7a004b71
GM
5296 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5297 user whether to create one.
5298
52992000-09-04 Andre Spiegel <spiegel@gnu.org>
5300
5301 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5302 check out a non-existing file.
5303
5304 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5305 workfile does not exist.
5306
5307 * vc.el (vc-version-diff): Use `require' to check for existence of
5308 diff-mode.
5309
53102000-09-04 Andre Spiegel <spiegel@gnu.org>
5311
5312 * vc-cvs.el (vc-cvs-registered): Use new function
5313 vc-cvs-parse-entry to do the actual work.
5314
53152000-09-04 Andre Spiegel <spiegel@gnu.org>
5316
5317 * vc-hooks.el (vc-find-backend-function): If function doesn't
5318 exist, return nil instead of error.
5319 (vc-call-backend): Doc fix.
5320
5321 * vc.el (vc-do-command): Doc fix.
5322 (vc-finish-logentry): When checking in from vc-dired, choose the
5323 right backend for logentry check.
5324 (vc-dired-mode-map): Inherit from dired-mode-map.
5325 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5326 simplified.
5327 (vc-dired-state-info): Removed, updated caller.
5328 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5329 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5330 (vc-dired-listing-switches): New variable.
5331 (vc-directory): Use it, instead of dired-listing-switches.
5332
5333 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5334 (vc-cvs-dir-state): New function.
7f8b6551 5335 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
5336 (vc-cvs-parse-entry): New function, also to be used in
5337 vc-cvs-registered.
9b4a7800 5338
7a004b71
GM
53392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5340
5341 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5342 *or* single-window-frames.
5343
53442000-09-04 Andre Spiegel <spiegel@gnu.org>
5345
5346 * vc.el (vc-update-changelog): Split into generic part and default
5347 implementation. Doc string adapted.
5348 (vc-default-update-changelog): New function. Call the `rcs2log'
5349 script in exec-directory, to fix a long-standing nuisance.
5350
5351 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5352 simply signals an error.
9b4a7800 5353
7a004b71
GM
53542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5355
5356 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5357 control-flow more clear and to avoid running `cvs' twice.
5358
5359 * vc.el (vc-next-action-on-file): Doc fix.
5360 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5361 (vc-print-log): Eval `file' before constructing the continuation.
5362
53632000-09-04 Andre Spiegel <spiegel@gnu.org>
5364
5365 * vc.el (vc-next-action-on-file): Corrected several messages.
5366 (vc-merge): Add prefix arg `merge-news'; handle it.
5367
5368 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5369 is not reached. It is.
5370 (vc-cvs-merge): Set state to 'edited after merge.
5371 (vc-cvs-merge-news): Set workfile version to nil if not known.
5372 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5373
5374 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5375 via stdout. (Merge from main line.)
9b4a7800 5376
7a004b71
GM
53772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5378
5379 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5380 detection.
5381
53822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5383
5384 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5385 against kill-all-local-variables.
5386 (vc-log-edit): Don't save vc-parent-buffer any more.
5387 (vc-last-comment-match): Initialize to an empty string.
5388 (vc-post-command-functions): New hook.
5389 (vc-do-command): Run it.
5390 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5391 (vc-finish-logentry): Only add the comment to the ring if it's
5392 different from the last comment entered.
5393 (vc-new-comment-index): New function.
5394 (vc-previous-comment): Use it. Make the minibuffer message
5395 slightly less terse.
5396 (vc-comment-search-reverse): Make it work forward as well. Don't
5397 set vc-comment-ring-index if no match is found. Use
5398 vc-new-comment-index.
5399 (vc-comment-search-forward): Use vc-comment-search-reverse.
5400 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5401 define-derived-mode will do it for us. Bind `v' to a keymap that
5402 inherits from vc-prefix-map so that we can bind `vt' without
5403 binding C-x v t.
5404 (vc-retrieve-snapshot): Parenthesis typo.
5405
5406 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5407 to 1. Make sure to switch to *vc* before looking for an error
5408 message. Use vc-parse-buffer.
5409
54102000-09-04 Andre Spiegel <spiegel@gnu.org>
5411
5412 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5413 and NAME.
5414 (vc-retrieve-snapshot): Split into two parts.
5415 (vc-default-retrieve-snapshot): New function.
5416
5417 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5418 (vc-cvs-retrieve-snapshot): New function (untested).
5419 (vc-cvs-stay-local): Default to t.
5420 (vc-cvs-remote-p): New function and property.
5421 (vc-cvs-state): Stay local only if the above is t.
5422 (vc-handle-cvs): Removed.
5423 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5424 done via vc-handled-backends now.
5425 (vc-cvs-header): Escape Id.
5426
54272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5428
5429 * vc.el (vc-do-command): Remove unused commands.
5430 (vc-version-diff): Make sure default-directory ends with a slash.
5431 Move the window commands into a vc-exec-after.
5432 (vc-print-log): Move more of the code into the `vc-exec-after'.
5433
54342000-09-04 Andre Spiegel <spiegel@gnu.org>
5435
5436 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5437 (vc-print-log): Search current revision from beginning of buffer.
5438 (vc-revert-buffer): Clear echo area after the diff is finished.
5439 (vc-prefix-map): Removed definition of "t" for terse display in vc
5440 dired.
5441 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5442 definition of "vt" for terse display.
5443 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5444
54452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5446
5447 * vc.el (vc-exec-after): Avoid caddr.
5448
54492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5450
5451 * vc.el (vc-exec-after): New function.
5452 (vc-do-command): Use it to add a termination message for async
5453 procs.
5454 (vc-checkout): Try to handle a missing-backend situation.
5455 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5456 of a directory with a backend using async diffs.
5457 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5458 present.
5459
5460 * vc-sccs.el (vc-sccs-state-heuristic): Use
5461 file-ownership-preserved-p.
5462
5463 * vc-rcs.el (vc-rcs-state-heuristic): Use
5464 file-ownership-preserved-p.
5465 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5466
54672000-09-04 Andre Spiegel <spiegel@gnu.org>
5468
5469 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5470 vc-do-command.
5471
5472 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5473 when there are no changes.
5474
54752000-09-04 Andre Spiegel <spiegel@gnu.org>
5476
5477 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5478
5479 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5480
54812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5482
5483 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5484
5485 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5486 the `fset' outside of the defvar so that it works even if
5487 vc-prefix-map was already defined.
5488 (vc-setup-buffer): New function, split out of vc-do-command.
5489 (vc-do-command): Allow BUFFER to be t to mean `just use the
5490 current buffer without any fuss'.
5491 (vc-version-diff): Change the `diff' backend operation to just put
5492 the diff in the current buffer without erasing it. Always use
5493 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5494 shrink-window-if-larger-than-buffer.
5495 (vc-print-log): Change the `print-log' backend operation to just
5496 put the log in the current buffer without erasing it. Protect
5497 shrink-window-if-larger-than-buffer.
5498 (vc-update-change-log): Fix setd typo.
5499
5500 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5501 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5502
5503 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5504 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5505 CMP.
5506
5507 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5508 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5509 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5510
55112000-09-04 Andre Spiegel <spiegel@gnu.org>
5512
5513 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5514 not possible, use vc-BACKEND-workfile-unchanged-p.
5515 (vc-default-workfile-unchanged-p): New function. Delegates to a
5516 full vc-BACKEND-diff.
5517
5518 * vc-hooks.el (vc-simple-command): Removed.
5519
5520 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5521 instead of vc-simple-command.
5522 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5523 avoid doing a diff when opening a file.
5524 (vc-rcs-state): Added check for unlocked-changes.
5525 (vc-rcs-header): Escape Id.
5526 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5527 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5528 version.
5529
5530 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5531 (vc-sccs-diff): Remove optional arg CMP.
5532 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5533 SCCS-specific function.
5534
5535 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5536 vc-simple-command.
5537
55382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5539
5540 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5541 (with-vc-file, vc-merge): Use vc-editable-p.
5542 (vc-do-command): Remove unused var vc-file and fix the
5543 doubly-defined `status' var. Add a user message when starting an
5544 async command.
5545 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5546 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5547 Use with-current-buffer.
5548 (vc-buffer-sync): Use unless.
5549 (vc-next-action-on-file): If the file is 'edited by read-only,
5550 make it read-write instead of trying to commit.
5551 (vc-version-diff, vc-update-change-log): Use `setq
5552 default-directory' rather than `cd'.
5553 (vc-log-edit): Don't forget to set default-directory in the
5554 buffer.
5555
5556 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5557 (vc-sccs-state-heuristic): Use file-writable-p instead of
5558 comparing userids.
5559 (vc-sccs-checkout): Use `unless'.
5560
5561 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5562 of comparing userids.
5563 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5564 Simplify the logic by eliminating unreachable code.
5565 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5566 just do a recursive call if we need to retry.
5567 (vc-rcs-checkout): Handle the case where rcs is missing by making
5568 the buffer read-write if requested and re-signalling the error.
5569
5570 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5571
55722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5573
5574 * vc-hooks.el (vc-handled-backends): Docstring change.
5575 (vc-ignore-vc-files): Mark obsolete.
5576 (vc-registered): Check vc-ignore-vc-files.
5577 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5578 vc-ignore-vc-files.
5579
5580 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5581
55822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5583
5584 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5585 files since ange-ftp already has vc-registered return nil.
5586
5587 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5588 (vc-sccs-workfile-version): Use with-temp-buffer and new
5589 vc-parse-buffer and don't bother setting the property.
5590 (vc-sccs-add-triple): Use with-current-buffer and
5591 find-file-noselect.
5592 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5593
5594 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5595 derives from the old vc-parse-buffer but uses the revision number
5596 rather than the date (much easier to compare robustly).
5597 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5598 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5599 locking-user more directly. Check strict locking and set
5600 checkout-model appropriately.
5601 (vc-rcs-parse-locks): Remove.
5602 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5603 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5604 (vc-rcs-system-release): Use with-current-buffer and
5605 vc-parse-buffer.
5606 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5607
5608 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5609 (vc-simple-command): Docstring fix.
5610 (vc-registered): Align the way the file-handler is called with the
5611 way the function itself works.
5612 (vc-file-owner): Remove.
5613
5614 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5615 extraction of fields and call to file-attributes because of a
5616 temporary bug in rcp.el.
5617 (vc-cvs-fetch-status): Use with-current-buffer.
5618
56192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5620
5621 * vc.el (vc-do-command): Use file-relative-name.
5622 (vc-responsible-backend): Use vc-backend if possible.
5623 (vc-create-snapshot): Improve the `interactive' spec. Add support
5624 for branches and dispatch to backend-specific `create-snapshot'.
5625 (vc-default-create-snapshot): New function, containing the bulk of
5626 the old vc-create-snapshot.
5627 (vc-retrieve-snapshot): Improve the interactive spec.
5628
5629 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5630 (vc-backend-hook-functions): Remove.
5631 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5632 (vc-backend): Reintroduce the test for `file = nil' now that I
5633 know why it was there (and added a comment to better remember).
5634
5635 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5636 code from vc-sccs-hooks.el.
5637 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5638 'vc anymore.
5639 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5640 and file-directory-p instead of file-exists-p.
5641 (vc-sccs-check-headers): Simplify the regexp.
5642
5643 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5644 from vc-rcs-hooks.el. Don't require 'vc anymore.
5645 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5646 file-directory-p instead of file-exists-p.
5647
5648 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5649 from vc-cvs-hooks.el.
5650 (proto vc-cvs-registered): Require 'vc-cvs instead of
5651 'vc-cvs-hooks. Don't require 'vc anymore.
5652 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5653 file-directory-p instead of file-exists-p.
5654 (vc-cvs-create-snapshot): New function, replacing
5655 vc-cvs-assign-name.
5656 (vc-cvs-assign-name): Remove.
5657
56582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5659
5660 * vc-cvs.el (vc-cvs-header): New var.
5661
5662 * vc-rcs.el (vc-rcs-exists): Remove.
5663 (vc-rcs-header): New var.
5664
5665 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5666 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5667 (vc-sccs-header): New var.
5668
5669 * vc.el (vc-do-command): Get rid of the `last' argument.
5670 (vc-header-alist): Remove, replaced by vc-X-header.
5671 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5672 (vc-dired-hook): Use expand-file-name instead of concat.
5673 (vc-directory): Use file-name-as-directory.
5674 (vc-snapshot-precondition, vc-create-snapshot)
5675 (vc-retrieve-snapshot): Allow the command to operate on any
5676 directory.
5677
5678 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5679 just removing the 'WORKFILE argument or by removing the 'MASTER
5680 argument and replacing `file' with (vc-name file).
5681
56822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5683
5684 * vc.el: Update Copyright and add a crude list of backend funs.
5685 (vc-writable-p): New function.
5686 (with-vc-file): Use vc-writable-p.
7f8b6551 5687 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5688 (vc-register): Avoid vc-name.
5689 (vc-locking-user): Remove.
5690 (vc-steal-lock): Make the `owner' arg non-optional.
5691 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5692 vc-checkout-model.
5693 (vc-default-dired-state-info): Use vc-state instead of
5694 vc-locking-user and return special strings for special states.
5695 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5696 and get rid of one of the special CVS cases.
5697 (vc-cancel-version): prettify error message with \\[...].
5698 (vc-rename-master): New function.
5699 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5700 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5701 the CVS special case generic.
5702 (vc-default-record-rename): Remove.
5703 (vc-file-tree-walk-internal): Only call FUNC for files that are
5704 under control of some VC backend and replace `concat' with
5705 expand-file-name.
5706 (vc-file-tree-walk): Update docstring.
5707 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5708 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5709
5710 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5711 vc-sccs-record-rename. Use `find-file-noselect' rather than
5712 `find-file' and call `vc-rename-master' to do the actual move.
5713 (vc-sccs-diff): Remove unused `backend' variable.
5714
5715 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5716 to delay loading of vc-sccs until it is really used.
5717 (vc-sccs-master-templates): Preload.
5718 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5719 (vc-sccs-project-dir): Remove (merged into
5720 vc-sccs-search-project-dir).
5721 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5722 rather than `concat', make sure it is preloaded and don't bother
5723 to check that the file actually exists.
5724 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5725 `locks' argument (use buffer's content instead) and eliminate n^2
5726 behavior.
5727
5728 * vc-rcs.el: Update Copyright.
5729 (vc-rcs-rename-file): New function.
5730 (vc-rcs-diff): Remove unused `backend' variable.
5731
5732 * vc-hooks.el: Update Copyright.
5733 (vc-backend): Don't accept a nil argument any more.
5734 (vc-up-to-date-p): Turn into a defsubst.
5735 (vc-possible-master): New function.
5736 (vc-check-master-templates): Use `vc-possible-master' and allow
5737 funs in vc-X-master-templates to return a non-existent file.
5738
5739 * vc-cvs.el: Update Copyright.
5740 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5741 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5742
5743 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5744
57452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5746
5747 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5748 since it can be called from vc-rcs.el.
5749 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5750
57512000-09-04 Andre Spiegel <spiegel@gnu.org>
5752
5753 * vc.el (vc-version-diff): Expand file name read from the
5754 minibuffer. Handle the case when a previous version number can't
5755 be guessed. Give suitable messages when there were no differences
5756 found.
5757 (vc-clear-headers): Call backend-specific implementation, if one
5758 exists.
5759 (vc-cancel-version): Made error checks generic. When done, clear
5760 headers generically, too.
5761
5762 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5763 from vc-clear-headers in vc.el.
5764
5765 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5766 correctly.
5767 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5768 optional. Handle the case when it's not there.
5769
57702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5771
5772 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5773
57742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5775
5776 * vc-hooks.el (vc-loadup): Remove.
5777 (vc-find-backend-function): Use `require'. Also, handle the case
5778 where vc-BACKEND-hooks.el doesn't exist.
5779 (vc-call-backend): Cleanup.
5780
57812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5782
5783 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5784 vc-rcs-grab-templates)
5785 (vc-rcs-registered): Remove. The default function works as well.
5786 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5787 vc-sccs-grab-templates)
5788 (vc-sccs-registered): Remove. The default function works as well.
5789
5790 * vc.el (vc-version-diff): Left out a vc- in call to
5791 vc-call-backend.
5792 (vc-default-dired-state-info, vc-default-record-rename)
5793 (vc-default-merge-news): Update for the new backend argument.
5794
5795 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5796 using the default function.
5797 (vc-call-backend): If calling the default function, pass it the
5798 backend as first argument. Update the docstring accordingly.
5799 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5800 for the new backend argument.
5801 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5802 (vc-find-backend-function): Use the new name.
5803 (vc-default-registered): New function.
5804
58052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5806
5807 * vc.el (vc-merge): Use vc-find-backend-function.
5808
5809 * vc-hooks.el (vc-backend-functions): Remove.
5810 (vc-loadup): Don't setup 'vc-functions.
5811 (vc-find-backend-function): New function.
5812 (vc-call-backend): Use above fun and populate 'vc-functions
5813 lazily.
5814 (vc-backend-defines): Remove.
5815
58162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5817
5818 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5819 Call vc-call-backend without the leading vc-.
5820 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5821 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5822 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5823 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5824 Call vc-call-backend without the leading vc-.
5825
5826 * vc-cvs.el (tail): Provide vc-cvs.
5827 * vc-sccs.el (tail): Provide vc-sccs.
5828 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5829
5830 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5831 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5832 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5833 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5834 (vc-call-backend): Always try to load vc-X-hooks.
5835 (vc-registered): Remove vc- in call to vc-call-backend.
5836
58372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5838
5839 * vc.el (vc-process-filter): New function.
5840 (vc-do-command): Setup `vc-process-filter' for the async process.
5841 (vc-maybe-resolve-conflicts): New function to reduce
5842 code-duplication. Additionally, it puts the buffer in
5843 `smerge-mode' if applicable.
5844 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5845 calling `merge-news'.
7f8b6551 5846 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5847 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5848 interfacing to log-edit.el.
5849 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5850 log-edit is available.
5851 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5852
58532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5854
5855 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5856 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5857 defvar and the initialization.
5858 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5859
5860 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5861 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5862
7f8b6551 5863 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5864
58652000-09-04 Andre Spiegel <spiegel@gnu.org>
5866
5867 * vc.el (vc-file-clear-masterprops): Removed.
5868 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5869 (vc-version-diff): Use buffer-size without argument.
5870 (vc-register): Heed vc-initial-comment.
5871
5872 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5873 default branch.
5874
5875 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5876 file name and workfile version.
5877 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5878
5879 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5880 vc-file-clear-masterprops.
5881
5882 * vc-sccs.el (vc-sccs-checkout): Removed call to
5883 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5884 rather than user login name.
5885
5886
58872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5888
5889 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5890 `want-differences-if-changed' and simplify.
5891 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5892 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5893 output (which is invalid for async vc-diff) to decide whether to
5894 do the revert silently or not.
5895
58962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * vc-hooks.el (vc-loadup): Load files quietly.
5899 (vc-call-backend): Oops, brain fart.
5900
59012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5902
5903 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5904 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5905
59062000-09-04 Andre Spiegel <spiegel@gnu.org>
5907
5908 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5909 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5910 vc-state or vc-up-to-date-p.
5911 (vc-merge): Use vc-backend-defines to check whether merging is
5912 possible. Set state to 'edited after successful merge.
5913
5914 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5915 return that name. Redocumented.
5916
59172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5918
5919 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5920 new `vc-state' semantics.
5921 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5922 'vc-locking-user to the current user.
5923 (vc-merge): Inline vc-backend-merge. Comment out code that I
5924 don't understand and hence can't adapt to the new `vc-state' and
5925 `vc-locking-user' semantics.
5926 (vc-backend-merge): Remove.
5927
5928 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5929 rather than 'vc-locking-user.
5930
5931 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5932
5933 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5934 (vc-state): Don't use 'reserved any more. Just use the same
5935 convention as the one used for vc-<backend>-state where the
5936 locking user (as a string) is returned.
5937 (vc-locking-user): Update, based on the above convention. The
5938 'vc-locking-user property has disappeared.
7f8b6551 5939 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5940
5941 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5942 with a heuristic one.
5943 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5944 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5945 error. That allows us to get to 'needs-merge even in the
5946 stay-local case. There's still no way to detect 'needs-patch in
5947 such a setup (or to force an update for that matter).
5948 (vc-cvs-logentry-check): Remove, the default works as well.
5949
59502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5951
7f8b6551 5952 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5953
5954 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5955 major-mode in which the buffer might have been put earlier. Use
5956 `remove' and `when'. Allow `okstatus' to be `async' and use
5957 `start-process' in this case.
5958 (vc-version-diff): Handle the case where the diff looks empty
5959 because of the use of an async process.
5960
59612000-09-04 Andre Spiegel <spiegel@gnu.org>
5962
5963 * vc.el (vc-next-action-on-file): Removed optional parameter
5964 `simple'. Recompute state unconditionally.
5965 (vc-default-toggle-read-only): Removed.
5966
5967 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5968 (vc-toggle-read-only): Undid prev change.
5969
5970 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5971 vc-cvs-simple-toggle. Redocumented.
5972 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5973 (vc-cvs-toggle-read-only): Removed.
5974
59752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5976
7f8b6551 5977 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5978 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5979 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5980 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5981 still is. So maybe it should be removed.
5982 (vc-head-version, vc-find-binary): Remove.
5983 (vc-recompute-state): Move from vc-hooks.el.
5984 (vc-next-action-on-file): Add a `simple' argument to allow
5985 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5986 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5987 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5988 (vc-dired-mode-map): Properly defvar it.
5989 (vc-print-log): Call log-view-mode if available.
5990 (small-temporary-file-directory): defvar instead of use boundp.
5991 (vc-merge-news): Moved to vc-cvs.el.
5992 (vc-default-merge-news): New function.
5993
5994 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5995 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5996 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5997 unknown `vc-latest-version' function. It should probably refer to
5998 vc-workfile-version or somesuch, but it's very unclear to me and I
5999 don't have SCCS to test things.
6000
6001 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6002 (vc-sccs-state-heuristic): Fix typo.
6003 (vc-sccs-workfile-unchanged-p): Add missing argument.
6004
6005 * vc-rcs.el: Require vc and vc-rcs-hooks.
6006 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6007 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6008 (vc-release-greater-or-equal-p): Move from vc.
6009 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6010 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6011 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 6012 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
6013
6014 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6015 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6016 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6017 than the apparently unbound `workfile-version'.
6018
6019 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6020 (vc-file-prop-obarray): Use `make-vector'.
6021 (vc-backend-functions): Add new hookable functions
6022 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6023 (vc-loadup): If neither backend nor default functions exist, use
6024 the backend function rather than nil.
6025 (vc-call-backend): If the function if not bound yet, try to load
6026 the non-hook file to see if it provides it.
6027 (vc-call): New macro plus use it wherever possible.
6028 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6029 nor `vc-find-binary' since it's only called from
7f8b6551 6030 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
6031 (vc-checkout-model): Fix parenthesis.
6032 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6033
7f8b6551 6034 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
6035 (vc-cvs-release, vc-cvs-system-release): Remove.
6036 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6037 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6038 status symbols.
6039 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6040 (vc-cvs-toggle-read-only): First cut at a function to allow a
6041 cvs-status-free vc-toggle-read-only.
6042 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6043 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6044 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6045 (vc-cvs-checkout): Modify access rights directly if the user
6046 requested not to use `cvs edit'. And refresh the mode line.
6047
6048 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6049 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6050
60512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6052
6053 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6054 workfile' that got lost when the code was extracted from vc.el.
6055 And merged the tail with the rest of the code (not possible in the
6056 old vc.el where the tail was shared among all backends). And
6057 explicitly set the state to 'edited if `writable' is set.
6058
6059 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6060 (vc-cvs-state): Be careful to return the value from
6061 vc-cvs-parse-state.
6062 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6063 property but return it instead. Also be careful to handle a nil
6064 or "" `rev' when workfile is non-nil (it was handled properly when
6065 workfile was nil).
6066
6067 * vc.el: Removed those pesky unnecessary `(function' quotes.
6068 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6069 directly in the defvar.
6070 (vc-do-command): Bind inhibit-read-only so as to properly handle
6071 the case where the destination buffer has been made read-only.
6072 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 6073 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
6074 (vc-annotate-mode-variables): Removed (code moved partly to
6075 defvars and partly to vc-annotate-add-menu).
6076 (vc-annotate-mode): Turned into a derived-mode.
6077 (vc-annotate-add-menu): Moved in code in
6078 vc-annotate-mode-variables.
6079 (vc-update-change-log): Use make-temp-file if available.
6080
60812000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6082
6083 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6084 `vc-checkout-model' updated to `vc-cvs-update-model'.
6085
60862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6087
6088 * vc.el (vc-next-action-on-file): Added handling of state
6089 `unlocked-changes'.
6090 (vc-checkout-carefully): Is now practically obsolete, unless the
6091 above is too slow to be enabled unconditionally.
6092 (vc-update-change-log): Fixed typo.
6093
6094 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6095
7f8b6551
SM
6096 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6097 Now handles state `unlocked-changes'.
6098 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
6099
6100 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6101
6102 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6103 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6104 `unlocked-changes'.
6105 (vc-rcs-workfile-unchanged-p): Renamed from
6106 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6107 function yet, but supposed to become one soon.
6108
6109 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6110 `vc-steal-lock'.
6111 (vc-call-backend): Changed error message.
6112 (vc-state): Added description of state `unlocked-changes'.
6113
61142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6115
6116 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6117 always return t in CVS-controlled directories.
6118
6119 * vc.el (vc-responsible-backend): New function.
6120 (vc-register): Largely rewritten.
6121 (vc-admin): Removed (implementation moved into vc-register).
6122 (vc-checkin): Redocumented.
6123 (vc-finish-logentry): If no backend defined yet (because we are in
6124 the process of registering), use the responsible backend.
6125
6126 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6127 Updated function lists.
6128 (vc-call-backend): Fixed typo.
6129
7f8b6551
SM
6130 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6131 New functions.
6132 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6133 Removed query option. Redocumented.
7a004b71
GM
6134
61352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6136
6137 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6138
6139 * vc.el: Updated callers of `vc-checkout-required' to use
6140 `vc-checkout-model'.
6141
61422000-09-04 Martin Lorentzson <martinl@gnu.org>
6143
6144 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6145 stuff updated to reference this function instead of the old
6146 `vc-backend-release-p'.
6147
61482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6149
6150 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6151 vc-checkout-model. Return appropriate values. Updated callers.
6152
61532000-09-04 Martin Lorentzson <martinl@gnu.org>
6154
7f8b6551 6155 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
6156 (vc-backend-revert): Function moved into `vc-revert';
6157 `vc-next-action' must be updated to accomodate this change.
6158 (vc-backend-steal): Function moved into `vc-finish-steal'.
6159 (vc-backend-logentry-check): Function moved into
6160 `vc-finish-logentry'.
6161 (vc-backend-printlog): Function moved into `vc-print-log'.
6162 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6163 (vc-backend-assign-name): Function moved into
6164 `vc-create-snapshot'.
6165
61662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6167
6168 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
6169 Rename to vc-checkout-model. Return appropriate values.
6170 Update callers.
7a004b71 6171
7f8b6551 6172 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 6173 to vc-checkout-model.
7f8b6551
SM
6174 (vc-checkout-required): Rename to vc-checkout-model.
6175 Re-implement and re-comment.
7a004b71
GM
6176 (vc-after-save): Use vc-checkout-model.
6177
61782000-09-04 Martin Lorentzson <martinl@gnu.org>
6179
7f8b6551
SM
6180 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6181 Update to use the vc-BACKEND-diff functions instead.
6182 `vc-diff' is now working.
7a004b71 6183
7f8b6551 6184 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 6185
7f8b6551 6186 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
6187
6188 * vc-sccs.el (vc-sccs-diff): Function changed name from
6189 `vc-backend-diff'. This makes `vc-diff' work.
6190
7f8b6551 6191 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 6192 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 6193 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
6194 signaled during `vc-after-save'.
6195
7f8b6551
SM
6196 * vc.el: Fix typo.
6197 This checkin is made with our new VC code base for the very first time.
6198 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
6199
6200 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6201 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6202
6203 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6204 updated to `vc-uses-locking'.
7f8b6551 6205 (vc-checkout-required): Call to backend function.
7a004b71
GM
6206 `vc-checkout-required' updated to `vc-uses-locking' instead.
6207
6208 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6209 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6210
7f8b6551 6211 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 6212 to match the split into various backends.
7f8b6551 6213 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
6214 (vc-retrieve-snapshot): Bug fix.
6215
62162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6217
6218 * vc-sccs.el (vc-sccs-release): Doc fix.
6219
62202000-09-04 Martin Lorentzson <martinl@gnu.org>
6221
6222 * vc.el (vc-next-action-on-file): Bug found and fixed.
6223 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6224 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6225
6226 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6227 (vc-rcs-checkout): Name space cleaned up. No more revision number
6228 crunching function names that are not prefixed with vc-rcs.
6229 (vc-rcs-checkout-model): Function added. References to
6230 `vc-checkout-model' replaced.
6231
62322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6233
6234 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6235 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6236 still need to be split, and implemented for RCS).
6237
62382000-09-04 Martin Lorentzson <martinl@gnu.org>
6239
6240 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6241
6242 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6243 required by the vc.el file.
6244
6245 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6246 required by the vc.el file.
6247 (vc-rcs-exists): Function added.
6248
6249 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6250 required by the vc.el file.
6251
6252 * vc.el (vc-admin): Updated to handle selection of appropriate
6253 backend. Current implementation is crufty and need re-thinking.
6254
6255 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6256
62572000-09-04 Martin Lorentzson <martinl@gnu.org>
6258
6259 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6260 beginning of annotate buffers correctly.
6261
6262 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6263 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6264 functionality updated quite a lot to support multiple backends.
6265 Variables `vc-annotate-mode', `vc-annotate-buffers',
6266 `vc-annotate-backend' added.
6267
6268 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6269 `vc-annotate-difference' added to supported backend functions.
6270
62712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6272
6273 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6274 Use with-temp-file instead of /bin/sh. Merged from mainline
6275
62762000-09-04 Martin Lorentzson <martinl@gnu.org>
6277
6278 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6279
6280 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6281
6282 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6283
62842000-09-04 Martin Lorentzson <martinl@gnu.org>
6285
6286 * vc-hooks.el: vc-state-heuristic added to
6287 vc-backend-hook-functions.
6288
6289 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6290
6291 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6292
7f8b6551
SM
6293 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6294 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
6295 state to `reserved'.
6296
6297 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6298 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6299
63002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6301
7f8b6551 6302 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
6303 untouched.
6304
7f8b6551 6305 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 6306
7f8b6551 6307 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
6308 if defined. (Merged from main line, slightly adapted.)
6309
6310 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6311 millenium problem (merged from mainline).
6312
63132000-09-04 Martin Lorentzson <martinl@gnu.org>
6314
6315 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6316 part and moved the non-BACKEND stuff to vc.el.
6317
6318 * vc.el: Split the annotate feature into a BACKEND specific part
6319 and moved it from the vc-cvs.el file to this one.
6320
63212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6322
7f8b6551
SM
6323 * vc-hooks.el: Implement new state model.
6324 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6325 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 6326 locked by somebody else.
7f8b6551 6327 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
6328 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6329 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 6330 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 6331
7f8b6551
SM
6332 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6333 Various simplifications and adaptations all over the place.
7a004b71 6334
7f8b6551
SM
6335 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6336 Simplify and adapt the rest.
7a004b71 6337
7f8b6551 6338 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 6339 interaction with view mode according to recent RCS change.
7f8b6551 6340 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
6341
63422000-09-04 Martin Lorentzson <martinl@gnu.org>
6343
7f8b6551 6344 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
6345
63462000-09-04 Martin Lorentzson <martinl@gnu.org>
6347
6348 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6349 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6350 (vc-minor-part, vc-previous-version): Functions that operate and
6351 compare revision numbers got proper documentation. Comments added
6352 about their possible removal.
6353
63542000-09-04 Martin Lorentzson <martinl@gnu.org>
6355
6356 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6357 the vc-backend.el files.
6358
6359 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6360
6361 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6362 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6363 (vc-rcs-previous-version): Functions added.
6364
6365 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6366
6367 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6368
63692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6370
6371 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6372 Comment out the definition for now. What is the right procedure
7a004b71
GM
6373 to get rid of it?
6374 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6375 rewritten.
7f8b6551 6376 (vc-default-registered): Remove.
7a004b71
GM
6377 (vc-check-master-templates): New function; does mostly what the
6378 above did before.
6379 (vc-locking-user): Don't rely on the backend to set the property.
6380
6381 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6382 Rewrite documentation.
7a004b71
GM
6383 (vc-rcs-templates-grabbed): New variable.
6384 (vc-rcs-grab-templates): New function.
7f8b6551 6385 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6386
6387 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6388 Rewrite documentation.
7a004b71
GM
6389 (vc-sccs-templates-grabbed): New variable.
6390 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6391 (vc-sccs-registered): Rewrite to use above mechanism.
6392 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6393 Don't throw the result, simply return it.
7a004b71 6394
7f8b6551
SM
6395 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6396 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6397 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6398
7f8b6551 6399 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6400 from main line.
6401
64022000-09-04 Martin Lorentzson <martinl@gnu.org>
6403
7f8b6551 6404 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6405
7f8b6551 6406 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6407
7f8b6551
SM
6408 * vc-rcs.el (vc-rcs-diff): New function.
6409 (vc-rcs-checkout): Bug (typo) found and fixed.
6410 (vc-rcs-register-switches): New variable.
7a004b71
GM
6411
6412 * vc.el (vc-backend-diff): Function removed and placed in the
6413 backend files.
6414
64152000-09-04 Martin Lorentzson <martinl@gnu.org>
6416
6417 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6418
6419 * vc.el (vc-backend-checkout): Function removed and replaced in
6420 the vc-backend.el files.
6421
6422 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6423
6424 * vc.el (vc-backend-admin): Removed and replaced in the
6425 vc-backend.el files.
6426
6427 * vc.el (Martin): Removed all the annotate functionality since it
6428 is CVS backend specific.
6429
64302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6431
6432 * spec.txt: Added specification of vc-state.
6433
6434 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6435 Remove handling of vc-latest-version and
7a004b71
GM
6436 vc-your-latest-version. What used to be vc-latest-version, is now
6437 returned as vc-workfile-version.
7f8b6551 6438 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6439
64402000-09-04 Dave Love <fx@gnu.org>
6441
6442 * vc.el: [Merged from mainline.]
6443 (vc-dired-mode): Make the dired-move-to-filename-regexp
6444 regexp match the date, to avoid treating date as file size.
6445 Add YYYY S option to WESTERN/
6446
64472000-09-04 Dave Love <fx@gnu.org>
6448
6449 * vc.el: Require `compile' when compiling.
6450 (vc-logentry-check-hook): New option.
6451 (vc-steal-lock): Use compose-mail.
6452 (vc-dired-mode-map): Defvar when compiling.
6453 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6454 vc-sccs.el and renamed. Callers changed.
6455 (vc-backend-checkout, vc-backend-logentry-check)
6456 (vc-backend-merge-news): Doc fix.
6457 (vc-default-logentry-check): New function.
6458 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6459 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6460 (vc-backend-merge): Doc fix. Use backend functions.
6461 (vc-check-headers): Use backend functions.
6462
6463 * vc-cvs.el: Require vc when compiling.
6464 (vc-cvs-register-switches): Doc fix.
6465 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6466 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6467 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6468 New functions (code from vc.el).
6469 (vc-annotate-display-default): Fix interactive spec.
6470 (vc-annotate-time-span): Doc fix.
6471
6472 * vc-rcs.el: Require vc when compiling.
6473 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6474 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6475 (vc-rcs-checkin): New functions (code from vc.el).
6476 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6477 Doc fix.
6478 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6479
6480 * vc-sccs.el: Require vc when compiling.
6481 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6482 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6483 (vc-sccs-revert)
6484 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6485 from vc.el).
6486 (vc-sccs-add-triple, vc-sccs-record-rename)
6487 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6488 (vc-sccs-admin): Doc fix.
6489
64902000-09-04 Martin Lorentzson <martinl@gnu.org>
6491
6492 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6493 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6494 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6495 from vc.el.
6496
6497 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6498
6499 * vc-cvs.el: Moved the annotate functionality from vc.el.
6500 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6501
65022000-09-04 Dave Love <fx@gnu.org>
6503
6504 * vc.el (vc-backend-release): Call vc-system-release.
6505
6506 * vc-sccs.el (vc-sccs-system-release):
6507 Renamed from vc-sccs-backend-release.
6508
6509 * vc-rcs.el (vc-rcs-system-release):
6510 Renamed from vc-rcs-backend-release.
6511
6512 * vc-cvs.el (vc-cvs-system-release):
6513 Renamed from vc-cvs-backend-release.
6514
65152000-09-04 Dave Love <fx@gnu.org>
6516
6517 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6518 backend files.
6519 (vc-backend-release): Dispatch to backend functions.
6520 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6521 probably needs attention.]
6522
6523 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6524 (vc-sccs-backend-release): New function.
6525
6526 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6527 (vc-cvs-backend-release): New function.
6528
6529 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6530 Doc fix.
6531 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6532 (vc-default-dired-state-info): New function.
6533 (vc-dired-state-info): Dispatch to backends.
6534 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6535
6536 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6537 from vc.el and renamed.
6538
65392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6540
6541 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6542 (vc-version-other-window, vc-backend-assign-name): Removed
6543 references to vc-latest-version; sometimes changed into
6544 vc-workfile-version.
6545
6546 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6547 vc-rcs-master-workfile-version.
6548 (vc-rcs-workfile-version): Use the above. Don't call
6549 vc-latest-version (that was unreachable code, anyway).
6550 (vc-rcs-fetch-master-properties): Doc fix.
6551
6552 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6553 (vc-backend-hook-functions): Removed them from this list, too.
6554 (vc-fetch-properties): Removed.
6555 (vc-workfile-version): Doc fix.
6556
6557 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6558 (vc-rcs-workfile-version, vc-rcs-locking-user)
6559 (vc-rcs-uses-locking): Use it.
6560
6561 * vc-hooks.el (vc-consult-rcs-headers):
6562 Moved into vc-rcs-hooks.el, under the name
6563 vc-rcs-consult-headers.
6564
6565 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6566 headers.
6567 (vc-cvs-find-master): Use this name only; correct different
6568 versions of the name.
6569
6570 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6571 New functions.
6572 (vc-sccs-locking-user): Use the latter.
6573
6574 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6575 New functions.
6576
6577 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6578 Moved into both
6579 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6580 functions are implementation details of those two backends.
6581
65822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6583
6584 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6585 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6586
6587 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6588 (vc-sccs-parse-locks): SCCS-specific code moved here from
6589 vc-hooks.
6590
6591 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6592 code moved here from vc-hooks.
6593
6594 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6595 into back-end specific parts and removed. Callers not updated
6596 yet; because I guess these callers will disappear into back-end
6597 specific files anyway.
6598
65992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6600
6601 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6602 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6603 `vc-uses-locking'.
6604
6605 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6606 Store yes/no in the property, and return t/nil. Updated all
6607 callers.
6608
6609 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6610 vc-sccs-uses-locking. Don't set property.
6611 (vc-sccs-locking-user): Don't set property.
6612
6613 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6614 vc-cvs-uses-locking. Don't set property here; leave that to
6615 vc-hooks.
6616 (vc-cvs-locking-user): Reflect above change. Streamlined.
6617
6618 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6619 vc-rcs-uses-locking.
6620 (vc-rcs-locking-user): Reflect above change.
6621
66222000-09-04 Dave Love <fx@gnu.org>
6623
6624 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6625
6626 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6627
6628 * vc-hooks.el (vc-checkout-model): Punt to backends.
6629
6630 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6631
6632 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6633
6634 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6635 New functions.
6636
6637 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6638 New functions.
6639
6640 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6641 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6642
6643 * vc-hooks.el (vc-default-locking-user): New function.
6644 (vc-locking-user, vc-workfile-version): Punt to backends.
6645
66462000-09-04 Dave Love <fx@gnu.org>
6647
6648 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6649 (vc-master-workfile-version): Moved from vc-hooks.
6650
6651 * vc-rcs-hooks.el: Fix duplicate code in last change.
6652
6653 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6654 (vc-rcs-master-templates): Improve :type.
6655 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6656 vc-master-workfile-version): Moved from vc-hooks.
6657
6658 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6659 (vc-sccs-master-templates): Improve :type.
6660 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6661
6662 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6663
6664 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6665 (vc-cvs-master-templates): Improve :type. Use
6666 vc-cvs-find-cvs-master.
6667 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6668 from vc-hooks.
6669 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6670
6671 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6672 Moved to vc-cvs-hooks.
6673
6674 * vc-hooks.el: Add doc strings in various places. Simplify the
6675 minor mode setup.
6676 (vc-handled-backends): New user variable.
6677 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6678 simplification.
6679
66802000-09-04 Dave Love <fx@gnu.org>
6681
6682 * vc.el: Some doc fixes for autoloaded and interactive functions.
6683 Fix compilation warnings from ediff stuff.
6684 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6685
6686 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6687
6688 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6689
6690 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6691
66922000-09-04 Dave Love <fx@gnu.org>
6693
6694 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6695 New variable.
6696 (vc-make-backend-function, vc-loadup, vc-call-backend)
6697 (vc-backend-defines): New functions.
6698
6699 * vc-hooks.el: Various doc fixes.
6700 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6701 (vc-match-substring): Function removed. Callers changed to use
6702 match-string.
6703 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6704 Simplify.
6705
67062000-09-04 Dave Love <fx@gnu.org>
6707
6708 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6709 type.
6710 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6711 (vc-sccs-registered): Doc fix.
6712
6713 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6714 (vc-cvs-registered): Doc fix.
6715
6716 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6717 (vc-rcs-registered): Doc fix.
6718
67192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6720
6721 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6722
6723 * vc-hooks.el: vc-registered has been renamed
6724 vc-default-registered. Some functions have been moved to the
6725 backend specific files. they all support the
6726 vc-BACKEND-registered functions.
6727
67282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6729
6730 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6731
6732 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6733
a033ea13
DL
67342000-09-04 Dave Love <fx@gnu.org>
6735
179fc9ef
DL
6736 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6737 menu-bar-update-hook.
6738
6739 * help.el (help-manyarg-func-alist): Add
6740 find-operation-coding-system.
6741
a033ea13
DL
6742 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6743
6744 * custom.el (custom-set-variables): Print message about errors in
6745 setting.
6746
f8803e97
AI
67472000-09-03 Andrew Innes <andrewi@gnu.org>
6748
6749 * makefile.w32-in: Change to DOS line endings.
6750
59836110
EZ
67512000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6752
6753 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6754 minor-mode keymaps, if they don't have one.
6755
5514ba5c
EZ
67562000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6757
6758 * eshell/esh-module.el (eval-when-compile): Don't lose if
6759 esh-module.el's file name is truncated to DOS 8+3 limits.
6760
79cf8e80
JW
67612000-09-01 John Wiegley <johnw@gnu.org>
6762
6763 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6764 predicate, which caused entries in the completion list to be
6765 doubled.
6766
67672000-08-30 John Wiegley <johnw@gnu.org>
6768
6769 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6770 sending to subprocesses. Also, hook pre-command-hook if
6771 `eshell-send-direct-to-subprocesses' is non-nil.
6772 (eshell-send-direct-to-subprocesses): New config variable. If t,
6773 subprocess input is send immediately.
6774 (eshell-toggle-direct-send): New function.
6775 (eshell-self-insert-command): New function.
6776 (eshell-intercept-commands): New function.
6777 (eshell-send-input): If direct subprocess sending is enabled,
6778 don't echo any input to the Eshell buffer. Let the subprocess
6779 handle that. This requires "stty echo" in bash, for example.
6780
67812000-08-28 John Wiegley <johnw@gnu.org>
6782
6783 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6784 completion function for Eshell's implementation of `unset'.
6785
778911b9
EZ
67862000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6787
6788 * info.el (Info-directory-list): Doc fix.
6789
05d07b49
PB
67902000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6791
9b4a7800 6792 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6793 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6794
9941d4c7
KH
67952000-08-31 Kenichi Handa <handa@etl.go.jp>
6796
6797 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6798 coding systems.
6799
af9ba8ad
AI
68002000-08-30 Andrew Innes <andrewi@gnu.org>
6801
6802 * timer.el (run-with-idle-timer): Undo last change, so that timer
6803 is not activated immediately if Emacs is already idle. Some
6804 existing code relies on this behaviour.
6805
caccd8f2
MB
68062000-08-30 Miles Bader <miles@gnu.org>
6807
6808 * frame.el (set-frame-font): Do completion of font-name for
6809 interactive use.
6810
b64c0a1c
KH
68112000-08-30 Kenichi Handa <handa@etl.go.jp>
6812
6813 * international/quail.el (quail-start-translation): Bind locally
6814 last-command-event, last-command, and this-command.
6815 (quail-start-conversion): Likewise.
75cf0095 6816 (quail-self-insert-command): Fix docstring.
b64c0a1c 6817
fd5f61d3
GM
68182000-08-29 Gerd Moellmann <gerd@gnu.org>
6819
6820 * progmodes/executable.el
6821 (executable-make-buffer-file-executable-if-script-p): Check that
6822 buffer contains at least 2 characters.
6823
5b671d04
EZ
68242000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6825
6826 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6827
485d9513
DL
68282000-08-29 Dave Love <fx@gnu.org>
6829
a39fb83d
DL
6830 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6831 (diff-mode-shared-map): Bind mouse-2.
6832 (diff-imenu-generic-expression): New variable.
6833 (diff-mode): Use it.
6834
485d9513
DL
6835 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6836 (mouse-popup-menubar): Add minor mode menus.
6837 (popup-menu): Check for lookup-key returning number.
6838
ba3478d9
MB
68392000-08-29 Miles Bader <miles@gnu.org>
6840
6841 * comint.el (comint-send-input): Create overlays using the proper
6842 front/read-advance arguments.
9b4a7800 6843
c3d6d211
GM
68442000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6845
6846 * ps-print.el: Even/odd pages printing. Doc fix.
6847 (ps-print-version): New version number (6.0).
6848 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6849 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6850 (ps-print-duplex-feature): Variable eliminated.
6851 (ps-even-or-odd-pages): New variable.
6852
ba087cd7 6853 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6854 (ebnf-version): New version (3.3).
6855 (ebnf-user-arrow): Change variable customization to sexp.
6856 (ebnf-user-arrow): Function eliminated.
6857 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6858
d313265f
KH
68592000-08-29 Kenichi Handa <handa@etl.go.jp>
6860
cba62b78 6861 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6862 (help-make-xrefs): Handle help-xref-mule-regexp.
6863
6864 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6865 variable.
6866 (describe-input-method): Temporarily activate the specfied input
6867 method to display the information.
6868 (describe-language-environment): Hyperlinks to mule related items.
6869
6870 * international/mule-diag.el (charset-multibyte-form-string): New
6871 function.
6872 (list-character-sets-1): Use charset-multibyte-form-string.
6873 (describe-character-set): New function.
6874 (describe-coding-system): Hyperlinks to safe character sets.
6875
6876 * international/quail.el (quail-help): New arg PACKAGE.
6877 Hyperlinks to mule related items.
6878 (quail-help-insert-keymap-description): Use
6879 substitute-command-keys instead of describe-bindings.
6880 (quail-translation-help): Hyperlinks to mule related items.
6881
b4bd214e
JW
68822000-08-28 John Wiegley <johnw@gnu.org>
6883
ca7aae91
JW
6884 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6885 have a defsubst call itself. Made `eshell-flatten-list' back into
6886 a function again.
6887
b4bd214e
JW
6888 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6889 catch, in case re-centering point at bottom messes up the display.
6890 This happens frequently in Emacs 21, due I believe to variable
6891 line heights.
6892
6893 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6894 to call `find-tag-interactive'.
6895
6896 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6897 the list of remember directories.
6898
d44e146b
JW
68992000-08-28 John Wiegley <johnw@gnu.org>
6900
6901 * align.el: Test align-region-separate to see if it's a symbol.
6902
546c0888 69032000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6904
6905 * eshell/esh-util.el (eshell-flatten-list): Made this function
6906 into a defsubst form. It gets used very frequently, although
6907 calls don't occur all that often.
6908
6909 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6910 examining it.
6911
6912 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6913 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6914 `eshell-protect'.
6915 (eshell-copy-handles): Created a new macro for duplicating the
6916 current set of open handles. This is needed by the looping
6917 functions.
6918 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6919 is not incorrectly stomped on.
6920
6921 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6922 declaration for pcomplete-use-paring.
6923 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6924 value of eshell-cmpl-use-paring.
6925 * pcomplete.el (pcomplete-use-paring): New config variable, to
6926 indicate whether paring should be used.
6927 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6928 completion alternatives that have already been used.
6929
6930 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6931 bound to C-c C-y, which will repeat the previous N arguments
6932 (based on prefix argument).
6933 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6934
6935 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6936 if there is no *Help* buffer. This is for XEmacs, which renames
6937 its help buffers uniquely. TODO: Find out what the current buffer
6938 name to delete is.
6939
6940 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6941 first entry that correlates to a passwd/group number. Later
6942 entries (used for group/user name aliasing to multiple IDs) are
6943 ignored.
6944
9b4a7800
TTN
6945 * eshell/em-xtra.el (eshell/expr):
6946 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6947 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6948 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6949 argument list, before passing it to the system command.
6950
6951 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6952 `find-tag' for use at final position in Eshell buffers (which
6953 otherwise triggers an error on Emacs 21).
6954 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6955 buffer, if it is currently bound to `find-tag'.
6956
6957 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6958 in the list of matched Makefile names.
6959 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6960 directory, prefer its contents to Makefile.
6961
6962 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6963 directory parts (like "cd old new", or "cd =regexp"), are now case
6964 sensitive on non-Windows/DOS platforms.
6965
6966 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6967 types RET after an open delimiter (like "), display a message
6968 indicating that Eshell is waiting for the closing delimiter.
6969
6970 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6971 environment variables.
6972
6973 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6974 gracefully if the user enters incorrect arguments.
6975
6976 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6977 Eshell buffers.
6978
9b4a7800
TTN
6979 * eshell/esh-var.el (eshell-interpolate-variable):
6980 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6981 * eshell/em-unix.el (eshell-du-sum-directory):
6982 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6983 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6984 (not (= ...)).
6985
6986 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6987 to ensure the `preserve' flag gets propagated when doing recursive
6988 directory copies.
6989
546c0888 69902000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6991
6992 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6993 Don't convert \n into \0177 in memory.
6994 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6995 and back again, when reading and writing.
9b4a7800 6996
546c0888 69972000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6998
6999 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7000 testing of `fboundp' on `processp'.
7001
7002 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7003 (eshell/jobs): Don't call process-list if it is not bound.
7004 (eshell-gather-process-output): Support systems where async
7005 subprocesses aren't supported.
7006 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7007 variables.
7008
7009 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7010 eshell-do-eval returns t.
7011 (eshell-do-pipelines-synchronously): New defmacro.
7012 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7013 when async subprocesses aren't supported.
7014 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7015 if async subprocesses aren't supported.
7016 (eshell-resume-command): Don't assume STATUS is a string.
7017
7018 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7019
7020 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7021 (eshell-close-target, eshell-get-target): Use eshell-processp.
7022 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7023 fix.
7024 (eshell-get-target, eshell-create-handles): Doc fix.
7025
546c0888 70262000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 7027
546c0888 7028 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
7029 criterion to include commands that output something, as long as it
7030 leaves both the command and the end-of-buffer visible when the
7031 command has exited.
7032 (eshell-review-quick-commands): Adjust the help doc string
7033 accordingly.
7034
2a371c3b
PB
70352000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7036
8348e1f9 7037 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 7038 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 7039
9b4a7800 7040 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
7041 (file-cache-assoc-function): New variable
7042 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7043 Use file-cache-case-fold-search variable
7044 (file-cache-add-file): Use file-cache-assoc-function
7045 (file-cache-delete-file): likewise
7046 (file-cache-directory-name): likewise
7047 (file-cache-debug-read-from-minibuffer): likewise
7048
95931eb1
GM
70492000-08-28 Gerd Moellmann <gerd@gnu.org>
7050
7051 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7052 (abbrev-table-name): New function.
7053 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7054 If non-nil list local abbrev, only.
7055
bb17930d
GM
70562000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7057
546c0888
EZ
7058 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7059 from Gnus support code, and use special article copy buffer
bb17930d
GM
7060 `(gnus-original-article-buffer)' instead. This allows to get rid
7061 of article-hide-headers usage (which breaks in the latest Gnus
7062 version). Thanks to Detlev Zundel.
7063
41a68aef
KH
70642000-08-28 Kenichi Handa <handa@etl.go.jp>
7065
7066 * international/quail.el (quail-use-package): Hide "... loaded"
7067 message.
7068 (quail-start-translation, quail-start-conversion): Likewise.
7069
7070 * international/kkc.el (kkc-region): Hide "... loaded" message.
7071
28bb2cef
DL
70722000-08-27 Dave Love <fx@gnu.org>
7073
7074 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7075
11a1118d
MB
70762000-08-27 Miles Bader <miles@gnu.org>
7077
7078 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7079
0f85d477
KH
70802000-08-27 Kenichi Handa <handa@etl.go.jp>
7081
7082 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7083 'ja-dic-cnv), not (require 'skkdic-cnv).
7084
2d73e8d3
MB
70852000-08-26 Miles Bader <miles@gnu.org>
7086
a0e5a5a4
MB
7087 * faces.el (face-x-resources): Add entry for :inherit.
7088 * cus-face.el (custom-face-attributes): Add support for :inherit
7089 attribute. Add support for relative face heights.
7090 (custom-face-attributes-get): Treat `nil' as being a default value
7091 for :inherit (as well as `unspecified').
7092
19feb949
MB
7093 * faces.el (set-face-attribute): Update doc string.
7094 (face-attribute-name-alist): Add :inherit.
7095 (face-valid-attribute-values): Handle :inherit.
7096 (face-read-string): Rephrase prompt to be less confusing.
7097 Assume that DEFAULT is a string, since we must return a string.
7098 (face-read-integer): Use `format' to turn DEFAULT into an
7099 acceptable default for face-read-string. Match NEW-VALUE against
7100 the string "unspecified", not the symbol `unspecified', since
7101 that's what face-read-string returns.
7102 (read-face-attribute): Lookup a name for old-value in valid, and
7103 use it as a default if we find one. Treat all values from
7104 face-read-string as strings. If the default is used, don't do any
7105 more processing on the value, just use the old value directly.
7106 (read-face-and-attribute, modify-face): Tweak prompt.
7107 (read-face-name): Don't assume prompt ends with a space.
7108
2d73e8d3
MB
7109 * faces.el (describe-face): Add support for :inherit attribute.
7110
a1a2e38f
KH
71112000-08-25 Kenichi Handa <handa@etl.go.jp>
7112
e84fa7c5
KH
7113 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7114 concat doesn't accept interger.
7115
a1a2e38f
KH
7116 * international/kkc.el: Remove SKK from Keywords. Require
7117 ja-dic-utl instead of skkdic-utl.
7118
7119 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7120 Provide ja-dic-cnv instead of skkdic-cnv.
7121 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7122 (iso-2022-7bit-short): Add safe-charsets property.
7123 (skkdic-convert-postfix): Search Japanese chou-on character in
7124 addition to Hiragana character.
7125 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7126 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7127 (batch-skkdic-convert): Likewise.
7128
7129 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7130 Provide ja-dic-utl instead of skkdic-utl.
7131 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7132
f6499c03
DL
71332000-08-24 Dave Love <fx@gnu.org>
7134
1c2c3f16
DL
7135 * disp-table.el (standard-display-default): Make the test of `l'
7136 useful.
7137
f6499c03
DL
7138 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7139 mod sample text.
7140
7141 * international/iso-ascii.el: Make pilcrow convenient string
7142 consistent with section.
7143 (iso-ascii-display): Set up multibyte characters as well as
7144 unibyte.
7145
c543db81
KH
71462000-08-24 Kenichi Handa <handa@etl.go.jp>
7147
7148 * international/mule-cmds.el (reset-language-environment): Set
7149 default-process-coding-system to '(undecided . iso-latin-1), which
7150 makes process I/O almost consistent with file I/O. Call this
7151 function when mule-cmds.el[c] is loaded.
7152
746d9caf
AI
71532000-08-22 Andrew Innes <andrewi@gnu.org>
7154
7155 * makefile.w32-in: New file.
7156
5484005d
MB
71572000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7158
7159 * comint.el (comint-output-filter): Compare end of
7160 comint-last-output-overlay with the start of the newly inserted
7161 text, not the end, when deciding whether to extend it.
9b4a7800 7162 Set saved-point's insertion type to advance after insertion.
5484005d
MB
7163
7164 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7165 since this is now done independently of font-lock mode.
7166
7a912f63
GM
71672000-08-21 Gerd Moellmann <gerd@gnu.org>
7168
7169 * server.el (server-kill-new-buffers): New user option.
7170 (server-existing-buffer): New buffer-local variable.
7171 (server-visit-files): When using an existing buffer, set
7172 server-existing-buffer to t.
7173 (server-buffer-done): If server-kill-new-buffers is t, kill the
7174 buffer, unless it was already present before visiting it with
7175 Emacs server.
9b4a7800 7176
240301df
EZ
71772000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7178
7179 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7180 even if the display doesn't support colors: some displays will
7181 support bold/underline faces.
7182
cbcef616
GM
71832000-08-21 Gerd Moellmann <gerd@gnu.org>
7184
6917e6bb
GM
7185 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7186
cbcef616
GM
7187 * startup.el (command-line): If user's init file had an error,
7188 add explanatory text to *Messages*.
7189
6922b018
KH
71902000-08-21 Kenichi Handa <handa@etl.go.jp>
7191
7192 * man.el (Man-getpage-in-background): Decode the process output by
7193 the system locale coding system.
7194
e50c4203
DL
71952000-08-20 Dave Love <fx@gnu.org>
7196
96ab6351
DL
7197 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7198 Don't test x-popup-menu.
7199 (function) <complete-function>: Complete only fbound symbols.
7200 <validate, value>: New.
7201 (variable) <complete-function>: Complete only bound symbols.
7202 (coding-system): Add :base-only, :complete-function, :validate,
7203 :value, :prompt-match.
7204 (widget-coding-system-prompt-value): Use read-coding-system and
7205 act on :base-only.
7206 (editable-field): Add :help-echo.
7207 (widget-push-button-gui, widget-push-button-cache)
7208 (widget-gui-action, widget-editable-list-gui): COmment out, along
7209 with uses.
7210 (widget-at): Make arg optional.
7211 (widget-echo-help): Adjust for current help-echo calling sequence.
7212 (widget-specify-field, widget-specify-button)
7213 (widget-specify-insert, widget-get-sibling, widget-image-find)
7214 (widget-convert, widget-insert, widget-leave-text)
7215 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7216 (widget-setup, widget-field-find, widget-before-change)
7217 (widget-after-change, widget-default-complete)
7218 (widget-default-create, widget-default-delete)
7219 (widget-push-button-value-create, editable-field)
7220 (widget-field-prompt-value, widget-field-validate)
7221 (widget-choice-value-create, widget-choice-action)
7222 (widget-choice-validate, widget-checklist-add-item)
7223 (widget-radio-add-item, widget-radio-chosen)
7224 (widget-radio-value-inline, widget-editable-list-value-create)
7225 (widget-editable-list-entry-create)
7226 (widget-documentation-link-add)
7227 (widget-documentation-string-value-create)
7228 (widget-regexp-validate, widget-file-complete)
7229 (widget-sexp-validate, widget-plist-convert-widget)
7230 (widget-plist-convert-widget, widget-alist-convert-widget)
7231 (widget-alist-convert-widget, widget-color-complete): Simplify,
7232 particularly to avoid bindings which aren't optimized out.
7233
e50c4203
DL
7234 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7235 Doc fix.
7236 (down-list, backward-up-list, up-list, kill-sexp)
7237 (backward-kill-sexp, mark-sexp): Make arg optional.
7238 (lisp-complete-symbol): Add optional arg PREDICATE.
7239
7240 * cus-start.el: Add display-buffer-reuse-frames,
7241 file-coding-system-alist.
7242
511bd4eb
GM
72432000-08-20 Gerd Moellmann <gerd@gnu.org>
7244
7245 * startup.el (command-line): Clear realized faces after
7246 modifying TTY color mappings.
7247
a9de7d29
MB
72482000-08-20 Miles Bader <miles@gnu.org>
7249
7250 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7251 merely a subset of FACE's attributes.
7252
8a8023d9
MB
72532000-08-19 Miles Bader <miles@gnu.org>
7254
7255 * comint.el (comint-output-filter): Save the point with a marker,
7256 not just a buffer position.
7257
7258 * international/mule.el (set-buffer-process-coding-system): Make
7259 interactive prompt less confusing.
7260
1433385f
GM
72612000-08-19 Gerd Moellmann <gerd@gnu.org>
7262
7263 * hilit-chg.el: General cleanup of doc strings, comments and
7264 code formatting.
7265
136b4eda
MB
72662000-08-19 Miles Bader <miles@gnu.org>
7267
7268 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7269 Compiler macro removed; beginning-of-line is no longer always
7270 equivalent to forward-line, in the presence of fields.
7271
7272 * comint.el (comint-output-filter): Remove ad-hoc saving of
7273 restriction, and just use save-restriction, now that it works
7274 correctly. Don't adjust comint-last-input-start to account for
7275 our insertion; it shouldn't have moved because we don't use
7276 insert-before-markers anymore. Comment out call to
7277 `force-mode-line-update'; why is it here?
7278
7279 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7280 while checking for prompt to delete. Use `forward-line 0'
7281 instead of beginning-of-line.
7282 (gud-filter): Temporarily widen gud comint buffer while
7283 examining output.
7284
cdd0f857
SM
72852000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7286
ebf96bfa
SM
7287 * progmodes/sh-script.el: Big bag of typos.
7288
cdd0f857
SM
7289 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7290 check since ispell-process is not bound when ispell is not yet loaded.
7291
9bb7a286
DL
72922000-08-18 Dave Love <fx@gnu.org>
7293
7294 * image.el (find-image): Copy `spec' before using plist-put.
7295
74ec6045
GM
72962000-08-18 Gerd Moellmann <gerd@gnu.org>
7297
7298 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7299 `portugues'.
7300
7301 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7302 backward-kill-sexp, analogous to kill-sexp.
7303
7304 * progmodes/icon.el (icon-indent-line)
7305 (icon-is-continuation-line): Handle comments specially.
7306
73072000-08-17 Ken Stevens <k.stevens@ieee.org>
7308
7309 * ispell.el: Set to standard author/maintainer/keyword fields.
7310 Fine tuning to menu map appearance and operation, and added help.
7311 Remove `start' and `end' error messages when compiling.
7312 (ispell-choices-win-default-height): Fixed comment string.
7313 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7314 castellano8 dictionaries.
7315 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7316 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7317 dictionary, added italiano dictionary.
7318 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7319 word character
7320 (ispell-tex-skip-alists): Added psfig support.
7321 (ispell-skip-html): Renamed from ispell-skip-sgml.
7322 (ispell-begin-skip-region-regexp, ispell-skip-region)
7323 (ispell-minor-check): Improved html skipping support to skip across
7324 code, and recognize `&' commands without propper `;' syntax;
7325 (ispell-process-line): Fix alignment error when manually
7326 correcting spelling.
7327 (ispell): Fix comment string.
7328 (ispell-add-per-file-word-list): Always put word list on new line.
7329
3787e12e
GM
73302000-08-17 Gerd Moellmann <gerd@gnu.org>
7331
a7b28523
GM
7332 * format.el (format-encode-run-method): Fix error message to say
7333 `encode' instead of `decode'. Use save-window-excursion around
7334 shell-command-on-region as in format-decode-run-method because
7335 shell-command-on-region can display a buffer with error output.
7336 (format-decode): Don't record undo information for the decoding.
7337 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7338 that number part of the temporary buffer name so that more than
7339 one decoding using a temporary buffer can happen safely.
7340
7341 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7342 of `A-z' in the regexp.
7343
7344 * hilit-chg.el: Fix typos in commentary.
7345
3787e12e
GM
7346 * help.el (view-emacs-news): Rewritten for new naming scheme
7347 for old NEWS files.
7348
7349 * startup.el (command-line): Pop to *Messages* in case an error
7350 is signaled while loading user-init-file.
7351
d2473540
AS
73522000-08-17 Andreas Schwab <schwab@suse.de>
7353
7354 * files.el (insert-directory): Don't lose original file name,
7355 undoing an undocumented change.
7356
c0bbaf57
GM
73572000-08-17 Alex Schroeder <alex@gnu.org>
7358
7359 * sql.el (sql-magic-go): Use comint-bol.
7360 (sql-copy-column): Use comint-line-beginning-position.
7361 (comint-line-beginning-position): Define a replacement for
7362 comint-line-beginning-position if it is not fboundp.
7363
73642000-08-17 Alex Schroeder <alex@gnu.org>
7365
7366 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7367 it didn't have any effect anyway.
7368
73692000-08-17 Alex Schroeder <alex@gnu.org>
7370
7371 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7372 --pset and pager=off instead of sending \\o|cat at the beginning
7373 of the session.
7374
9d245da5
MB
73752000-08-17 Miles Bader <miles@gnu.org>
7376
7377 * progmodes/octave-inf.el: Add compatibility definition of
7378 comint-line-beginning-position.
7379
abfdbd2e
KH
73802000-08-17 Kenichi Handa <handa@etl.go.jp>
7381
7382 * startup.el (normal-top-level): Look in each dir in load-path for
7383 a leim-list.el file too. This assures of loading leim-list.el
7384 that is created at Emacs installation time even if a user have his
7385 own leim-list.el.
7386
a0b8c939
MB
73872000-08-17 Miles Bader <miles@gnu.org>
7388
7389 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7390 foreground color to black if the background is dark.
7391
7382bcae
SM
73922000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7393
7394 * loadhist.el (unload-feature): Typo.
7395
9b4a7800 7396 * finder.el (finder-compile-keywords):
7382bcae
SM
7397 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7398 to the generated file.
7399
7400 * mail/mh-e.el (mh-make-local-vars):
7401 Replace make-variable-buffer-local with make-local-variable.
7402
cdd0f857 7403 * play/landmark.el:
7382bcae 7404 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7405 * mail/mailabbrev.el (mail-abbrevs-mode):
7406 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7407 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7408
7409 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7410
7411 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7412 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7413 Allow going past the last element.
9b4a7800 7414 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7415 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7416 (cvs-mouse-toggle-mark): Don't move point.
7417 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7418
7419 * progmodes/compile.el (grep): Provide a default set of files.
7420 (next-error): Docstring fix.
7421 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7422
7423 * emacs-lisp/easy-mmode.el (define-minor-mode):
7424 Use `symbol-value' to keep the byte-compiler quiet.
7425
7426 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7427 (diff-find-source-location): New fun, extracted from diff-goto-source.
7428 (diff-goto-source): Use it.
7429 (diff-next-complex-hunk, diff-filter-lines): New function.
7430 (diff-apply-hunk): New command.
7431
7432 * smerge-mode.el (smerge-mode-menu): Doc fix.
7433
7434 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7435
4f00b8c1
DL
74362000-08-16 Dave Love <fx@gnu.org>
7437
2b5198bb
DL
7438 * windmove.el (windmove) <defgroup>: Add :version.
7439
7440 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7441 (goto-address-fontify-p, goto-address-highlight-p)
7442 (goto-address-url-face, goto-address-url-mouse-face)
7443 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7444 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7445 (goto-address-fontify, goto-address-at-mouse): Simplify,
7446 (goto-address-at-point): browse-url-url-at-point,
7447 goto-address-find-address-at-point can return nil.
7448 (goto-address-find-address-at-point): Return nil on failure.
7449
7450 * align.el (align) <defgroup>: Add :version.
7451
7452 * calculator.el (calculator): Add :version.
7453 (calculator): Use two lines for calculator window if `modeline'
7454 face is boxed.
7455
4f00b8c1
DL
7456 * play/5x5.el: Doc fixes.
7457 (5x5) <defgroup>: Add :version.
7458
7459 * play/fortune.el (fortune) <defgroup>: Add :version.
7460 (fortune-append): Fix error message.
7461 (fortune-from-region): Doc fix.
7462
7463 * play/pong.el (pong): Doc fix.
7464
7465 * play/morse.el: Keywords, commentary, autoloads.
7466
69db7ee7
EZ
74672000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7468
7469 * desktop.el (desktop-save): Don't look at symbol-value of a
7470 member of minor-mode-alist, unless it is boundp.
7471
10e1dad9
SS
74722000-08-16 Sam Steingold <sds@gnu.org>
7473
a0b8c939 7474 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7475 `while'; use `with-current-buffer' instead of `save-excursion'.
7476 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7477
9d7bcb2e
KH
74782000-08-16 Kenichi Handa <handa@etl.go.jp>
7479
7480 * international/ccl.el (declare-ccl-program): Docstring modified.
7481 (ccl-execute-with-args): Likewise.
7482
04231ab8
MB
74832000-08-16 Miles Bader <miles@gnu.org>
7484
9d245da5 7485 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7486 comint-line-beginning-position.
7487
f68446ef
GM
74882000-08-15 Gerd Moellmann <gerd@gnu.org>
7489
dc28878c
GM
7490 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7491 'buffer-menu' property.
7492 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7493 fails.
7494 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7495 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7496 wasn't killed.
10e1dad9 7497
58ed0d3b
GM
7498 * buff-menu.el (list-buffers-noselect): Don't display the
7499 *Buffer List* buffer.
7500
32dc52f7
GM
7501 * font-lock.el: Require jit-lock to prevent a very late
7502 `Loading jit-lock' message.
7503
f68446ef 7504 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7505 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7506 mail address.
7507
90ac90a2
MB
75082000-08-15 Miles Bader <miles@gnu.org>
7509
7510 * textmodes/ispell.el (ispell-graphic-p): New constant.
7511 (ispell-choices-win-default-height, ispell-help): Use
7512 `ispell-graphic-p' instead of `xemacsp'.
7513
b0a0e263
DL
75142000-08-15 Dave Love <fx@gnu.org>
7515
c1e757e3
DL
7516 * simple.el: Autoload widget-convert when compiling.
7517 (mail-user-agent): Doc fix.
7518
7519 * help.el (function-called-at-point, variable-at-point): Use
7520 with-syntax-table.
7521 (help-manyarg-func-alist): Add insert-and-inherit.
7522
7523 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7524
7525 * delsel.el (delsel-unload-hook): New function.
7526
7527 * find-file.el: Doc fixes. Move provide to end.
7528 (ff) <defgroup>: Add :link.
7529 (ff-goto-click): Deleted.
7530 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7531 Use mouse-set-point.
7532
7533 * textmodes/tildify.el: Doc fixes.
7534 (tildify) <defgroup>: Add:version.
7535
7536 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7537 (glasses-custom-set): Use set-default, not set.
7538 (minor-mode-alist): Propertize the lighter.
7539 (glasses-mode): Provide optional arg.
7540
5f847612
DL
7541 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7542 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7543 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7544 option. Provide :type.
7545 (cwarn-configuration): Provide :type.
7546 (cwarn-mode): Doc fix.
7547
7548 * add-log.el (change-log-merge): Doc fix.
7549 (change-log-redate): New command.
7550
b0a0e263
DL
7551 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7552 Doze and Dog.
7553 (browse-url): Use dolist, not mapcar.
7554 (browse-url-at-point): Check for null url.
7555 (browse-url-event-buffer, browse-url-event-point): Functions
7556 deleted.
7557 (browse-url-at-mouse, browse-url-netscape): Simplify.
7558
7559 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7560 modes.
7561 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7562 Fix previous change to mapcan.
7563 (msb--init-file-alist, msb--add-separators)
7564 (msb--make-keymap-menu): Simplify.
7565 (msb--choose-file-menu): Use copy-sequence.
7566 (msb-mode-map): Add title to keymap.
7567 (msb-unload-hook): New function.
7568
7569 * bs.el: Fix indentation.
7570 (bs) <defgroup>: Add :links.
2b5198bb
DL
7571 (bs-show): Doc fix.
7572 (bs-apply-sort-faces): Don't use window-system.
7573 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7574
70f1b78e
EZ
75752000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7576
7577 * calendar/timeclock.el (timeclock-file): Run .timelog through
7578 convert-standard-filename.
7579
956777b3
GM
75802000-08-14 Gerd Moellmann <gerd@gnu.org>
7581
3215096c
GM
7582 * emacs-lisp/authors.el: New file.
7583
956777b3
GM
7584 * paren.el (show-paren-priority): New user option.
7585 (show-paren-function): Set overlay priorities to
7586 show-paren-priority.
10e1dad9 7587
0cde1424
MB
75882000-08-14 Miles Bader <miles@gnu.org>
7589
7590 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7591 beginning-of-line with inhibit-field-text-motion bound.
7592
90cbf47e
GM
75932000-08-14 Gerd Moellmann <gerd@gnu.org>
7594
7595 * calendar/timeclock.el: New file.
7596
75972000-08-14 David Ponce <david@dponce.com>
7598
7599 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7600 `widget-button-click'. so that one can use left mouse button to
7601 click on dialog buttons.
7602
76032000-08-14 Emmanuel Briot <briot@gnat.com>
7604
7605 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7606 identifiers, since XML is case sensitive
10e1dad9 7607
79e8dca7 76082000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7609
660394d1
MB
7610 * comint.el (comint-output-filter): Don't bother frobbing
7611 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7612
7613 * comint.el (comint-send-string, comint-send-region): Make into
7614 real functions. Snapshot the prompt before sending.
7615
218c2cc7
EZ
76162000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7617
7618 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7619 technique similar to Info-index, instead of relying on specific
7620 names of relevant Index nodes.
7621 (Info-goto-emacs-command-node): Bind Info-history to nil when
7622 going to the first node found by Info-find-emacs-command-nodes.
7623
51e066d2 76242000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7625
7626 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7627
867102f2
MB
76282000-08-10 Miles Bader <miles@gnu.org>
7629
7630 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7631
af718538
EZ
76322000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7633
7634 * info.el (Info-file-list-for-emacs): More elements for the
7635 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7636 and woman manuals.
7637
c51bacd6
MB
76382000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7639
7640 * comint.el (comint-send-input): Make the newline boundary overlay
7641 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7642 (comint-output-filter): Use `insert' instead of
7643 `insert-before-markers'. Extend comint-last-output-overlay when
7644 necessary since we can't rely on insert-before-markers to do it.
7645 * gud.el (gud-filter): Use `with-current-buffer' instead of
7646 save-excursion when inserting the output, so that point gets
7647 updated correctly; the old method relied on a rather dodgy
7648 side-effect of comint-output-filter to avoid the effect of
7649 save-excursion.
7650
98532b12
EZ
76512000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7652
7653 * files.el (recover-file): Call insert-directory instead of
7654 invoking `ls' directly.
7655
3db4b719
MB
76562000-08-10 Miles Bader <miles@gnu.org>
7657
7658 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7659 (comint-last-prompt-overlay): New variables.
7660 (comint-output-filter): Implement prompt highlighting.
7661 (comint-snapshot-last-prompt): New function.
7662 (comint-send-input): Snapshot the last prompt.
7663 Use comint-highlight-input-face.
7664 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7665 Use defface instead of defcustom.
7666 (send-invisible, comint-send-eof): Snapshot the last prompt.
7667 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7668 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7669
96190aa1
SM
76702000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7671
5cda4b07
SM
7672 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7673 (regexp-opt-group): Use a list of chars for `letters'.
7674 (regexp-opt-charset): `chars' is now a list of chars.
7675 Use a char-table rather than a vector so it works for multibyte chars.
7676
96190aa1
SM
7677 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7678 Set cvs-minor-current-files to the selected fileinfo.
7679 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7680 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7681
7d093d56
EZ
76822000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7683
7684 * files.el (insert-directory): Don't call access-file on
7685 directories on DOS and Windows.
7686
b24c5811
KH
76872000-08-09 Kenichi Handa <handa@etl.go.jp>
7688
7689 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7690 longer if necessary.
7691 (ccl-embed-code): Call ccl-embed-data to store CODE in
7692 ccl-program-vector.
7693
0a6fd67e
MB
76942000-08-09 Miles Bader <miles@gnu.org>
7695
7696 * comint.el (comint-output-filter): Properly handle the case where
7697 the text surrounded by comint-last-output-overlay was deleted.
7698
9f6d1a6c
GM
76992000-08-08 Gerd Moellmann <gerd@gnu.org>
7700
25ad1371
GM
7701 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7702 non-nil.
7703 (Info-file-list-for-emacs): Remove "info" from the list because
7704 that leads to trying to use the documentation from file `info'
7705 in various situations where it isn't appropriate, for instance
7706 C-h C-k C-h i.
7707
7708 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7709 DIR and/or STRING are nil.
7710
7711 * progmodes/compile.el (compilation-setup): Make variable
7712 compilation-error-screen-columns buffer-local, as some comment
7713 in the code suggests it should be.
7714
7715 * files.el (auto-mode-interpreter-regexp): New variable.
7716 (set-auto-mode): Use it.
7717
7718 * indent.el (indent-for-tab-command): Doc fix.
7719
7720 * mouse-sel.el (mouse-sel-mode): Doc fix.
7721
9f6d1a6c
GM
7722 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7723 labels.
7724
7725 * help.el (print-help-return-message): When
7726 display-buffer-reuse-frames is set, let the help window been quit,
7727 instead of deleting it, which might delete a reused frame.
7728
3d819a75
EZ
77292000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7730
7731 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7732 rename a directory to a name that differs only by its letter case.
7733
c5a52529
KH
77342000-08-08 Kenichi Handa <handa@etl.go.jp>
7735
7736 * international/quail.el (quail-define-rules): Handle Quail decode
7737 map correctly. Add code for supporting annotations.
7738 (quail-install-decode-map): New function.
7739 (quail-defrule-internal): New optional arguments decode-map and
7740 props.
7741 (quail-advice): New function.
7742
5e9e032a
SS
77432000-08-07 Sam Steingold <sds@gnu.org>
7744
7745 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7746 `defconst', `define-condition', `with-slots'.
7747 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7748
46645f4b
MB
77492000-08-03 Miles Bader <miles@gnu.org>
7750
7751 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7752 New variable.
7753 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7754 comint-use-prompt-regexp-instead-of-fields.
7755 (comint-send-input): Add `input' field property to stuff we send to
7756 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7757 (comint-output-filter): Add `output' field property to process
7758 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7759 (comint-replace-by-expanded-history)
7760 (comint-get-old-input-default, comint-show-output)
7761 (comint-backward-matching-input, comint-forward-matching-input)
7762 (comint-next-prompt, comint-previous-prompt): Use field
7763 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7764 (comint-line-beginning-position): New function.
7765 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7766 (comint-replace-by-expanded-history-before-point): Use
7767 comint-line-beginning-position and line-end-position.
7768 (comint-last-output-overlay): New variable.
7769 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7770
7771 * shell.el (shell-prompt-pattern): Doc change.
7772 (shell-backward-command): Use line-beginning-position.
7773
7774 * gud.el (gud-gdb-complete-command): Use
7775 comint-line-beginning-position.
7776
7777 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7778 comint-bol doesn't actually go to the beginning of the line.
7779
7780 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7781 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7782 (try-expand-line-all-buffers): Likewise.
7783
7784 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7785 explicitly matching comint-prompt-regexp.
7786 (sql-copy-column): Use comint-line-beginning-position instead of
7787 explicitly matching comint-prompt-regexp.
7788
7789 * progmodes/octave-inf.el (inferior-octave-complete): Use
7790 comint-line-beginning-position.
7791
7792 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7793
7794 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7795 looking for a prompt, use `forward-line 0' instead of
7796 `beginning-of-line', to avoid getting caught by an input field.
7797
ff3d9573
GM
77982000-08-07 Gerd Moellmann <gerd@gnu.org>
7799
7800 * files.el (shell-quote-wildcard-pattern): Make sure to return
7801 PATTERN, in the Unix case.
7802
e0d8827b
EZ
78032000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7804
7805 * play/zone.el (zone): Discard any pending input before running
7806 the randomly-chosen pgm.
7807
24d55b8f
KH
78082000-08-07 Kenichi Handa <handa@etl.go.jp>
7809
7810 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7811 checking the existence of any multibyte characters.
7812
3d05e1ee
GM
78132000-08-06 Gerd Moellmann <gerd@gnu.org>
7814
6c4a4368
GM
7815 * help.el (describe-mode): Test minor-mode symbol for being
7816 bound before testing its value for being nil.
7817
3d05e1ee
GM
7818 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7819 `first', `second', and `third'.
7820
7821 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7822 (second): Make it an alias for `cadr'.
7823
6968a481
EZ
78242000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7825
7826 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7827 types of display support faces now.
7828
e49aa397
GM
78292000-08-05 Gerd Moellmann <gerd@gnu.org>
7830
7831 * pcvs.el (require): Require `cl' during compilation, only.
7832
7833 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7834 (toplevel): Remove `remq' and `remove' from autoloads.
7835 (cl-fake-autoloads): New variable. If set, arrange for an error
7836 when CL functions etc. are autoloaded.
7837
588aca27
EZ
78382000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7839
2e78d4ab
EZ
7840 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7841
85628348
EZ
7842 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7843 popped up, but the user clicks outside the menu, return an empty
7844 regexp (that causes unhighlight-regexp to have no effect).
7845
74f0e552
EZ
7846 * menu-bar.el (menu-bar-games-menu): Add Zone.
7847
588aca27
EZ
7848 * hi-lock.el (toplevel): Require font-lock.
7849
f4988be7
GM
78502000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7851
ba087cd7 7852 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7853 (ebnf-8-bit-chars): New var for bug fix.
7854 (ebnf-string): Bug fix.
7855
027b73ac
SS
78562000-08-03 Sam Steingold <sds@gnu.org>
7857
7858 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7859 instead of `buffer-string'.
7860 (require 'cl): Always, not just when compiling.
7861 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7862 necessary.
7863
2f1fa038
EZ
78642000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7865
7866 * international/mule-cmds.el (select-safe-coding-system): Make
7867 the message text about selecting a safe coding system more clear.
7868
ead53494
GM
78692000-08-02 Gerd Moellmann <gerd@gnu.org>
7870
abb2db1c
GM
7871 * hi-lock.el: New file.
7872
7873 * play/zone.el: New file.
7874
ead53494
GM
7875 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7876 value of tab-width in the original buffer. Choose a line number
7877 format that's a multiple of the original buffer's tab width, so
7878 that lines appear right.
7879
7880 * textmodes/ispell.el (ispell): New function, replacing an alias.
7881 Spell-check active region if in transient-mark-mode and mark
7882 is active; otherwise spell-check buffer.
7883
78842000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7885
7886 * ps-mule.el: Fix a customization problem on
7887 ps-mule-font-info-database-default.
7888
f4a2b0a4
EZ
78892000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7890
7891 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7892 display-mouse-p instead of window-system.
7893 (ebrowse-member-mode-map): Ditto.
7894
b685181e
GM
78952000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7896
ba087cd7
EZ
7897 * progmodes/ebnf2ps.el: Update ps-print functions call.
7898 Indentation fix. Doc fix.
b685181e
GM
7899 (ebnf-version): New version number (3.2).
7900 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7901
3b5fab87
EZ
79022000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7903
032ebb29
EZ
7904 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7905 font lock support on window-system.
7906 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7907
3b5fab87
EZ
7908 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7909 display-color-p, if fboundp, instead of window-system.
7910
7e2605e7
EZ
79112000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7912
7913 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7914 instead of window-system.
7915
7916 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7917 window-system.
7918 (widget-choice-mouse-down-action): Use display-popup-menus-p
7919 instead of window-system.
7920
7921 * strokes.el (strokes-file): Run the file name through
7922 convert-standard-filename.
7923 (strokes-mode): Call display-mouse-p instead of looking at
7924 window-system. Change the error message accordingly.
7925
7926 * progmodes/cpp.el (toplevel): Support faces on tty's.
7927
7928 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7929 (lm-plot-square, lm-init-display): Don't use window-system.
7930
7931 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7932 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7933
7934 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7935 instead of looking at window-system.
7936
26119624
GM
79372000-07-30 Gerd Moellmann <gerd@gnu.org>
7938
7939 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7940 of testing if iswitchb-prepost-hooks is bound, because the
7941 latter will always be true when invoking a recursive minibuffer
7942 from an active Iswitchb buffer.
7943
c90596f3
EZ
79442000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7945
7946 * files.el (shell-quote-wildcard-pattern): New function.
7947 (insert-directory): Call it. Only prepend "\" to command on Unix
7948 and GNU/Linux systems.
7949
18925e78
GM
79502000-07-30 Gerd Moellmann <gerd@gnu.org>
7951
7952 * eshell/esh-groups.el: Change custom :link file names
7953 from `eshell.info' to `eshell'.
7954
79552000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7956
7957 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7958 correctly in recursive ange-ftp listings.
7959
79602000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7961
7962 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7963 ps-header-font-size-internal and
7964 ps-header-title-font-size-internal variables are not set,
7965 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7966 face text property is (foreground-color . COLOR) or
7967 `(background-color . COLOR)', ps-print crashes. Doc fix.
7968 (ps-print-version): New version number (5.2.4).
7969 (ps-plot-region): Code fix.
7970 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7971 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7972 Bug fix 2.
7973
79742000-07-30 Milan Zamazal <pdm@freesoft.cz>
7975
7976 * glasses.el (glasses-make-readable): Fix uncapitalization of
7977 identifiers like `myXMLDocument'.
7978
aeb4c63e
KF
79792000-07-28 Karl Fogel <kfogel@red-bean.com>
7980
18925e78
GM
7981 * mail/mail-hist.el (mail-hist-previous-input)
7982 (mail-hist-next-input): Do the obvious code factorization.
7983 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7984 code of above two.
7985 If inserting a message body, leave point at top.
7986
9d453139
SS
79872000-07-28 Sam Steingold <sds@gnu.org>
7988
7989 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7990 Use `<=', not `<' to compare times!
7991 (ange-ftp-ls): Remove.
9d453139 7992
b548072f
GM
79932000-07-27 Gerd Moellmann <gerd@gnu.org>
7994
27848c01
GM
7995 * play/cookie1.el: Add explanation of how to make cookie.el
7996 compatible with strfile(1) to comment.
7997
7998 * subr.el (remove, remq): New functions.
7999
3ab82477
GM
8000 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8001 escape `*' in regexps.
8002 (midnight-find): Reverse order of arguments in the funcall of
8003 TEST.
8004
8005 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8006 and `.class'.
8007
b548072f
GM
8008 * play/meese.el: Add Commentary section.
8009
27848c01
GM
80102000-07-27 Alex Schroeder <alex@gnu.org>
8011
8012 * sql.el (sql-ms): Added autoload cookie.
8013 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8014 (sql-oracle): Ditto.
8015 (sql-help): Doc change.
8016
8017 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8018 types and exceptions.
8019
80202000-07-27 Alex Schroeder <alex@gnu.org>
8021
8022 * sql.el (sql-placeholder-history): New variable.
8023 (sql-query-placeholders-and-send): New function that will query
8024 the user and replace placeholders with user input.
8025 (sql-oracle): If running on NT, set comint-input-sender to
8026 sql-query-placeholders-and-send.
8027
8028 (sql-stop): If in the SQLi buffer, insert stop notification, else
8029 present it as a message.
8030
80312000-07-27 Alex Schroeder <alex@gnu.org>
8032
8033 * sql.el (sql-input-ring-separator): Doc change.
8034 (sql-input-ring-file-name): Doc change.
8035 (sql-interactive-mode): Use `sql-input-ring-separator' and
8036 `sql-input-ring-file-name' to set the comint-mode equivalents
8037 without making them local variables.
8038 (sql-stop): Don't bind `sql-input-ring-separator' and
8039 `sql-input-ring-file-name' dynamically to their comint-mode
8040 equivalents.
8041
91ae8751
KH
80422000-07-27 Kenichi Handa <handa@etl.go.jp>
8043
8044 * international/mule.el (register-char-codings): New function.
8045 (make-coding-system): Handle `safe-chars' specification in the arg
8046 PROPERTY.
8047
8048 * international/mule-cmds.el
8049 (find-coding-systems-region-subset-p): This function deleted.
8050 (sort-coding-systems-predicate): New variable.
8051 (sort-coding-systems): New function.
8052 (find-coding-systems-region): Use
8053 find-coding-systems-region-internal.
8054 (find-coding-systems-string): Use find-coding-systems-region.
8055 (find-coding-systems-for-charsets): Check
8056 char-coding-system-table.
8057 (select-safe-coding-system-accept-default-p): New variable.
8058 (select-safe-coding-system): Mostly rewritten. New argument
8059 ACCEPT-DEFAULT-P.
8060 (select-message-coding-system): Call select-safe-coding-system
8061 with ACCEPT-DEFAULT-P arg.
8062 (reset-language-environment): Reset default-sendmail-coding-system
8063 to the default value iso-latin-1.
8064 (set-language-environment): Don't set the obsolete variable
8065 charset-origin-alist.
8066
8067 * international/codepage.el (cp-coding-system-for-codepage-1):
8068 Give `safe-chars' property to make-coding-system.
8069
8070 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8071 calling select-message-coding-system twice.
8072
8073 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8074 instead of `safe-charsets'.
8075 (cyrillic-alternativnyj): Likewise.
8076 (ccl-encode-alternativnyj): Don't check the charset
8077 cyrillic-iso8859-5.
8078
90cf4474
KH
80792000-07-27 Kenichi Handa <handa@etl.go.jp>
8080
8081 * composite.el (compose-chars-after): Preserve match data.
8082
a1f84f6d
SS
80832000-07-26 Sam Steingold <sds@gnu.org>
8084
8085 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8086 (ange-ftp-real-file-newer-than-file-p): New function.
8087 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8088 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8089
8090 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8091 * midnight.el (midnight-float-time): Ditto.
8092
e092928e
AS
80932000-07-26 Andreas Schwab <schwab@suse.de>
8094
8095 * files.el (normal-backup-enable-predicate): Correct
8096 interpretation of the return value of compare-strings.
8097
7465ebef
GM
80982000-07-26 Gerd Moellmann <gerd@gnu.org>
8099
3353ef5a
GM
8100 * isearch.el (isearch-resume): New function.
8101 (isearch-done): Add something to command-history to resume
8102 the search.
8103 (isearch-yank-line, isearch-yank-word): Use
8104 buffer-substring-no-properties instead of buffer-substring.
8105
7465ebef
GM
8106 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8107 of flyspell-mouse-map.
8108
8109 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8110 duplicate definition.
8111 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8112
8113 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8114 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8115
5044b74a
SS
81162000-07-25 Sam Steingold <sds@gnu.org>
8117
25759a92
SS
8118 * net/ange-ftp.el: Get modtime over the net.
8119 (ange-ftp-file-modtime): New function.
a95cb10a
GM
8120 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8121 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
8122 Use it.
8123 (ange-ftp-dot-to-slash): New function.
8124 (ange-ftp-fix-name-for-vms): Use it.
8125
5044b74a
SS
8126 * midnight.el (midnight-buffer-display-time): Use
8127 `with-current-buffer'.
8128
5dcfb3f4
GM
81292000-07-25 Gerd Moellmann <gerd@gnu.org>
8130
8131 * find-dired.el: Update copyright notice.
8132 (find-dired): Offer to kill a running `find'.
8133
8134 * enriched.el (enriched-face-ans): For a `foreground-color'
8135 property, return '(("x-color" COLOR))' so that COLOR will be
8136 output as a parameter of the x-color annotation. Likewise for the
8137 `background-color' property. In the case of normal face
8138 properties, don't return annotations for unspecified foreground
8139 and background face attributes.
8140
8c662166
KH
81412000-07-25 Kenichi Handa <handa@etl.go.jp>
8142
8143 * language/japan-util.el (japanese-katakana-region): Fix handling
8144 HANKAKU argument.
8145
c28da489
MB
81462000-07-25 Miles Bader <miles@gnu.org>
8147
8148 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8149 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8150 constrain-to-field.
8151
ad349719
AI
81522000-07-24 Andrew Innes <andrewi@gnu.org>
8153
8154 * timer.el (timer-activate-when-idle): Add optional parameter
8155 DONT-WAIT. Update docstring.
8156 (run-with-idle-timer): Specify extra parameter to
8157 timer-activate-when-idle, so that timer will be activated
8158 immediately if Emacs is already idle.
8159
8160 * w32-fns.el (w32-using-nt): Fix docstring.
8161
c95162f5
DL
81622000-07-24 Dave Love <fx@gnu.org>
8163
8164 * mouse.el (popup-menu): Set last-command-event.
8165 (mouse-major-mode-menu-prefix): Declare.
8166
e3c31fd5
GM
81672000-07-24 Gerd Moellmann <gerd@gnu.org>
8168
8169 * textmodes/flyspell.el: Update to author's version 1.5d.
8170
8171 * progmodes/hideshow.el: Update copyright notice.
8172
8173 * vcursor.el: Set maintainer to FSF, since author cannot
8174 be reached.
8175
7636d2a3
EZ
81762000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8177
fbe0a958
EZ
8178 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8179 the prompt.
8180
7636d2a3
EZ
8181 * mouse.el (popup-menu): Run the keymap through indirect-function,
8182 in case it was defined with define-prefix-key. If the menu is a
8183 list of keymaps, look up the binding of user's choice in each one
8184 of the keymaps.
8185 (mouse-popup-menubar): If the global and local menu-bar keymaps
8186 don't have a prompt string, create one and insert it into the
8187 keymap. Don't barf if current-local-map returns nil.
8188
e024b101
GM
81892000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8190
8191 * dired.el (dired-sort-R-check): Added to allow recursive listing
8192 to be undone.
8193 (dired-sort-other): Use it.
8194
7972fcfc
GM
81952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8196
e024b101 8197 * Release of cc-mode 5.27
7972fcfc
GM
8198
81992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8200
8201 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8202 c-beginning-of-statement-1 that caused a bad case of recursion
8203 which could consume a lot of CPU in large classes in languages
8204 that have in-expression classes (i.e. Java and Pike).
8205
8206 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8207 statements before top level constructs (i.e. case 6 is moved
8208 before case 5 and is now case 4) to catch in-expression
8209 classes in top level expressions correctly.
8210
82112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8212
8213 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8214 objc-method-intro. Case 4 removed and case 5I added.
8215
8216 * cc-langs.el (c-append-paragraph-start): New variable used by
8217 c-common-init to get paragraph-start correct.
8218 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8219 initialize paragraph-start to make it correct both with and
8220 without the javadoc special case.
8221
8222 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8223 initialize paragraph-start for javadoc markup.
8224
8225 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8226 change by defaulting this to t. It's motivated by the
8227 confusing behavior that otherwise arise from the style system
8228 when editing both java and non-java files at the same time
8229 (see the comments about style setting in c-common-init).
8230
82312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8232
8233 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8234 similar to the one in c-fill-paragraph to check the fill
8235 prefix from the adaptive fill function for sanity.
8236
82372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8238
8239 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8240 defun block.
8241
82422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8243
5044b74a 8244 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
8245
82462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8247
8248 * cc-align.el (c-lineup-multi-inher): Handle lines with
8249 leading comma nicely. Extended to handle member initializers
8250 too.
8251
e024b101 8252 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
8253 c-guess-basic-syntax): Fixed recognition of inheritance lists
8254 when the lines begins with a comma.
8255
5044b74a 8256 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
8257
8258 * cc-vars.el (c-offsets-alist): Changed default for
8259 member-init-cont to c-lineup-multi-inher since it now handles
8260 member initializers and indents better for leading commas.
8261
82622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8263
8264 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8265 handling that caused class open lines to be recognized as
8266 statement-conts in some cases.
8267
8268 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8269 guessed by the adaptive fill function unless point is on the
8270 first line of a block comment.
8271
8272 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8273 when the buffer ends with a macro continuation char.
8274
8275 * cc-engine.el (c-guess-basic-syntax): Added support for
8276 function definitions as statements in Pike. The first
8277 statement in a lambda block is now labeled defun-block-intro
8278 instead of statement-block-intro.
8279
8280 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8281 so that the class surrounding point is selected, not the one
8282 innermost in the state.
8283
8284 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8285 recognition of switch labels having hanging multiline
8286 statements.
8287
8288 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8289 some code in c-guess-basic-syntax to a separate function.
8290 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8291 recognition of member inits with multiple line arglists.
8292 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8293 member-init-cont when the commas are in funny places.
8294
82952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8296
8297 * cc-defs.el (c-auto-newline): Removed this macro since it's
8298 not used anymore.
8299
8300 * cc-engine.el (c-looking-at-bos): New helper function.
8301 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8302 inexpr and toplevel classes apart in Pike.
8303
8304 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8305 of case 9A.
8306
8307 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8308 constant, since "class" can introduce an in-expression class
8309 in Pike nowadays.
8310
83112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8312
8313 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8314 indentation on cpp-macro lines.
8315
8316 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8317 a syntax modifier like comment-intro, to make it possible to
8318 get syntactic indentation for preprocessor directives. It's
8319 incompatible wrt to lineup functions on cpp-macro, but it has
8320 no observable effect in the 99.9% common case where cpp-macro
8321 is set to -1000.
8322
83232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8324
8325 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8326 member-init-cont when the preceding arglist is several lines.
8327
83282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8329
8330 * cc-styles.el (c-style-alist): The basic offset for the BSD
8331 style corrected to 8.
8332
83332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8334
8335 * cc-styles.el (c-style-alist): Adjusted the indentation of
8336 brace list openers in the gnu style.
8337
83382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8339
8340 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8341
8342 * cc-cmds.el (c-electric-brace, c-electric-slash,
8343 c-electric-star, c-electric-semi&comma, c-electric-colon,
8344 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8345 when c-syntactic-indentation is nil.
8346
8347 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8348 we were left at comments preceding the first statement when
8349 reaching the beginning of the buffer.
8350
8351 * cc-vars.el (c-syntactic-indentation): New variable to turn
8352 off all syntactic indentation.
8353
83542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8355
8356 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8357 between the text and the block comment ender when it hangs,
8358 depending on how many there are before the fill.
8359
83602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8361
8362 * cc-engine.el (c-beginning-of-closest-statement): New helper
8363 function to go back to the closest preceding statement start,
8364 which could be inside a conditional statement.
8365 * cc-engine.el (c-guess-basic-syntax): Use
8366 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8367
8368 * cc-engine.el (c-guess-basic-syntax): Better handling of
8369 arglist-intro, arglist-cont-nonempty and arglist-close when
8370 the arglist is nested inside parens. Cases 7A, 7C and 7F
8371 changed.
8372
8373 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8374 up-to-date with javadoc 1.2.
8375
83762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8377
8378 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8379 multiline Pike type decls.
8380
83812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8382
8383 * cc-cmds.el (c-indent-new-comment-line): Always break
8384 multiline comments in multiline mode, regardless of
8385 comment-multi-line.
8386
83872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8388
8389 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8390 fully::qualified::names in C++ member init lists. Preamble in
8391 case 5D changed.
8392
83932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8394
8395 * cc-langs.el (c-common-init): Handling of obsolete variables
8396 moved to c-initialize-cc-mode. More compatible style override
8397 when using global style variables.
8398 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8399 variables moved here.
8400
e024b101 8401 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8402 c-special-indent-hook as a style variable. Don't talk about
8403 doing (c-make-styles-buffer-local t) in a mode hook, since
8404 that's already too late to work right.
5044b74a 8405
7972fcfc
GM
8406 * cc-styles.el (c-make-styles-buffer-local): Flag style
8407 variable localness in c-style-variables-are-local-p to make
8408 the compatibility measure in c-common-init work well.
8409
8410 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8411 longer contain set-from-style.
8412 * cc-styles.el (c-initialize-builtin-style): Don't check for
8413 set-from-style on c-special-indent-hook.
8414 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8415 copy-alist is sufficient now.
8416
8417 * cc-styles.el (c-set-style, c-set-style-1,
8418 c-get-style-variables): Fixes to variable initialization so
8419 that duplicate entries in styles have the same effect
8420 regardless of DONT-OVERRIDE.
8421
8422 * cc-styles.el (c-set-style-2): Fixed bug where the
8423 initialization of inheriting styles failed when the
8424 dont-override flag is set.
8425
8426 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8427 on this.
8428
84292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8430
8431 * cc-defs.el (c-forward-comment): Removed the workaround
8432 introduced in 5.38 since it had worse side-effects. If a line
8433 contains the string "//\"", it regarded the // as a comment
8434 start since the \ temporarily doesn't have escape syntax.
8435
84362000-07-17 Emmanuel Briot <briot@act-europe.fr>
8437
8438 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8439 ada-xref.el before ada-prj.el, so that the Project menu is created
8440 when ada-prj tries to add to it.
8441 (ada-activate-keys-for-case): Suppress the characters that are not
8442 part of the Ada syntax. Better compatibility with else-mode
8443 (ada-adjust-case-interactive): When auto-casing is not active,
8444 correctly insert newlines (used to insert only ^M). Prevent the
8445 syntax table from being changed in case of an error
814299a7 8446 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8447 Do nothing if ada-auto-case is nil.
8448 (ada-after-keyword-p): Ignore keywords that are also attributes
8449 (ada-batch-reformat): Update usage comment
8450 (ada-call-from-contextual-menu): New function
8451 (ada-case-read-exceptions): Reinitialize the casing exception list
8452 first to nil first, so that the casing exception file can be
8453 shared.
8454 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8455 files.
8456 (ada-compile-goto-error): Fix regexp used to detect a file:line
8457 anywhere in the error message
8458 (ada-contextual-menu-last-point): New variable
8459 (ada-create-keymap): If the variable delete-key-deletes-forward is
8460 t on XEmacs, it means that DEL should delete one character
8461 forward.
8462 (ada-create-menu): Use :included instead of :visible for XEmacs.
8463 New submenu "Options".
8464 (ada-end-stmt-re): Correctly indent "select ... then abort"
8465 statements.
8466 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8467 even if they don't match ada-fill-comment-prefix Fix handling of
8468 paragraphs on the first or last line of a file.
8469 (ada-format-paramlist): Fix handling of default parameter values.
8470 (ada-get-body-name): New function.
8471 (ada-get-current-indent): Optimized by searchling directly for an
8472 existing generic part or a statement outside of it. Handle
8473 ada-indent-align-comments when indenting comments Replaced some
8474 regexps by testing directly the next character. This results in a
8475 huge speedup on some files. New indentation scheme for renames
8476 statements. Stop looking for the 'while' or 'for' associated with
8477 a 'loop' at the first semicolon encountered. A "return" can also
8478 match an anonymous access subprogram declaration.
8479 (ada-get-indent-noindent): Ignore strings and comments when
8480 looking for the keywords "record" and "private".
8481 (ada-goto-matching-decl-start): When matching "if", make sure we
8482 are not in fact seeing "end if". Ignore "when" statements except
8483 when initial keyword was "begin". Fix handling of nested
8484 procedures. Add a recursive call to this function to skip over
8485 other 'end' statmts. Fix indentation for "when .. => begin"
8486 (ada-in-open-paren-p): Fix indentation for complex boolean
8487 expressions, where 'and then', 'or else' and parenthesis
8488 statements are mixed up.
8489 (ada-in-paramlist-p): Skip comments while searching for the
8490 beginning Fix handling of operator declarations.
8491 (ada-indent-align-comments): New variable
8492 (ada-indent-current): Change the syntax table only in the
8493 protected section, so that we are sure it is restored correctly.
8494 (ada-indent-on-previous-lines): Use ada-use-indent and
8495 ada-with-indent Correctly indent "select ... then"
8496 (ada-indent-region): Slight speedup.
8497 (ada-indent-renames): New variable.
8498 (ada-last-which-function-subprog, ada-last-which-function-line):
8499 New variables
8500 (ada-looking-at-semi-private): Correctly indent the 'private'
8501 keyword when it is the first word in a package declaration.
8502 (ada-loose-case-word): Stop searching if at the end of the buffer.
8503 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8504 even if point is not initially at the end of the word.
8505 (ada-matching-decl-start-re): Add "when".
8506 (ada-mode): Add support for abbrev-mode, outline-mode and
8507 which-func-mode Override the old find-file.el entry in
8508 ff-special-constructs since it is using the obsolete
8509 ada-spec-suffix variable
8510 (ada-no-auto-case): New function
8511 (ada-scan-paramlist): When parsing the argument type, accept
8512 spaces (as in "X 'Class", generated by Rational Rose).
8513 (ada-other-file-name): No longer loads the other file.
8514 (ada-popup-menu): Save and restore the current buffer and cursor
8515 position before and after displaying the menu.
8516 (ada-search-ignore-complex-boolean): New function.
8517 (ada-uncomment-region): Emacs21 already knows how to delete
8518 comments not starting in the first column.
8519 (ada-use-indent): New variable
8520 (ada-which-function): New function.
8521 (ada-with-indent): New variable
8522 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8523 can be batch-compiled from the command line.
8524
8525 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8526 Add to the menu when the file is loaded, not in ada-mode-hook.
8527 Add -toolbar to the default ddd command Switches moved from
8528 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8529 ada-prj-default-comp-opt
8530 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8531 Reference Manual to the menu
8532 (ada-check-current): rewritten as a call to ada-compile-current
8533 (ada-compile): Removed.
8534 (ada-compile-application, ada-compile-current, ada-check-current):
8535 Set the compilation-search-path so that compile.el automatically
8536 finds the sources in src_dir. Automatic scrollong of the
8537 compilation buffer. C-uC-cC-c asks for confirmation before
8538 compiling
8539 (ada-compile-current): New parameter, prj-field
8540 (ada-complete-identifier): Load the .ali file before doing
8541 processing
8542 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8543 conform to gnatmake's behavior.
8544 (ada-find-file-in-dir): New function
8545 (ada-find-references): Set the environment variables for gnatfind
8546 (ada-find-src-file-in-dir): New function.
8547 (ada-first-non-nil): Removed
8548 (ada-gdb-application): Add support for jdb, the java debugger.
8549 (ada-get-ada-file-name): Load the original-file first if not done
8550 yet.
8551 (ada-get-all-references): Handles the new ali syntax (parent types
8552 are found between <>).
8553 (ada-initialize-runtime-library): New function
8554 (ada-mode-hook): Always load a project file when a file is opened,
8555 so that the casing exceptions are correctly read.
8556 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8557 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8558 to open the project file, since the latter does not work with
8559 speedbar Get default values before loading the prj file, or the
8560 default executable file name is wrong. Use the absolute value of
8561 src_dir to initialize ada-search-directories and
8562 compilation-search-path,... Add the standard runtime library to
8563 the search path for find-file.
8564 (ada-prj-default-debugger): Was missing an opening '{'
8565 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8566 variables.
8567 (ada-prj-default-gnatmake-opt): New variable
8568 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8569 buffers, the project file is the default one Save the windows
8570 configuration before displaying the menu.
8571 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8572 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8573 ...) regexp-quote identifiers names to support operators +,
8574 -,... in regexps.
8575 (ada-remote): New function.
8576 (ada-run-application): Erase the output buffer before starting the
8577 run Support remote execution of the application. Use
8578 call-process, or the arguments are incorrectly parsed
8579 (ada-set-default-project-file): Reread the content of the active
8580 project file, not the one from the current buffer When a project
8581 file is set as the default project, all directories are
8582 automatically associated with it.
8583 (ada-set-environment): New function
8584 (ada-treat-cmd-string): New special variable ${current}
8585 (ada-treat-cmd-string): Revised. The substitution is now done for
8586 any ${...} substring
8587 (ada-xref-current): If no body was found, compiles the spec
8588 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8589 compiler to get rid of command line length limitations.
8590 (ada-xref-get-project-field): New function
8591 (ada-xref-project-files): New variable
8592 (ada-xref-runtime-library-specs-path)
8593 (ada-xref-runtime-library-ali-path): New variables
8594 (ada-xref-set-default-prj-values): Default run command now does a
8595 cd to the build directory. New field: main_unit Provide a default
8596 file name even if the current buffer has no prj file.
8597
8598 * ada-prj.el:
8599 Rewritten to show a tabbed-dialog.
8600 (ada-prj-add-ada-menu): Remove the map and name parameters.
8601 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8602 New function
8603 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8604 (ada-prj-load-from-file): New function
8605 (ada-prj-save): Always save fields that depend on the current buffer
8606 (ada-prj-show-value): New function
5044b74a 8607
7972fcfc
GM
8608 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8609 Ada mode. This will allow us to display the Ada menu in any buffer
8610 we want (for project items).
8611 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8612 number of spaces in the header.
5044b74a 8613
8730a8da
DL
86142000-07-24 Dave Love <fx@gnu.org>
8615
8616 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8617
db3ca487
NF
86182000-07-23 Noah Friedman <friedman@splode.com>
8619
ad953485
NF
8620 * type-break.el (type-break): perform autosave.
8621 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8622 (type-break-do-query): Cancel query schedule while performing
8623 actual query, to avoid possibility of a second query being made
8624 while first one is already in progress.
8625 (type-break-time-stamp-format): New variable.
8626 (type-break-time-stamp): New function.
8627 (type-break-time-warning): Use it.
8628 (type-break-keystroke-warning): Use it.
8629 (type-break-noninteractive-query): Use it.
8630
03a9c6d0
NF
8631 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8632 cookie.
8633 Use add-minor-mode to set minor-mode-alist, if available.
8634 (eldoc-echo-area-use-multiline-p): New user option.
8635 (eldoc-echo-area-multiline-supported-p): New variable.
8636 (eldoc-docstring-format-sym-doc): Use them.
8637 (eldoc-mode): If not using idle timers, append to local post and
8638 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8639 (eldoc-display-message-no-interference-p): Don't interfere with
8640 edebug.
8641 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8642 (eldoc-function-arglist): New function.
8643 (eldoc-function-argstring): Use it.
8644
db3ca487
NF
8645 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8646 auto save directory exists before calling directory-files.
8647
f7ad1899
DL
86482000-07-23 Dave Love <fx@gnu.org>
8649
8650 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8651 ^o, ^u.
8652
43e764c9
DL
86532000-07-21 Dave Love <fx@gnu.org>
8654
475de6f4
DL
8655 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8656 now passed to the function. It now works properly.
8657
43e764c9
DL
8658 * smerge-mode.el (smerge-mode-menu): Fill it out.
8659
e8bea4c0
GM
86602000-07-20 Gerd Moellmann <gerd@gnu.org>
8661
8662 * info-look.el (info-lookup): If *info* is shown in another frame
8663 on the same display, select that frame, instead of switching to
8664 the Info buffer in another window of the selected frame.
8665
8666 * simple.el (universal-argument-map): Bind numeric keypad keys
8667 kp-0 to kp-9 and kp-subtract.
8668 (digit-argument): Handle these keys.
8669
bc75b4fd
DL
86702000-07-20 Dave Love <fx@gnu.org>
8671
8672 * net/goto-addr.el (goto-address-fontify): Don't bother with
8673 buffer-modified and read-only stuff -- irrelevant with overlays.
8674 Put an extra property on the overlays and use it to clean up in
8675 case goto-address is re-run.
8676
8b7bc628
RS
86772000-07-19 Richard M. Stallman <rms@gnu.org>
8678
18e21ce8
RS
8679 * timer.el (run-with-idle-timer): Doc fix.
8680
db3ca487 8681 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8682 Handle case where <...> appears inside "...".
8683 Use replace-match to edit the string more simply.
8684 (rmail-dont-reply-to): Cope with an unmatched ".
8685
50575ec2
DL
86862000-07-19 Dave Love <fx@gnu.org>
8687
8688 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8689 implementation.
8690
8691 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8692 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8693 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8694
4279296d
GM
86952000-07-19 Gerd Moellmann <gerd@gnu.org>
8696
47db06aa
GM
8697 * textmodes/refer.el: Correct maintainer's email address.
8698
8699 * progmodes/hideif.el: Correct author's email address.
8700 Fix typo in comment.
8701
8702 * xml.el: New file.
8703
4279296d
GM
8704 * mail/mailheader.el: Correct author's mail address.
8705
8706 * gnus/parse-time.el: Correct author's mail address.
8707
47db06aa 87082000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8709
8710 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8711 New user options.
8712 (comint-input-ring-file-name): Change custom type.
8713 (comint-mode-map): Bind mouse-2.
8714 (comint-insert-clicked-input): New function.
8715 (comint-send-input): Handle input highlighting.
8716
21ad0f7b
SM
87172000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8718
8719 * mouse.el (popup-menu): New function.
8720 (mouse-major-mode-menu): Use it.
8721
3b33a005
DL
87222000-07-18 Dave Love <fx@gnu.org>
8723
8724 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8725 improvements.
8726
dc1cac59
GM
87272000-07-18 Gerd Moellmann <gerd@gnu.org>
8728
21ad0f7b 8729 * faces.el (face-font-selection-order)
dc1cac59 8730 (face-font-family-alternatives): Add custom type.
db3ca487 8731
f8276b77
DL
87322000-07-18 Dave Love <fx@gnu.org>
8733
8734 * cus-edit.el (custom-variable-reset-saved)
8735 (custom-variable-reset-standard): Remove unused bindings.
8736
8737 * rect.el (open-rectangle-line): Remove unused let.
8738
8739 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8740
3d6cd763
GM
87412000-07-18 Gerd Moellmann <gerd@gnu.org>
8742
8743 * cdl.el: Fix `Maintainer' keyword.
8744
8745 * play/pong.el: Add author's email address.
8746
34342a07
SS
87472000-07-17 Sam Steingold <sds@gnu.org>
8748
8749 * files.el (insert-directory): Call `split-string' instead of
8750 re-implementing it.
8751
088831a6
GM
87522000-07-18 Gerd Moellmann <gerd@gnu.org>
8753
8754 * mail/vms-pmail.el: Change maintainer to FSF.
8755
8756 * net/goto-addr.el: Change maintainer to FSF.
8757
088831a6 8758 * info.el (Info-title-face-alist): Removed.
db3ca487 8759
c152047f
GM
87602000-07-18 David Ponce <david@dponce.com>
8761
8762 * recentf.el (recentf-open-files): New command that works like
8763 `recentf-open-more-files', but shows the whole list of files (not just
8764 those omitted from the menu). Useful if you don't use a menu-bar!
8765 (recentf-open-more-files) Modified to use `recentf-open-files'.
8766
8767 (recentf-open-files, recentf-open-more-files)
8768 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 8769
c152047f
GM
8770 (recentf-dialog-mode): New mode for dialogs. You can now just type
8771 "q" to cancel the dialogs.
8772
87732000-07-18 David Ponce <david@dponce.com>
8774
8775 * recentf.el: This is a major update of recentf.el. It adds new
8776 features to better organize the recentf menu and "More..." buffer.
8777
8778 Using new provided menu filtering functions you can now organize the
8779 recent files list:
8780
8781 - by major modes
8782 - by directories
8783 - by user defined rules
8784
8785 Finally, with the new `recentf-filter-changer' customizable filter you
8786 can define a ring of filters and dynamically (via the menu) cycle on
8787 each menu organization in the ring (a la msb).
8788
68be2869
EZ
87892000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8790
8791 * eshell/eshell.el (eshell): Replace links to eshell.info with
8792 links to eshell, to avoid problems on systems where the manual is
8793 installed as `eshell'.
8794 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8795 * eshell/em-smart.el (eshell-smart): Ditto.
8796 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8797 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8798
8799 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8800 same-file check in the MS-DOS version (it does support inodes).
8801
8802 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8803
21ad0f7b
SM
8804 * eshell/eshell.el (eshell-directory-name):
8805 Run default directory name through convert-standard-filename.
68be2869 8806
269b4dcb
KH
88072000-07-18 Kenichi Handa <handa@etl.go.jp>
8808
21ad0f7b
SM
8809 * international/mule-cmds.el (select-safe-coding-system):
8810 Fix typo in the comment.
240a16cf 8811
21ad0f7b
SM
8812 * language/european.el (compound-text):
8813 Force katakana-jisx0201 to be designated to G1.
aa96c820 8814
21ad0f7b
SM
8815 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8816 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8817 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8818
269b4dcb
KH
8819 * international/kkc.el (kkc-after-update-conversion-functions):
8820 New variable.
8821 (kkc-update-conversion): Run functions in it at the tail.
8822
68be2869 88232000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8824
21ad0f7b
SM
8825 * lisp/align.el (align-newline-and-indent):
8826 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8827 (align-region): Fixed badly formatted minibuffer message.
8828
7a3fd467
KH
88292000-07-17 Kenichi Handa <handa@etl.go.jp>
8830
21ad0f7b 8831 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8832 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8833 the conversion list at first if appropriate.
8834 (kkc-next): Don't update kkc-next-count here.
8835 (kkc-prev): Don't update kkc-prev-count here.
8836 (kkc-show-conversion-list-update): Fix setting up of conversion
8837 list message.
8838
a45423d8
SM
88392000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8840
088831a6 8841 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8842
91a38db1
DL
88432000-07-16 Dave Love <fx@gnu.org>
8844
8845 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8846 function to be more specific.
8847
8848 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8849 non-string help-echo.
8850 (widget-types-convert-widget): Defsubst it.
8851 (widget-echo-help): Try to cope with a help-echo function of two
8852 possible sorts.
8853
3fddcdc3
JR
88542000-07-15 Jason Rumney <jasonr@gnu.org>
8855
8856 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8857 Declare as obsolete.
8858
8859 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8860
bd23a692
GM
88612000-07-14 Gerd Moellmann <gerd@gnu.org>
8862
8863 * hilit-chg.el: Fix typo.
8864
d4af987a
DL
88652000-07-14 Dave Love <fx@gnu.org>
8866
8867 * info.el (Info-mode-menu): Fix use of :help, :enable.
8868
3a4f3f86
SM
88692000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8870
8871 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8872
cf6936a4
DL
88732000-07-13 Dave Love <fx@gnu.org>
8874
4d6d04b5
DL
8875 * emacs-lisp/easymenu.el: Doc fixes.
8876 (easy-menu-remove): Defalias to ignore.
8877
cf6936a4
DL
8878 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8879 Call throw correctly.
8880
56437999
GM
88812000-07-13 Gerd Moellmann <gerd@gnu.org>
8882
8883 * faces.el (frame-background-mode): Doc fix.
8884
8885 * simple.el (eval-expression-print-length): Change custom type to
8886 allow entering nil as value.
8887
d04a3972
DL
88882000-07-13 Dave Love <fx@gnu.org>
8889
3a4f3f86
SM
8890 * progmodes/fortran.el (fortran-imenu-generic-expression):
8891 Change definition layout.
a8189dfe
DL
8892 (fortran-mode-menu): Reinstate customize entries.
8893
d04a3972
DL
8894 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8895 Use :filter, per old XEmacs code.
8896
4bf4fb05
GM
88972000-07-12 Gerd Moellmann <gerd@gnu.org>
8898
8899 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8900 event when deciding what to send to the terminal.
8901
37328bcd
DL
89022000-07-12 Dave Love <fx@gnu.org>
8903
8904 * cus-start.el: Add optional version as 4th element of specs and
8905 use it for several things new in v21. Remove load-path. Fix type
8906 of line-number-display-limit.
8907
89492072
DL
89082000-07-11 Dave Love <fx@gnu.org>
8909
3a4f3f86
SM
8910 * progmodes/fortran.el: Don't require easymenu.
8911 Use repeat counts in various regexps.
315aa1de
DL
8912 (fortran-mode-syntax-table): Defvar directly.
8913 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8914 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8915 Use defvar, not defconst.
8916 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8917 (fortran-mode): Set fortran-comment-line-start-skip,
8918 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8919 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8920 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8921 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8922 (fortran-comment-region, fortran-electric-line-number): Simplify.
8923 (fortran-auto-fill): New function.
8924 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8925 (fortran-find-comment-start-skip):
8926 Check for non-null comment-start-skip.
8927 (fortran-auto-fill-mode, fortran-fill-statement):
8928 Use fortran-auto-fill.
315aa1de 8929 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8930 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8931
89492072
DL
8932 * widget.el (widget-plist-member): New alias.
8933
d55ead18
EZ
89342000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8935
8936 * eshell/esh-module.el (toplevel): Reference
8937 byte-compile-current-file only if it is bound.
8938
e82a2a05
GM
89392000-07-10 Gerd Moellmann <gerd@gnu.org>
8940
8941 * dired.el: Don't require `dired-aux'.
8942
1fc7fb2b
MB
89432000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8944
8945 * dired-aux.el (dired-show-file-type): New function.
8946 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8947 (dired-show-file-type): Add autoload.
8948
ab49ce15
KH
89492000-07-10 Kenichi Handa <handa@etl.go.jp>
8950
8951 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8952 change of fontset-info.
ab49ce15
KH
8953 (print-fontset): Likewise.
8954
f45aab65
SM
89552000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8956
8957 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8958
2f72fd2f
GM
89592000-07-07 Gerd Moellmann <gerd@gnu.org>
8960
e82a2a05 8961 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8962
2f72fd2f
GM
8963 * dired.el (dired-find-alternate-file): New function.
8964 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8965 (toplevel): Require dired-aux when compiling.
8966 (dired-buffers): Move defvar within file to avoid compiler warning.
8967
8968 * info.el (Info-last-search): Variable removed.
8969 (Info-search-history): New variable.
8970 (Info-search): New Info-search-history.
8971
8972 * battery.el, info-look.el: Change author's mail address.
8973
965522f5 89742000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8975
965522f5
GM
8976 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8977 if rmail-ignored-headers is nil.
8978 (rmail-retry-failure): Bind rmail-ignored-headers and
8979 rmail-displayed-headers to nil.
8980
dd8888a1
GM
89812000-07-06 Gerd Moellmann <gerd@gnu.org>
8982
e5c81191
GM
8983 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8984 (print-region-1): Don't hard code `-h' here.
8985
dd8888a1
GM
8986 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8987
e5c81191
GM
89882000-07-01 Francesco Potorti` <pot@gnu.org>
8989
8990 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8991 exim can use "your message" instead of "the message".
34342a07 8992
f45aab65
SM
89932000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8994
8995 * facemenu.el: Docstrings fixes.
8996 (facemenu-get-face): Don't use internal-find-face.
8997 (facemenu-iterate): Rename arg to match the docstring.
8998
8999 * newcomment.el (uncomment-region): Be more careful when skipping
9000 backwards over `=' not to bump into BOBP.
9001
d396e521 90022000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 9003
dd8888a1
GM
9004 * ediff-diff.el (ediff-wordify): Use syntax table.
9005 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 9006 ediff-color-display-p.
dd8888a1 9007 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
9008 from defsubst.
9009 Got rid of special cases for NeXT and OS/2.
dd8888a1 9010 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 9011 face.
34342a07 9012
5e2dfaa4
SM
90132000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9014
9015 * emacs-lisp/lucid.el: Require CL.
9016 (copy-tree, remprop): Remove, it's provided by CL.
9017 (map-keymap): Define in terms of cl-map-keymap.
9018 (extent-property, set-extent-end-glyph): New functions.
9019
9020 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9021
d5c5cddd
GM
90222000-07-05 Gerd Moellmann <gerd@gnu.org>
9023
485266d0
GM
9024 * Makefile.in (DONTCOMPILE): Add comment that the name may
9025 not be changed without changing the make-dist script.
9026
5e2dfaa4 9027 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 9028 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 9029
e2c46326
AI
90302000-07-05 Andrew Innes <andrewi@gnu.org>
9031
9032 * makefile.nt: Add support for `bootstrap' and related targets.
9033
a027a91b
SM
90342000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9035
9036 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9037 (easy-menu-do-define): Use `menu-item' format.
9038 Handle case where easy-menu-create-menu returns a symbol.
9039 Manually call the potential top-level filter in the function binding.
9040 (easy-menu-filter-return): New arg NAME.
9041 Convert to a keymap if MENU is an XEmacs menu.
9042 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9043 (easy-menu-converted-items-table, easy-menu-convert-item):
9044 New var and fun to memoize easy-menu-convert-item-1.
9045 (easy-menu-do-add-item): Use it.
9046 (easy-menu-create-menu): Use easy-menu-convert-item.
9047 Wrap easy-menu-filter-return around any :filter specification.
9048 Don't convert the menu if a filter was specified.
9049 Tell easy-menu-make-symbol not to check for MENU being an expression.
9050 (easy-menu-make-symbol): New arg NOEXP.
9051
5e03eb84
GM
90522000-07-05 Gerd Moellmann <gerd@gnu.org>
9053
9054 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9055 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9056 (eval-defun): If called with prefix arg, instrument code for
9057 Edebug.
9058
9059 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9060 similar to that of eval-defun.
9061
fca68a95
DL
90622000-07-04 Dave Love <fx@gnu.org>
9063
7ccbba4c
DL
9064 * hl-line.el (hl-line-overlay): Make it permanent-local.
9065
fca68a95
DL
9066 * calendar/todo-mode.el: Replaced with a working version, based on
9067 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9068
90692000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
9070
9071 * paths.el (prune-directory-list): New function.
9072 (Info-default-directory-list): Rewritten to more methodically
9073 enumerate a big list of possible info directories (based on the
9074 list used by the standalone info reader).
fca68a95 9075
78e7e8a0 9076 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 9077 non-existent directories from Info-directory-list.
78e7e8a0 9078
78e7e8a0
MB
9079 * paths.el (Info-default-directory-list): Try a list of possible
9080 info-directories instead of a single one. Add the possible
9081 info directory "/usr/share/info".
9082
9083 * woman.el (woman-man.conf-path): Explicitly include the debian
9084 man-db config file "/etc/manpath.config".
9085 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9086 are present in `manpath.config'.
9087 (woman-manpath): Include "/usr/share/man".
9088
67c9a1d2
GM
90892000-07-03 Gerd Moellmann <gerd@gnu.org>
9090
6753393b
GM
9091 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9092
9093 * startup.el (command-line): Initialize blink-cursor based
9094 on window-system.
9095
e4f98ad3
GM
9096 * frame.el (blink-cursor): Default to nil if not running under
9097 a window-system.
9098
2f516940
GM
9099 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9100 (face-x-resources): Remove duplicate entry for :font.
9101
67c9a1d2
GM
9102 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9103 instead of cycling through windows with next-window.
9104
9105 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9106 of cycling through windows with next-window.
9107
9108 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9109 of cycling through windows with next-window.
9110
9111 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9112 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9113 instead of cycling through windows with next-window.
9114
9115 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9116 instead of cycling through windows with next-window.
9117
9118 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9119 of cycling through windows with next-window.
9120
9121 * terminal.el (te-process-output): Use walk-windows instead of
9122 cycling through windows with next-window.
9123
9124 * server.el (server-switch-buffer): Use some-window instead of
9125 cycling through windows with next-window.
9126
9127 * window.el (some-window): New function.
9128 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 9129
3a4f3f86 9130 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 9131
8b7bc628 91322000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
9133
9134 * window.el (walk-windows): Guarantee termination by keeping a list
9135 of all the windows already handled.
9136
d0d57043
EZ
91372000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9138
9139 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9140 window-system.
9141
9142 * man.el (Man-notify-when-ready): Don't use window-system. If
9143 Man-notify-method is newframe, and the display is not
9144 multi-frame, select the frame created for the man page.
9145 (Man-init-defvars): Doc fix.
9146
d5483ab1
GM
91472000-06-28 Gerd Moellmann <gerd@gnu.org>
9148
af5c25e1
GM
9149 * faces.el (region): Change background color for light background.
9150
9151 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9152 attribute from mode-line face of Ediff control frame.
9153
d5483ab1
GM
9154 * replace.el (query-replace-map): Bind `e' like `E'.
9155
9d47450f
EZ
91562000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9157
3a4f3f86
SM
9158 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9159 Change name to "Select All".
496b7491 9160
9d47450f
EZ
9161 * dos-fns.el (convert-standard-filename): Fix last change.
9162
0b431deb
GM
91632000-06-27 Gerd Moellmann <gerd@gnu.org>
9164
4fa9f636
GM
9165 * help.el (describe-variable): Don't insert a second `'s' in front
9166 of the string `value is shown below'. Since the syntax-table is
9167 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9168 an existing `'s', so that this won't be deleted.
9169
0b431deb
GM
9170 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9171 * pcmpl-unix.el: New files.
9172
32cad0aa
SM
91732000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9174
9175 * wid-edit.el (widget-member): Use the new plist-member.
9176
2c69ced2
GM
91772000-06-26 Gerd Moellmann <gerd@gnu.org>
9178
44c0f771
GM
9179 * replace.el (perform-replace): Undo change of 2000-04-04.
9180 Instead, move backward 1 character at the end of the loop when
9181 necessary.
34342a07 9182
1d36487c
GM
9183 * faces.el (fringe): Change face for different backgrounds.
9184
9185 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9186 patch from John.
9187
2c69ced2
GM
9188 * eshell/*.el: Change spelling of the Free Software Foundation.
9189
9190 * eshell/esh-toggle.el: Removed.
9191
9192 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9193
9194 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9195 interactively.
9196
91972000-06-26 Alex Schroeder <alex@gnu.org>
9198
9199 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9200 `define-key'; instead of checking `(emacs-version)' check for
9201 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9202 for `;' and `o' which might be electric.
9203
9204 (sql-electric-stuff): New user option.
9205 (sql-magic-go): New function which uses `sql-electric-stuff'.
9206 (sql-magic-semicolon): New function which uses
9207 `sql-electric-stuff'.
9208
9209 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9210 is not fboundp.
9211
9212 (sql-oracle-options): New variable.
9213 (sql-oracle): Use it.
9214
9215 (sql-imenu-generic-expression): Doc change.
9216 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9217 is used.
9218
9219 (sql-informix): Added command line parameter "-" to force
9220 sql-informix-program to use stdout.
9221
db1306d8
EZ
92222000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9223
3a4f3f86 9224 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
9225 (cp864-decode-table): Doc fix.
9226 (cp720-decode-table): New variable, supports the Arabic OEM
9227 codepage used by Windows.
9228 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9229
c69e5fcd
DL
92302000-06-23 Dave Love <fx@gnu.org>
9231
9232 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9233 (font-lock-fontify-anchored-keywords): Use
9234 line-beginning-position.
9235 (global-font-lock-mode): Use mapc.
9236
30ad8f23
SM
92372000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9238
9239 * eshell/esh-module.el: Require CL when compiling.
9240
26b4dc84
GM
92412000-06-23 Gerd Moellmann <gerd@gnu.org>
9242
78c56e70
GM
9243 * comint.el (comint-substitute-in-file-name): Call replace-match
9244 with second and third arg t.
9245
34342a07 9246 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
9247 Specify foreground color.
9248
9249 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9250 color.
9251
affbf647
GM
9252 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9253
9254 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9255 cddr instead of cdddr.
9256
25fffb31
GM
9257 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9258 instead of copy-list.
9259
9260 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9261 of copy-list.
9262
26b4dc84
GM
9263 * subdirs.el: Add eshell subdirectory.
9264
9265 * eshell: New subdirectory containing the Eshell package.
9266
9267 * pcomplete.el: New file.
9268
78c56e70
GM
92692000-06-23 Paul Eggert <eggert@twinsun.com>
9270
ea055732
GM
9271 * mail/mailpost.el (post-mail-send-it): Make sure file has
9272 proper permissions from birth.
9273
9274 * files.el (basic-save-buffer-2): When temporarily setting
9275 file modes, set them to current modes plus 0200, not to 0777.
9276
78c56e70
GM
9277 * emerge.el (emerge-make-temp-file): Make sure file has proper
9278 permissions from birth.
9279
a3a7ff33
EZ
92802000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9281
9282 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9283 backup file name through convert-standard-filename.
9284
9285 * dos-fns.el (convert-standard-filename): Convert leading
9286 directories as well. When long file names are supported, convert
9287 characters that are invalid in Windows file names.
9288
1fd9b7fe
GM
92892000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9290
9291 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9292 ps-print crashes. New feature: page selection for printing. Create
9293 raw-text-unix coding system for XEmacs. Doc fix.
9294 (ps-print-version): New version number (5.2.3).
9295 (ps-plot-region): Bug fix.
9296 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9297 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9298 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9299 funs.
9300 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9301 (ps-last-page): New vars.
9302
16ed8416
GM
93032000-06-21 Gerd Moellmann <gerd@gnu.org>
9304
9305 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9306 empty option string.
9307
4fbee715
EZ
93082000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9309
9310 * man.el (man): Doc fix.
9311
eaecfc94
KH
93122000-06-21 Kenichi Handa <handa@etl.go.jp>
9313
9314 * international/mule-cmds.el (set-language-info-alist): Docstring
9315 fixed.
9316
4a27bdfb
GM
93172000-06-20 Gerd Moellmann <gerd@gnu.org>
9318
9319 * version.el (emacs-version): Use ISO date format.
9320
9321 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9322 instead of `M-backspace'.
9323
9324 * simple.el (turn-off-auto-fill): New function.
9325
8972fe79
SM
93262000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9327
9328 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9329 Renamed from with-buffer-prepared-for-font-lock and use
9330 inhibit-modification-hooks rather than setting *-change-functions.
9331 Update all functions to use the new name.
9332 (jit-lock-first-unfontify-pos): New semantics (and doc).
9333 (jit-lock-mode): Make non-interactive.
9334 Don't automatically turn on font-lock.
9335 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9336 Always use jit-lock-after-change.
9337 Remove and restore font-lock-after-change-function.
9338 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9339 (jit-lock-after-unfontify-buffer): Remove.
9340 (jit-lock-stealth-fontify):
9341 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9342 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9343
5d80cc9c
SS
93442000-06-20 Sam Steingold <sds@gnu.org>
9345
9346 * emacs-lisp/cl-indent.el (toplevel): Indent
9347 `print-unreadable-object' properly. Untabify.
9348
f54e4d13
CD
93492000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9350
9351 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9352 Support for bibentry.
9353 (reftex-compile-variables): Fixed problem with end of section-re.
9354
9355 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
9356 reftex-view-crossref-from-bibtex):
9357 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
9358 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9359 Replaced `remprop' with `put'.
8972fe79
SM
9360 (reftex-view-crossref, reftex-view-crossref-when-idle):
9361 Support for bibentry.
f54e4d13 9362
8972fe79
SM
9363 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9364 New entry for bibentry package.
f54e4d13 9365
8972fe79
SM
9366 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9367 Regexp also matches "\nobibliography".
f54e4d13 9368
8972fe79
SM
9369 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9370 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9371 (reftex-ensure-write-access): New function.
9372
f54e4d13
CD
93732000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9374
9375 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9376
9377 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9378
9379 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9380
9381 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9382
9383
560c43f4
DL
93842000-06-20 Dave Love <fx@gnu.org>
9385
9386 * faces.el (frame-background-mode): Use set-default, not set, in
9387 setter.
9388 (frame-update-faces, frame-update-face-colors): Define with
9389 defalias.
9390
9391 * enriched.el (enriched-decode-foreground)
9392 (enriched-decode-background): Don't use internal-find-face.
9393
9394 * apropos.el: Doc fixes.
9395
9396 * cus-edit.el (customize-changed-options): Check arg.
9397 (customize-version-lessp): Don't require decimal point.
9398
9399 * custom.el (defcustom, defgroup): Doc fix.
9400
9401 * newcomment.el (comment) <defgroup>: Add :version.
9402 (comment-multi-line): Doc fix.
9403
9404 * emulation/mlsupport.el (define-hooked-local-abbrev,
9405 define-hooked-global-abbrev): Fix, using define-abbrev.
9406
cdf0357b
GM
94072000-06-19 Gerd Moellmann <gerd@gnu.org>
9408
9409 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9410 the whole buffer.
9411
10013d74
DL
94122000-06-19 Dave Love <fx@gnu.org>
9413
9414 * menu-bar.el (menu-bar-options-save): New function.
9415 (menu-bar-options-menu): Use it.
9416 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9417 Simplify.
9418
6922f208
AS
94192000-06-19 Andreas Schwab <schwab@suse.de>
9420
9421 * progmodes/etags.el (tags-query-replace): Put new parameters
9422 START and END at the end, for backward compatibility.
9423
10d7bf84
KH
94242000-06-19 Kenichi Handa <handa@etl.go.jp>
9425
9426 * international/codepage.el:
9427 (cp-coding-system-for-codepage-1): Delete special codes for
9428 generating xxx-dos coding system because now a CCL based coding
9429 system can handle EOL conversion by default.
9430
9431 * international/mule.el (make-coding-system): Generate subsidiary
9432 coding systems for EOL handling variants even for a CCL based
9433 coding system.
9434
8f3c9a3d
KH
94352000-06-19 Kenichi Handa <handa@etl.go.jp>
9436
9437 * international/isearch-x.el (isearch-minibuffer-input-method)
9438 (isearch-minibuffer-input-method-function): These variables
9439 deleted.
9440 (isearch-with-input-method): Don't use the above variables.
9441 (isearch-process-search-multibyte-characters): Likewise. Call
9442 read-string with the arg INHERIT-INPUT-METHOD t.
9443
c2acf685
SM
94442000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9445
13f0d185
SM
9446 * font-lock.el (font-lock-after-fontify-buffer)
9447 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9448
9449 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9450 Use consistent make-local-variable style for font-lock-fontified.
9451 (jit-lock-fontify-buffer):
9452 Don't bother checking for font-lock-mode and jit-lock-mode.
9453
c2acf685
SM
9454 * time.el: Remove trailing ^M that prevent CVS-merging.
9455
a9021acd
GM
94562000-06-16 Gerd Moellmann <gerd@gnu.org>
9457
9458 * Makefile.in (distclean): New target.
5d80cc9c 9459
0df68e9f
SM
94602000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9461
9462 * Makefile.in (srcdir): Define for update-subdirs.
9463
6344985d
GM
94642000-06-16 Gerd Moellmann <gerd@gnu.org>
9465
9466 * find-lisp.el: New file.
9467
63239267
AI
94682000-06-16 Andrew Innes <andrewi@gnu.org>
9469
9470 * time.el (display-time-mail-function): New variable, to allow
9471 external packages to indicate when new mail is available.
9472 (display-time-update): Use it.
9473
1699f991
KH
94742000-06-16 Kenichi Handa <handa@etl.go.jp>
9475
a3b37893
KH
9476 * international/mule.el (mule-version): Change version name to
9477 SAKAKI. AOI has already been used by Meadow.
9478
1699f991
KH
9479 * international/quail.el (quail-show-guidance-buf): To find the
9480 bottom window (but minibuffer), pay attention to the height of
9481 minibuffer.
9482
228b083e
EZ
94832000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9484
7d5c8691
EZ
9485 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9486 menu-bar menus. Add help strings. Don't remove the Edit menu
9487 from the menu bar, as the menu bar has enough space now.
9488
261f3289
EZ
9489 * Makefile.in (SHELL): Make sure /bin/sh is used.
9490
228b083e
EZ
9491 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9492 characters, which use series of two ^H characters instead of one.
9493
e27e8d71
GM
94942000-06-15 Gerd Moellmann <gerd@gnu.org>
9495
5d80cc9c 9496 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9497 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9498 functions.
451ec4e3
GM
9499 (Info-find-node-2): Try a case-sensitive search first, then
9500 do a case-insensitive search.
9501
9502 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9503 tutorials.
9504
b675095c
GM
9505 * complete.el (PC-env-vars-alist): New variable.
9506 (PC-complete-as-file-name): New function.
9507 (partial-completion-mode): Initialize PC-env-vars-alist from
9508 process-environment.
9509 (PC-do-completion): Handle completion of env vars.
9510
9511 * info.el (Info-set-mode-line): Show file name in mode line,
9512 use `*Info*' instead of `Info:'.
9513
e27e8d71
GM
9514 * startup.el (command-line-1): Change copyright messages to year
9515 2000.
9516
28223a7e
DL
95172000-06-15 Dave Love <fx@gnu.org>
9518
9519 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9520 not local-map.
9521
32684631
KH
95222000-06-15 Kenichi Handa <handa@etl.go.jp>
9523
9524 * international/mule.el (set-buffer-file-coding-system): Almost
9525 rewritten to handle `undecided' as no-op.
9526
9f817ea4
GM
95272000-06-14 Gerd Moellmann <gerd@gnu.org>
9528
e27e8d71 9529 * Makefile.in: New file.
dce6b995
GM
9530
9531 * Makefile: Removed.
9532
9f817ea4
GM
9533 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9534 (goto-address-highlight-keymap): Bind C-c RET.
9535
2de33f94
KH
95362000-06-14 Kenichi Handa <handa@etl.go.jp>
9537
bbf1e8a5
KH
9538 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9539 inherits buffer-file-coding-system of the current buffer.
725a6897 9540
02891cc3
KH
9541 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9542 0. Give correct argument to set-auto-coding-function.
9543 (tar-expunge): For goto-char, use (point-min), not 0.
9544 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9545 (tar-subfile-save-buffer): Likewize.
9546
2de33f94
KH
9547 * international/mule.el
9548 (after-insert-file-set-buffer-file-coding-system): Call
9549 set-buffer-file-coding-system with the arg FORCE t.
9550
1681ead6
GM
95512000-06-13 Gerd Moellmann <gerd@gnu.org>
9552
9553 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9554 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9555 the sender is set with `-f'.
1681ead6 9556
fdf4b680
DL
95572000-06-13 Dave Love <fx@gnu.org>
9558
9c50afce
DL
9559 * help.el (describe-function-1): Kluge around cases of functions
9560 fset to subrs whose doc doesn't match their symbol-name.
9561
0ad550ba 9562 * image.el (insert-image): Default STRING to a space.
f290ca08 9563
fdf4b680 9564 * info.el Doc fixes.
5d80cc9c 9565 (Info-build-node-completions): Match Ref tags.
fdf4b680 9566
9b6610db
EZ
95672000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9568
a704139d
EZ
9569 * frame.el (display-multi-frame-p, display-multi-font-p): New
9570 defaliases for display-graphic-p.
9571
9b6610db
EZ
9572 * hl-line.el: Fixed a typo in commentary.
9573
7a5ea398
KH
95742000-06-13 Kenichi Handa <handa@etl.go.jp>
9575
9576 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9577 fixed.
9578
0dc91c57
DL
95792000-06-12 Dave Love <fx@gnu.org>
9580
9581 * image.el (insert-image): Save a little consing.
9582
0bd5914b
KH
95832000-06-12 Kenichi Handa <handa@etl.go.jp>
9584
9585 * language/tibet-util.el: Convert all tibetan-1-column characters
9586 to the corresponding tibetan characters.
9587 (tibetan-add-components): Delete code for the special treatment of
9588 'a chung.
9589
9590 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9591 change.
9592 (tibetan-vowel-transcription-alist): More rules added.
9593 (tibetan-composite-vowel-alist): New variable.
9594 (tibetan-precomposition-rule-alist): More rules added.
9595
6dc7d3d5
SM
95962000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9597
9c04c393
SM
9598 * startup.el (command-line): Only call menu-bar-mode if interactive.
9599
9600 * thingatpt.el (toplevel symbol-properties):
9601 * textmodes/makeinfo.el (makeinfo-compile):
9602 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9603 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9604 (hide-ifdef-use-define-alist):
5d80cc9c 9605 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9606 (ange-ftp-vms-add-file-entry):
9607 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9608 * man.el (Man-build-man-command):
9609 * mail/rnewspost.el (news-reply-header-hook):
9610 * info.el (Info-insert-dir):
9611 * emulation/mlconvert.el (backward-word, forward-word, setq):
9612 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9613 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9614 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9615 (byte-optimize-apply, end of file):
9616 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9617 (ad-make-freeze-definition):
9618 * startup.el (command-line, command-line-1): Don't quote lambdas.
9619
6dc7d3d5
SM
9620 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9621 (cvs-cleanup-removed): New function.
9622 (cvs-cleanup-functions): New var.
9623 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9624 some flexibility in specifying additional entries to auto-cleanup.
9625 (cvs-quickdir): New function.
9626 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9627 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9628 (cvs-mode-find-file): Check that we are on a filename or dirname
9629 when invoked through a mouse-click.
9630 (cvs-full-path): Remove.
9631 (cvs-dired-action): Re-introduced.
9632 (cvs-dired-noselect): Use it.
9633 (vc-post-command-functions): use this new hook if available.
9634
9635 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9636 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9637 (cvs-filename-map, cvs-dirname-map): Remove.
9638 (cvs-default-action): Remove.
9639 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9640 if the arg is really a keymap.
9641 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9642 Don't hardcode the mapping from state (aka type) to face, but check
9643 the var cvs-fi-<type>-face instead.
9644 (cvs-fileinfo-from-entries): New function.
9645
9646 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9647 Docstring fix.
9648 (cvs-find-file-and-jump): Change default to be safer.
9649 (cvs-mode-diff-map): Define it as a function as well.
9650 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9651 Bind mouse-2 in this global map rather than with text-properties.
9652
9653 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9654 file to resolve the ambiguity between C(conflict) and C(need-merge).
9655
5050a2ef
KH
96562000-06-12 Kenichi Handa <handa@etl.go.jp>
9657
9658 * international/mule.el (set-buffer-file-coding-system): If
9659 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9660 unconditionally.
9661
35a7ac84
DL
96622000-06-12 Dave Love <fx@gnu.org>
9663
9664 * wid-edit.el (widget-specify-button): Really suppress the face if
9665 required.
9666
db8eeecd
GM
96672000-06-11 Gerd Moellmann <gerd@gnu.org>
9668
9669 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9670
70223ca4
SM
96712000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9672
9673 * imenu.el (imenu-generic-expression): Docstring fix.
9674
9675 * composite.el (composition-function-table): Move the `put'
9676 below the autoload cookie so we can load the file before loaddefs.
9677
9678 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9679
9680 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9681 Handle easy-mmode-define-global-mode.
9682 For complex macros like define-minor-mode that can generate
9683 several autoload entries, try to autoload entries in the
9684 macroexpanded code.
9685
9686 * emacs-lisp/easy-mmode.el (define-minor-mode):
9687 If KEYMAP is a symbol, just use it.
9688 Use byte-compile-current-file and load-file-name to infer the
9689 proper :require to pass to defcustom.
9690 Wrap the hook var into `progn' so as not to autoload it.
9691 Add a :autoload-end cookie.
9692 Be more careful about the evaluation of KEYMAP.
9693 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9694 (define-derived-mode): Move define-abbrev-table outside of defvar.
9695
96962000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9697
9698 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9699 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9700 (backup-compiled-files): Ignore errors during `tar'.
9701 (bootstrap): Make autoloads before elc files.
9702
9c53b34e
KH
97032000-06-10 Kenichi Handa <handa@etl.go.jp>
9704
9705 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9706 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9707
9708 * international/mule-conf.el (unix): New alias for the coding
9709 system undecided-unix.
9710
22ddd299
DL
97112000-06-09 Dave Love <fx@gnu.org>
9712
5ee42746
DL
9713 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9714
70223ca4 9715 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9716 (executable-insert): Change custom type.
9717 (executable-find): Add autoload cookie.
cc7e1d18
DL
9718 (executable-make-buffer-file-executable-if-script-p): New
9719 function. After Noah Friedman.
22ddd299
DL
9720
9721 * files.el (after-save-hook): Customize, with
cc7e1d18 9722 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9723
41ea3794
KH
97242000-06-09 Kenichi Handa <handa@etl.go.jp>
9725
f89437e3
KH
9726 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9727 "tib24p-mule.bdf" for Tibetan.
9728
7a4ee259
KH
9729 * composite.el (decompose-composite-char): Declare it as obsolete.
9730
ff6a65c2
KH
9731 * man.el (Man-fontify-manpage): Pay attention to underline and
9732 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9733
f83fe4b4
GM
97342000-06-08 Gerd Moellmann <gerd@gnu.org>
9735
9736 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9737 Set maintainer to FSF since author isn't reachable.
9738
e56d7900
DL
97392000-06-08 Dave Love <fx@gnu.org>
9740
9741 * international/mule-cmds.el (select-safe-coding-system): If
9742 DEFAULT-CODING-SYSTEM is not specified, also check the most
9743 preferred coding-system if buffer-file-coding-system is
9744 `undecided'. From Handa.
9745
d3981b49
KH
97462000-06-08 Kenichi Handa <handa@etl.go.jp>
9747
9748 * international/mule.el
9749 (after-insert-file-set-buffer-file-coding-system): If the buffer
9750 size is greater than INSERTED, judget that we are not visiting.
9751
bff71087
RV
97522000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9753
9754 * whitespace.el (defgroup whitespace): Comment out `:version'.
9755 XEmacs 20.4 has problems defining the group with this present.
9756 We'll have this commented out till get resolve the problem.
9757
fd9ac94c 97582000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 9759
fd9ac94c
GM
9760 * align.el (align-dq-string-modes, align-sq-string-modes)
9761 (align-open-comment-modes): Add pyhton-mode.
9762 (align-rules-list): Use get-text-property instead of
9763 text-properties-at.
9764 (align-rules-list): Add python-assignment.
9765 (align-rules-list): Change perl-comma-delimiter to
9766 basic-comma-delimiter. Use if for Perl modes and python-mode.
9767 (align-rules-list): Add python-chain-logic and
9768 basic-line-continuation.
45f485a6
GM
9769
97702000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9771
9772 * apropos.el (apropos-mode-hook): New user variable.
9773 (apropos-mode): Run apropos-mode-hook.
bff71087 9774
45f485a6
GM
97752000-06-07 David Ponce <david@dponce.com>
9776
9777 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9778 commands. Require `wid-edit' at run-time.
9779
97802000-06-07 David Ponce <david@dponce.com>
9781
9782 * recentf.el: Added some "Commentary".
9783 (recentf-open-more-files, recentf-edit-list): Minor changes to
9784 move the point at the top of the file list. This behaviour is
9785 consistent with the menu one when the list contains a lot of
9786 files.
9787 (recentf-cleanup): Now displays the number of items removed from
9788 the list.
9789 (recentf-relative-filter) New menu filter to show filenames
9790 relative to `default-directory'.
bff71087 9791
45f485a6
GM
97922000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9793
9794 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9795 with/without giving an error if PostScript printer doesn't have this
9796 kind of page size. Zebra Stripe continues or restarts on next page.
9797 Manual/automatic paper feeding. Switch or not the header.
9798 (ps-print-version): New version number (5.2.2).
9799 (ps-windows-system): Include emx as a Windows system.
9800 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9801 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9802 (ps-background-text): Code fix.
9803 (ps-error-handler-message, ps-user-defined-prologue)
9804 (ps-print-prologue-header, ps-printer-name)
9805 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9806 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9807 (ps-use-face-background): Customization fix.
9808 (ps-n-up-database): Data fix.
9809 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9810 (ps-switch-header): New vars.
9811 (ps-xemacs-color-name, ps-face-foreground-name)
9812 (ps-face-background-name, ps-boolean-constant): New funs.
9813
c14dcd22
DL
98142000-06-07 Dave Love <fx@gnu.org>
9815
9816 * allout.el: New version from Manheimer.
9817
e4044bb0
KH
98182000-06-07 Kenichi Handa <handa@etl.go.jp>
9819
9820 * textmodes/fill.el (fill-find-break-point): Check the validity of
9821 charset.
9822
59cfe8b9
KF
98232000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9824
9825 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9826 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9827 Call display-color-p and display-mouse-p instead of looking at
9828 window-system.
9829
bb2337f5
DL
98302000-06-06 Dave Love <fx@gnu.org>
9831
9832 * image.el (find-image): Doc fix. Return nil if image not found.
9833 (put-image, insert-image): Make STRING arg optional.
9834
8e624fa2
KH
98352000-06-06 Kenichi Handa <handa@etl.go.jp>
9836
9837 * language/vietnamese.el: Remove eval-when-compile.
9838 (viet-viscii-nonascii-translation-table): Define it as a
9839 translation table made from viet-viscii-decode-table.
9840 (viet-viscii-encode-table): Define it as a translation table made
9841 from the reverse map of above.
9842 (viet-vscii-nonascii-translation-table): Define it as a
9843 translation table made from viet-vscii-decode-table.
9844 (viet-vscii-encode-table): Define it as a translation table made
9845 from the reverse map of above.
9846 (ccl-decode-viscii): Use translate-character.
9847 (ccl-encode-viscii, ccl-encode-viscii-font)
9848 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9849 Likewize.
bff71087 9850
8e624fa2
KH
9851 * language/cyrillic.el: Remove eval-when-compile.
9852 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9853 translation table made from cyrillic-koi8-r-decode-table.
9854 (cyrillic-koi8-r-encode-table): Define it as a translation table
9855 made from the reverse map of above.
9856 (ccl-decode-koi8): Use translate-character.
9857 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9858 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9859 a translation table made from cyrillic-alternativnyj-decode-table.
9860 (cyrillic-alternativnyj-encode-table): Define it as a translation
9861 table made from the reverse map of above.
9862 (ccl-decode-alternativnyj): Use translate-character.
9863 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9864 Likewize
9865
9866 * international/mule-diag.el (non-iso-charset-alist): Specify
9867 translation table symbol instead of translation table itself.
9868 (list-block-of-chars): CHARSET may be a translation table symbol.
9869
9870 * international/mule.el (make-coding-system): If CODING-SYSTEM
9871 already exists, override it.
9872
9873 * international/fontset.el: Use family `proportional' for Tibetan
9874 fonts.
9875
9876 * international/ccl.el (ccl-compile-translate-character): Don't
9877 check if Rrr has property translation-table.
9878 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9879
1969fae2
GM
98802000-06-05 Gerd Moellmann <gerd@gnu.org>
9881
9882 * info.el: Bind case-fold-search to t when searching in case
9883 a user sets it to nil in a hook.
9884
d5b037c5
SM
98852000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9886
d3d02e65
SM
9887 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9888 * hl-line.el (hl-line-mode): Use the new :global key argument.
9889
9890 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9891 (tar-clip-time-string): Prepend a space.
9892 (tar-grind-file-mode): Construct a string rather than modifying one.
9893 (tar-header-block-summarize): Fix docstring.
9894 Use `format' rather than an error-prone set of copy-loops.
9895
9896 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9897 (diff-goto-source, diff-unified->context, diff-context->unified)
9898 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9899 understand the format output by the `-p' argument to diff.
9900
bff71087 9901 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9902 (sh-re-done): Use defconst.
9903 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9904 (sh-help-string-for-variable, sh-guess-basic-offset):
9905 Don't quote lambdas.
9906 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9907 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9908
f7c4478f
SM
9909 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9910 (mh-letter-mode): Derive from text-mode.
9911 This implicitly means that it now calls kill-all-local-variables.
9912 Also remove the Emacs-18 compatibility code.
9913
a8add29d
SM
9914 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9915 Make use of symbol-property doc-string-elt.
9916 Use memq rather than a sequence of eq.
9917 (doc-string-elt): Fix the wrong or missing previously unused values.
9918 (autoload-print-form): New function extracted from
9919 generate-file-autoloads to allow recursion when handling progn
9920 so that defvar's and defun's docstrings are properly printed.
9921 (generate-file-autoloads): Use it.
9922
d5b037c5
SM
9923 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9924 Use find-file-hooks in the minor-mode function.
9925 Be careful not to loop indefinitely in the post-command-hook function.
9926
560ef11a 99272000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9928
1969fae2 9929 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9930 tty's.
1969fae2 9931 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9932 differences whenever appropriate.
1969fae2
GM
9933 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9934 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9935 wildcards.
9936
b5bbbb76
SM
99372000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9938
d5b037c5
SM
9939 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9940 (jit-lock-fontify-buffer): New function for JIT refontification.
9941 (jit-lock-mode): Fix docstring.
9942 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9943 Remove jit-lock-after-change from the _local_ hook.
9944 (jit-lock-function-1): Fix docstring.
9945
9946 * info.el (Info-on-current-buffer): Initialize info.
9947
9948 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9949
9950 * progmodes/tcl.el (tcl-indent-for-comment):
9951 Ignore comment-indent-hook.
9952
9953 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9954 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9955 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9956 and improve to use the lighter to guess the capitalization.
9957 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9958 Add keyword arguments to specify global-ness or the custom group.
9959 Add local-map and help-echo properties to the lighter.
9960 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9961 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9962
bfa6c260
DL
99632000-06-02 Dave Love <fx@gnu.org>
9964
9965 * wid-edit.el: byte-compile-dynamic since we typically don't use
9966 all the widgets. Don't require cl or widget. Remove
9967 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9968 (widget-read-event): Removed. Callers changed to use read-event.
9969 (widget-button-release-event-p): Renamed from
9970 button-release-event-p.
9971 (widget-field-add-space, widget-field-use-before-change):
9972 Uncustomize.
9973 (widget-specify-field): Use keymap property, not local-map.
9974 (widget-specify-button): Obey :suppress-face.
9975 (widget-specify-insert): Use modern backquote syntax.
9976 (widget-image-directory): Renamed from widget-glyph-directory.
9977 (widget-image-enable): Renamed from widget-glyph-enable.
9978 (widget-image-find): Replaces widget-glyph-find.
9979 (widget-button-pressed-face): Move defvar.
9980 (widget-image-insert): Replaces widget-glyph-insert.
9981 (widget-convert): Use keywordp.
9982 (widget-leave-text, widget-children-value-delete): Use mapc.
9983 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9984 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9985 (widget-button-click): Don't set point at the click, but re-centre
9986 if we scroll out of window. Rewritten for images v. glyphs &c.
9987 (widget-tabable-at): Use POS arg, not point.
9988 (widget-beginning-of-line, widget-end-of-line)
9989 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9990 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9991 (widget-default-create): Use widget-image-insert; some rewriting.
9992 (widget-visibility-value-create)
9993 (widget-push-button-value-create, widget-toggle-value-create): Use
9994 widget-image-insert.
9995 (checkbox): Create on and off images dynamically.
9996 (documentation-link): Change :help-echo.
9997 (widget-documentation-link-echo-help): Remove.
9998
3837de12
SM
99992000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10000
10001 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10002
10003 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10004 (easy-mmode-define-toggle, define-minor-mode): Use it.
10005 (easy-mmode-define-keymap): Docstring fix.
10006 (define-derived-mode): Default PARENT to fundamental-mode.
10007 Add the derived-mode-parent symbol-property.
10008 (easy-mmode-derived-mode-p): New function.
10009
90aa4ea8
DL
100102000-06-02 Dave Love <fx@gnu.org>
10011
37193ee6
DL
10012 * files.el (convert-standard-filename): Doc fix.
10013 (normal-backup-enable-predicate): New function.
10014 (backup-enable-predicate): Use it to replace the lambda form.
10015
10016 * calendar/todo-mode.el: [This needs more work on the outline
10017 stuff.] Doc fixes.
10018 (todo) <defgroup>: Add :version.
10019 (todo-add-category): Don't use pushnew.
10020 (todo-cmd-raise): Fix typo.
10021 (todo-top-priorities): Change temp buffer name.
10022 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
10023 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10024 Use outline-next-heading.
37193ee6 10025
90aa4ea8
DL
10026 * autoarg.el: Rewritten to use define-minor-mode.
10027 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10028 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10029
2e54623a
KH
100302000-06-02 Kenichi Handa <handa@etl.go.jp>
10031
10032 * isearch.el (isearch-other-meta-char): Fix previous change.
10033
c5def0db
SM
100342000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10035
3837de12
SM
10036 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10037 (log-edit-done): Only add the comment to the ring if it's different
10038 from the last comment entered.
10039
c5def0db
SM
10040 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10041
2330c9d4
DL
100422000-06-01 Dave Love <fx@gnu.org>
10043
10044 * hl-line.el: Rewritten using define-minor-mode.
10045
10046 * help.el (describe-function-1): Distinguish special form from
10047 builtin function. Sanity-check presence of arglist for builtins.
10048
6e5dfc31
KH
100492000-06-01 Kenichi Handa <handa@etl.go.jp>
10050
4dc1225b
KH
10051 * international/characters.el: Fix syntax/category setting of
10052 Tibetan characters.
10053
10054 * language/tibet-util.el (tibetan-add-components): Fixes for new
10055 encoding of Tibetan characters.
10056 (tibetan-decompose-precomposition-alist): New variable.
10057 (tibetan-decompose-region): Convert precomposed characters to
10058 non-precomposed characters.
10059 (tibetan-decompose-string): Likewise.
10060 (tibetan-composition-function): Fix args to
10061 thibetan-compose-string.
10062
10063 * language/tibetan.el (tibetan-composable-pattern): More
10064 characters included.
10065 (tibetan-consonant-transcription-alist): Rule for "R" added.
10066 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10067 "+R" added.
10068 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10069
eadef5e6
KH
10070 * language/lao-util.el (lao-composition-function): Fix args to
10071 compose-string.
10072
10073 * language/thai-util.el (thai-composition-function): Fix args to
10074 compose-string.
10075
6e5dfc31 10076 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
10077 to prevent the point moving to the end of a composition when a
10078 part of a composition is searched.
6e5dfc31
KH
10079 (isearch-other-meta-char): If the key invoking this command can be
10080 mapped by function-key-map to a printing char, call
10081 isearch-process-search-char directly.
10082
2598a293
SM
100832000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10084
10085 * emacs-lisp/bytecomp.el:
10086 * frame.el:
10087 * international/mule-cmds.el:
10088 * international/mule-util.el:
10089 * international/mule.el:
10090 * mouse.el:
10091 * subr.el:
10092 * faces.el: Update calls to make-obsolete with a WHEN argument.
10093
10094 * byte-run.el (make-obsolete, make-obsolete-variable):
10095 Add an optional WHEN argument and change the format of the
bff71087 10096 symbol-property information.
2598a293
SM
10097 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10098 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10099 new obsolete-symbol-property format and print WHEN if it is provided.
10100
28d8dff1
DL
101012000-05-31 Dave Love <fx@gnu.org>
10102
10103 * loadhist.el (loadhist-hook-functions): Remove
10104 before-change-function, after-change-function.
10105 (unload-feature): Deal with symbols which are both bound and
10106 fbound.
10107
10108 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10109 before-change-function, after-change-function.
10110
10111 * simple.el (newline): Don't bind before-change-function,
10112 after-change-function.
10113
7f565d87
RV
101142000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10115
10116 * whitespace.el (whitespace-rescan-timer-time): Update interval
10117 set to 600 seconds (10 minutes) instead of 60 seconds since
10118 a large number of whitespace buffers causes emacs to `freeze'
10119 for a considerable amount of time.
10120
bff71087 10121 * whitespace.el: Updated email address
7f565d87 10122
a8d693d8
DL
101232000-05-31 Dave Love <fx@gnu.org>
10124
10125 * add-log.el (change-log-font-lock-keywords) <function>: Add
10126 pattern for function of change.
10127 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10128 acknowledgements patterns.
10129
a50192e7
KH
101302000-05-31 Kenichi Handa <handa@etl.go.jp>
10131
10132 * isearch.el (isearch-printing-char): If keyboard coding system is
10133 being used, call isearch-process-search-multibyte-characters.
10134
10135 * international/isearch-x.el: Mostly rewritten.
10136
10137 * international/quail.el (quail-start-conversion): Don't include
10138 unhandled events in the returned events, but set them in
10139 unread-command-events. Exit if all inputs are deleted.
10140
7e492772
JR
101412000-05-30 Jason Rumney <jasonr@gnu.org>
10142
10143 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10144
10145 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10146 Reenable code to create initial fontsets.
10147 Use set-fontset-font in place of put-charset-property.
10148
10fc3187
GM
101492000-05-30 Gerd Moellmann <gerd@gnu.org>
10150
79148ea7
GM
10151 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10152 label, ensure that the first colon isn't followed by another.
10153
10154 * paths.el (Info-default-directory-list): Doc fix.
10155
086d5b87
GM
10156 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10157 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10158 send a query containing USER only, not USER@HOST.
10159
10fc3187
GM
10160 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10161 and rmail-msgend to compute the restriction at the end, instead of
10162 computing it.
10163
49e70dec
GM
101642000-05-29 Gerd Moellmann <gerd@gnu.org>
10165
66254a13
GM
10166 * dabbrev.el (dabbrev-expand): Don't display messages in the
10167 echo area if the minibuffer window is active.
10168
49e70dec
GM
10169 * jit-lock.el (jit-lock-mode): Add after change function to
10170 local hook.
10171
101722000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10173
10174 * antlr-mode.el: New commands: hide/unhide actions,
10175 upcase/downcase literals.
10176 (antlr-tiny-action-length): New user option.
10177 (antlr-hide-actions): New command. Suggested by
10178 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 10179 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
10180 (antlr-mode-menu): New entries.
10181 (antlr-downcase-literals): New command.
10182 (antlr-upcase-literals): Ditto.
10183
10184 * antlr-mode.el: Minor changes: indendation, mode-name.
10185 (antlr-indent-line): Indent cpp directive at column 0.
10186 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10187
10188 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10189 (antlr-font-lock-additional-keywords): Workaround for intentional
10190 bug in XEmacs version of font-lock.
10191 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10192 be used by a smarter version of `buffers-menu-grouping-function'.
10193
101942000-05-29 Gerd Moellmann <gerd@gnu.org>
10195
10196 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10197 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10198
49f93684
KH
101992000-05-29 Kenichi Handa <handa@etl.go.jp>
10200
10201 * international/encoded-kb.el
10202 (encoded-kbd-iso2022-designation-map): Pay attention to that
10203 charset-iso-final-char return -1 for eight-bit-control and
10204 eight-bit-graphic.
10205
5b1ae051
EZ
102062000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10207
10208 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10209 (speedbar-easymenu-definition-base): Use display-graphic-p where
10210 available, instead of window-system.
10211
a205e32a
EZ
102122000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10213
10214 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10215 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10216 coding systems.
10217
dd854dc2
DL
102182000-05-26 Dave Love <fx@gnu.org>
10219
c88a85d5
DL
10220 * disp-table.el (standard-display-underline): Don't use
10221 internal-find-face.
10222
dd854dc2
DL
10223 * mail/reporter.el: Maintainer change. Doc fixes.
10224 (reporter-version): Deleted.
10225
10226 * emacs-lisp/elp.el: Maintainer change.
10227 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10228
dc29aa6c
SM
102292000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10230
10231 * add-log.el (add-change-log-entry): Merge the current entry with the
10232 previous one if the previous one is empty.
10233
ed62683d
DL
102342000-05-26 Dave Love <fx@gnu.org>
10235
4370a375
DL
10236 * loadhist.el (unload-feature): Fix interactive spec [from
10237 lijnzaad@ebi.ac.uk].
10238
ed62683d
DL
10239 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10240 subr-arity to check primitives.
10241 (byte-compile-flush-pending, byte-compile-file-form-progn)
10242 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10243 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10244 mapcar.
10245
ba9f8f95
KH
102462000-05-26 Kenichi Handa <handa@etl.go.jp>
10247
0f3e0672
KH
10248 * international/fontset.el: Set family names of non-latin charsets
10249 in default fontset to "*".
10250
cebefb44
KH
10251 * international/mule-diag.el (print-fontset): Combine family part
10252 and registry part of the fontname by "-*-" instead of "-".
10253
ba9f8f95
KH
10254 * international/mule-cmds.el (encode-coding-char): Make strings
10255 multibyte before calling encode-coding-string.
10256
931d0724
SM
102572000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10258
10259 * derived.el: Fix keywords.
8ccce2b0 10260 (define-derived-mode): Only define if needed.
931d0724
SM
10261
10262 * simple.el (fill-comment, comment-column, comment-start)
10263 (comment-start-skip, comment-end, comment-indent-function)
10264 (block-comment-start, block-comment-end, indent-for-comment)
10265 (set-comment-column, kill-comment, comment-padding, comment-region)
10266 (comment-multi-line, indent-new-comment-line): Remove.
10267
10268 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10269 function names for comment operations.
10270
10271 * newcomment.el: Add abundant autoload cookies.
10272 (comment-style): Don't depend on runtime data at compile-time.
10273 (comment-indent-hook): Remove.
10274 (comment-indent): Check if comment-indent-hook is bound.
10275 (comment-region): Docstring fix.
10276
6fc596cf
DL
102772000-05-25 Dave Love <fx@gnu.org>
10278
10279 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10280 byte-code-function-p.
10281
10282 * mail/rmailsum.el: Add provide.
10283
10284 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10285
10286 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10287 defcustom.
10288
7997f1ca 102892000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10290
7997f1ca
MK
10291 * ediff-diff.el (ediff-exec-process): delete --binary option from
10292 non-buffer ediff jobs.
7f565d87 10293
e7a903e8
EZ
102942000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10295
10296 * hilit-chg.el (highlight-changes-mode): Ask about color or
10297 grayscale support, not about window-system.
10298
10299 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10300 window-system.
10301 (ffap-highlight): Always default to t.
10302
10303 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10304 display-popup-menus-p instead of looking at window-system.
10305
10306 * disp-table.el (standard-display-g1, standard-display-graphic):
10307 Only refuse to use string glyphs on X and MS-Windows.
10308
10309 * avoid.el: Remove window-system from commentary, suggest to use
10310 display-*-p instead.
10311
10312 * apropos.el (apropos-print): Use display-mouse-p instead of
10313 window-system.
10314
14028d57
EZ
103152000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10316
10317 * international/codepage.el (cp-decoding-vector-for-codepage):
10318 Fill up unsupported characters with their own codes. From Kenichi
10319 Handa.
10320
1a4f9cc1
EZ
103212000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10322
10323 * international/mule-diag.el (describe-char-after): Use
10324 display-graphic-p instead of window-system, so that this function
10325 works on MS-DOS.
10326
89f6ca4e
EZ
103272000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10328
10329 * international/codepage.el (cp-make-coding-systems-for-codepage):
10330 Remove the eight-bit-graphic and eight-bit-control charsets from
10331 the list of charsets which we convert into `?'.
10332
eacfd7fe
KH
103332000-05-25 Kenichi Handa <handa@etl.go.jp>
10334
10335 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10336 private charsets.
10337 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10338 japanese-jisx0213-2): New charsets.
10339
10340 * international/fontset.el: Setup default fontset for new charsets.
10341
deadf7e3
DL
103422000-05-24 Dave Love <fx@gnu.org>
10343
10344 * info.el (Info-find-node-2): Restructure [following "Vadim
10345 S. Solomin" <sovs@uic.nnov.ru>].
10346
10347 * icomplete.el: Fix header for Finder.
10348
103492000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10350
10351 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10352 STAY.
10353
10354 * rmail.el (rmail-automatic-folder-directives): New user variable.
10355 (rmail-show-message): Add call to `rmail-auto-file' during
10356 display.
10357 (rmail-auto-file): New function.
10358
6de3983f 103592000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10360
fc6a6a4e 10361 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10362 account.
fc6a6a4e
GM
10363 (ediff-test-utility,ediff-diff-mandatory-option)
10364 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10365 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10366
fc6a6a4e 10367 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10368 variable.
7f565d87 10369
fc6a6a4e 10370 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10371 ediff-merge-filename-prefix.
10372
fc290d1d
MK
103732000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10374
fc6a6a4e 10375 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10376
273182b8
EZ
103772000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10378
10379 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10380 aliases for hebrew-iso-8bit.
10381
f471ea57
EZ
103822000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10383
10384 * woman.el: New version from Francis J. Wright
10385 <F.J.Wright@Maths.QMW.ac.uk>.
10386 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10387 names in environment variables regardless of the path separator.
10388 (woman-topic-all-completions-1): Don't call file-name-directory-p
10389 on all files, since woman-file-regexp already filters out any
10390 directories.
10391
01162f24
KH
103922000-05-24 Kenichi Handa <handa@etl.go.jp>
10393
48e3df76
KH
10394 * international/quail.el (quail-start-translation): Don't change
10395 modified-p of the current buffer.
10396 (quail-start-conversion): Likewise.
10397
10398 * international/kkc.el (kkc-region): Don't change modified-p of
10399 the current buffer.
10400
747d90ea
KH
10401 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10402 conform to RFC1468.
10403 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10404
17a223ff
EL
104052000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10406
10407 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10408 (speedbar-insert-button): Invisible text property fix.
10409 (speedbar-directory-plus): Renamed from speedbar-directory-+
10410 (speedbar-directory-minus): Renamed from speedbar-directory--
10411 (speedbar-page-plus): Renamed from speedbar-file-+
10412 (speedbar-page-minus): Renamed from speedbar-file--
10413 (speedbar-page): Renamed from speedbar-file-
10414 (speedbar-tag): Renamed from speedbar-tag-
10415 (speedbar-tag-plus): Renamed from speedbar-tag-+
10416 (speedbar-tag-minus): Renamed from speedbar-tag--
10417 (speedbar-expand-image-button-alist): Use above renames.
10418
10419 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10420 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10421 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10422 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10423 * sb-pg.xpm: Renamed from sb-file.xpm
10424 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10425 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10426
e6b6fc18
KH
104272000-05-24 Kenichi Handa <handa@etl.go.jp>
10428
10429 * international/quail.el (quail-show-guidance-buf): Set
10430 current-input-method of the guidance buffer to the name of the
10431 curren input method.
10432
a1a336eb
SM
104332000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10434
10435 * progmodes/compile.el (compile-internal): Style typo.
10436
10437 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10438 quote vars and functions in the docstring.
10439
10440 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10441
10442 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10443 Don't quote lambdas.
10444
10445 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10446
9695b783
GM
104472000-05-23 Gerd Moellmann <gerd@gnu.org>
10448
716e3b88
GM
10449 * startup.el (command-line): Determine source file of compiled
10450 user init file differently. Warn if compiled user init file
10451 is older than its source file.
10452
9695b783 10453 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10454
41ac433f
EZ
104552000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10456
10457 * files.el (make-backup-file-name-1): Replace slashes with `!'
10458 rather than `|' (which is not allowed on Windows). Replace the
10459 drive letters with a string "drive_X".
10460
46600ab1
GM
104612000-05-23 Gerd Moellmann <gerd@gnu.org>
10462
10463 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10464
10465 * files.el (interpreter-mode-alist): Add `bash2'.
10466
79a64d87
DL
104672000-05-22 Dave Love <fx@gnu.org>
10468
10469 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10470 mapc.
10471 (feature-file): Avoid calling symbol-name. Doc fix.
10472 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10473 (loadhist-hook-functions): Add mouse-position-function.
10474 (unload-feature): Change uses of mapcar.
10475
10476 * files.el (parse-colon-path): Doc fix.
10477 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10478 (set-auto-mode): Use mapc.
10479
10480 * complete.el (PC-look-for-include-file): Use :alnum: character
10481 class.
10482 (partial-completion-mode): Add autoload cookie.
10483
0e8c11d8
SS
104842000-05-22 Sam Steingold <sds@gnu.org>
10485
ce75fd23 10486 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10487 `add-text-properties' (bug introduced on 2000-05-18).
10488
d8d0fa6c
DL
104892000-05-22 Dave Love <fx@gnu.org>
10490
10491 * bindings.el: Remove debug-ignored-errors set in other files.
10492
10493 * progmodes/etags.el: Add to debug-ignored-errors.
10494 (visit-tags-table-buffer): Clear out buffers holding old tables
10495 when making a new list.
10496 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10497 mapc.
10498
10499 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10500 quote keywords.
10501 (cmpl-string-case-type): Use character classes.
10502
0e8c11d8
SS
10503 * comint.el:
10504 * textmodes/ispell.el:
10505 * imenu.el:
d8d0fa6c
DL
10506 * mail/mh-e.el:
10507 * progmodes/compile.el: Add to debug-ignored-errors.
10508
10509 * dabbrev.el: Add to debug-ignored-errors.
10510 (dabbrev-completion): Use mapc.
10511
1edbbf8a
EZ
105122000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10513
10514 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10515 (woman-mapcan, woman-parse-man.conf)
10516 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10517 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10518 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10519 path syntax better.
10520 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10521 (woman-manpath): Call woman-parse-man.conf.
10522 (woman-emulation): New defcustom, defaults to nroff.
10523 (woman-font-support): New defconst.
10524 (woman-use-symbol-font): New defcustom.
10525 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10526 "Emulation".
10527 Many functions: Doc fix.
10528
5bd2148c
KH
105292000-05-22 Kenichi Handa <handa@etl.go.jp>
10530
10531 * international/quail.el (quail-simple-translation-keymap): Map
10532 128..255 to quail-self-insert-command.
10533 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10534
4125ec7e
SM
105352000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10536
a1a336eb
SM
10537 * help.el (help-manyarg-func-alist): Typo.
10538
40aeecad
SM
10539 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10540 intervals which makes it heaps simpler.
10541
4125ec7e
SM
10542 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10543 the nested comment markers.
e4da9c1c
SM
10544
10545 * subr.el (remove-hook): Don't turn the hook's value into a list.
10546
cb7216a7
DL
105472000-05-21 Dave Love <fx@gnu.org>
10548
ac266581
DL
10549 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10550 are invalid characters.
10551
cb7216a7
DL
10552 * international/mule-util.el (detect-coding-with-priority): Use
10553 mapc. Remove redundant lambda.
10554
10555 * international/mule-diag.el (list-non-iso-charset-chars)
10556 (describe-fontset): Remove redundant lambda.
10557
10558 * emulation/crisp.el (brief-mode): New alias.
10559
10560 * emacs-lisp/ring.el (ring-elements): New function.
10561
10562 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10563 (easy-menu-do-add-item): Use keywordp.
10564
10565 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10566
10567 * replace.el: Doc and error message fixes.
10568 (replace-highlight): Use facep, not internal-find-face.
10569
9b0d1d6e
SM
105702000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10571
b2d2cf58
SM
10572 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10573
ffe7dc64
SM
10574 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10575 (log-edit-insert-changelog): Drop `:' as well.
10576
10577 * log-view.el: Fix file description.
10578 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10579 available.
10580 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10581 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10582
c8c21615
SM
10583 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10584 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10585 Print a status message if the toggle is called interactively.
10586 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10587 for global minor modes and use `defcustom' for them.
10588 Use add-minor-mode.
10589 (easy-mmode-define-derived-mode): Remove.
10590 (define-derived-mode): Fancier default docstring.
10591 (easy-mmode-define-navigation): Signal an error rather than (ding).
10592
9b0d1d6e
SM
10593 * newcomment.el (comment-styles): New `box-multi'.
10594 (comment-normalize-vars): Better default for comment-continue to
10595 avoid whitespace-only continuations.
10596 (comment-search-forward): Always move even in the no-syntax case.
10597 (comment-padright): Only obey N if it's only obeyed for padleft.
10598 (comment-make-extra-lines): Better handling of empty continuations.
10599 Use `=' for the filler if comment-start has only one character.
10600 (uncomment-region): Try handling the special `=' filler.
10601 (comment-region): Allow LINES even if MULTI is nil.
10602 (comment-box): Choose box style based on comment-style.
10603
f5ee6d0f
KH
106042000-05-20 Kenichi Handa <handa@etl.go.jp>
10605
9b0d1d6e 10606 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10607 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10608
c9671f81
KH
106092000-05-20 Kenichi HANDA <handa@etl.go.jp>
10610
10611 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10612 and insert, not subst-char-in-region.
10613
10614 * international/mule-diag.el (list-character-sets-1): Handle
10615 charsets eight-bit-control and eight-bit-graphic.
10616 (list-iso-charset-chars): Likewise.
10617 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10618 charactes as is. Use indent-to to align characters.
10619
10620 * international/mule-cmds.el (find-multibyte-characters): Never
10621 exclude charsets eight-bit-control and eight-bit-graphic.
10622
1426aa5c
SM
106232000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10624
10625 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10626 Don't quote lambdas.
10627
10628 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10629
2b63d473
GM
106302000-05-19 Gerd Moellmann <gerd@gnu.org>
10631
10632 * gud.el (gud-jdb-directories): Doc fix.
10633
f1355756
SM
106342000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10635
10636 * newcomment.el: New file.
10637
5f64c9e0
GM
106382000-05-19 Gerd Moellmann <gerd@gnu.org>
10639
2b63d473 10640 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10641
db7314bd
AS
106422000-05-18 Andreas Schwab <schwab@suse.de>
10643
10644 * dired.el (dired-between-files): Also skip lines beginning with
10645 `used'.
10646
25bb0401
GM
106472000-05-18 Gerd Moellmann <gerd@gnu.org>
10648
10649 * msb.el (msb-menu-cond): Add choice `user'.
10650
a199a865 106512000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10652
a199a865
GM
10653 * ps-print.el: Compatibility, customization and doc fix.
10654 (ps-printer-name-option): Replace defconst by defvar.
10655 (ps-postscript-code-directory): XEmacs compatibility.
10656 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10657 fix.
10658 (ps-user-defined-prologue, ps-print-prologue-header)
10659 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10660 compatibility and code fix.
10661 (ps-print-background-image, ps-print-background-text):
10662 Customization fix.
10663 (ps-line-number-start, ps-n-up-on): New vars.
10664
25bb0401
GM
106652000-05-18 Espen Skoglund <esk@ira.uka.de>
10666
10667 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10668 the indent-comment function to just return the appropriate indent.
10669
68e6c83a
EL
106702000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10671
10672 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10673 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10674 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10675
dae6cb9f
DL
106762000-05-18 Dave Love <fx@gnu.org>
10677
10678 * info.el (Info-fontify-node): Add intangible property as well as
10679 invisible.
10680
10681 * calendar/appt.el (appt-make-list): Match all lines of entry.
10682 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10683
813086ea
KH
106842000-05-18 Kenichi Handa <handa@etl.go.jp>
10685
10686 * international/mule-diag.el (describe-char-after): Call
10687 internal-char-font, not char-font. If internal-char-font returns
10688 nil, display "-- none --".
10689
24978190
EZ
106902000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10691
10692 * image.el (image-type-available-p): Don't reference image-types
10693 if it isn't bound.
10694
2fca2d5d
SM
106952000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10696
10697 * autoarg.el (autoarg-mode): Typo in the :set argument.
10698
cfc75d05
EZ
106992000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10700
10701 * startup.el (command-line-1): Don't signal an error if the
10702 directory for auto-save-list files does not yet exist.
10703
c4e30387
KH
107042000-05-17 Kenichi Handa <handa@etl.go.jp>
10705
10706 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10707
dd6b8ea7
SM
107082000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10709
10710 * subr.el (remove-hook): `setq' hook-value, not `set'.
10711
399c88ad
SS
107122000-05-16 Sam Steingold <sds@gnu.org>
10713
a199a865 10714 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10715
01651f07
DL
107162000-05-16 Dave Love <fx@gnu.org>
10717
10718 * cus-edit.el: Don't require cl or easymenu.
10719 (custom-variable-prompt): Test standard-value property, not
10720 user-variable-p.
10721
2248c40d
SS
107222000-05-16 Sam Steingold <sds@gnu.org>
10723
10724 * subr.el (add-hook): `setq' hook-value, not `set'.
10725
b15f3b77
GM
107262000-05-16 Gerd Moellmann <gerd@gnu.org>
10727
10728 * startup.el (command-line-1): Mention the FAQ in the startup
10729 message.
10730
10731 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10732
10733 * progmodes/compile.el (compilation-parse-errors): Collect
10734 `nomessage' regexps last.
10735
10736 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10737
10738 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10739 to the function name.
10740
f9bbcfac
EL
107412000-05-15 Dave Love <fx@gnu.org>
10742
10743 * speedbar.el (speedbar-recenter): Typo.
10744 (speedbar-expand-line): Make arg optional.
10745 (speedbar-mode): Avoid a compiler warning.
10746
119b42eb
GM
107472000-05-15 Gerd Moellmann <gerd@gnu.org>
10748
10749 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10750 user-specified option string is empty.
10751
10752 * mouse.el (mouse-yank-at-click): Doc fix.
10753
f685bea9
EZ
107542000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10755
10756 * term/internal.el (IT-character-translations): More updates of
10757 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10758 documents.
10759
a1b8d58b
GM
107602000-05-15 Gerd Moellmann <gerd@gnu.org>
10761
10762 * env.el (getenv): New function, interactively callable.
10763 (setenv, getenv): Remove autoload cookies.
10764
10765 * loadup.el: Load `env'.
10766
10767 * progmodes/f90.el: Change author's mail address.
10768
c9bba7ed
DL
107692000-05-14 Dave Love <fx@gnu.org>
10770
e5c83697
DL
10771 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10772 goto-addr as an option.
10773
10774 * help.el (help-xref-stack): Doc fix.
10775 (help-xref-following): New variable.
10776 (help-make-xrefs): Use it.
10777 (help-xref-go-back): Use position information from stack element.
10778 (help-follow): Make position in stack element a pair. Use
10779 help-xref-following.
399c88ad 10780
e5c83697
DL
10781 * autoarg.el: New file.
10782
10783 * faces.el: Declare more functions obsolete.
10784
c9bba7ed
DL
10785 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10786 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10787 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10788 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10789 Remove all the setup-...-environment functions.
10790
b6389bfb
EL
107912000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10792
a1b8d58b
GM
10793 * speedbar.el: Updated the commentary section. xemacs20p now uses
10794 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10795 (speedbar-easymenu-definition-base): Add toggle for images.
10796 (speedbar-easymenu-definition-special): Add flush cache & expand.
10797 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10798 (speedbar-reconfigure-keymaps-hook): New variable.
10799 (speedbar-frame-parameters): Updated documentation.
10800 (speedbar-use-imenu-flag): Updated custom tag
10801 (speedbar-dynamic-tags-function-list): New variable.
10802 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10803 (speedbar-indentation-width, speedbar-indentation-width) New
10804 variables.
10805 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10806 (speedbar-vc-indicator): Doc update.
10807 (speedbar-ignored-path-expressions): Updated default value.
10808 (speedbar-supported-extension-expressions): Updated default value.
10809 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10810 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10811 as "+". Added overlay aliases.
10812 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10813 `force-mode-line-update'.
10814 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10815 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10816 `mouse-set-point'
b6389bfb 10817 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10818 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10819 of arbitrary text, and new helper functions.
10820 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10821 filename finder.
b6389bfb
EL
10822 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10823 (speedbar-directory-buttons): Update path search/expansion.
10824 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10825 `speedbar-indentation-width'. Use more care w/ invisible
10826 properties.
b6389bfb
EL
10827 (speedbar-change-expand-button-char): Call
10828 `speedbar-insert-image-button-maybe'.
10829 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10830 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10831 (speedbar-trim-words-tag-hierarchy)
10832 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10833 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10834 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10835 functions.
b6389bfb
EL
10836 (speedbar-mouse-set-point): New function
10837 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10838 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10839 of tag prefix text.
10840 (speedbar-expand-line, speedbar-contract-line): Make more robust
10841 to strange text.
10842 (speedbar-expand-line): Takes universal argument to flush the
10843 cache.
b6389bfb
EL
10844 (speedbar-flush-expand-line): New function.
10845 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10846 Use new generator insertion method.
10847 (speedbar-fetch-dynamic-tags): New function.
10848 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10849 `speedbar-fetch-dynamic-imenu'.
10850 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10851 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10852 "Revert Buffer" menu items.
10853 (speedbar-buffer-buttons-engine): Be smarter when creating a
10854 filename tag (for expansion purposes.).
a1b8d58b
GM
10855 (speedbar-highlight-one-tag-line,
10856 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10857 (speedbar-recenter): New functions.
b6389bfb 10858 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10859 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10860 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10861 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10862 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10863 (speedbar-expand-image-button-alist): New variable.
10864 (speedbar-insert-image-button-maybe): Insert an image over some
10865 buttons.
10866
43fe9244
KH
108672000-05-13 Kenichi Handa <handa@etl.go.jp>
10868
10869 * international/mule-cmds.el (encode-coding-char): An ASCII
10870 character is always encodable.
10871
10872 * international/mule-conf.el: Add more information in descriptions
10873 of character sets.
10874
813086ea 10875 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10876 (describe-font-internal): Adjusted for the change of font-info.
10877 (describe-font): Likewise.
10878 (print-fontset): Rewritten for the new fontset implementation.
10879 (describe-fontset): Include fontset alias names in completion.
10880 (list-fontsets): Adjusted for the change of print-fontset.
10881
10882 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10883 describe-char-after instead of displaying the detail in the echo
10884 area.
813086ea
KH
10885 (syntax-code-table): Format changed.
10886 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10887
e8564f57
SM
108882000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10889
10890 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10891
9278c60d
DL
108922000-05-12 Dave Love <fx@gnu.org>
10893
10894 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10895 dependence. Use line-{beginning,end}-position, not
10896 point-at{b,e}ol. Some doc fixes.
10897 (todo-position): New function. Fix callers of position to use it.
10898 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10899
be0505fe
GM
109002000-05-12 Gerd Moellmann <gerd@gnu.org>
10901
10902 * time.el (display-time-mail-icon): Use `:ascent center'.
10903
a8a3541c
GM
10904 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10905 handling FTP security extensions.
399c88ad 10906
44d5f148
DL
109072000-05-11 Dave Love <fx@gnu.org>
10908
33d0c179 10909 * calendar/todo-mode.el: New file.
44d5f148 10910
da4496b6
GM
109112000-05-11 Gerd Moellmann <gerd@gnu.org>
10912
cdc4401d
GM
10913 * comint.el (comint-read-input-ring): Move reference to
10914 comint-input-ring-size outside of the save-excursion. It was
10915 causing the default value to be the only one ever seen.
399c88ad 10916
0279f991
GM
10917 * font-lock.el: Update copyright. Remove Simon Marshall's email
10918 address on request from him.
10919
da4496b6
GM
10920 * subr.el (substitute-key-definition): Add comment describing
10921 the meaning of PREFIX.
10922
ac5cb26d
SM
109232000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10924
10925 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10926
10927 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10928 (add-minor-mode): Don't make the variable buffer-local and add a
10929 reference to define-minor-mode in the docstring.
10930
10931 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10932 HEADER/FOOTER and fix bug with trailing empty directory.
10933 (cvs-append-to-ignore): Use vc-editable-p if available.
10934 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10935 (vc-do-command): Tweak advice to handle the new VC.
10936
10937 * log-view.el (log-view-goto-rev): New function for the new VC.
10938 (log-view-minor-wrap): Use mark-active.
10939
10940 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10941 (log-edit-changelog-full-paragraphs): New var.
10942 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10943 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10944 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10945 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10946 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10947 Replace the `cvs' prefix with `log-edit'.
10948
10949 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10950
10951 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10952 (diff-font-lock-defaults): Explicitly turn off multiline.
10953 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10954 (diff-ediff-patch): Fix call to ediff-patch-file.
10955 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10956 Handle comments.
10957
10958 * frame.el (automatic-hscrolling): Typo.
10959
10960 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10961
21c34da3
DL
109622000-05-09 Sam Steingold <sds@goems.com>
10963
10964 * apropos.el (apropos-print): use `describe-face' instead of
10965 `customize-face-other-window'.
10966
950cf06f
DL
109672000-05-09 Dave Love <fx@gnu.org>
10968
10969 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10970
10971 * help.el (describe-variable): Have customize button pop the
10972 help-xref stack when invoked.
10973 (help-xref-symbol-regexp): Add `face'.
10974 (help-make-xrefs): Check for quoted face names and adapt regexp
10975 submatch numbers to cope.
10976 (help-xref-interned): Maybe insert face doc too. Separate
10977 sections with a line of hyphens.
10978
0623e40f 10979 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10980 (describe-face): Add customize button. Return the help
10981 text. Fix prompt.
10982
82e2ca9d
EZ
109832000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10984
10985 * term/internal.el (IT-character-translations): Fix last change.
10986
10c00b5c
EZ
109872000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10988
10989 * woman.el: New file
10990 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10991
9deed82f
EZ
109922000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10993
001ad319
EZ
10994 * term/internal.el (IT-character-translations): Update ASCII
10995 simulations for greek-iso8859-7, add latin-iso8859-14 and
10996 latin-iso8859-15.
10997
9deed82f
EZ
10998 * international/mule-cmds.el (set-language-info-alist): Call
10999 define-prefix-command with 3 arguments, to make the map suitable
11000 for a menu.
11001
4f37b78a
DL
110022000-05-07 Dave Love <fx@gnu.org>
11003
1ec321a7 11004 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 11005
64a4c526
DL
110062000-05-05 Dave Love <fx@gnu.org>
11007
11008 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11009 list in doc string. Don't quote keyword symbols.
11010 * emacs-lisp/cl.el: Likewise
11011 * emacs-lisp/cl-seq.el: Likewise
11012
056565f7
GM
110132000-05-05 Gerd Moellmann <gerd@gnu.org>
11014
11015 * abbrev.el (abbrev-mode): Make ARG optional.
11016
4656b314
GM
110172000-05-04 Gerd Moellmann <gerd@gnu.org>
11018
ec82fb2f
GM
11019 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11020
11021 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11022
4656b314
GM
11023 * subr.el (substitute-key-definition): Clarify documentation.
11024
110252000-05-04 Milan Zamazal <pdm@freesoft.cz>
11026
11027 * glasses.el (glasses-convert-to-unreadable): Use
11028 `glasses-separator' instead of the hard-wired "_".
11029 (glasses-mode): Call `glasses-make-unreadable' only in a single
11030 place.
11031
7b081c78
EZ
110322000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11033
11034 * term/internal.el (cjk-codepages-alist): Add associations for
11035 Chinese and Korean codepages. Remove FIXME comment.
11036
baa5536e
DL
110372000-05-03 Dave Love <fx@gnu.org>
11038
11039 * time.el (display-time-mail-face, display-time-use-mail-icon):
11040 New option.
11041 (display-time-mail-icon): New variable.
11042 (display-time-string-forms): Use the above. Fix the local-map.
11043
cbf18892
GM
110442000-05-03 Gerd Moellmann <gerd@gnu.org>
11045
4ff40dd0
GM
11046 * replace.el (query-replace-map): Add binding for `E'.
11047 (query-replace-help): Extend help text.
11048 (perform-replace): Allow editing the replacement string.
11049
11050 * make-mode.el (makefile-mode-abbrev-table): New variable.
11051 (makefile-mode): Set local abbrev table to
11052 makefile-mode-abbrev-table.
11053 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 11054
cbf18892
GM
11055 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11056 set TOGGLE's value.
11057
4ff40dd0
GM
11058 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11059 mail-interactive-insert-alias.
11060 (mail-abbrev-complete-alias): New command.
11061 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 11062
ffec4d9f
KH
110632000-05-03 Kenichi Handa <handa@etl.go.jp>
11064
11065 * language/lao-util.el (lao-compose-region): New function.
11066
1b0672c3
GM
110672000-05-02 Gerd Moellmann <gerd@gnu.org>
11068
576da55d
GM
11069 * files.el (recover-session): Make directories as necessary
11070 if they don't exist yet.
11071
399c88ad
SS
11072 * calendar/cal-french.el
11073 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
11074 (french-calendar-special-days-array): Change French text.
11075 (calendar-french-date-string): Change output.
11076 (calendar-goto-french-date): Likewise.
11077
110782000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11079
11080 * wid-edit.el (widget-default-active): Obey `:always-active'.
11081 (widget-documentation-string-value-create): Set `:always-active'.
11082
4b33deaa
EZ
110832000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11084
11085 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11086 default prefix to `~/_emacs.d/auto-save.list/_s'.
11087 (normal-top-level): Create the directory for auto-save files, if
11088 it doesn't already exist (in the ms-dos case only).
11089
5c922ea7
EZ
110902000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11091
11092 * international/mule-cmds.el (set-language-environment): Don't
11093 concat an integer (dos-codepage), use format instead.
11094
820ad5e7
DL
110952000-05-02 Dave Love <fx@gnu.org>
11096
11097 * help.el (help-xref-on-pp): Check for constant symbols.
11098
57cb56f5
GM
110992000-04-29 Gerd Moellmann <gerd@gnu.org>
11100
11101 * startup.el (normal-top-level): Put a condition-case around
11102 the code loading subdirs.el.
11103
111042000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 11105
57cb56f5
GM
11106 * ps-print.el: Upside-down and face background color printing,
11107 line number step, doc fix.
11108 (ps-print-version): New version number (5.2).
11109 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11110 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11111 (ps-spool-config): Var fix.
11112 (ps-printer-name-option): Const fix.
11113 (ps-print-upside-down, ps-use-face-background)
11114 (ps-line-number-step): New vars.
11115 (ps-window-system, ps-lp-system): New consts.
11116 (ps-face-background): New fun.
11117
084cec2f
GM
111182000-04-28 Richard Stallman <rms@gnu.org>
11119
11120 * files.el (make-auto-save-file-name):
11121 Apply auto-save-file-name-transforms to visited file name
11122 before generating auto save file name.
11123 (auto-save-file-name-transforms): New variable.
11124
399c88ad 11125 * files.el (backup-enable-predicate):
084cec2f
GM
11126 Correctly test for a file under a temporary directory.
11127
c94f4677
GM
111282000-04-28 Gerd Moellmann <gerd@gnu.org>
11129
11130 * subr.el (add-minor-mode): Rewritten.
11131
7b211df5
KH
111322000-04-28 Kenichi Handa <handa@etl.go.jp>
11133
11134 * mail/sendmail.el (sendmail-send-it): Set
11135 buffer-file-coding-system to the selected coding system for MIME
11136 header.
11137
c76e04a8 111382000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 11139
c76e04a8
GM
11140 * dired.el (dired-move-to-filename-regexp): Allow format where
11141 YYYY is followed by two spaces.
e3e36d74 11142
c76e04a8
GM
11143 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11144 in the second character class of the regexp.
11145
11146 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11147 mh-etc, too.
353964e3 11148
c76e04a8
GM
11149 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11150 nil.
399c88ad 11151
353964e3
GM
11152 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11153
11154 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11155 argument.
11156
c76e04a8 111572000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 11158
c76e04a8
GM
11159 * emacs-lisp/crm.el (crm-completion-table): New variable.
11160 (crm-collection-fn, crm-test-completion)
11161 (completing-read-multiple): Use it.
11162
111632000-04-27 Dave Love <fx@gnu.org>
11164
11165 * help.el (locate-library): Use mapc.
11166 (help-manyarg-func-alist): Add call-process-region.
11167
7464346d
GM
111682000-04-26 Gerd Moellmann <gerd@gnu.org>
11169
b35bd33d
GM
11170 * subr.el (add-minor-mode): Make argument MAP optional.
11171
7464346d
GM
11172 * desktop.el (desktop-save): Save list of minor modes.
11173 (desktop-create-buffer): Restore minor modes.
11174 (desktop-minor-mode-table): New user-option.
11175
11176 * subr.el (add-minor-mode): New function.
11177
11178 * image.el (find-image): New function.
11179 (defimage): Rewritten to find image at load time.
11180
11181 * startup.el (normal-top-level-add-to-load-path): Handle
11182 case that the default directory is not in load-path.
11183
11184 * help.el: Old patch from Stefan Monnier.
11185 (help-xref-on-pp): New function.
11186 (describe-variable): Use it to display xrefs in a symbol's value.
11187
23c0fb21
SM
111882000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11189
11190 * cus-edit.el (custom-face): Fix parenthesis.
11191
fad95037
KH
111922000-04-26 Kenichi Handa <handa@etl.go.jp>
11193
f03392a1
KH
11194 * mail/rmail.el (rmail-expunge): When there are no deleted
11195 messages, do nothing.
fad95037 11196
0d7c5bb9
DL
111972000-04-26 Dave Love <fx@gnu.org>
11198
11199 * international/mule-cmds.el (locale-translation-file-name):
11200 Defvar to nil.
11201 (set-locale-environment): Set it here (at runtime).
11202
612839b6
GM
112032000-04-25 Gerd Moellmann <gerd@gnu.org>
11204
11205 * replace.el (perform-replace): Add parameters START and END. Use
11206 them instead of the check for a region in Transient Mark mode.
11207 (query-replace-read-args): Return two more list elements for the
11208 start and end of the region in Transient Mark mode.
11209 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11210 (map-query-replace-regexp, replace-string, replace-regexp): Add
11211 optional last arguments START and END and pass them to
11212 perform-replace.
11213
11214 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11215 form with additional arguments for perform-replace.
11216
11217 * progmodes/etags.el (tags-query-replace): Add parameters START
11218 and END. Construct a form with additional arguments for
11219 perform-replace.
11220
11221 * simple.el (shell-command): Set default directory for "*Shell
11222 Command Output" buffer.
11223
11224 * language/european.el (iso-latin-4): Fix typo.
11225
11226 * emacs-lisp/crm.el: New file.
11227
2917cc05
DL
112282000-04-24 Dave Love <fx@gnu.org>
11229
11230 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11231 (Custom-reset-saved, Custom-reset-standard)
11232 (custom-group-value-create, custom-group-set, custom-group-save)
11233 (custom-group-reset-current, custom-group-reset-saved)
11234 (custom-group-reset-standard): Use mapc.
11235 (custom-buffer-create-internal): Disable undo when creating items.
11236 Use mapc.
11237 (custom-face): Avoid redundant lambda.
11238
abfcc168
GM
112392000-04-24 Gerd Moellmann <gerd@gnu.org>
11240
11241 * startup.el (auto-save-list-file-prefix): Set default to
11242 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11243
fa78f71b
SS
112442000-04-24 Sam Steingold <sds@gnu.org>
11245
11246 * time-stamp.el (time-stamp-string-preprocess): Always convert
11247 `field-result' to a string.
11248
cc181e95
GM
112492000-04-24 Gerd Moellmann <gerd@gnu.org>
11250
11251 * frame.el (scrolling): New group.
11252 (automatic-hscrolling): New user-option.
11253
11254 * startup.el (command-line-x-option-alist): Add `-lsp' and
11255 `--line-spacing'.
11256
6142fdcb
DL
112572000-04-19 Dave Love <fx@gnu.org>
11258
11259 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11260 (cl-mapc): Rename from mapc. Fix the funcall.
11261
5e3dac3f
GM
112622000-04-19 Gerd Moellmann <gerd@gnu.org>
11263
1c459486
GM
11264 * simple.el (clone-indirect-buffer-other-window): New command.
11265 (clone-indirect-buffer): Add optional arg NORECROD.
11266 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11267
271b4185
GM
11268 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11269
11270 * window.el (count-screen-lines): New function.
11271 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11272 instead of window-buffer-height.
11273
11274 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11275 non-existing variable comint-input-sentinel.
11276 (inferior-lisp-args-to-list): Removed.
11277 (inferior-lisp): Use split-string instead of
11278 inferior-lisp-args-to-list.
11279
11280 * hexl.el (hexl-insert-hex-string): New command.
11281
5e3dac3f
GM
11282 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11283 instead of concat.
11284
f6d3257b
GM
112852000-04-18 Gerd Moellmann <gerd@gnu.org>
11286
11287 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11288 at the start of an existing but empty folder.
11289
112902000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11291
11292 * ps-mule.el: Customization fix, doc fix.
11293 (ps-multibyte-buffer): Customization fix.
11294
8b7bc628 112952000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
11296
11297 * subr.el (read-passwd): Use read-char-exclusive.
11298
0daee095
GM
112992000-04-17 Gerd Moellmann <gerd@gnu.org>
11300
11301 * textmodes/texinfo.el (texinfo-insert-@email)
11302 (texinfo-insert-@emph, texinfo-insert-@quotation)
11303 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11304 (texinfo-mode-map): Add key bindings for them.
11305
11306 * files.el (basic-save-buffer-2): Use a template with `$'
11307 instead of `#' for VMS.
11308
11309 * simple.el (clone-indirect-buffer): New function.
11310
e10f64e7
GM
113112000-04-16 Stephen Eglen <stephen@gnu.org>
11312
11313 * iswitchb.el (iswitchb-case): New function. If the user input
11314 contains any upper-case characters, the search is made
11315 case-sensitive.
11316
e3721db1
SM
113172000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11318
e10f64e7
GM
11319 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11320 comment-end.
e3721db1
SM
11321 (texinfo-font-lock-syntactic-keywords): New var.
11322 (texinfo-font-lock-keywords): Remove comment regexp.
11323 (texinfo-insert-block): New function.
11324 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
11325 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11326 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 11327 (texinfo-environments): New var.
e10f64e7
GM
11328 (texinfo-environment-regexp): Use regexp-opt and
11329 texinfo-environments.
e3721db1 11330
e10f64e7
GM
11331 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11332 ispell-process is bound since this might be eval'd before ispell
11333 is loaded.
11334 (ispell-message): Use a tiny bit less magic and a bit more hard
11335 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
11336
11337 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11338
11339 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11340 (insert-cyclic-diary-entry): Unquote the lambda.
11341
11342 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11343
11344 * files.el (backup-enable-predicate): Unquote the lambda.
11345
11346 * cus-edit.el (custom-face, face): Unquote the lambda.
11347
712dc9e0
GM
113482000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11349
11350 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 11351
712dc9e0
GM
11352 * ps-print.el: Fix counting lines in a region.
11353 (ps-print-version): New version number (5.1.5).
11354 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11355 (ps-printing-region): Fun code fix.
11356
ffc50f2a
GM
113572000-04-15 Gerd Moellmann <gerd@gnu.org>
11358
11359 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11360 to file-directory-p.
11361
a2522dca
GM
113622000-04-14 Gerd Moellmann <gerd@gnu.org>
11363
11364 * gud.el (gud-jdb-build-source-files-list): Check that directory
11365 exists before calling directory-files.
11366
6e883610
DL
113672000-04-13 Dave Love <fx@gnu.org>
11368
11369 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11370 syntax.
11371
11372 * emacs-lisp/cl-specs.el: Remove when, unless.
11373
11374 * emacs-lisp/cl-extra.el: Don't quote keywords.
11375 (cl-old-mapc): New variable.
11376 (mapc): Use it.
11377 (cl-map-intervals): Use with-current-buffer. Don't check for
11378 next-property-change.
11379 (cl-map-overlays): Use with-current-buffer.
11380 (cl-expt): Remove.
11381 (copy-tree, remprop): Define unconditionally.
11382
11383 * emacs-lisp/cl-compat.el (keywordp): Remove.
11384
11385 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11386 to use keywordp.
11387 (edebug-spec): Enable keywordp.
11388
11389 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11390 string-lessp.
11391
11392 * cus-start.el: Use keywordp.
11393
198e3c7a
GM
113942000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11395
11396 * diary-lib.el (include-other-diary-files): Fix the fix of
11397 2000-02-18 by doing a save-excursion.
11398
113992000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11400
11401 * ps-print.el: Customization fix, doc fix.
11402 (ps-print-version): New version number (5.1.4).
11403 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11404 (ps-print-preprint): Adjust code.
11405 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11406 (ps-print-prologue-header, ps-print-control-characters)
11407 (ps-spool-config): Customization fix.
fa78f71b 11408
8eba343c
EZ
114092000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11410
11411 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11412 converted to the new menu-item format, names silightly changed,
11413 help strings added.
11414
11415 Support for spelling without async subprocesses:
11416
11417 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11418 (ispell-session-buffer): New variables.
11419 (ispell-start-process, ispell-process-status,
11420 ispell-accept-output, ispell-send-string): New functions, for
11421 Ispell invocation when async subprocesses aren't supported.
11422 (ispell-word, ispell-pdict-save, ispell-command-loop,
11423 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11424 to process-send-string with calls to ispell-send-string, and
11425 accept-process-output with ispell-accept-output.
11426 (ispell-init-process): Call ispell-process-status instead of
11427 process-status with.
11428 (ispell-init-process): Call ispell-start-process. Call
11429 ispell-accept-output and ispell-send-string. Don't call
11430 process-kill-without-query and kill-process if they are unbound.
11431 (ispell-async-processp): New function.
11432
3d30065d
DL
114332000-04-12 Dave Love <fx@gnu.org>
11434
11435 * info.el: Add debug-ignored-errors.
11436 (Info-mode-menu): Add some items.
11437 (Info-directory): Add autoload cookie.
11438
11439 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11440 Modify `truncate-lines'. Make `describe-language-environment'
11441 always visible and add help. Modify `describe-key' help. Invoke
11442 Info-directory from `info'. New entry `emacs-manual'.
11443
1a1b1895
GM
114442000-04-10 Gerd Moellmann <gerd@gnu.org>
11445
8b2affc5
GM
11446 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11447 propertized-buffer-identification.
11448 (ebrowse-update-member-buffer-mode-line): Likewise.
11449 (ebrowse--mode-strings): Removed.
11450 (ebrowse--mode-line-props): Removed.
11451
1a1b1895
GM
11452 * files.el (auto-mode-alist): Add `EBROWSE'.
11453
11454 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11455 space before testing for end of buffer.
11456 (ebrowse-load): Removed.
11457 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11458 (ebrowse-create-tree-buffer): Rewritten.
11459 (ebrowse-tree-mode): Read tree from buffer.
11460
11461 * progmodes/ebrowse-ffh.el: Removed.
11462
223f3c91
KH
114632000-04-10 Kenichi Handa <handa@etl.go.jp>
11464
11465 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11466
25fbf2c4
GM
114672000-04-10 Gerd Moellmann <gerd@gnu.org>
11468
11469 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11470 at the wrong place.
11471
92c13173
DL
114722000-04-09 Dave Love <fx@gnu.org>
11473
11474 * files.el (backup-enable-predicate): Use
11475 temporary-file-directory, small-temporary-file-directory.
11476 (make-backup-file-name-function, backup-directory-alist): New
11477 variables.
11478 (make-backup-file-name-1): New function.
11479 (make-backup-file-name): Use it.
11480 (find-backup-file-name): Likewise. Use format for clarity, not
11481 concat.
11482 (file-newest-backup): Use make-backup-file-name.
11483
be0dbdab
GM
114842000-04-09 Gerd Moellmann <gerd@gnu.org>
11485
c45be9ac 11486 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11487
c45be9ac
GM
11488 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11489 to ebrowse-ffh.el.
11490 (ebrowse-load): Add autoload.
11491
11492 * finder.el (finder-commentary): Add autoload cookie.
11493
be0dbdab
GM
11494 * mail/rfc2368.el: Correct author's email address.
11495
11496 * progmodes/ebrowse.el: New file.
11497
11498 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11499 item help string.
11500 (easy-menu-do-add-item): Ditto.
11501 (easy-menu-define): Extend doc string.
11502
11503 * jit-lock.el (with-buffer-unmodified): Use
11504 restore-buffer-modified-p.
11505 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11506 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11507 with-buffer-unmodified.
11508
3f923efe
DL
115092000-04-08 Dave Love <fx@gnu.org>
11510
11511 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11512 unless, when.
11513
d35bee0e
MK
115142000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11515
11516 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11517 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11518 doesn't support face.
d35bee0e 11519 Use `viper-put-on-search-overlay'.
fa78f71b 11520
c407c570
GM
115212000-04-04 Gerd Moellmann <gerd@gnu.org>
11522
11523 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11524 like C-r.
11525
11526 * progmodes/make-mode.el: Some doc fixes.
11527 (makefile-mode-abbrev-table): New variable.
11528 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11529 (makefile-font-lock-keywords): Fontify includes and conditionals.
11530 (toplevel): Require `dabbrev' and `add-log' when compiling.
11531
11532 * replace.el (perform-replace): Don't move forward one char
11533 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11534 to do that because it leaves point 1 position after the last
11535 replacement, after everything has been replaced.
11536
11537 * jit-lock.el (with-buffer-unmodified): New macro.
11538 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11539 modified state.
11540 (jit-lock-function-1): Extracted from jit-lock-function; not
11541 preserving buffer's modified state.
11542 (jit-lock-function, jit-lock-stealth-fontify): Call
11543 jit-lock-function-1.
11544
11545 * mail/rfc2368.el: Remove supernumerary copyright line.
11546
685e5ed2
GM
115472000-04-04 Milan Zamazal <pdm@freesoft.cz>
11548
11549 * glasses.el: Provide facilities for inserting space before left
11550 parentheses and uncapitalization of identifiers.
11551 (glasses-mode): Try to remove old overlays in all cases.
11552
0166aed1
GM
115532000-04-03 Gerd Moellmann <gerd@gnu.org>
11554
62f20204
GM
11555 * progmodes/compile.el (compile-internal): Display the compilation
11556 buffer in a different frame, if it's already displayed there.
11557
6460c400
GM
11558 * mail/rfc2368.el: New file.
11559
c0510d27
GM
11560 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11561 header and insert its value as mail body.
11562
11563 * subr.el (member-ignore-case): New function.
11564
11565 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11566 (dabbrev--find-expansion): Ignore buffers matching a regexp
11567 from dabbrev-ignored-regexps.
11568
0166aed1
GM
11569 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11570 to extensions handled by gzip.
11571
c0510d27
GM
115722000-04-03 Richard M. Stallman <rms@gnu.org>
11573
11574 * files.el (insert-directory): List the total free space
11575 along with the used space.
fa78f71b 11576
c0510d27
GM
11577 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11578 line is followed by one that matches CITATION-REGEXP, end the
11579 paragraph.
11580
115812000-04-03 Markus Rost <rost@delysid.gnu.org>
11582
11583 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11584 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11585
14c04384
KH
115862000-04-03 Kenichi Handa <handa@etl.go.jp>
11587
11588 * international/mule-cmds.el (encoded-string-description):
11589 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11590 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11591 for hexadecimal format.
14c04384 11592
ccf5869a
DL
115932000-04-01 Dave Love <fx@gnu.org>
11594
11595 * cpp.el: Change customization group to `c' from `C'.
11596
11597 * vcursor.el (vcursor-move): Use display-color-p.
11598
11599 * international/mule-util.el: Provide mule-utils.
11600 (string-to-sequence): Simplify and speed up.
11601
11602 * international/mule.el (make-coding-system): Purecopy doc-string.
11603
11604 * international/mule-cmds.el: Various menu changes.
11605 (describe-specified-language-support): Handle `Default'.
11606 (set-language-info): Purecopy `info'.
11607
610d841e
GM
116082000-03-31 Andrew Innes <andrewi@gnu.org>
11609
11610 * vc.el (vc-backend-diff): Return the correct status if we had to
11611 retry the rcsdiff command without the --brief option.
fa78f71b 11612
7f9de034
DL
116132000-03-31 Dave Love <fx@gnu.org>
11614
2de47765
DL
11615 * help.el (help-manyarg-func-alist): Correct several omissions.
11616
72838819
DL
11617 * add-log.el: Don't require cl, fortran.
11618 (add-log-current-defun-function): Doc fix.
11619 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11620 fix.
11621 (change-log-version-rcs): Function deleted.
11622 (change-log-version-number-search): Doc fix. Use
11623 vc-workfile-version. Avoid CL dolist.
11624 (add-change-log-entry): Just call add-log-current-defun to get
11625 defun. Simplify somewhat.
11626 (change-log-get-method-definition-1): Likewise.
11627 (add-log-current-defun): Return nil if calling
11628 add-log-current-defun-function does so. Move Fortran stuff to
11629 fortran.el. Return string without properties.
11630
7f9de034
DL
11631 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11632 and :alpha: char classes.
11633
11634 * mail/supercite.el: Defvar curline when compiling.
11635 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11636 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11637 rather than a-zA-Z0-9 to allow non-ASCII characters.
11638
aa110c0c
GM
116392000-03-31 Gerd Moellmann <gerd@gnu.org>
11640
11641 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11642
11643 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11644 Re-enable new code.
11645
11646 * lpr.el (print-region-1): Use -d to specify printer name for
11647 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11648
116492000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11650
aa110c0c
GM
11651 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11652 for function definition in symbol's function value slot first
11653 instead of first consulting byte-compile-function-environment.
fa78f71b 11654
6733d074
KH
116552000-03-31 Kenichi Handa <handa@etl.go.jp>
11656
11657 * language/european.el ("Polish"): New language environment.
11658 (setup-polish-environment): New function.
11659
63fcfa04
GM
116602000-03-30 Gerd Moellmann <gerd@gnu.org>
11661
11662 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11663 Disable new code.
11664
11665 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11666 trying to `load' the symbol of an autoload instead of the file
11667 recorded in the autoload. Fix error messages.
11668
7438c86b
GM
116692000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11670
11671 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11672 (ps-print-version): New version number (5.1.3).
11673 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11674 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11675 (ps-generate-postscript-with-faces): Code fix.
11676 (ps-color-values): XEmacs compatibility.
11677 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11678 (ps-default-fg, ps-default-bg): Adjust customization.
11679 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11680 (ps-color-scale): Renaming old ps-color-value fun.
11681 (ps-print-headers): Replace ps-print-header group to avoid conflict
11682 with ps-print-header variable.
11683 (ps-print-miscellany): New group.
11684 (ps-format-color, ps-rgb-color): New funs.
11685 (ps-default-foreground): New var.
11686 (ps-printer-name-option): New const.
fa78f71b 11687
326855a0
PB
116882000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11689
1f56ba73
PB
11690 * net/net-utils.el:
11691 (network-connection-host, network-connection-service): New variables
11692 (network-connection-mode): New mode, derived from comint-mode
11693 (network-connection-mode-setup): New function, saves host and
fa78f71b 11694 service information in local variables.
1f56ba73 11695
326855a0
PB
11696 * lisp/locate.el:
11697 (locate-word-at-point): Added this function
11698 (locate): Default to using locate-word-at-point as input
11699 Run dired-mode-hook
11700
141384bd
DL
117012000-03-29 Dave Love <fx@gnu.org>
11702
11703 * calendar/appt.el: Doc fixes.
11704 (appt-check): Convert min-to-app to a string before passing to
11705 appt-disp-window-function or concat.
11706 (appt-delete-window): Remove test for frame-root-window.
11707 (appt-select-lowest-window, appt-convert-time): Simplify.
11708
11709 * emacs-lisp/bytecomp.el: Doc fixes.
11710 (byte-compile-file-form-autoload): Update
11711 byte-compile-function-environment.
11712
c5aa0fc2
AS
117132000-03-29 Andreas Schwab <schwab@suse.de>
11714
11715 * emacs-lisp/autoload.el: Also print defsubst doc string
11716 specially.
11717
11718 * dired.el (dired-insert-directory): If dired-free-space-program
11719 failed just delete its output.
11720
f1d6fe69
DL
117212000-03-29 Dave Love <fx@gnu.org>
11722
11723 * international/iso-cvt.el: Move provide to end. Doc fixes.
11724 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11725 (iso-iso2sgml, iso-sgml2iso): New functions.
11726 (iso-cvt-define-menu): Fix some entries and use backquote for
11727 clarity.
11728
11729 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11730
b61f1215
GM
117312000-03-28 Gerd Moellmann <gerd@gnu.org>
11732
11733 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11734 ISO-DATE. If non-nil, return date in ISO 8601 format.
11735
ea4b0ca3
SM
117362000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11737
3831af62
SM
11738 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11739 if it ever becomes used.
11740 (log-edit-mode-hook): Default to vc-log-mode-hook.
11741 (log-edit-mode): Fix the docstring.
11742
ea4b0ca3
SM
11743 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11744 the code.
11745
08f8b1cc
DL
117462000-03-26 Dave Love <fx@gnu.org>
11747
082527fe
DL
11748 * net/browse-url.el (browse-url): Re-fix case of
11749 browse-url-browser-function being an alist.
11750 (browse-url): Add :link to defgroup.
11751
08f8b1cc
DL
11752 * files.el: Doc fixes.
11753 (file-truename): Include `[' in wildcard characters.
11754 (automount-dir-prefix): Customize.
11755 (find-file-wildcards): Add :version.
11756 (find-file-noselect): Simplify a mapcar call.
11757
11758 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11759 compatible with inf-lisp version.
11760 (eval-defun-1): Fix custom-declare-variable case.
11761
ea4b0ca3
SM
117622000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11763
11764 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11765
9a0dd3dc
GM
117662000-03-24 Gerd Moellmann <gerd@gnu.org>
11767
b68c375f
GM
11768 * Makefile (COMPILE_FIRST): New macro.
11769 (compile-files): Compile files from COMPILE_FIRST first.
11770
11771 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11772 code.
11773
9a0dd3dc
GM
11774 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11775 matching open parenthesis in column 0 to defun-prompt-regexp
11776 only if open-paren-in-column-0-is-defun-start is set.
11777
11778 * sun-curs.el: Require CL at compile-time only.
11779
11780 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11781 instead of copy-list which is a function from CL.
11782 (msb--choose-menu, msb--mode-menu-cond)
11783 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11784 (msb--init-file-alist): Use mapcar instead of mapcan.
11785 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11786 `(' in column 0 in doc string.
11787 (msb--add-separators): Use mapcar instead of mapcan.
11788
11789 * cus-dep.el: Require CL at compile-time only.
11790
c7dcadb5
SM
117912000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11792
11793 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11794 (byte-compile-warnings): New warning `noruntime'.
11795 (byte-compile-constants, byte-compile-variables): Fix docstring.
11796 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11797 execute `eval-whenc-compile's body.
11798 (byte-compile-unresolved-functions): Fix docstring.
11799 (byte-compile-eval): New function.
11800 (byte-compile-callargs-warn): Check if the function will be available
11801 at runtime (via property `byte-compile-noruntime').
11802 (byte-compile-print-syms): New function.
11803 (byte-compile-warn-about-unresolved-functions): Also warn about
11804 `noruntime' functions (and use `byte-compile-print-syms').
11805 (byte-compile-file): Capitalize the message.
11806
3b55acc9
GM
118072000-03-24 Gerd Moellmann <gerd@gnu.org>
11808
11809 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11810 (rmail-expunge): Ask for confirmation depending on the setting
11811 of rmail-confirm-expunge.
11812
118132000-03-23 Gerd Moellmann <gerd@gnu.org>
11814
11815 * Makefile (bootstrap-clean): If $(emacs) exists, build
11816 loaddefs.el first. A loaddefs.el that's not up-to-date might
11817 cause a bootstrap failure because things don't autoload as
11818 expected.
11819
02c76af4
DL
118202000-03-23 Dave Love <fx@gnu.org>
11821
11822 * net/browse-url.el: Restore previous use of
11823 browse-url-maybe-new-window.
11824
1a3199d9
GM
118252000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11826
11827 * ps-print.el: Skip banner page fix.
11828 (ps-print-version): New version number (5.1.2).
11829 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11830
1a3199d9
GM
118312000-03-23 Dave Pearson <davep@davep.org>
11832
11833 * net/quickurl.el Changed the type of parameter passed to the
11834 function defined by `quickurl-format-function'. Before only the
11835 text of the URL was passed. Now the whole URL structure is passed
11836 and the function is responsible for extracting the parts it
11837 requires. Changed the default of `quickurl-format-function'
11838 accordingly.
11839 (quickurl-insert): Changed the `funcall' of
11840 `quickurl-format-function' to match the above change.
11841 (quickurl-list-insert): Changed the `url' case so that it makes
11842 use of `quickurl-format-function', previous to this the format was
11843 hard wired.
fa78f71b 11844
72db3ab5
GM
118452000-03-22 Gerd Moellmann <gerd@gnu.org>
11846
11847 * startup.el: Change some spellings for the X Window System.
11848
68049bfa
SM
118492000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11850
11851 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11852 up the code and the regexp and make sure the cursor is temporarily
11853 moved to the suspicious line while querying the user.
11854
ff4df011
JR
118552000-03-22 Jason Rumney <jasonr@gnu.org>
11856
11857 * w32-fns.el (w32-charset-info-alist): Initialize.
11858
ee1c5b21
GM
118592000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11860
11861 * ps-print.el: N-up last page fix.
11862 (ps-print-version): New version number (5.1.1).
11863 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11864
d2cbfba0
SM
118652000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11866
bfb857d8
SM
11867 * files.el (find-file-run-dired): Update docstring.
11868 (find-directory-functions): New hook.
11869 (find-file-noselect): Run find-directory-functions rather than
11870 calling dired directly.
11871
11872 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11873
cb3430a1
SM
11874 * pcvs.el: Add a minimal leading commentary.
11875 (cvs-make-cvs-buffer): Change the header part by removing the startup
11876 message and adding a `Module' entry. Also replace the FOOTER and
11877 HEADER special fileinfos with the new support in ewoc for updating
11878 its own footer and header.
11879 (cvs-update-header): Update to use the header/footer of the ewoc.
11880 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11881 (cvs-is-within-p): New function.
11882 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11883 to only examine some subset of the buffers.
11884
11885 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11886 `format' instead of our own ad-hoc functions.
11887 Remove HEADER and FOOTER cases, now handled in the EWOC.
11888 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11889
11890 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11891 output to avoid scaring the user.
11892 (cvs-parse-table): Catch message for non-up-to-date commits.
11893
11894 * pcvs-defs.el (cvs-startup-message): Remove.
11895 (cvs-global-menu): New autoloaded menu.
11896
11897 * pcvs-util.el (cvs-string-fill): Remove.
11898
11899 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11900 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11901 PP part of it and also make it work for footers and headers.
11902 (ewoc-create): Drop POS and BUFFER arguments.
11903 Use the DLL's dummy node to store the end-of-footer position.
11904 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11905 (ewoc-refresh): Remove unused `header' variable.
11906 (ewoc-(get|set)-hf): New functions.
11907
d2cbfba0
SM
11908 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11909 log-view-*-(message|file) and use easy-mmode-define-navigation.
11910 (log-view-message-re): Match SCCS format as well.
11911 And match the revision line rather than the dashed separator line.
11912 (log-view-mode): Use the new define-derived-mode.
11913 (log-view-current-tag): Fill in with an actual implementation.
11914
11915 * cvs-status.el (cvs-status-(prev|next)): Rename from
11916 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11917 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11918 to let the output "breathe" a little more (more readable).
11919 (cvs-status-mode): Use the new define-derived-mode.
11920
11921 * smerge-mode.el (smerge-auto-leave): New function and variable.
11922 (smerge-basic-map): Rename from smerge-basic-keymap.
11923 Change the bindings for smerge-diff-*.
11924 (smerge-*-map): Use easy-mmode-defmap.
11925 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11926 (smerge-keep-*): Use smerge-auto-leave.
11927
51663132
JR
119282000-03-21 Jason Rumney <jasonr@gnu.org>
11929
11930 * cus-edit.el (custom-button-face): Use 3D look for w32.
11931 (custom-button-pressed-face): Likewise.
11932
3f6e4b8b
GM
119332000-03-21 Gerd Moellmann <gerd@gnu.org>
11934
11935 * progmodes/etags.el (tags-case-fold-search): New user-option.
11936 (tags-loop-eval): New function. Bind case-fold-search around eval
11937 depending on the value of tags-case-fold-search.
11938 (tags-loop-continue): Use tags-loop-eval.
11939 (find-tag-in-order): Bind case-fold-search depending on the value
11940 of tags-case-fold-search.
11941
c7ea3acc
SM
119422000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11943
0ae39f53
SM
11944 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11945 (diff-end-of-hunk): Return the end position for use in
11946 `easy-mmode-define-navigation'.
11947 (diff-recenter): Remove.
11948 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11949 of `easy-mmode-define-navigation'.
11950 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11951 previous renaming) and fix to use new names.
11952 (diff-merge-strings): Use \n as separator: simpler, faster.
11953 (diff-mode): Use `define-derived-mode'.
11954
c7ea3acc
SM
11955 * derived.el (define-derived-mode): Don't autoload anymore.
11956 Prefer the macro-only version provided by easy-mmode.el.
11957
11958 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11959 `easy-mmode-define-derived-mode'.
11960 Use `combine-run-hooks'.
11961 (easy-mmode-define-navigation): New macro.
11962
11963 * subr.el (combine-run-hooks): New function.
11964
6c4bfdc0
KH
119652000-03-21 Kenichi HANDA <handa@etl.go.jp>
11966
11967 * term/x-win.el: Fontsets related initialization is simplified.
11968
11969 * international/mule-diag.el (describe-font): Don't refer to
11970 global-fontset-alist, instead call font-list.
11971 (describe-fontset, list-fontsets, mule-diag): Likewise.
11972 (print-fontset): Adjusted for the change of fontset
11973 implementation.
11974
11975 * international/fontset.el (x-charset-registries): Variable
11976 removed, instead the corresponding data is stored in the default
11977 fontset.
11978 (register-alternate-fontnames): Function removed.
11979 (resolved-ascii-font): Variable removed.
11980 (x-compose-font-name): Ignore the second argument REDOCE.
11981 (x-complement-fontset-spec): Complement only an ASCII font and
11982 element for those charsets than can use that ASCII font.
11983 (generate-fontset-menu): Don't refer to global-fontset-alist,
11984 instead call fontset-list.
11985 (uninstantiated-fontset-alist): Variable removed.
11986 (x-style-funcs-alist): Likewise.
11987 (fontset-default-styles): Likewise.
11988 (x-modify-font-name): Function removed.
11989 (create-fontset-from-fontset-spec): Ignore the argument
11990 STYLE-VARIANT.
11991 (create-fontset-from-ascii-font): Docsting adjusted for the above
11992 change.
11993 (instantiate-fontset, resolve-fontset-name): Functions removed.
11994 (fontset-list): Now implemented by C code.
fa78f71b 11995
6c4bfdc0
KH
11996 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11997 (describe-face): Include `font' attribute in the description.
11998
9111d4b5
KH
119992000-03-21 Kenichi Handa <handa@etl.go.jp>
12000
12001 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12002
b33dd3b0
GM
120032000-03-20 Gerd Moellmann <gerd@gnu.org>
12004
a25bbe00
GM
12005 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12006 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12007 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 12008
b33dd3b0
GM
12009 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12010 about behavior of set-buffer-modified-p wrt redisplay.
12011
8b7bc628 120122000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
12013
12014 * view.el (view-mode-disable): Kill local binding of view-read-only.
12015
d7b511c4
GM
120162000-03-18 Gerd Moellmann <gerd@gnu.org>
12017
12018 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12019 is a string, convert it to a syntax cell using string-to-syntax.
12020
12021 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12022 (string-to-syntax): New function.
12023
12024 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12025 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 12026 try to use passive ftp mode.
d7b511c4 12027
998ecc60
GM
120282000-03-17 Gerd Moellmann <gerd@gnu.org>
12029
b33dd3b0 12030 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
12031
12032 * simple.el (append-to-buffer): Update point of windows after
12033 insertion.
12034
12035 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12036 forward then moving backward. Reindent.
12037
12038 * frame.el (other-frame): Call x-focus-frame only if
12039 focus-follows-mouse is off.
12040
235d6821
DL
120412000-03-17 Dave Love <fx@gnu.org>
12042
12043 * pcvs-util.el (cvs-strings->string): Rename
12044 replace-regexps-in-string.
12045
a29a2cd1
SM
120462000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12047
af595444
SM
12048 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12049 regexp for labels cannot span several lines.
12050
12051 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 12052 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 12053
a9be2843
DL
120542000-03-16 Dave Love <fx@gnu.org>
12055
12056 * progmodes/f90.el (f90): Put custom group under `languages', not
12057 `fortran'.
12058 (f90-mode-hook): Customize.
12059 (f90-mode): Set add-log-current-defun-function.
12060 (f90-current-defun): New function.
12061
d0ab3e9d
GM
120622000-03-16 Gerd Moellmann <gerd@gnu.org>
12063
16b20ed9
GM
12064 * cus-edit.el (custom-variable-tag-face): Handle case that
12065 default face's height is not a number.
12066 (custom-face-tag-face, custom-group-tag-face-1)
12067 (custom-group-tag-face): Ditto.
12068 (custom-group-tag-face-1): Add :group.
fa78f71b 12069
d0ab3e9d
GM
12070 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12071
ae8ab422
GM
120722000-03-15 Gerd Moellmann <gerd@gnu.org>
12073
12074 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12075 requiring easymenu.
12076
81c7ca69
GM
120772000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12078
12079 * ps-print.el: PostScript user-defined prologue, PostScript error
12080 handler, doc fix.
12081 (ps-print-version): New version number (5.1).
12082 (ps-user-defined-prologue, ps-error-handler-message)
12083 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12084 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12085 (ps-insert-string): New function.
fa78f71b 12086
dcf1003d
KH
120872000-03-15 Kenichi Handa <handa@etl.go.jp>
12088
12089 * international/ccl.el (ccl-compile-expression): Don't generate
12090 invalid self-assignment code.
12091
73825616
DL
120922000-03-14 Dave Love <fx@gnu.org>
12093
12094 * subr.el (replace-regexp-in-string): Renamed from
12095 replace-regexps-in-string. Doc fix.
12096
031020ac
DL
120972000-03-12 Dave Love <fx@gnu.org>
12098
12099 * cus-edit.el: Doc fixes.
12100 (customize-set-variable, customize-save-variable): Rename args for
12101 doc.
12102 (custom-variable-tag-face, custom-face-tag-face)
12103 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12104 style which user identify as hyperlink.
12105 (hook): Don't add undefined functions to the hook.
12106 (debug-ignored-errors): Transfer message from bindings.el.
12107
9b2f3c38
GM
121082000-03-12 Gerd Moellmann <gerd@gnu.org>
12109
12110 * recentf.el (recentf-keep-non-readable-files-p): Remove
12111 double/nested definition.
12112
0d6e23cf
DL
121132000-03-12 Dave Love <fx@gnu.org>
12114
12115 * facemenu.el (facemenu-get-face): Use display-color-p.
12116 * enriched.el (enriched-decode-foreground): Likewise.
12117 (enriched-decode-background): Likewise.
12118 * isearch.el (isearch-highlight): Likewise.
12119 * info-look.el (info-lookup): Likewise.
12120 * simple.el (completion-setup-function): Likewise.
12121
12122 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12123 :options.
12124
12125 * bindings.el (mode-line-format): Fix line-number and
12126 column-number items. Add help-echo for the background.
12127 (mode-line-mule-info): Modify help-echo.
12128
1598a961 12129 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
12130
12131 * files.el (load-file): Allow completion to .elc.
12132
12133 * man.el: Doc fixes.
12134 (Man-init-defvars): Use display-color-p to set fontification.
12135
12136 * play/hanoi.el (hanoi-internal): Don't use oddp.
12137
e1cff360
GM
121382000-03-12 Gerd Moellmann <gerd@gnu.org>
12139
12140 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12141
12142 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12143
5e5dff44
GM
121442000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12145
12146 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12147 Fix comment.
12148
5b467bf4
SM
121492000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12150
83fef604
SM
12151 * font-lock.el (font-lock-keywords): Fix the doc now that
12152 regexp-opt-depth is unnecessary.
12153 (save-buffer-state): Set an edebug spec.
12154 (font-lock-fontify-anchored-keywords): Properly handle the case when
12155 the matcher goes past the limit.
12156
5b467bf4
SM
12157 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12158 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12159
83fef604
SM
12160 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12161 dll.el and cookie.el (from Elib) with heavy renaming and other
12162 massaging.
5b467bf4
SM
12163
12164 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12165 Autoload the functions used.
12166 (easy-mmode-define-syntax): Fix CL typo.
12167 (easy-mmode-define-derived-mode): Improve the docstring generation.
12168
d407456c
GM
121692000-03-10 Gerd Moellmann <gerd@gnu.org>
12170
12171 * textmodes/texinfo.el (texinfo-version): Variable and function
12172 removed.
12173
5a7a545c
SM
121742000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12175
0d6e23cf
DL
12176 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12177 allow more flexibility.
12178 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12179 fns.
12180 (easy-mmode-defmap, easy-mmode-defsyntax)
12181 (easy-mmode-define-derived-mode): New macros.
5a7a545c 12182
d407456c 121832000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
12184
12185 * rect.el (replace-rectangle): New function.
12186
121872000-03-09 Dave Love <fx@gnu.org>
12188
12189 * progmodes/fortran.el (fortran-comment-line-start): Define as
12190 "C".
12191 (fortran-comment-line-start-skip): Don't match cpp stuff.
12192 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12193 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12194 (fortran-mode): Don't set fortran-comment-line-start-skip,
12195 fortran-comment-line-start here. Set comment-start,
12196 add-log-current-defun.
12197 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12198 (fortran-current-defun): New function.
12199
80460654
GM
122002000-03-09 Gerd Moellmann <gerd@gnu.org>
12201
d1221ea9
GM
12202 * emacs-lisp/re-builder.el: New file.
12203
1853aa6b
GM
12204 * mouse.el (mouse-drag-region): Don't run up-event handler
12205 if hscroll has changed.
12206
80460654
GM
12207 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12208 builtin operators, use `font-lock-builtin-face' for Emacs and
12209 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
12210
12211 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
12212 `(defun (setf foo)' differently.
12213
c0056275
SM
122142000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12215
12216 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
12217 (regexp-opt): Update comment and adapt the code the new meaning of
12218 the `paren' argument of regex-opt-group for shy-groups.
12219 (regexp-opt-depth): Handle shy groups as well as backslashed
12220 backslashes.
c0056275
SM
12221 (regexp-opt-group): Turn the leading comment into a docstring.
12222 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
12223 Remove open-presuf and close-presuf. Instead of checking for `all
12224 one-char' and then later on check for `several one-char', handle
12225 both cases close together. Also apply a more generic algorithm
12226 for suffixes (the mirror image of the algorithm used for
12227 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
12228 (regexp-opt-try-suffix): Removed.
12229
12230 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
12231 from comint-mode-map, so we can just inherit from it. Also, move
12232 the initialization into the `defvar' since there's no docstring
12233 anyway and it's fairly short.
12234 (inferior-scheme-mode): Define it as derived-mode: the code is
12235 shorter and this way we inherit from comint-mode-map rather than
12236 copying it.
c0056275 12237
80460654
GM
12238 * subr.el (replace-regexps-in-string): Properly handle the case
12239 where we match an empty string.
c0056275 12240
80460654
GM
12241 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12242 when the command has a directory component (such as "./testml").
c0056275
SM
12243 Also fix a typo in the comment.
12244
5e91ff9e
GM
122452000-03-08 Gerd Moellmann <gerd@gnu.org>
12246
feab4fba
GM
12247 * Makefile (compile-files): Compile files one by one because
12248 that's the only way to ensure a clean compilation environment for
12249 each individual file.
12250
5e91ff9e
GM
12251 * frame.el (other-frame): Call x-focus-frame.
12252
76162e12
DL
122532000-03-07 Dave Love <fx@gnu.org>
12254
f64ce788
DL
12255 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12256 :require to defcustom.
12257
76162e12
DL
12258 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12259 lists.
12260
12261 * files.el (auto-mode-alist): Add configure.in.
12262
12263 * progmodes/autoconf.el: New file.
12264
f7daf1e1
GM
122652000-03-07 Gerd Moellmann <gerd@gnu.org>
12266
12267 * mail/mh-e.el: Change maintainer to `none'.
12268
12269 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12270 to remove-hook and add-hook.
12271
122722000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12273
12274 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12275 it as the default.
12276 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12277 (sendmail-send-it): Conditionally add MIME headers specifying the
12278 used character set.
fa78f71b 12279
63f6b2c4
DL
122802000-03-07 Dave Love <fx@gnu.org>
12281
12282 * winner.el: Fix keywords, autoload cookies. Split
12283 eval-when-compile form to avoid compilation failure.
12284
8330e2f9
KH
122852000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12286
12287 * international/mule.el: Modify comment about coding system
12288 property `coding-category'.
12289 (make-coding-system): New argument EOL-TYPE. Pay attention to
12290 coding-category property of PROPERTIES.
12291
12292 * international/mule-conf.el (coding-category-utf-8,
12293 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12294 categories. Include them in the argument for set-coding-priority.
12295
12296 * international/mule-cmds.el (reset-language-environment): Include
12297 coding-category-utf-8, coding-category-utf-16-be, and
12298 coding-category-utf-16-le in the argument for set-coding-priority.
12299 (reset-language-environment): Initialize coding-category-utf-8,
12300 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12301
18bb0684
GM
123022000-03-06 Karl Fogel <kfogel@red-bean.com>
12303
12304 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12305 code abstracted out of `bookmark-jump-noselect'. Now tries info
12306 extensions as well as compression extensions.
12307 (bookmark-jump-noselect): Use above new func.
fa78f71b 12308
71a6ba55
GM
123092000-03-03 Gerd Moellmann <gerd@gnu.org>
12310
12311 * strokes.el: Change maintainer's mail address.
12312
0d56cdff
KH
123132000-03-03 Kenichi Handa <handa@etl.go.jp>
12314
12315 * international/mule-diag.el (list-character-sets): Make help-echo
12316 string by substitute-command-keys.
12317 (list-character-sets): Likewise.
12318 (sort-listed-character-sets): Call help-setup-xref.
12319
900fa1f1
GM
123202000-03-02 Gerd Moellmann <gerd@gnu.org>
12321
12322 * time.el (display-time-mail-file): Add `none' to the list of
12323 choices.
12324
54d04320
DL
123252000-03-01 Dave Love <fx@gnu.org>
12326
43f3fa09
DL
12327 * help.el (help-xref-go-back): Don't try to set position.
12328
54d04320
DL
12329 * international/mule-diag.el (list-character-sets): Call
12330 help-setup-xref. Add help-echo to xrefs.
12331 (list-character-sets-1): Add help-echo to xrefs.
12332
d054101f
GM
123332000-03-02 Gerd Moellmann <gerd@gnu.org>
12334
12335 * frame.el (blink-cursor-mode): Switch cursor on when turning
12336 the mode off.
12337
12338 * add-log.el (add-log-current-defun): Add support for
12339 Autoconf mode.
12340
12341 * mail/rmail.el (rmail-quit-hook): New variable.
12342
d77dae5c
DL
123432000-03-01 Dave Love <fx@gnu.org>
12344
e5f597f0
DL
12345 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12346
d77dae5c
DL
12347 * help.el (help-xref-button): Add help-echo arg.
12348 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12349
12350 * faces.el (list-faces-display): Supply help-echo with
12351 help-make-xrefs.
12352
12353 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12354 nil.
12355
72d19d75
GM
123562000-03-01 Gerd Moellmann <gerd@gnu.org>
12357
2df636f4
GM
12358 * image.el (defimage): Look for image files in load-path.
12359
fa78f71b 12360 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
12361 `number'.
12362
2df636f4
GM
123632000-03-01 David Ponce <david.ponce@wanadoo.fr>
12364
12365 * recentf.el (recentf): Added version tag to the defgroup of
12366 recentf.
12367
123682000-03-01 David Ponce <david.ponce@wanadoo.fr>
12369
12370 * recentf.el (recentf-cleanup): Changed to remove excluded file
12371 too.
12372 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12373 action to select/unselect a file.
12374 (recentf-edit-list): Code cleanup and improvement.
12375 (recentf-open-more-files-action): `recentf-open-more-files' button
12376 widget action to open a file.
12377 (recentf-open-more-files): No more use standard completion but
12378 widgets.
12379 (recentf-more-collection): Deleted.
12380 (recentf-more-history): Deleted.
12381 (recentf-setup-more-completion): Deleted.
12382
123832000-03-01 David Ponce <david.ponce@wanadoo.fr>
12384
12385 * recentf.el (recentf-mode): No more needs that Emacs is running
12386 under a window-system.
12387
123881999-03-01 David Ponce <david.ponce@wanadoo.fr>
12389
12390 * recentf.el (recentf-edit-list): New command to edit the recent
12391 list which allow the user to remove files.
12392 (recentf-edit-selected-items): New global variable, used by
12393 `recentf-edit-list' to hold the list of files to be removed from
12394 the recent list.
12395 (recentf-make-menu-items): Updated to display a "Edit list..."
12396 menu item. Minor code cleanup.
12397
123981999-03-01 David Ponce <david.ponce@wanadoo.fr>
12399
12400 * recentf.el (recentf-open-more-files): New command to open files
12401 that are not displayed in the menu.
12402 (recentf-more-collection): New global variable holding the set of
12403 permissible completions used by `recentf-open-more-files'.
12404 (recentf-more-history): New global variable holding the history list
12405 used by `recentf-open-more-files' completion.
12406 (recentf-setup-more-completion): New function to setup completion for
12407 `recentf-open-more-files'.
12408 (recentf-make-menu-items): Updated to display a "More..." menu item.
12409
124101999-03-01 David Ponce <david.ponce@wanadoo.fr>
12411
12412 * recentf.el (recentf-menu-action): Doc fixed.
12413
124141999-03-01 David Ponce <david.ponce@wanadoo.fr>
12415
12416 * recentf.el (recentf-menu-filter): Doc updated.
12417 (recentf-update-menu-hook): Allow menu filters to force menu update.
12418 (recentf-make-menu-items): New menu filter handling.
12419 (recentf-make-menu-item): New helper function.
12420 (recentf-menu-elements): New menu handling function.
12421 (recentf-sort-ascending): Updated to new menu filter handling.
12422 (recentf-sort-descending): Updated to new menu filter handling.
12423 (recentf-sort-basenames-ascending): New menu filter function.
12424 (recentf-sort-basenames-descending): New menu filter function.
12425 (recentf-show-basenames): New menu filter function.
12426 (recentf-show-basenames-ascending): New menu filter function.
12427 (recentf-show-basenames-descending): New menu filter function.
12428
72d19d75
GM
124292000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12430
12431 * diary-lib.el (list-diary-entries): Don't try to go forward at
12432 the end of the buffer.
12433
1ac1c836
KH
124342000-02-29 Kenichi Handa <handa@etl.go.jp>
12435
12436 * international/mule-diag.el (list-character-sets): Completely
12437 rewritten.
12438 (sort-listed-character-sets): New function.
12439 (list-character-sets-1): Completely rewritten.
12440 (list-character-sets-2): New function.
12441 (non-iso-charset-alist): New variable.
12442 (decode-codepage-char): New function.
12443 (charset-history): New variable.
12444 (read-charset) (list-block-of-chars)
12445 (list-iso-charset-chars)
12446 (list-non-iso-charset-chars)
12447 (list-charset-chars): New functions.
12448 (mule-diag): Call list-character-sets-2, not
12449 list-character-sets-2.
12450 (dump-charsets): Likewise.
12451
ed4d0512
GM
124522000-02-29 Gerd Moellmann <gerd@gnu.org>
12453
72d19d75
GM
12454 * dired-x.el (dired-filename-at-point): Add `@' to valid
12455 file name characters.
12456 (dired-filename-at-point): Handle ange-ftp file names.
12457
ed4d0512
GM
12458 * frame.el (frame-notice-user-settings): Use assq-delete-all
12459 instead of assoc-delete-all.
12460 (frame-notice-user-settings): Ditto.
12461
12462 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12463 Don't copy alist.
12464
32038c7a
GM
124652000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12466
12467 * calculator.el (calculator-use-menu): New option.
12468 (calculator-initial-bindings): Changed some bindings to work as
12469 macros.
12470 (calculator-forced-input): Removed.
12471 (calculator-restart-other-mode): New variable.
12472 (calculator-mode-map): Set up menu.
fa78f71b 12473
32038c7a
GM
124742000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12475
12476 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12477 tags.
fa78f71b 12478
55d7ff38 124792000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12480
55d7ff38
MK
12481 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12482 translate all ESC key sequences.
12483 (viper-goto-mark-subr): restore markers for files for which
12484 they were saved.
12485 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12486 * viper-util.el (viper-set-replace-overlay-glyphs,
12487 viper-set-replace-overlay): always check if the replacement
12488 overlay is live.
12489 * viper.el (viper-vi-state-mode-list): added major modes.
12490 * ediff-wind.el: minor comment changes.
12491 * ediff.el: copyright notice date fix.
fa78f71b 12492
387023ee
JR
124932000-02-27 Jason Rumney <jasonr@gnu.org>
12494
12495 * faces.el (face-font-family-alternatives): Add arial to helv.
12496 (mode-line, header-line, tool-bar): Same default as x for w32.
12497 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12498 face-font-family-alternatives from working.
12499 * term/w32-win.el (mouse-set-font): Do not build fontset from
12500 chosen font.
12501
f43d79c1
GM
125022000-02-25 Sam Steingold <sds@goems.com>
12503
5d80cc9c 12504 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12505 properly.
fa78f71b 12506
8b7bc628 125072000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12508
12509 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12510
4eb8436f
GM
125112000-02-25 Gerd Moellmann <gerd@gnu.org>
12512
12513 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12514 writable.
12515
449c3c52 12516 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12517
42088c12
GM
125182000-02-24 Gerd Moellmann <gerd@gnu.org>
12519
12520 * frame.el (show-cursor-in-non-selected-windows): New option.
12521
c60ea02e
GM
125222000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12523
12524 * diary-lib.el (include-other-diary-files): Undo the selective
12525 display in any included file and don't kill it.
12526
d066de8e
EZ
125272000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12528
12529 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12530 bar. Menu items converted to (menu-item format, help strings
12531 added.
12532 [downcase, upcase]: Don't enable on MS-DOS.
12533 [symlink, symlinks]: Don't show if make-symbolic-link is not
12534 bound.
12535 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12536
b6906b38
DL
125372000-02-23 Dave Love <fx@gnu.org>
12538
275cf1b2
DL
12539 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12540 (backward-kill-word): Revert addition of * to interactive spec --
12541 it's a feature.
12542
12543 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12544 (backward-kill-sentence, kill-sentence): Likewise.
12545
99d48056
DL
12546 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12547 scratch buffer name.
12548 (gud-format-command): Use int-to-string in ?l case. Simplify
12549 slightly.
12550
12551 * term/w32-win.el (internal-face-interactive): Update prompt for
12552 new read-face-name.
12553
12554 * mail/footnote.el (footnote): Add :version to defgroup.
12555 (footnote-section-tag-regexp): Customize.
12556 (footnote-start-tag, footnote-end-tag): New option.
12557 (footnote-latin-regexp): New variable.
12558 (Footnote-latin): New function.
12559 (footnote-style-alist): Add element for latin style.
12560 (footnote-style): Moved.
12561 (Footnote-goto-footnote): Use eq to test arg.
12562
12563 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12564
b6906b38
DL
12565 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12566 (byte-compile-trueconstp): Include keywords.
12567 (byte-optimize-quote, byte-optimize-lapcode): Use
12568 byte-compile-const-symbol-p.
12569 (byte-optimize-char-before): New optimization.
12570
12571 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12572 (byte-compile-const-symbol-p): New function.
12573 (byte-compile-constp, byte-compile-out-toplevel)
12574 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12575 Use it.
12576
12577 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12578
214f877f
KH
125792000-02-23 Kenichi Handa <handa@etl.go.jp>
12580
c709bcf1
KH
12581 * international/encoded-kb.el: Be sure to update minor-mode-alist
12582 and minor-mode-map-alist.
12583 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12584 codes SS2 and SS3 correctly.
12585 (encoded-kbd-self-insert-ccl): New function.
12586 (encoded-kbd-setup-keymap): New function.
12587 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12588 by calling encoded-kbd-setup-keymap.
12589
214f877f
KH
12590 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12591 characters.
12592 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12593 locally.
12594
b021ef18
DL
125952000-02-22 Dave Love <fx@gnu.org>
12596
12597 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12598 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12599 defvar.
12600 (lisp-mode-syntax-table): Set up for #|...|# comments.
12601 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12602 classes. Match `defface'.
12603 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12604 (eval-defun-1): Fix for defcustom.
12605 (lisp-indent-region): Doc fix.
12606
12607 * subr.el (when, unless, split-string): Doc fix.
12608 (read-passwd): Move call of clear-this-command-keys to the right
12609 place.
12610 (replace-regexps-in-string): New function.
12611
14cc00ad
GM
126122000-02-22 Gerd Moellmann <gerd@gnu.org>
12613
12614 * help.el (describe-variable): Set syntax table to
12615 emacs-lisp-mode-syntax-table when moving forward over the
12616 symbol's name.
12617
47da5efa
DL
126182000-02-22 Dave Love <fx@gnu.org>
12619
12620 * xt-mouse.el: Doc fixes.
12621 (xterm-mouse-position-function): New function, replacing advice of
12622 mouse-position.
12623 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12624
12625 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12626
f0a6c717
GM
126272000-02-21 Gerd Moellmann <gerd@gnu.org>
12628
12629 * format.el (format-annotate-single-property-change): Handle
12630 properties.with dotted-list values.
12631 (format-proper-list-p): New function.
12632
12633 * enriched.el (enriched-face-ans): Handle '(foreground-color
12634 . COLOR) and (background-color . COLOR).
12635
2be80b63
DL
126362000-02-20 Dave Love <fx@gnu.org>
12637
12638 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12639 and assignments to it.
12640 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12641 current local map.
12642 (make-flyspell-overlay): Use it.
12643 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12644
12645 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12646 (lm-get-header-re): Defun, not defsubst.
12647 (lm-get-package-name): Defun, not defsubst. Simplify.
12648 (lm-version): Doc fix. Simplify.
12649 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12650 (lm-crack-address, lm-last-modified-date, lm-commentary)
12651 (lm-verify, lm-synopsis): Simplify.
12652 (lm-report-bug): Require emacsbug. Use compose-mail.
12653
329eed9f
GM
126542000-02-20 Gerd Moellmann <gerd@gnu.org>
12655
12656 * dired.el (dired-mode): Call propertized-buffer-identification
12657 to set mode-line-buffer-identification to something having
12658 the right text properties.
12659
12660 * bindings.el (propertized-buffer-identification): New function.
12661
be5bb146
DL
126622000-02-20 Dave Love <fx@gnu.org>
12663
12664 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12665 check for t-mouse too.
12666
12667 * cus-start.el: Make echo-keystrokes `number'.
12668
1d4311c3
EZ
126692000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12670
12671 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12672 Don't call ring-empty-p unless tags-location-ring is bound.
12673 From Noah Friedman <friedman@splode.com>.
12674
a23c5037
TTN
126752000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12676
12677 * progmodes/hideshow.el (hs-flag-region): No longer use
12678 `intangible' overlay property.
12679
12680 (hs-toggle-hiding): New command.
12681 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12682
12683 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12684 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12685 and deactivation.
12686
b6a22bf8
GM
126872000-02-18 Gerd Moellmann <gerd@gnu.org>
12688
12689 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12690
d621caf7
GM
126912000-02-17 Gerd Moellmann <gerd@gnu.org>
12692
3c0ed7ce
GM
12693 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12694
d621caf7
GM
12695 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12696 of `*' to handle `(* ... *)' comments.
12697
538d88fb
EZ
126982000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12699
53c80cf6 12700 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12701 window-system.
53c80cf6 12702
538d88fb
EZ
12703 * menu-bar.el (global-map): Menu-bar items converted to the new
12704 format (menu-item..., rearranged for better CUA compliance, and
12705 their names changed for better clarity. Help strings added.
12706
12707 * international/mule-cmds.el (mule-menu-keymap)
12708 (describe-language-environment-map, set-coding-system-map)
12709 (setup-language-environment-map): Convert to new (menu-item...
12710 form, add help strings. Change names of menu items for better
12711 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12712 submenu).
12713
8389e1e2 127142000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12715
a23c5037 12716 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12717 within the code.
a23c5037 12718
8389e1e2 127192000-02-16 Dave Love <fx@gnu.org>
a23c5037 12720
84fe35f0
DL
12721 * faces.el: Don't require custom. Add more specific :groups to
12722 various deffaces.
12723 (set-face-attribute): Purecopy args.
12724 (read-face-name): Default to name at point and use it in prompt.
12725 Remove colon from arg in all callers.
12726 (list-faces-display): Hyperlink to face descriptions and customize
12727 buffers.
12728
b2aeee30
DL
127292000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12730
12731 * wid-edit.el (widget-match-inline): An atom never matches a
12732 list.
12733
99e95407
GM
127342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12735
82d2c7c5
DL
12736 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12737 at ':' characters by call to split-string.
99e95407
GM
12738
127392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12740
82d2c7c5 12741 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12742
127432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12744
82d2c7c5
DL
12745 * textmodes/bibtex.el: Some temporary comments removed.
12746 (bibtex-field-name, bibtex-entry-type): Made the relationship
12747 explicit.
12748 (bibtex-field-const): Allow capital letters.
12749 (bibtex-start-of-string): Deleted because unused.
12750
12751 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12752 use the term 'reference' to describe a bibtex entry as a whole.
12753 Further, reference keys are no longer called 'labels'.
12754 (bibtex-keys): Renamed to bibtex-reference-keys.
12755 (bibtex-reformat-previous-labels): Renamed to
12756 bibtex-reformat-previous-reference-keys.
12757 (bibtex-reference-type): Renamed to bibtex-entry-type.
12758 (bibtex-reference-head): Renamed to bibtex-entry-head.
12759 (bibtex-reference-maybe-empty-head): Renamed to
12760 bibtex-entry-maybe-empty-head.
12761 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12762 (bibtex-search-reference): Renamed to bibtex-search-entry.
12763 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12764 bibtex-enclosing-entry-maybe-empty-head.
12765 (bibtex-entry-field-alist, bibtex-entry-head,
12766 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12767 bibtex-map-entries, bibtex-search-entry,
12768 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12769 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12770 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12771 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12772 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12773 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12774 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12775
127762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12777
82d2c7c5
DL
12778 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12779 comment.
12780 (bibtex-format-field-delimiters): New function, functionality
12781 extracted from bibtex-format-entry.
12782 (bibtex-autokey-get-yearfield-digits): New function, functionality
12783 extracted from bibtex-autokey-get-yearfield.
12784
12785 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12786 entries in order to avoid stack overflow in the regexp matcher if
12787 field contents become large.
12788 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12789 bibtex-field-string-part-not-braced,
12790 bibtex-field-string-part-no-inner-braces,
12791 bibtex-field-string-part-1-inner-brace,
12792 bibtex-field-string-part-2-inner-braces,
12793 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12794 bibtex-field-string-quoted, bibtex-field-string,
12795 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12796 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12797 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12798 as parsing is now performed by the following functions.
12799 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12800 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12801 bibtex-parse-field-string, bibtex-search-forward-field-string,
12802 bibtex-parse-association, bibtex-field-name-for-parsing,
12803 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12804 bibtex-search-forward-field, bibtex-search-backward-field,
12805 bibtex-start-of-field, bibtex-end-of-field,
12806 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12807 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12808 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12809 bibtex-parse-string, bibtex-search-forward-string,
12810 bibtex-search-backward-string, bibtex-start-of-string,
12811 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12812 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12813 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12814 entries. Instead of reporting the results of the parsing by
12815 match-beginning or match-end, these functions return data structures
12816 that hold the corresponding positions.
12817 (bibtex-enclosing-field): Changed to also report field boundaries by
12818 return values rather than by match-beginning or match-end. The
12819 following functions have been adapted to use the new parsing
12820 functions.
12821 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12822 bibtex-enclosing-field, bibtex-format-entry,
12823 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12824 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12825 bibtex-print-help-message, bibtex-end-of-entry,
12826 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12827 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12828 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12829 method for parsing.
12830 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12831 bibtex-map-entries, bibtex-flash-head,
12832 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12833 bibtex-autokey-change, bibtex-autokey-get-namefield,
12834 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12835 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12836 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12837 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12838 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12839 order to make the new binding of case-fold-search immediately
12840 visible.
99e95407
GM
12841
128422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12843
82d2c7c5
DL
12844 * textmodes/bibtex.el: Copyright notice is up to date.
12845 Added constant 'bibtex-maintainer-salutation.
99e95407 12846
82d2c7c5
DL
12847 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12848 than make-temp-name, use match-string-no-properties and eliminate
12849 a quadratic behavior when building bibtex-strings.
99e95407 12850
82d2c7c5
DL
12851 * bibtex.el (bibtex-reference-key): Accept string entries whose
12852 reference key contains upper case letters.
99e95407
GM
12853
128542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12855
82d2c7c5
DL
12856 * bibtex.el (bibtex-reference-head): Allow entries to start with
12857 a new line.
99e95407
GM
12858
128592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12860
82d2c7c5
DL
12861 * bibtex.el: Hiding of entry bodies is not longer provided by
12862 bibtex.el directly. Instead the hideshow package can be used.
12863 Added a special bibtex entry to hs-special-modes-alist.
12864 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12865
128662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12867
f24fef2f
SM
12868 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12869 at ':' characters by call to split-string.
8389e1e2
GM
12870
128712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12872
f24fef2f 12873 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12874
128752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12876
f24fef2f
SM
12877 * textmodes/bibtex.el: Some temporary comments removed.
12878 (bibtex-field-name, bibtex-entry-type): Made the relationship
12879 explicit.
12880 (bibtex-field-const): Allow capital letters.
12881 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12882
f24fef2f
SM
12883 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12884 use the term 'reference' to describe a bibtex entry as a whole.
12885 Further, reference keys are no longer called 'labels'.
12886 (bibtex-keys): Renamed to bibtex-reference-keys.
12887 (bibtex-reformat-previous-labels): Renamed to
12888 bibtex-reformat-previous-reference-keys.
12889 (bibtex-reference-type): Renamed to bibtex-entry-type.
12890 (bibtex-reference-head): Renamed to bibtex-entry-head.
12891 (bibtex-reference-maybe-empty-head): Renamed to
12892 bibtex-entry-maybe-empty-head.
12893 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12894 (bibtex-search-reference): Renamed to bibtex-search-entry.
12895 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12896 bibtex-enclosing-entry-maybe-empty-head.
12897 (bibtex-entry-field-alist, bibtex-entry-head,
12898 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12899 bibtex-map-entries, bibtex-search-entry,
12900 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12901 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12902 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12903 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12904 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12905 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12906 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12907
129082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12909
f24fef2f
SM
12910 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12911 comment.
12912 (bibtex-format-field-delimiters): New function, functionality
12913 extracted from bibtex-format-entry.
12914 (bibtex-autokey-get-yearfield-digits): New function, functionality
12915 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12916
f24fef2f
SM
12917 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12918 entries in order to avoid stack overflow in the regexp matcher if
12919 field contents become large.
12920 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12921 bibtex-field-string-part-not-braced,
12922 bibtex-field-string-part-no-inner-braces,
12923 bibtex-field-string-part-1-inner-brace,
12924 bibtex-field-string-part-2-inner-braces,
12925 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12926 bibtex-field-string-quoted, bibtex-field-string,
12927 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12928 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12929 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12930 as parsing is now performed by the following functions.
12931 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12932 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12933 bibtex-parse-field-string, bibtex-search-forward-field-string,
12934 bibtex-parse-association, bibtex-field-name-for-parsing,
12935 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12936 bibtex-search-forward-field, bibtex-search-backward-field,
12937 bibtex-start-of-field, bibtex-end-of-field,
12938 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12939 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12940 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12941 bibtex-parse-string, bibtex-search-forward-string,
12942 bibtex-search-backward-string, bibtex-start-of-string,
12943 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12944 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12945 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12946 entries. Instead of reporting the results of the parsing by
12947 match-beginning or match-end, these functions return data structures
12948 that hold the corresponding positions.
12949 (bibtex-enclosing-field): Changed to also report field boundaries by
12950 return values rather than by match-beginning or match-end. The
12951 following functions have been adapted to use the new parsing
12952 functions.
12953 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12954 bibtex-enclosing-field, bibtex-format-entry,
12955 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12956 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12957 bibtex-print-help-message, bibtex-end-of-entry,
12958 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12959 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12960 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12961 method for parsing.
12962 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12963 bibtex-map-entries, bibtex-flash-head,
12964 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12965 bibtex-autokey-change, bibtex-autokey-get-namefield,
12966 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12967 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12968 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12969 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12970 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12971 order to make the new binding of case-fold-search immediately
12972 visible.
8389e1e2
GM
12973
129742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12975
f24fef2f
SM
12976 * textmodes/bibtex.el: Copyright notice is up to date.
12977 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12978
f24fef2f
SM
12979 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12980 than make-temp-name, use match-string-no-properties and eliminate
12981 a quadratic behavior when building bibtex-strings.
fa78f71b 12982
f24fef2f
SM
12983 * bibtex.el (bibtex-reference-key): Accept string entries whose
12984 reference key contains upper case letters.
8389e1e2
GM
12985
129862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12987
f24fef2f
SM
12988 * bibtex.el (bibtex-reference-head): Allow entries to start with
12989 a new line.
8389e1e2
GM
12990
129912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12992
f24fef2f
SM
12993 * bibtex.el: Hiding of entry bodies is not longer provided by
12994 bibtex.el directly. Instead the hideshow package can be used.
12995 Added a special bibtex entry to hs-special-modes-alist.
12996 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12997
129982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12999
82d2c7c5 13000 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
13001 proceedings entry type (for cross referencing). Thanks to Wagner
13002 Toledo Correa for the suggestion.
13003
82d2c7c5 13004 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 13005
eae61d8f
KH
130062000-02-14 Kenichi Handa <handa@etl.go.jp>
13007
13008 * international/characters.el: Setup case table for Vietnamese.
13009
fb07a302
GM
130102000-02-12 Gerd Moellmann <gerd@gnu.org>
13011
13012 * uniquify.el (toplevel): Require CL at compile time.
13013 (uniquify-push): Removed.
13014
13015 * shadowfile.el (shadow-when): Removed.
13016
13017 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13018 (tempo-process-and-insert-string): Use dolist instead of
13019 tempo-dolist.
13020
13021 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13022 regexp for paragraph-start.
13023
13024 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13025 commas as well.
13026
a0eddf92
DL
130272000-02-10 Dave Love <fx@gnu.org>
13028
13029 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13030 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13031 Deleted.
13032 (widget-specify-field, widget-specify-button): Don't use
13033 widget-mouse-help as help-echo property.
13034 (default): Use #'ignore for :validate and :mouse-down-action.
13035 (checkbox): Add help-echo.
13036 (widget-sexp-validate): Rewritten to clarify error messages.
13037 (character): Use char-valid-p in :match function.
13038 (widget-color-complete): Use facemenu-color-alist.
13039 (widget-color-action): Use facemenu-read-color.
13040
13041 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13042 set up `caar' &c that we now have.
13043
82d2c7c5
DL
130442000-02-09 Ray Blaak <blaak@gnu.org>
13045
13046 * delphi.el: Make resourcestring a declaration region, like const
13047 and var.
13048
6cbc1482
DL
130492000-02-09 Dave Love <fx@gnu.org>
13050
13051 * bindings.el (mode-line-input-method-map): New variable.
13052 (mode-line-mule-info): Use it; fix last change.
13053 (mode-line-mode-menu): Move definition.
13054 (mode-line-mouse-sensitive-p): Deleted.
13055 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13056 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13057 level.
13058
13059 * startup.el (command-line-1): Don't call
13060 make-mode-line-mouse-sensitive.
13061
f7136ee8
GM
130622000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13063
13064 * mail/rmail.el (rmail-retry-failure): Use
13065 rmail-beginning-of-message before rmail-toggle-header, because the
13066 former toggles headers.
13067
6e1d0d15
SM
130682000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13069
fef8c55b
SM
13070 * diff-mode.el (diff-kill-junk): New interactive function.
13071 (diff-reverse-direction): Use delete-and-extract-region.
13072 (diff-post-command-hook): Restrict the area so that the hook also works
13073 outside of any diff hunk. This is necessary for the minor-mode.
13074 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13075 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13076
6e1d0d15
SM
13077 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13078 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13079 so that it can be used more easily in <foo>-mode-hook. Also make sure
13080 to avoid duplicate entries.
13081 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13082 (font-lock-remove-keywords): Just as was done for `add', allow it to
13083 work even if font-lock-mode is nil. Also make sure we don't modify
13084 any pre-existing list by forcing a copy-sequence. Finally rename
13085 `major-mode' to `mode'.
13086 (font-lock-fontify-syntactic-anchored-keywords)
13087 (font-lock-fontify-anchored-keywords)
13088 (font-lock-fontify-keywords-region): Use line-end-position.
13089 Don't make `font-lock-multiline' local (it's now done in
13090 font-lock-set-defaults).
13091 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13092 move the `font-lock-fontified' creation to inside the `unless'.
13093
a75dfea0
AI
130942000-02-06 Andrew Innes <andrewi@gnu.org>
13095
13096 * term/w32-win.el (x-handle-args): Comment out call to message,
13097 which occurs before window system is initialized.
13098
13099 * makefile.nt: Add support for recompiling lisp code.
13100
b85e9462
DL
131012000-02-04 Dave Love <fx@gnu.org>
13102
9ff33afb
DL
13103 * bindings.el (mode-line-mule-info): Fix/extend last change.
13104
b85e9462
DL
13105 * completion.el: Replace completion-dolist with dolist.
13106
13107 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13108 dotimes.
13109
44dff075
CD
131102000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13111
13112 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13113 environment names before they go into the section regexp.
13114
13115 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13116 char class in regexp.
13117
13118 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13119 `case-fold-search' to nil.
13120
13121 * progmodes/idlwave.el (idlwave-template): Respect
13122 `idlwave-abbrev-change-case'.
13123 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13124 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13125 idlwave-while): respect `idlwave-reserved-word-upcase'.
13126 (idlwave-rw-case): New function.
13127 (idlwave-statement-match): Fixed problem with assignment regexp.
13128 (idlwave-font-lock-keywords): Improved regexp for keyword
13129 parameters.
a23c5037 13130 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
13131 operators longer than 1 char.
13132
13133 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13134 idlwave-shell-expression-overlay. Implemented printing of
13135 expressions on higher levels of the calling stack.
13136 (idlwave-shell-display-level-in-calling-stack): Restore stack
13137 level.
13138 (idlwave-retrieve-expression-from-level): New function.
13139 (idlwave-shell-last-calling-stack): Variable removed.
13140 (idlwave-shell-reset): Argument action reversed (`visible' to
13141 `hidden'). Also remove stop-line overlay.
13142 (idlwave-shell-calling-stack-routine): New variable.
13143 (idlwave-shell-parse-stack-and-display): Messages now display
13144 negative level numbers.
13145 (idlwave-shell-mode): Set `modeline-format'.
13146 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13147 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13148 21.
13149 (idlwave-shell-print-expression-function): New option.
a23c5037 13150
44dff075
CD
13151 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13152 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13153 `tool-bar' instead of `toolbar'.
13154
f26c34fd
DL
131552000-02-02 Dave Love <fx@gnu.org>
13156
13157 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13158 emacs-lisp-mode-hook. Don't check for defalias being defined.
13159
13160 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13161 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13162 the new builtins directly.
13163
13164 * whitespace.el (whitespace): Add :version to defgroup.
13165
13166 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13167 Doc fix.
13168
13169 * thingatpt.el (sexp-at-point, symbol-at-point)
13170 (number-at-point, list-at-point): Add autoload cookie.
13171
13172 * recentf.el (recentf): Add :version to defgroup.
13173
13174 * quickurl.el (quickurl): Add :version to defgroup.
13175
13176 * elide-head.el (elide-head): Use point-marker more.
13177
13178 * bs.el (bs): Add :version to defgroup.
13179
13180 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13181
13182 * progmodes/delphi.el (delphi): Add :version to defgroup.
13183
d240a249
GM
131842000-02-02 Gerd Moellmann <gerd@gnu.org>
13185
13186 * ange-ftp.el (ange-ftp-write-region): Handle case that
13187 succeeding process operation sets a different coding system.
13188
13189 * calculator.el: New file.
13190
d5179a01
EZ
131912000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13192
13193 * frame.el (frames-on-display-list, framep-on-display): New
13194 functions.
13195 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13196 (display-selections-p, display-screens, display-pixel-width)
13197 (display-pixel-height, display-mm-width, display-mm-height)
13198 (display-backing-store, display-save-under, display-planes)
13199 (display-color-cells, display-visual-class): New functions.
13200
13201 * term/tty-colors.el (tty-color-gray-shades): New function.
13202
13203 * faces.el (display-color-p): Use framep-on-display.
13204 (display-grayscale-p): New function.
13205
968e00f0
DL
132062000-01-31 Dave Love <fx@gnu.org>
13207
13208 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13209 (create-fontset-from-x-resource): Don't concat integers.
13210
2cb750ba
GM
132112000-01-31 Inge Frick <inge@nada.kth.se>
13212
13213 * view.el: Some changes in documentation. Removed some trailing
13214 whitespace. Changed some parameter names to agree with
13215 documentation.
13216 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13217 window is not deleted. Modifies change 1998-04-26.
a23c5037 13218
74e9213b
GM
132192000-01-31 Gerd Moellmann <gerd@gnu.org>
13220
47569935
GM
13221 * windmove.el: New file.
13222
74e9213b
GM
13223 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13224 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 13225 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 13226
74e9213b
GM
13227 * jit-lock.el (jit-lock-function): Widen before calculating end
13228 position.
13229 (jit-lock-stealth-chunk-start): Rewritten.
13230
13231 * info.el (Info-title-face-alist): Removed.
13232 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13233 faces.
13234 (Info-fontify-node): Use these faces.
13235
994c5afe
GM
132362000-01-30 Gerd Moellmann <gerd@gnu.org>
13237
13238 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13239 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13240 `&allow-other-keywords'.
13241
13242 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13243 the list of directories scanned heuristically.
13244
13245 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13246 exist.
13247
f00276e3
JR
132482000-01-30 Jason Rumney <jasonr@gnu.org>
13249
13250 * w32-fns.el: Define w32-tty-standard-colors.
13251
13252 * startup.el (command-line): Use w32-tty-standard-colors when in
13253 w32 console mode.
13254
cc4dfff0
DL
132552000-01-30 Dave Love <fx@gnu.org>
13256
e645e77b
DL
13257 * jka-compr.el (jka-compr-load): Fix up load-history.
13258
cc4dfff0
DL
13259 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13260
13261 * emacs-lisp/cl-macs.el: Revert previous change.
13262
16215eb0
DL
132632000-01-29 Dave Love <fx@gnu.org>
13264
13265 * facemenu.el: Purecopy various strings.
13266
13267 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13268 years. Deal with three-digit years.
13269
13270 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13271 defconst, purecopy.
13272 (help-back-label): Purecopy it.
13273
bbd9b566
GM
132742000-01-18 Gerd Moellmann <gerd@gnu.org>
13275
13276 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13277 variable. If non-nil, order the buffer list according to the
13278 currently selected frame.
13279 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13280 non-nil, pass the selected frame to function buffer-list.
a23c5037 13281
887448e1
GM
132822000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13283
13284 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13285
7df85084
DL
132862000-01-28 Dave Love <fx@gnu.org>
13287
142e109c
DL
13288 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13289
7df85084
DL
13290 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13291 Don't use lisp-indent-hook property.
13292 (cl-abs): Remove.
13293
13294 * subr.el: Move out indent and edebug specs for when and unless.
13295
13296 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13297 when, unless.
13298
13299 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13300 unless, when.
13301
3b43c01c
GM
133022000-01-28 Gerd Moellmann <gerd@gnu.org>
13303
d060bc9f
GM
13304 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13305 `collecting' as synonym for `collect'.
13306
13307 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13308 for the case it contains spaces.
13309
13310 * simple.el (what-cursor-position): Change formatting of
13311 messages.
13312
b02786f9
GM
13313 * frame.el (delete-other-frames): New function.
13314 (toplevel): Bind it to C-x 5 1.
13315
efd68b8a
GM
13316 * sort.el (sort-numeric-base): New option.
13317 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13318 interpret it as octal or hexadecimal. Use sort-numeric-base
13319 as default base.
13320
3b43c01c
GM
13321 * progmodes/glasses.el: New file.
13322
984ae001
GM
133232000-01-27 Gerd Moellmann <gerd@gnu.org>
13324
a0b796e3
GM
13325 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13326 userids differently.
13327
984ae001
GM
13328 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13329 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13330 progmodes/ebnf-yac.el: New files.
13331
6c67ddee
DL
133322000-01-26 Dave Love <fx@gnu.org>
13333
13334 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13335 on a function with an empty body. [From Eric Ludlam.]
13336
4e6473c8
GM
133372000-01-25 Andre Spiegel <spiegel@gnu.org>
13338
13339 * vc.el (vc-version-diff): Make sure file name is expanded.
13340
e12489f9
GM
133412000-01-25 Gerd Moellmann <gerd@gnu.org>
13342
13343 * scroll-bar.el (scroll-bar-timer): Variable removed.
13344 (scroll-bar-toolkit-scroll): Don't use a timer.
13345
8dbe2b07
KH
133462000-01-25 Kenichi Handa <handa@etl.go.jp>
13347
13348 * language/thai-util.el (thai-composition-function): Delete
13349 superfluous `a'.
13350
26ef1c87
DL
133512000-01-24 Dave Love <fx@gnu.org>
13352
13353 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13354 end-of-defun-function.
13355
13356 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13357 &c.
13358
7ed4e9a7
JR
133592000-01-22 Jason Rumney <jasonr@gnu.org>
13360
13361 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13362 conflicts with new face support.
13363
8b7bc628 133642000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13365
13366 * replace.el (query-replace): Rename last arg to DELIMITED.
13367 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13368 (query-replace-regexp): Likewise.
13369
8b7bc628 133702000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13371
02b14400
RS
13372 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13373
5bb6f079
RS
13374 * emacs-lisp/lisp.el (beginning-of-defun-function):
13375 Variable renamed from beginning-of-defun.
13376 Do not call make-variable-buffer-local.
13377 (beginning-of-defun-raw): Use new variable name; doc fix.
13378 (beginning-of-defun): Doc fix.
13379 (end-of-defun-function): Variable renamed from end-of-defun.
13380 Do not call make-variable-buffer-local.
13381 (end-of-defun): Use new variable name; doc fix.
13382
02b14400
RS
13383 * subr.el (dolist, dotimes): Copied from cl-macs.el
13384 and made to work.
2d5e9b54 13385
a23c5037 13386 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13387 Variable replaces rmail-digest-end-regexp.
13388 Allows multiple regexps for detecting the end line.
13389 (undigestify-rmail-message): Corresponding changes.
13390
60af03f1
DL
133912000-01-19 Dave Love <fx@gnu.org>
13392
fe5d99e1
DL
13393 * files.el (user-init-file): Don't declare here -- is primitive.
13394
60af03f1
DL
13395 * startup.el (command-line): Check for compiled user-init-file and
13396 set to uncompiled version if necessary.
13397
72dbbc7d
GM
133982000-01-18 Gerd Moellmann <gerd@gnu.org>
13399
6a1950ec
GM
13400 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13401 (undigestify-rmail-message): Use it.
13402
72dbbc7d
GM
13403 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13404
fbe91bbd
GM
134052000-01-17 Gerd Moellmann <gerd@gnu.org>
13406
13407 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13408 of mini-buffer.
13409
33a6685b
GM
134102000-01-14 Gerd Moellmann <gerd@gnu.org>
13411
b3303df7
GM
13412 * emacs-lisp/copyright.el (copyright-update): Removed the
13413 requirement for a trailing space from `copyright-regexp', to
13414 support copyrights with owner specified on a separate line..
a23c5037 13415
3c4c8064
GM
13416 * align.el: New file.
13417
33a6685b
GM
13418 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13419
13420 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13421
044a4975
DL
134222000-01-13 Dave Love <fx@gnu.org>
13423
13424 * ph.el: Removed. (Obsoleted by EUDC.)
13425
0a352cd7
GM
134262000-01-13 Gerd Moellmann <gerd@gnu.org>
13427
13428 * net/eudc.el (toplevel): Remove autoloaded code installing
13429 menu with easymenu, because that causes build problems.
13430
13431 * frame.el (frame-notice-user-settings): New variable.
13432 (frame-notice-user-settings): Don't modify frame parameters
13433 if called a second time.
13434
8b7bc628 134352000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13436
13437 * frame.el (frame-notice-user-settings):
13438 Notice default-frame-parameters even for non-window frames.
13439
feb450e0
GM
134402000-01-13 Gerd Moellmann <gerd@gnu.org>
13441
13442 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13443 for Emacs.
13444 (eudc-bob-can-display-inline-images): Extend for Emacs.
13445 (eudc-bob-toggle-inline-display): Ditto.
13446 (eudc-bob-display-jpeg): Ditto.
13447
99c6d63b
GM
134482000-01-12 Gerd Moellmann <gerd@gnu.org>
13449
7970b229
GM
13450 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13451 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13452 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13453
e4936aa9
GM
13454 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13455 nil)'.
13456
13457 * subdirs.el: Add `net' directory.
13458
133c9e59
GM
13459 * net: New directory.
13460
99c6d63b
GM
13461 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13462 eval-last-sexp. Don't bind debug-on-error here.
13463 (eval-last-sexp): New function. Bind debug-on-error if
13464 eval-expression-debug-on-error is non-nil.
13465 (eval-defun-2, eval-defun): Likewise.
13466
13467 * simple.el (eval-expression): Don't bind debug-on-error if
13468 eval-expression-debug-on-error is nil. Detect changed
13469 debug-on-error, and propagate new value to global binding, if
13470 eval-expression-debug-on-error is non-nil,
13471 (eval-expression-debug-on-error): Change doc string.
a23c5037 13472
8b7bc628 134732000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13474
13475 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13476
13477 * emacs-lisp/lisp-mode.el (with-syntax-table):
13478 Set up lisp-indent-function property.
13479
13480 * subr.el (with-syntax-table): Moved from simple.el.
13481
13482 * simple.el (with-syntax-table): Moved to subr.el.
13483
7e3c74fa
GM
134842000-01-11 Gerd Moellmann <gerd@gnu.org>
13485
1fab1775
GM
13486 * tmm.el (tmm-shortcut): Delete region after prompt instead
13487 of erasing buffer.
13488
7e3c74fa 13489 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13490 (fill-context-prefix): Use the longest common prefix of first
13491 and second line fill prefix, if there is one.
7e3c74fa 13492
8b7bc628 134932000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13494
13495 * array.el (array-mode): Don't use make-variable-buffer-local.
13496 Use make-local-variable for `truncate-lines'.
13497
aa705642 134982000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13499
aa705642
GM
13500 * add-log.el (add-log-current-defun): Handle user-defined
13501 add-log-current-function returning nil,
a23c5037 13502
57df2446 13503 * add-log.el (add-change-log-entry): Insert version number
aa705642 13504 if having found a current function
c1356086
GM
13505
13506 * add-log.el (add-log-current-defun): Call
13507 `add-log-current-defun-function'. Try matches at level 0 and
13508 level 1. Strip whitespace from defun found.
a23c5037 13509
1d8c59e9
RS
135102000-01-10 John Wiegley <johnw@gnu.org>
13511
13512 * allout.el (isearch-done/outline-provisions): Added `edit'
13513 argument to correspond with the current definition of
13514 `isearch-done'.
13515
8cf87e9b
DL
135162000-01-10 Dave Love <fx@gnu.org>
13517
13518 * elide-head.el (elide-head): Use point-marker, not point.
13519
9050446c
GM
135202000-01-10 Gerd Moellmann <gerd@gnu.org>
13521
8321b22a
GM
13522 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13523 before and after the year 2000.
a23c5037 13524
9050446c
GM
13525 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13526 Add ispell- prefix.
13527
135282000-01-10 Ken Stevens <k.stevens@ieee.org>
13529
13530 * ispell.el: Only define dictionaries in menus when they exist.
13531 (version18p): New variable.
13532 (version20p): New variable.
13533 (xemacsp): New variable.
13534 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13535 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13536 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13537 run-together words.
9050446c
GM
13538 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13539 (ispell-dictionary-alist): Add koi8-r to customize definition.
13540 (check-ispell-version): Added documentation string. Returns
f24fef2f 13541 library path when called non-interactively.
9050446c
GM
13542 (ispell-menu-map-needed): Uses new variables.
13543 (ispell-library-path): New variable.
13544 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13545 (ispell-word): Improved documentation string. Test for valid
13546 character mappings. Correctly check typed in word changes that can
13547 result in single words split into multiple words. Returns
13548 replacement word.
13549 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13550 replace in recursive query replace mode. Help message for
13551 recursive edit mode.
13552 (ispell-show-choices): Protect against bad framepop bindings.
13553 (ispell-help): Fix to work with XEmacs.
13554 (ispell-highlight-spelling-error): Use new variables.
13555 (ispell-overlay-window): Fix to work with XEmacs.
13556 (ispell-parse-output): Passed and returns location information
13557 tracking spelling corrections. Doesn't recheck same word on
13558 current line.
13559 (ispell-init-process): Protect against bogus XEmacs variable binding.
13560 Fix call to single argument in sleep-for. Use new variables.
13561 (ispell-region): Passed and returns location information tracking
13562 spelling corrections. Doesn't check same word on current line.
13563 Improved documentation string. Doesn't resend a line already
13564 checked to the ispell process - fixes bug in LaTeX parsing.
13565 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13566 (ispell-skip-region): No longer skips <TT> in SGML.
13567 (ispell-process-line): Tracks location information with spelling
13568 corrections. Added documentation string. Accounts for words
13569 already accepted on this line. Don't allow query-replace on line
13570 starting with math characters. Doesn't resend a line already sent
13571 to ispell process. Fixes alignment error bug.
a23c5037 13572
8b7bc628 135732000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13574
a23c5037 13575 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13576 Suggest xloadimage, which is free, not xv, which isn't.
13577
a23c5037 13578 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13579 Don't ever include the host name or user name in the value.
13580
9ed79f5d
GM
135812000-01-09 Gerd Moellmann <gerd@gnu.org>
13582
13583 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13584 of a real newline.
13585
b950abb1
GM
135862000-01-09 Stephen Eglen <stephen@gnu.org>
13587
a23c5037 13588 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13589 for .png files.
13590
3c708e98
GM
135912000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13592
13593 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13594
bf61662d
GM
135952000-01-09 Gerd Moellmann <gerd@gnu.org>
13596
f1d851ae
GM
13597 * progmodes/cperl-mode.el: Replace ^F with ^L.
13598
bf61662d 13599 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13600 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13601 recursion.
13602
c65d14ee
DL
136032000-01-08 Dave Love <fx@gnu.org>
13604
8cf87e9b
DL
13605 * emacs-lisp/backquote.el: Remove inappropriate customization
13606 (allowing custom.el to use backquote).
c65d14ee 13607
83de2ebc
DL
136082000-01-07 Dave Love <fx@gnu.org>
13609
13610 * add-log.el (add-log-debugging): Deleted.
13611 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13612 file. Remove debugging code.
13613 (change-log-get-method-definition, change-log-name): Add doc.
13614 (change-log-sortable-date-at): New function.
13615 (change-log-merge): New command.
13616
13617 * time.el (display-time-string-forms): Make the Mail string active.
13618 (display-time-update): Provide help-echo for load average.
13619
13620 * bindings.el (make-mode-line-mouse2-map): New function.
13621 (mode-line-modified): Use it and simplify.
13622 (mode-line-mule-info): Provide help-echo info.
13623 (minor-mode-alist): Activate the strings.
13624 (make-mode-line-mouse-sensitive): Simplify for
13625 mode-line-buffer-identification.
13626
c1475eae
GM
136272000-01-07 Gerd Moellmann <gerd@gnu.org>
13628
13629 * play/pong.el: New file.
13630
83de2ebc
DL
136312000-01-06 Dave Love <fx@gnu.org>
13632
13633 * array.el: Assorted cleanups for compiler warnings, doc strings,
13634 `array-' prefix for symbols.
13635
136362000-01-05 Dave Love <fx@gnu.org>
13637
13638 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13639 outline-headers-as-kill.
13640 (outline-mode): Define imenu-generic-expression.
13641 (outline-headers-as-kill): New command.
13642
13643 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13644 from paragraph-start.
13645 (paragraph-indent-minor-mode): New command.
13646
13647 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13648 M-C-e, M-C-h, C-j, C-xnd, TAB.
13649 (fortran-mode): Set beginning-of-defun, end-of-defun.
13650 (fortran-column-ruler): Simplify.
13651 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13652 (fortran-with-subprogram-narrowing): Likewise.
13653 (fortran-indent-subprogram): Call mark-defun.
13654 (fortran-check-for-matching-do): Change narrowing.
13655
13656 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13657 (cl-lucid-hash-tag): Delete.
13658 (cl-hash-table-p): Correct test for native table.
13659 (cl-hash-table-count): Use hash-table-count.
13660
13661 * browse-url.el (browse-url): Fix case of
13662 browse-url-browser-function being an alist.
13663
676ac023
CD
136642000-01-05 Carsten Dominik <cd@gnu.org>
13665
c1475eae
GM
13666 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13667 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13668
13669 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13670 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13671
13672 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13673 `reftex-parse-file-extension'.
eb483e17 13674
88807984
DL
136752000-01-05 Dave Love <fx@gnu.org>
13676
83de2ebc 13677 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13678 (beginning-of-defun-raw): Use it.
13679 (end-of-defun): New variable.
13680 (end-of-defun): Use it.
13681 (check-parens): New command.
13682
1362aeb4
TTN
136832000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13684
c1475eae
GM
13685 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13686 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13687
7ddafb95
TTN
13688 Fix buglet in local variables initialization.
13689
7334aa99
AS
136902000-01-05 Andreas Schwab <schwab@suse.de>
13691
13692 * hscroll.el (hscroll): Doc fix.
13693
b12e24cd
CD
136942000-01-05 Carsten Dominik <cd@gnu.org>
13695
13696 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13697 idlw-toolbar.
13698
13699 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13700 file idlw-rinfo.el.
1362aeb4
TTN
13701 (idlwave-customize): load must read file idlw-shell.el.
13702 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13703
d6226972
CD
137042000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13705
13706 * progmodes/idlw-shell.el: Also provide idlwave-shell
13707 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13708 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13709
13710 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13711 both reftex-dcr and reftex-vcr.
1362aeb4 13712
d6226972
CD
13713 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13714
6ddb893f 137152000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13716
13717 * ps-print.el: PostScript code now is in separate files, doc fix.
13718 (ps-print-version): New version number (5.0.3).
13719 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13720 local.
13721 (ps-spool-config): Initialization fix.
c1475eae
GM
13722 (ps-print-prologue-1, ps-print-prologue-2)
13723 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13724 (ps-background-image): Little code reformating.
13725 (ps-begin-file, ps-begin-job): Fix code.
88807984 13726 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13727 (ps-prologue-file): New fun.
13728
ae833aae
KH
137292000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13730
c1475eae 13731 * ps-vars.el: Eliminated.
ae833aae
KH
13732
13733 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13734 `;;;###autoload'.
13735
13736 * ps-print.el: ps-vars eliminated, doc fix.
13737 (ps-print-version): New version number (5.0.2).
13738 (ps-spool-config): Initialization fix.
13739 (ps-print-customize): New fun.
13740
560a7bd2
GM
137412000-01-04 Gerd Moellmann <gerd@gnu.org>
13742
13743 * autorevert.el (auto-revert-mode): Return value of
13744 auto-revert-mode.
13745
f45dd0f4
DL
137462000-01-04 Dave Love <fx@gnu.org>
13747
fae2ac05
DL
13748 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13749 menu items.
f45dd0f4 13750
61255981
DL
137512000-01-03 Dave Love <fx@gnu.org>
13752
88807984 13753 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13754
83de2ebc 13755 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13756 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13757 `cl-hash-table-p', not `hash-table-p'.
13758 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13759
c182a70f
EZ
137602000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13761
13762 * faces.el (face-read-integer, read-face-attribute)
13763 (color-defined-p, color-values): unspecified-{f,b}g are now
13764 strings.
13765
047f434a
GM
137662000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13767
13768 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13769 at comment end, and re-insert them after filling.
13770
bab531e2
EZ
137712000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13772
13773 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13774 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13775 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13776
d684c676
EZ
137772000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13778
13779 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13780 the new name of face-color-supported-p.
13781
13782 * term/w32-win.el (xw-defined-colors): Likewise.
13783
0aad4805
EZ
137842000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13785
13786 * simple.el (completion-setup-function): Count completion-size
13787 from minibuffer-prompt-end, not from point-min.
13788
5fe1d139
EZ
137892000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13790
13791 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13792 Pass the frame to tty-color-* functions.
13793 (display-color-p, frame-set-background-mode): Pass the frame to
13794 tty-display-color-p.
13795
13796 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13797 tty-color-alist.
13798 (tty-color-alist, tty-modify-color-alist): New functions.
13799 (tty-color-define, tty-color-clear, tty-color-approximate)
13800 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13801 an optional parameter FRAME.
13802
162dec01
GM
138032000-01-01 Gerd Moellmann <gerd@gnu.org>
13804
27189709
GM
13805 * image.el (create-image, defimage): Don't assume image data is a
13806 string.
13807
162dec01
GM
13808 * image.el (defimage): Handle specifications containing :data
13809 instead of :file.
13810 (image-type-from-data): New function.
13811 (image-type-from-file-header): Use it.
13812 (create-image): Add parameter DATA-P.
1362aeb4 13813
bea56df7 13814See ChangeLog.8 for earlier changes.
25a6fab1
KH
13815
13816;; Local Variables:
e64c3a75 13817;; coding: iso-2022-7bit
25a6fab1 13818;; End: