(ccl_coding_driver): Initialize ccl->cr_consumed.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
177f4e88
GM
12000-12-21 Gerd Moellmann <gerd@gnu.org>
2
8e15274f
GM
3 * generic.el (generic-read-type): Build an alist for
4 completing-read as in 20.7.
5
6 * play/landmark.el (lm): Use interactive spec `P'.
7 (toplevel): Don't set debug-on-error.
8
177f4e88
GM
9 * server.el (server-switch-buffer): Choose a window on a visible
10 frame.
11
6ba384dc
GM
122000-12-21 Dave Pearson <davep@davep.org>
13
14 * quickurl.el: Commentry change, I've moved my web site.
15
647a066c
GM
162000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17
18 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
19 ranges like \177-\237, but accepts the character sequence from \177 to
20 \237. Doc fix.
21 (ebnf-version): New version (3.4).
22 (ebnf-setup): Code fix.
23 (ebnf-range-regexp): New fun.
24 (ebnf-8-bit-chars): Const fix.
25
26 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
27 entry. Doc fix.
28 (ebnf-bnf-lex): Code fix.
29 (ebnf-bnf-comment-chars): Const fix.
30
31 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
32 entry. Doc fix.
33 (ebnf-iso-comment-chars): Const fix.
34
35 * ebnf-otz.el: Doc fix.
36
37 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
38 entry. Doc fix.
39 (ebnf-yac-skip-code): Code fix.
40 (ebnf-yac-comment-chars): Const fix.
41
bc22fd18
EZ
422000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
43
44 * files.el (insert-directory-safely): New function.
834d23b2
EZ
45 (recover-file): Use it instead of insert-directory. From Markus
46 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 47
587fc3f9
KH
482000-12-21 Kenichi Handa <handa@etl.go.jp>
49
eeefcfde 50 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 51 coding-category-list more rigidly. Improve help message.
eeefcfde 52
587fc3f9
KH
53 * dired.el (dired-move-to-filename-regexp): Fix previous change.
54
01860fb9
MB
552000-12-21 Miles Bader <miles@gnu.org>
56
587fc3f9
KH
57 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
58 prefix.
01860fb9 59
3f9d67a6
KH
602000-12-21 Kenichi Handa <handa@etl.go.jp>
61
9fd1c1f7
KH
62 * international/mule-diag.el (describe-char-after): Make *Help*
63 buffer inherit multibyteness of the current buffer.
64
3f9d67a6
KH
65 * international/mule.el (make-char): Docstring adjusted for the
66 change of make-char-internal.
67
c9669fac
SM
682000-12-20 Stefan Monnier <monnier@cs.yale.edu>
69
70 * international/iso-cvt.el: Docstrings fix.
71
19594307
DL
722000-12-20 Dave Love <fx@gnu.org>
73
74 * subr.el (eval-after-load): Doc fix.
75
b1a447b3
KH
762000-12-20 Kenichi Handa <handa@etl.go.jp>
77
78 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
79 for numbers.
80
09877d5d
MB
812000-12-20 Miles Bader <miles@gnu.org>
82
83 * international/quail.el (quail-help): Resize the help window
84 again after it has all its contents. Remove unneeded progn.
85
71d4497a
GM
862000-12-19 Gerd Moellmann <gerd@gnu.org>
87
88 * pcmpl-linux.el: Fix copy/paste error.
89
741e56a0
AI
902000-12-19 Andrew Innes <andrewi@gnu.org>
91
92 * simple.el (delete-key-deletes-forward-mode): Fix typo in
93 docstring.
94
cc24d91c
CD
952000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
96
ba4c05aa
CD
97 * progmodes/idlw-rinfo.el: Fixed copyright notice.
98
99 * progmodes/idlw-toolbar.el: Fixed copyright notice.
100
101 * progmodes/idlw-shell.el: Fixed copyright notice.
102
103 * progmodes/idlwave.el: Fixed copyright notice.
104
71d4497a 105 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
106 TAB as key separators.
107
524c8caf
GM
1082000-12-19 Alex Schroeder <alex@gnu.org>
109
110 * sql.el (sql-sybase-options): New option.
111 (sql-sybase): Use it. Add sql-database to the list of parameters
112 provided for login. The options -w 2048 -n are not used any more.
113 (sql-postgres-options): Changed default from "--pset" to "-P".
114 (sql-mysql-options): Doc change.
115 (sql-stop): Doc change.
116
b5fa513d
KH
1172000-12-19 Kenichi Handa <handa@etl.go.jp>
118
119 * international/quail.el (quail-input-method): Always hide
120 the guidance buffer on exiting.
121
91c9e6ce
GM
1222000-12-18 Gerd Moellmann <gerd@gnu.org>
123
c6da4eb4
GM
124 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
125 isn't fboundp.
126
3d2a0e0b
GM
127 * server.el (server-buffer-done): Bury the buffer before
128 killing it.
129
91c9e6ce
GM
130 * faces.el (face-spec-set): Interpret a nil in specs for
131 foreground and background colors as `unspecified', for
132 compatibility with 20.x.
133
40fa0008
DL
1342000-12-18 Dave Love <fx@gnu.org>
135
22adbe54
DL
136 * simple.el (mail-user-agent): Doc fix.
137 (input-mode-8-bit): Removed.
138
139 * international/mule.el (set-keyboard-coding-system): Doc fix.
140 (keyboard-coding-system): New option.
141
40fa0008
DL
142 * mail/sendmail.el (send-mail-function): Customize.
143
6f4745e2
EZ
1442000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
145
146 * international/codepage.el (cp866-decode-table): New table.
147
82b90229
GM
1482000-12-18 Gerd Moellmann <gerd@gnu.org>
149
150 * version.el (emacs-version): Remove `%a' from the time format
151 because the weekday doesn't fit well into each locale.
152
5a047002
MB
1532000-12-18 Miles Bader <miles@gnu.org>
154
7f49aa07
MB
155 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
156
5a047002
MB
157 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
158 Check that emacs-major-version is `=' to 20, not `>='.
159 (artist-replace-chars): Use `make-string' instead of a loop.
160
22ea2607
EZ
1612000-12-17 Stefan Monnier <monnier@cs.yale.edu>
162
163 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
164 (cvs-execute-single-file): Don't change directory.
165 Patch from Per Cederqvist.
166
6c825f8e
EZ
1672000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
168
169 * textmodes/ispell.el (check-ispell-version): If
170 `ispell-program-name' is "aspell", pass it the -v switch instead
171 of -vv.
172
8ff06845
KH
1732000-12-16 Kenichi Handa <handa@etl.go.jp>
174
af4bb4c8
KH
175 * international/mule-diag.el (mule-diag): Insert information about
176 configure options, multibyte awareness, language env.
177
8ff06845
KH
178 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
179 regexp to search for candidates.
180
b24e84ab
EZ
1812000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
182
183 * info.el (Info-forward-node): If the node has an
184 Info-header-line, widen the buffer before searching for "next:"
185 and "up:" pointers, and set the search limit to stay in the
186 current node.
187
7981d89f
MB
1882000-12-16 Miles Bader <miles@gnu.org>
189
190 * simple.el (delete-trailing-whitespace): Remove extraneous let.
191
88ee7917
MB
1922000-12-15 Miles Bader <miles@gnu.org>
193
194 * comint.el (comint-send-string, comint-send-region): Also accept
195 a buffer, buffer-name, or nil for PROCESS, for compatibility with
196 process-send-string/region.
197
0c28d842
GM
1982000-12-15 Gerd Moellmann <gerd@gnu.org>
199
4ea7fdca
GM
200 * isearch.el (isearch-lazy-highlight-max): New user-option.
201 (isearch-lazy-highlight-update): Don't highlight more than
202 isearch-lazy-highlight-max matches.
203
0c28d842
GM
204 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
205
3ffa545b
GM
2062000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
207
8062e53a
GM
208 * sort.el (sort-columns): Fix error message.
209
3ffa545b
GM
210 * dabbrev.el (dabbrev--last-case-pattern): Value is now
211 `upcase' or `downcase' or nil.
212 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
213 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
214 (dabbrev--substitute-expansion): New arg record-case-pattern.
215 If it is non-nil, set dabbrev--last-case-pattern.
216 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
217
218 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
219
c2d7f289
MB
2202000-12-15 Miles Bader <miles@gnu.org>
221
b6348438
MB
222 * paths.el (Info-default-directory-list): Don't delete
223 configure-info-directory from the list of standard info
224 directories when appending it to the end -- their order is
225 important.
226
f9056dd9
MB
227 * faces.el (read-face-attribute): If there's no entry for the
228 user's input in VALID, just use it as-is (this will often result
229 in an error, but it may be OK for e.g. colors using hexadecimal
230 notation, and at least will yield a better error message).
231
c2d7f289
MB
232 * window.el (mode-line-window-height-fudge): Function removed.
233 (height-affecting-face-attributes, mode-line-window-height-fudge):
234 Variables removed.
235 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
236 window is really the right size. Use vertical-motion
237 rather than forward-line.
238 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
239 (ispell-command-loop, ispell-show-choices): Use the variable
240 ispell-choices-win-default-height, rather than the function.
241 (ispell-choices-win-default-height): Function removed.
242 (ispell-mode-line-window-height-fudge): Function removed.
243
8f530b95
SM
2442000-12-14 Stefan Monnier <monnier@cs.yale.edu>
245
246 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
247
6d435deb
EZ
2482000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
249
4dddb0b7
EZ
250 * paths.el (Info-default-directory-list): If
251 configure-info-directory is not one of the standard directories,
252 put it first in the list; otherwise put it last. Doc string
253 changed accordingly.
254
255 * info.el (Info-directory-list): Change doc string to reflect the
256 change in Info-default-directory-list.
257
6d435deb
EZ
258 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
259 windows-nt as windowed environments, even under -nw.
260
261 * startup.el (command-line): Don't call x-backspace-delete-keys-p
262 if not fboundp. Switch delete-forward mode for the <delete> key
263 on all PC platforms, even under -nw.
264
265 * term/internal.el ([M-delete]): Remap to M-d.
266
9d7d9263
GM
2672000-12-14 Gerd Moellmann <gerd@gnu.org>
268
269 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
270
7cf0153a
EZ
2712000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
272
273 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
274
5e5b3d41
GM
2752000-12-14 Gerd Moellmann <gerd@gnu.org>
276
5f368d29
GM
277 * startup.el (command-line): Call delete-key-deletes-forward-mode,
278 if appropriate.
279
280 * simple.el (delete-key-deletes-forward): New user-option.
281 (delete-key-deletes-forward-mode): New function.
282
9d7d9263 283 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 284
5e5b3d41
GM
285 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
286 if symbol is bound before getting its value.
287
288 * tooltip.el (tooltip-show): If an error is signaled in
289 x-show-tip, display that error, and display the help in the
290 echo area.
c2d7f289 291
191b83b6
KH
2922000-12-14 Kenichi Handa <handa@etl.go.jp>
293
294 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
295 "... entries" messages for every 10000 entries, not 10.
296
6192b604
KF
2972000-12-13 Karl Fogel <kfogel@red-bean.com>
298
299 * bookmark.el: Provide a generic exit hook, as suggested by
300 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
301 (bookmark-exit-hook): New var.
302 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
303 old raw lambda form in `kill-emacs-hook', and runs new
304 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
305 as logically that feature must have been provided if this function
306 is running.
307 Removed ;;;###autoload before the `add-hook' call.
308
5edf6b55
SM
3092000-12-13 Stefan Monnier <monnier@cs.yale.edu>
310
311 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
312 (easy-menu-current-active-maps): New function.
313 (easy-menu-get-map): Use it.
314 Make a proper menu entry when creating a new keymap.
315
16b5e8e6
KH
3162000-12-13 Kenichi Handa <handa@etl.go.jp>
317
d49fc4eb
KH
318 * international/characters.el: Fix cases and syntaxes for
319 mule-unicode-0100-24ff.
320
3b53d876
KH
321 * dired.el (dired-move-to-filename-regexp): Fixed for the case
322 that a Japanese character is not appended after day and year.
323
16b5e8e6
KH
324 * info.el (Info-suffix-list): Change format for a command that
325 requires arguments.
326 (info-insert-file-contents): Adjusted for the above change.
327
1df1c518
AS
3282000-12-12 Andreas Schwab <schwab@suse.de>
329
330 * tar-mode.el (tar-extract): Base the name of the subfile buffer
331 on the name of the tar buffer. Verify that the existing buffer is
332 visiting the same subfile.
333
a7a07b98
DL
3342000-12-12 Dave Love <fx@gnu.org>
335
336 * subdirs.el: Add obsolete.
337
4fdbd809
GM
3382000-12-12 Gerd Moellmann <gerd@gnu.org>
339
bfdb75ee
GM
340 * mail/rmailsum.el (rmail-summary-expunge)
341 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
342 instead of rmail-confirm-expunge.
343
4fdbd809
GM
344 * replace.el (perform-replace): Don't use an empty match adjacent
345 to a non-empty match when computing the next match before the
346 replacement is performed.
347
e9a59cad
GM
3482000-12-12 Milan Zamazal <pdm@freesoft.cz>
349
350 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
351 definition (patch by Stefan Monnier).
352 (glasses-mode): Use jit-lock instead of `after-change-functions'
353 (patch by Stefan Monnier).
354
c2def7a0
MB
3552000-12-12 Miles Bader <miles@gnu.org>
356
357 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
358 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
359
591b63b4
AC
3602000-12-12 Andrew Choi <akochoi@i-cable.com>
361
362 * term/mac-win.el: Remove load for ls-lisp.
363
a924cf63 364 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 365
5ff4ba3d
MB
3662000-12-12 Miles Bader <miles@gnu.org>
367
368 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
369 Respect field end too.
370 (just-one-space): Respect fields as `delete-horizontal-space'.
371 (newline-and-indent, reindent-then-newline-and-indent): Use
372 `delete-horizontal-space'.
373
d0c679bc
SM
3742000-12-11 Stefan Monnier <monnier@cs.yale.edu>
375
adf9c994
SM
376 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
377 (so as to obey the field property in the minibuffer).
378
4b0cd42d
SM
379 * obsolete/c-mode.el: Moved from lisp/progmodes.
380 * obsolete/auto-show.el: Moved from lisp.
381 * obsolete/ooutline.el: Moved from lisp/textmodes.
d0c679bc 382
89f85863
CD
3832000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
384
385 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
386 changes to list them here.
387
388 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
389 many changes to list them here.
390
391 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
392 many changes to list them here.
393
394 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
395
3e0d35ce
GM
3962000-12-11 Gerd Moellmann <gerd@gnu.org>
397
d990421f
GM
398 * simple.el (kill-new): Don't try to setcar kill-ring if it is
399 nil.
400
fda514f7
GM
401 * cus-edit.el (custom-save-variables, custom-save-faces):
402 Comment fix.
403
3e0d35ce
GM
404 * hscroll.el: Moved to `obsolete' subdir.
405
ff904dd6
MB
4062000-12-11 Miles Bader <miles@gnu.org>
407
408 * window.el (window-text-height): Function removed (now in C).
409
fb97d87f
SM
4102000-12-10 Stefan Monnier <monnier@cs.yale.edu>
411
412 * log-edit.el (log-edit-parent-buffer): New var.
413 (log-edit): Set it. Add BUFFER argument.
414 (log-edit-done): Use char-before.
415 Don't bother checking validity of vc-comment-ring.
416 Only bury the buffer if log-edit popped it up.
417
418 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
419 (cvs-mode-diff-help): Remove.
420 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 421 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
422
423 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
424 Remove binding for ? now made unnecessary.
425
7de77417
CD
4262000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
427
428 * textmodes/reftex.el (reftex-scanning-info-available-p): New
429 function
430 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
431
432 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
433 when master file is not open.
434
4efa209f
SM
4352000-12-09 Stefan Monnier <monnier@cs.yale.edu>
436
437 * progmodes/ada-stmt.el: Update `maintainer'.
438
0a8052bd
GM
4392000-12-09 Stephen Gildea <gildea@alum.mit.edu>
440
441 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
442 choices to match documentation string.
443
a12167c5
MB
4442000-12-09 Miles Bader <miles@gnu.org>
445
2161605d
MB
446 * minibuf-eldef.el: New file.
447
a12167c5
MB
448 * window.el (fit-window-to-buffer): Don't pass last argument to
449 pos-visible-in-window-p, now that its meaning is inverted.
450
9ea8de1b
EZ
4512000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
452
453 * image.el (create-image): Doc fix; spotted by Per Cederqvist
454 <ceder@lysator.liu.se>.
455
5002ddbb
SM
4562000-12-08 Stefan Monnier <monnier@cs.yale.edu>
457
b6114d80
SM
458 * autoinsert.el (auto-insert-alist): Add missing final \n.
459
ee8d23ee
SM
460 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
461 (cvs-menu-map): Remove.
462 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
463 (cvs-mode-quit): Turn it back into a plain function.
464
5002ddbb 465 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 466 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
467
468 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
469 file where it's more visible.
470 (texinfo-filter, texinfo-chapter-level-regexp): New variables
471 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
472 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
473 (texinfo-inside-macro-p): Only catch `scan-error's.
474 (texinfo-inside-env-p): Make better use of the match info.
475 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
476 (texinfo-insert-@end): Slight re-organization.
477 Also remove useless `looking-at' call.
478
30cd075d
AI
4792000-12-08 Andrew Innes <andrewi@gnu.org>
480
481 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
482 accessible in -nw mode.
483
484 * term/w32-win.el: Remove stuff about selection timeout, which is
485 irrelevant on Windows. Move clipboard support to w32-fns.el, so
486 it is accessible in -nw mode.
487
01b91009
DL
4882000-12-08 Dave Love <fx@gnu.org>
489
490 * emacs-lisp/lisp-mode.el (lisp-mode): Set
491 font-lock-keywords-case-fold-search.
492
842b2a94
GM
4932000-12-08 Gerd Moellmann <gerd@gnu.org>
494
495 * textmodes/ispell.el (ispell): Doc fix.
496
f9d5f611
KH
4972000-12-08 Kenichi Handa <handa@etl.go.jp>
498
499 * international/quail.el (quail-insert-decode-map): Check the
500 frame width of a window displaying the current buffer, not that of
501 the selected frame.
502 (quail-help): Make sure that the help buffer has window before
503 inserting text in it.
504
e04d21aa
SS
5052000-12-07 Sam Steingold <sds@gnu.org>
506
507 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
508 Backquote is used in isearch.el, so autoloading saves nothing.
509
fc3e23a4
EZ
5102000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
511
137cad7c
EZ
512 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
513 the CVS and RCS subdirectories case-insensitively.
514
fc3e23a4
EZ
515 * dired.el (dired-insert-directory): If file-system-info is
516 fboundp, call it instead of invoking dired-free-space-program.
517
796ecd10
GM
5182000-12-07 Gerd Moellmann <gerd@gnu.org>
519
0f5f7c3e
GM
520 * server.el (server-visit-files): Push files on file-name-history.
521
3764ba49
GM
522 * progmodes/cc-langs.el: Update copyright.
523
8e7931da
GM
524 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
525
ae0d7485 526 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 527
796ecd10
GM
528 * bindings.el (mode-line-mode-menu): Reverse the order
529 of define-keys so that the menu appears in alphabetical order.
530
ae0d7485
GM
5312000-12-07 Milan Zamazal <pdm@freesoft.cz>
532
533 * progmodes/glasses.el (glasses-mode): Update mode line at the end
534 of the function.
535
e2849090
DL
5362000-12-07 Dave Love <fx@gnu.org>
537
538 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
539
540 * facemenu.el (facemenu-unlisted-faces): Fix value.
541
5c7f629c
SM
5422000-12-07 Stefan Monnier <monnier@cs.yale.edu>
543
544 * font-lock.el (font-lock-default-fontify-region):
545 Include the terminating \n (off-by-one error).
546 (font-lock-set-defaults): Use dolist.
547
548 * derived.el (define-derived-mode): Don't use combine-run-hooks.
549
73481ae3
KH
5502000-12-07 Kenichi Handa <handa@etl.go.jp>
551
ffbaa122
KH
552 * international/mule-cmds.el (describe-language-environment): Fix
553 for the case that an input method title is not string but a list.
554
73481ae3
KH
555 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
556 of wrong SIZE record.
557
e2896b22
DL
5582000-12-06 Dave Love <fx@gnu.org>
559
67292061
DL
560 * newcomment.el (comment-region, comment-dwim): Doc fix.
561
562 * textmodes/texinfo.el: Require tex-mode when compiling.
563 (texinfo-update-node): Doc fix.
564 (texinfo-imenu-generic-expression): Add @anchor.
565 (texinfo-font-lock-keywords): Add @uref.
566 (texinfo-inside-macro-p): Don't use ignore-errors.
567 (texinfo-insert-quote): Match more contexts.
568
e76938e7
DL
569 * international/mule.el (decode-char, encode-char): Doc fix.
570 (auto-coding-alist): Customize.
571
572 * files.el (load-file): Fix change of 2000-03-12.
573
e2896b22
DL
574 * wid-edit.el (widget-text-keymap): Doc fix.
575
6610f4b2
AI
5762000-12-06 Andrew Innes <andrewi@gnu.org>
577
578 * makefile.w32-in (lisp): Set to an absolute directory, namely
579 $(CURDIR).
580
9e3366e4
EZ
5812000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
582
583 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
584 read generated-autoload-file, and set buffer-file-coding-system to
585 raw-text-unix after reading the file.
586
587 * international/mule-conf.el (file-coding-system-alist): Use
588 raw-text for reading loaddefs.el and raw-text-unix for writing
589 it.
590
d94d636f
GM
5912000-12-06 Gerd Moellmann <gerd@gnu.org>
592
384333ee
GM
593 * replace.el (occur): Make line-number-width 1 smaller for the
594 colon following the line number.
595
347d0813
GM
596 * startup.el (fancy-splash-text, command-line-1): Use
597 `File' for the menu name instead of `Files'.
e04d21aa 598
d4b72d58
GM
599 * tmm.el: Update copyright.
600
d94d636f
GM
601 * cus-start.el: Add entry for even-window-heights.
602
6e424019
MB
6032000-12-06 Miles Bader <miles@gnu.org>
604
605 * faces.el (frame-set-background-mode): Avoid stomping on
606 locally modified faces.
607
e6477b58
KH
6082000-12-06 Kenichi Handa <handa@etl.go.jp>
609
610 * international/fontset.el: Correct the font registries for
611 japanese-jisx0213-1 and japanese-jisx0213-2.
612
21999ab9
GM
6132000-12-05 Gerd Moellmann <gerd@gnu.org>
614
57d6e381
GM
615 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
616
21999ab9
GM
617 * iswitchb.el: Update customization commentary.
618
7422819c
GM
6192000-12-05 Rob Riepel <riepel@Stanford.EDU>
620
621 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
622 (tpu-search-highlight): Fixed comparison of overlay end positions.
623 (tpu-trim-line-ends): Implemented trimming logic locally.
624
625 * emulation/tpu-extras.el (tpu-write-file-hook)
626 (tpu-set-cursor-bound): Replaced picture-clean with
627 tpu-trim-line-ends.
628
73daff18
KH
6292000-12-05 Kenichi Handa <handa@etl.go.jp>
630
631 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
632 to cn-gb.
633 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
634
6a4cd002
DL
6352000-12-04 Dave Love <fx@gnu.org>
636
637 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
638
6452929e
GM
6392000-12-04 Gerd Moellmann <gerd@gnu.org>
640
e04d21aa 641 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
642 (rmail-summary-expunge-and-save): Ask for confirmation with
643 rmail-expunge-confirmed.
644
645 * mail/rmail.el (rmail-expunge-confirmed): New function.
646 (rmail-expunge): Use it.
647
0c68ce6f
GM
648 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
649 (etags-recognize-tags-table, find-tag-in-order): New
650 functionality: interpret file names as tags.
e04d21aa 651
7a53d8c8
EZ
6522000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
653
654 * info.el (Info-scroll-prefer-subnodes): New defcustom.
655 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
656 visit the first subnode until the bottom of the current node is
657 visible.
658
caa15ef7
GM
6592000-12-04 Gerd Moellmann <gerd@gnu.org>
660
661 * format.el (format-decode): Don't change buffer's undo list.
662
e225faa7
KH
6632000-12-04 Kenichi Handa <handa@etl.go.jp>
664
665 * faces.el (face-font-registry-alternatives): Add entries for CJK
666 fonts. Doc-string adjusted for the actual usage of this data.
667
668 * international/fontset.el: Change the font registries for CJK
669 fonts in the default fontset. Don't append '*' to registries.
670
8b262a65
SM
6712000-12-03 Stefan Monnier <monnier@cs.yale.edu>
672
e04d21aa 673 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
674 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
675
676 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
677 (derived-mode-p): New function.
678 (derived-mode-make-docstring): Add `docstring' argument.
679 Use it if available and complete it if necessary.
680
33c4460b
AS
6812000-12-03 Andreas Schwab <schwab@suse.de>
682
683 * type-break.el (type-break): Don't make parent of itself.
684
5c9b3fac
MB
6852000-12-03 Miles Bader <miles@gnu.org>
686
687 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
688
27ce741e
SM
6892000-12-02 Stefan Monnier <monnier@cs.yale.edu>
690
07c16ec4
SM
691 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
692 (tex-main-file, tex-file): Simplify.
693 (tex-generate-zap-file-name): Use subst-char-in-string.
694 (tex-strip-dots): Remove.
695
c19cc275
SM
696 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
697
27ce741e
SM
698 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
699 to check if the match succeeded.
700
285991dc
GM
7012000-12-02 Gerd Moellmann <gerd@gnu.org>
702
703 * startup.el (use-fancy-splash-screens-p): New function.
704 (command-line-1): Use it to determine whether or not to use
705 a fancy splash screen.
706
52dca1b2
AS
7072000-12-02 Andreas Schwab <schwab@suse.de>
708
709 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
710
d3e7e7cf
EZ
7112000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
712
2dce2360
EZ
713 * international/mule.el (make-char): Fix last change.
714
9768eaa7
EZ
715 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
716 New defcustoms.
717 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
718 autoloading tex-mode; instead, do the same manually. Use
719 texinfo-open-quote and texinfo-close-quote. Insert literal quote
720 with numeric argument. Docstring fix.
721 (toplevel): Require cl when compiling.
e04d21aa 722
285991dc 723 * international/mule.el (make-char): Doc fix.
d3e7e7cf 724
0dd5e255
JR
7252000-12-02 Jason Rumney <jasonr@gnu.org>
726
727 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
728 the Emacs Lisp manual)
729
fbb87147
EZ
7302000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
731
5cbb3e93
EZ
732 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
733
fbb87147
EZ
734 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
735 the Emacs Lisp manual).
736
1636ca09
GM
7372000-12-02 Gerd Moellmann <gerd@gnu.org>
738
739 * simple.el (next-line-add-newlines): Change default to nil.
740
68875f0e
EZ
7412000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
742
743 * files.el (revert-buffer, recover-file): Bind
744 coding-system-for-read to emacs-mule-unix, not to no-conversion.
745
fd9ac94c
GM
7462000-12-01 Gerd Moellmann <gerd@gnu.org>
747
748 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
749
45450dd5
MB
7502000-12-01 Miles Bader <miles@gnu.org>
751
752 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
753
09df8881
KH
7542000-12-01 Kenichi Handa <handa@etl.go.jp>
755
756 * international/mule-diag.el (describe-char-after): Fix typo.
757 (describe-character-set, non-iso-charset-alist): Fix typo.
758
dea0a87d
MB
7592000-12-01 Miles Bader <miles@gnu.org>
760
b170205b
MB
761 * image-file.el (image-file-name-regexp): Automatically add
762 upper-case variants of each filename extension in
763 `image-file-name-extensions', since they seem to be common.
764
e04d21aa 765 * simple.el (minibuffer-contents)
dea0a87d
MB
766 (minibuffer-contents-no-properties, delete-minibuffer-contents):
767 New functions.
768 * filecache.el (file-cache-directory-name)
769 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
770
2b69bc11 7712000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 772
dea0a87d
MB
773 * filecache.el (file-cache-minibuffer-complete): Don't try to
774 delete the minibuffer prompt.
775
a8a1b05d
DL
7762000-11-30 Dave Love <fx@gnu.org>
777
778 * cus-start.el: Fix read-buffer-function type.
779
693c4692
GM
7802000-11-30 Gerd Moellmann <gerd@gnu.org>
781
782 * md5.el: Removed. There's a built-in function, now.
783
2c0b1898
GM
7842000-11-30 Markus Rost <rost@math.ohio-state.edu>
785
786 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
787 as dummy 0-th char of rmail-deleted-vector.
788
63dfcf4b
EZ
7892000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
790
791 * ps-print.el (ps-end-job): Bind case-fold-search only after
792 switching to ps-spool-buffer.
793
7942000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
795
796 * ps-print.el: Line number font customization. PostScript: Lines and
797 PageCount are initialized on each page. Doc Fix.
798 (ps-print-version): New version number (6.3.2).
799 (ps-lpr-switches, ps-font-info-database, ps-font-size)
800 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
801 (ps-right-header): Customization fix.
802 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
803 Fix code.
804 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
805 New vars.
806
df3aedcf
GM
8072000-11-30 Gerd Moellmann <gerd@gnu.org>
808
edfb795e
GM
809 * bs.el: Fix typos and spelling errors.
810 (bs-appearance) <defgroup>: Renamed from bs-appearence.
811 (bs-configuration): Doc fix.
e04d21aa 812
df3aedcf
GM
813 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
814
8b8a7f01
GM
8152000-11-30 Rob Riepel <riepel@Stanford.EDU>
816
817 * emulation/tpu-edt.el (tpu-version): New version.
818 (tpu-search-overlay, tpu-replace-overlay): New initial range.
819 (tpu-original-mode-line): Variable deleted.
820 (tpu-mark-flag): New initial value.
821 (tpu-set-mode-line): Don't redefine mode-line-format. Add
822 tpu-mark-flag to minor-mode-alist.
823 (tpu-update-mode-line): New mark flag logic.
824 (tpu-get): Use find-file-wildcards.
825 (tpu-search-highlight): Move overlay less, reset overlay properly.
826 (tpu-unselect): Deactivate mark.
827 (tpu-lm-replace): Reset overlay properly.
828 (tpu-forward-line): Use forward-visible-line.
829 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
830
831 * emulation/tpu-extras.el (tpu-forward-line): Use
832 forward-visible-line.
e04d21aa 833
c069a9d3
GM
8342000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
835
836 * cus-edit.el (custom-face-value-create): Always emphasize tag.
837
b02cd40b
GM
8382000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
839
840 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
841 and skip whitespace and newlines.
e04d21aa 842
b7a90344
SM
8432000-11-30 Stefan Monnier <monnier@cs.yale.edu>
844
845 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
846
be6bbb55
GM
8472000-11-29 Gerd Moellmann <gerd@gnu.org>
848
0383ed60
GM
849 * help.el (describe-function-1): Regexp-quote function name
850 when used as part of a regexp.
851
c7957947
GM
852 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
853 face-attribute instead of face-foreground and face-background.
854 (tool-bar-add-item): Likewise, and handle unspecified colors.
855
856 * enriched.el (enriched-face-ans): Use face-attribute instead
857 of face-foreground and face-background.
858
859 * faces.el (face-foreground, face-background, face-stipple):
860 Return nil if attribute is unspecified, for backward
861 compatibility.
862
7423978d
GM
863 * files.el (auto-mode-alist): Add an entry for antlr-mode.
864
ef128c78
GM
865 * play/5x5.el: Remove version info.
866
a81fc510
GM
867 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
868
be6bbb55
GM
869 * frame.el (blink-cursor-mode): Doc fix.
870
f9396e03
GM
8712000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
872
873 * antlr-mode.el: New commands to run ANTLR from within Emacs and
874 to create Makefile rules.
875 (antlr-tool-command): New user option.
876 (antlr-ask-about-save): New user option.
877 (antlr-makefile-specification): New user option.
878 (antlr-file-formats-alist): New variable.
879 (antlr-special-file-formats): New variable.
880 (antlr-unknown-file-formats): New user option.
881 (antlr-help-unknown-file-text): New variable.
882 (antlr-help-rules-intro): New variable.
883 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
884 (antlr-mode-menu): Add entries.
885 (antlr-file-dependencies): New function.
886 (antlr-directory-dependencies): New function.
887 (antlr-superclasses-glibs): New function.
888 (antlr-run-tool): New command.
889 (antlr-makefile-insert-variable): New function.
890 (antlr-insert-makefile-rules): New function.
891 (antlr-show-makefile-rules): New command.
892
893 * antlr-mode.el: More Emacs/XEmacs stuff.
894 (antlr-no-action-keywords): New constant with value nil.
895 (antlr-font-lock-keywords-alist): Use it. Old value would break
896 syntax highlighting in Emacs-21.0.
897 (antlr-default-directory): Emacs/XEmacs dependend function.
898 (antlr-read-shell-command): Ditto.
899 (antlr-with-displaying-help-buffer): Ditto.
900
9012000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
902
903 * antlr-mode.el: imenu, parsing and highlighting changes.
904 (antlr-imenu-create-index-function): Don't create extra submenus
905 for definitions in different grammar classes. It is not necessary
906 for the menu and would make command `imenu' awkward to use.
907 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
908 header actions and more than one.
909 (antlr-font-lock-tokendef-face): Changed color.
910 (antlr-font-lock-tokenref-face): Changed color.
911 (antlr-font-lock-additional-keywords): Also highlight lowercase.
912 (antlr-mode-syntax-table): New variable.
913 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
914 (antlr-with-syntax-table): Don't copy syntax table.
915
9162000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
917
918 * antlr-mode.el: Minor changes: language setting.
919 (antlr-language-alist): The value for file option "language" can
920 be both an identifier and a string.
921 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
922 (antlr-language-limit-n-regexp): Change accordingly.
923
9242000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
925
926 * antlr-mode.el: Minor changes: tabs, hiding.
927 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
928 (antlr-action-visibility): Also allow value nil to also hide the
929 braces. Renamed from `antlr-tiny-action-length'.
930 Suggested by Jay@aol.com.
931 (antlr-hide-actions): Change accordingly. Hide line if completely
932 hidden action is on a line of its own.
e04d21aa 933
6ad948eb
SM
9342000-11-29 Stefan Monnier <monnier@cs.yale.edu>
935
936 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
937
938 * sort.el (sort-columns): Don't concat strings with numbers.
939
9c6a4107
DL
9402000-11-29 Dave Love <fx@gnu.org>
941
942 * cus-edit.el (face): Fix :format.
943
944 * mail/feedmail.el: Require smtpmail when compiling.
945 (mail-do-fcc): Autoload.
946 (feedmail) <defgroup>: Fix :link.
947 (feedmail-nuke-body-in-fcc): Fix :type.
948 (feedmail-send-it): Add autoload cookie.
949
053b8d35
SM
9502000-11-29 Stefan Monnier <monnier@cs.yale.edu>
951
952 * newcomment.el (comment-indent): Save excursion around call to
953 comment-indent-function.
954
242c13e8
MB
9552000-11-29 Miles Bader <miles@gnu.org>
956
957 * subr.el (member-ignore-case): Return the tail of the list who's
958 car matches, like `member', not the matching element itself.
959
8f4b5f28
KH
9602000-11-29 Kenichi Handa <handa@etl.go.jp>
961
962 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
963 should not contain `\n'.
964
bebe4a2c
GM
9652000-11-28 Gerd Moellmann <gerd@gnu.org>
966
fd9ac94c 967 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 968
ba7e40eb
GM
969 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
970
75ab0c79
GM
971 * dired-aux.el (dired-do-create-files): Construct default file
972 name for dired-mark-read-file-name so that when the user enters
973 just RET, the target file will end up in the target directory.
974
bebe4a2c
GM
975 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
976 local-abbrev-table before changing buffers because it might
977 have a buffer-local binding.
978
fa6d1ca8
MB
9792000-11-28 Miles Bader <miles@gnu.org>
980
981 * simple.el (delete-horizontal-space): Handle fields more generally.
982
8d2c2642
GM
9832000-11-28 Gerd Moellmann <gerd@gnu.org>
984
985 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
986
8b31236d
DL
9872000-11-28 Dave Love <fx@gnu.org>
988
3cbd02d2
DL
989 * progmodes/ps-mode.el (ps-mode): Set comment-start and
990 comment-start-skip locally.
991
8b31236d
DL
992 * progmodes/fortran.el (fortran-mode): Don't set
993 fortran-comment-line-start-skip. Set comment-start to
994 fortran-comment-line-start.
995 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
996 (fortran-comment-line-start-skip): Simplify slightly.
997
ae4bf56d
GM
9982000-11-28 Gerd Moellmann <gerd@gnu.org>
999
17ef7534
GM
1000 * play/5x5.el: Remove RCS keyword.
1001
fd9ac94c 1002 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 1003
665b27a6
GM
10042000-11-28 Milan Zamazal <pdm@freesoft.cz>
1005
1006 * textmodes/tildify.el (tildify-string-alist): Add
1007 `plain-tex-mode' here.
1008
fe3c2ae3
GM
10092000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1010
1011 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1012 reference.
1013
d970106b
MB
10142000-11-28 Miles Bader <miles@gnu.org>
1015
36b80a0d
MB
1016 * cus-face.el (custom-face-attributes): Add post-filter function
1017 for :box. Make pre-filter function for :box handle all cases.
1018
d970106b
MB
1019 * wid-edit.el (widget-choose): Make sure pop-up window is large
1020 enough to display all the choices, as there's no way to scroll it.
1021
5a2bae6c
KH
10222000-11-28 Kenichi Handa <handa@etl.go.jp>
1023
1024 * international/mule-conf.el: Make the coding system no-conversion
1025 safe for all characters.
1026
9e836e23
DL
10272000-11-27 Dave Love <fx@gnu.org>
1028
8b31236d
DL
1029 * net/ldap.el (ldap) <defgroup>: Add :version.
1030
9e836e23
DL
1031 * tooltip.el (tooltip-use-echo-area): Doc fix.
1032
1033 * cus-start.el <minibuffer-prompt-properties>: Add version.
1034 <read-buffer-function>: Add.
1035
1036 * apropos.el (apropos-print): Add help-echo to active text.
1037
1038 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1039
4a74d071
GM
10402000-11-27 Gerd Moellmann <gerd@gnu.org>
1041
1042 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1043 type, group and version.
1044
76058c27
EZ
10452000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1046
4a74d071 1047 * select.el (x-get-selection): Docstring fix.
76058c27 1048
fd9ac94c 10492000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 1050
fd9ac94c 1051 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 1052
49060c51
AI
10532000-11-27 Andrew Innes <andrewi@gnu.org>
1054
1055 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1056
1057 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1058
b2a8e429
MB
10592000-11-27 Miles Bader <miles@gnu.org>
1060
1061 * dired.el (dired-get-filename): Return filename verbatim if
1062 LOCALP is `verbatim'.
1063 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1064 `verbatim' so that we don't inadvertently delete a non-existant
1065 directory name.
1066
5ac0366d
KH
10672000-11-27 Kenichi Handa <handa@etl.go.jp>
1068
1069 * international/characters.el: Specify cases and syntaxes for
1070 mule-unicode-0100-24ff.
1071
67f1cf4c
GM
10722000-11-27 Gerd Moellmann <gerd@gnu.org>
1073
1074 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1075 that foreground and/or background colors of the face `tool-bar'
1076 are unspecified.
1077
46c56972
MB
10782000-11-27 Miles Bader <miles@gnu.org>
1079
e04d21aa 1080 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
1081 (widget-field-end): Handle widget field `pseudo-overlays'.
1082 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1083 if it's there instead of in `widget-field-list'.
1084
46c56972 1085 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
1086 (help-make-xrefs): Delete extraneous newlines at the end of the
1087 docstring.
46c56972 1088
640a9cdd
JR
10892000-11-25 Jason Rumney <jasonr@gnu.org>
1090
1091 * startup.el (command-line): Call set-locale-environment after
1092 Window System init file is read, as it can result in a call to
1093 redraw-frame.
1094
0b3f96d4
EZ
10952000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1096
1097 * simple.el (shell-command): Mention the effect of the prefix
1098 argument in the doc string.
1099
8da6e2a1
MB
11002000-11-25 Miles Bader <miles@gnu.org>
1101
a658d039
MB
1102 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1103
8da6e2a1 1104 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 1105 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 1106
d3416cca
JR
11072000-11-24 Jason Rumney <jasonr@gnu.org>
1108
1109 * international/mule-cmds.el (locale-language-names): Add "jp" as
1110 a non-standard alternative for Japanese.
1111
17e37f53
AS
11122000-11-24 Andre Spiegel <spiegel@gnu.org>
1113
1114 * vc-hooks.el: Require 'cl during compilation.
1115
9aa5f148
GM
11162000-11-24 Gerd Moellmann <gerd@gnu.org>
1117
ba193890
GM
1118 * faces.el (face-set-after-frame-default): Let face attributes
1119 specified for new frames override frame parameters.
1120
9aa5f148
GM
1121 * startup.el (command-line): Fix computation of the source file
1122 for user-init-file when user-init-file is a compiled file.
1123
51a1edab
MB
11242000-11-24 Miles Bader <miles@gnu.org>
1125
e04d21aa 1126 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
1127 (custom-post-filter-face-spec): New functions.
1128 (custom-face-set, custom-face-value-create): Filter the face spec
1129 before and after customization.
1130 (custom-face-set): If VALUE specifies a null face, pass a
1131 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1132 * cus-face.el (custom-face-attributes): Remove SET and GET
1133 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1134 cases they're needed.
1135
1ed74431
MB
1136 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1137 that it's distinguishable from the :off-glyph on dark-background
1138 displays. Set its background color too.
1139
67ee1125
MB
1140 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1141 so that people can easily turn it off.
1142
7d027816 11432000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 1144
7d027816 1145 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 1146
9aa5f148 1147 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 1148
9aa5f148 1149 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 1150
9aa5f148 1151 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 1152 redundant skip-small-frames test.
e04d21aa 1153
9aa5f148 1154 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 1155 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 1156
9aa5f148
GM
1157 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1158 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1159 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 1160 functions.
e04d21aa 1161
9aa5f148 1162 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 1163
9aa5f148 1164 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 1165
f07fa1b8
KH
11662000-11-24 Kenichi Handa <handa@etl.go.jp>
1167
1168 * international/mule-diag.el (list-iso-charset-chars): For
1169 two-byte charset, fix the `while' condition.
1170 (list-non-iso-charset-chars): Fix the `while' condition.
1171
ba8299ff
SM
11722000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1173
79372165
SM
1174 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1175 if the variable is make-variable-buffer-local.
1176
ba8299ff
SM
1177 * progmodes/ada-stmt.el (ada-template-map): Initialize
1178 and bind it to C-c t in ada-mode-map.
1179 (ada-stmt-mode-hook): New function extracted from old code.
1180 Only change the buffer-local side of skeleton-*.
1181 (ada-mode-hook): Use it.
1182
68a887fa
EZ
11832000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1184
1185 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1186 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1187 we expect to be returned by minibuffer-depth once we prompt the
1188 user in the minibuffer.
1189 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1190 as recorded in iswitchb-minibuf-depth, return non-nil.
1191
3b345582
EZ
11922000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1193
1194 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1195 (hscroll-window-maybe): Docstring fix.
1196
595dead2
DL
11972000-11-23 Dave Love <fx@gnu.org>
1198
1199 * rect.el (string-rectangle): Don't test delete-selection-mode.
1200
1e66b27a
GM
12012000-11-23 Gerd Moellmann <gerd@gnu.org>
1202
02790ce2
GM
1203 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1204 is in the tool bar.
1205
1e66b27a
GM
1206 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1207 with `no-dir'; we want the directory part to be able to remove
1208 it.
1209
a4caa65d
SM
12102000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1211
1212 * textmodes/outline.el (outline-flag-region):
1213 Don't bind inhibit-read-only since we don't modify the buffer.
1214 (outline-isearch-open-invisible): Don't jump to overlay-start
1215 since we're trying to unhide text around point.
1216 (outline-discard-overlays): Use dolist.
1217
1218 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1219
03e757c1
GM
12202000-11-22 Gerd Moellmann <gerd@gnu.org>
1221
e04d21aa 1222 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 1223 y-or-n-p.
e04d21aa 1224
1598a961
SM
12252000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1226
1227 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1228 Fix ARG regexp to skip quoted braces.
1229 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1230 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1231 are (correctly) handled separately).
1232 Remove `caption' and `footnote' from `citations': they contain text.
1233 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1234 (latex-skeleton-end-hook): New function.
1235 (latex-mode): Use it.
1236 (tex-start-tex-marker): Remove.
1237 (tex-send-tex-command): Don't set tex-start-tex-marker.
1238 (tex-error-parse-syntax-table): New var.
1239 (tex-compilation-parse-errors): Use it.
1240 Ignore tex-start-tex-marker. Don't bother with marker-position.
1241 (tex-validate-buffer): Don't bother with marker-position.
1242
1243 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 1244 (flyspell-generic-progmode-verify): Use it.
1598a961 1245
eaae8106
SS
12462000-11-22 Sam Steingold <sds@gnu.org>
1247
03e757c1
GM
1248 * simple.el (delete-trailing-whitespace): New interactive
1249 function.
e04d21aa 1250
eaae8106 1251 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 1252 `ada-remove-trailing-spaces'.
eaae8106 1253 (ada-remove-trailing-spaces): Removed.
e04d21aa 1254
eaae8106 1255 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 1256
1598a961
SM
1257 * textmodes/picture.el (picture-clean): Removed.
1258 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 1259
a41d49e9
GM
12602000-11-22 Gerd Moellmann <gerd@gnu.org>
1261
e053c60f
GM
1262 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1263
a41d49e9
GM
1264 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1265 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 1266 do anything special when jit-lock is active.
a41d49e9
GM
1267 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1268
197615f3
DL
12692000-11-22 Dave Love <fx@gnu.org>
1270
ddbfaa9f
DL
1271 * calendar/todo-mode.el (todo-top-priorities): Use
1272 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1273
ddc3c695
DL
1274 * language/chinese.el, language/cyrillic.el:
1275 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1276 * language/hebrew.el, language/indian.el, language/japanese.el:
1277 * language/korean.el, language/lao.el, language/misc-lang.el:
1278 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1279 Use provide.
1280
fb9fa98d
DL
1281 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1282 (custom-variable-set): Improve validation error mesage.
1283
197615f3
DL
1284 * rect.el (string-rectangle): Revert last change.
1285 (string-rectangle-line): New arg DELETE.
1286 (string-rectangle): Check delete-selection-mode.
1287
1288 * emacs-lisp/edebug.el (edebug-version)
1289 (edebug-maintainer-address): Deleted.
1290 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1291 (edebug-read-function): Account for other `'#' read forms.
1292 (edebug-mode-menus): Make some items toggles.
1293 (edebug-outside-unread-command-event, unread-command-event):
1294 Remove these to avoid warnings.
1295
f4117c4d
GM
12962000-11-22 David Ponce <david@dponce.com>
1297
1298 * recentf.el (recentf-menu-items-for-commands)
1299 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 1300 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 1301
f4117c4d
GM
1302 (recentf-build-dir-rules, recentf-dump-variable)
1303 (recentf-edit-list, recentf-open-files-item)
1304 (recentf-open-files): Replaced unnecessary `mapcar' with new
1305 built-in `mapc'.
eaae8106 1306
f8e2f3f2
MB
13072000-11-23 Miles Bader <miles@gnu.org>
1308
1309 * faces.el (menu): Make inverse-video on ttys too.
1310
4c4a541d
SM
13112000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1312
1313 * simple.el (comment-line-break-function): Use the new name
1314 indent-new-comment-line -> comment-indent-new-line.
1315 (clone-indirect-buffer): Don't ignore NORECORD.
1316 (next-completion): Properly handle the case where items are adjacent.
1317
1318 * mouse.el (popup-menu): Stupid typo.
1319
980d836e
GM
13202000-11-22 Gerd Moellmann <gerd@gnu.org>
1321
60e8e0a5
GM
1322 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1323 maintainer, keywords tags.
1324
980d836e
GM
1325 * rect.el (replace-rectangle): Don't call string-rectangle-line
1326 with too many arguments.
1327
e08b2069
AS
13282000-11-22 Andre Spiegel <spiegel@gnu.org>
1329
60e8e0a5 1330 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 1331 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
1332 vc-locking-user, which no longer exists.
1333
1334 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1335
c6779d8d
DL
13362000-11-22 Dave Love <fx@gnu.org>
1337
1338 * md5.el (md5): Provide.
1339 (md5): Fix error call.
1340
e672fdce
MB
13412000-11-22 Miles Bader <miles@gnu.org>
1342
eaae8106 1343 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
1344 (refill-fill-paragraph-at): Remove debugging code.
1345
80e24c04
MB
1346 * calendar/calendar.el (generate-calendar-window): When we don't
1347 call `fit-window-to-buffer', make sure the top line is fully visible.
1348
3a17d6cc
MB
1349 * image-file.el (insert-image-file): Don't make `read-only'
1350 property rear-nonsticky.
1351
ae1a21c6
MB
1352 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1353 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1354 stashing away its original value.
1355 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1356 in the recursive edit.
1357 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1358 (isearch-done): Restore `minibuffer-message-timeout'.
1359
e672fdce
MB
1360 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1361
3ea79df8
SM
13622000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1363
1364 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1365
1366 * find-lisp.el (find-lisp-find-files-internal):
1367 Use dolist, when and file-name-as-directory.
1368
980d836e 1369 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
1370 (define-derived-mode, define-minor-mode): Add specs.
1371
1372 * window.el: General comment and spacing fixes.
1373 (save-selected-window): Use backquotes.
1374 (window-safely-shrinkable-p): New function.
1375 (shrink-window-if-larger-than-buffer): Use it.
1376
1377 * subr.el (make-local-hook): Docstring fix.
1378
1379 * shell.el (shell-mode): Use define-derived-mode.
1380
1381 * newcomment.el (comment-indent): Insert comment before calling
1382 comment-indent-function. Don't insert in column 0.
1383 (comment-dwim): Indent before inserting comment.
1384
1385 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1386 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1387 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1388 Use mapc rather than map.
1389
1390 * files.el (find-buffer-visiting): Compare all attributes before
1391 declaring two files identical (rather than just their inode-no).
1392 (auto-mode-alist): Use \' rather than $.
1393
1394 * which-func.el: Update maintainer line.
1395
1396 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1397 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1398 (uniquify-buffer-file-name): Use it.
1399
8f62f2b8
MB
14002000-11-22 Miles Bader <miles@gnu.org>
1401
1402 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1403 * simple.el (minibuffer-avoid-prompt): New function.
1404
fb279a6d
GM
14052000-11-21 Gerd Moellmann <gerd@gnu.org>
1406
1407 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1408
867092e9
MB
14092000-11-21 Miles Bader <miles@gnu.org>
1410
ef860850
MB
1411 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1412 inclusion of `track-mouse'.
1413
867092e9
MB
1414 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1415 (refill-adjust-ignorable-overlay): New function.
1416 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1417 only the paragraph's tail if possible.
1418 Update `refill-ignorable-overlay'.
1419 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1420
1421 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1422 point inside the fill-prefix.
1423
1424 * textmodes/refill.el (refill-post-command-function): Don't reset
1425 refill-doit in the case where a self-insertion command doesn't
1426 case a refill. Use `refill-fill-paragraph-at', getting position
1427 from `refill-doit'.
1428 (refill-after-change-function): Set `refill-doit' to END.
1429 (refill-fill-paragraph-at): New function, mostly from old
1430 refill-fill-paragraph.
1431 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1432 (refill-pre-command-function): New function.
1433 (refill-mode): Add it to `pre-command-hook'.
1434
ff9ab414
GM
14352000-11-20 Gerd Moellmann <gerd@gnu.org>
1436
29a01b72
GM
1437 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1438
ff9ab414
GM
1439 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1440 javadoc tags.
eaae8106 1441
885b211b
AS
14422000-11-20 Andre Spiegel <spiegel@gnu.org>
1443
1444 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1445 vc.el).
1446
eaae8106 1447 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1448 require vc.
eaae8106
SS
1449
1450 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1451 checkouts.
eaae8106 1452
d1838556
DL
14532000-11-20 Dave Love <fx@gnu.org>
1454
1455 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1456
2b69bc11 14572000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1458
2b69bc11
GM
1459 * calculator.el (calculator-paste): Use `if' instead of `and'
1460 and `or'.
1461 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1462
b95b34e5
GM
14632000-11-19 Gerd Moellmann <gerd@gnu.org>
1464
030de92f
GM
1465 * info.el (info-menu-5): Doc fix.
1466
b95b34e5
GM
1467 * textmodes/artist.el: New file.
1468
54970452
AS
14692000-11-19 Andre Spiegel <spiegel@gnu.org>
1470
eaae8106 1471 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1472 and differentiate according to checkout model.
1473 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1474 since this function is only concerned with master state.
1475
eaae8106 1476 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1477 vc-default-workfile-unchanged-p): Moved here from vc.el.
1478
eaae8106 1479 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1480 vc-default-workfile-unchanged-p): See above.
1481
e5a9dabf
MB
14822000-11-19 Miles Bader <miles@gnu.org>
1483
1484 * image-file.el (insert-image-file): Make `intangible' and
1485 `read-only' properties rear-nonsticky too.
1486
24127af0
GM
14872000-11-18 Gerd Moellmann <gerd@gnu.org>
1488
d392e9c5 1489 * ps-print.el: Update copyright notice.
eaae8106 1490
d392e9c5
GM
1491 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1492 (tooltip-show): Use the offsets.
1493
24127af0 1494 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1495 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1496 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1497
2b69bc11 14982000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1499
2b69bc11
GM
1500 * ps-print.el (toplevel): Test for find-coding-system being
1501 fboundp before calling ps-x-find-coding-system.
08ea6f17 1502
66321b2f
SM
15032000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1504
1505 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1506 (vc-version-backup-file): Docstring fix.
1507
046110c6
GM
15082000-11-16 Gerd Moellmann <gerd@gnu.org>
1509
4104194e
GM
1510 * files.el (basic-save-buffer): Don't add a newline if
1511 find-file-literally is non-nil.
1512 (find-file-literally): Extend doc string.
1513
046110c6
GM
1514 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1515 sort(1) with the `-f' argument.
1516
6505c16e
AS
15172000-11-16 Andre Spiegel <spiegel@gnu.org>
1518
fd063975
AS
1519 * vc.el: Updated backend documentation.
1520 (vc-default-check-headers): New function.
1521
3d02dd81 1522 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1523
1524 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1525 up-to-date.
eaae8106 1526 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1527 the minibuffer is not active.
fd063975 1528
eaae8106 1529 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1530 `vc-cvs-use-edit' is on.
eaae8106
SS
1531 (vc-cvs-checkout): When this is used for reverting the workfile,
1532 make a backup of the original contents and revert to that in case
8791d617 1533 of error.
eaae8106 1534 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1535 remote repositories.
eaae8106 1536
6505c16e
AS
1537 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1538 for both version and ratio in the minibuffer.
fd063975 1539
eaae8106 1540 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1541 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1542
a13f0660
KH
15432000-11-16 Kenichi Handa <handa@etl.go.jp>
1544
1545 * international/quail.el (quail-start-translation): Don't call
1546 `message' before reading key sequence.
1547
1389a414
MB
15482000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1549
1550 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1551
9256a532
KH
15522000-11-16 Kenichi Handa <handa@etl.go.jp>
1553
1554 * window.el (fit-window-to-buffer): Be sure to acquire at least
1555 one text line even if the buffer is empty.
1556
0e14fe9f
GM
15572000-11-16 Gerd Moellmann <gerd@gnu.org>
1558
eaae8106 1559 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1560 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1561 ange-ftp-process-verbose to nil.
1562
da645c53
DL
15632000-11-15 Dave Love <fx@gnu.org>
1564
233d5cde
DL
1565 * wid-edit.el (widget-specify-field, widget-specify-button): If
1566 :help-echo is a function, set help-echo of overlay to
1567 widget-mouse-help.
1568 (widget-mouse-help): New function.
1569 (widget-echo-help): Rewritten for :help-echo functions only taking
1570 a widget arg.
1571
b12057b9
DL
1572 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1573 display-graphic-p.
1574 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1575 and that JPEG is available.
1576 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1577
da645c53
DL
1578 * international/mule-cmds.el (locale-charset-language-names):
1579 Match @euro.
1580
6d133d1f
GM
15812000-11-15 Gerd Moellmann <gerd@gnu.org>
1582
1583 * faces.el (face-set-after-frame-default): If
0e14fe9f 1584 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1585 default face from X resources.
1586
49ac2ac5
EZ
15872000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1588
1589 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1590 Don't set EMACSLOADPATH.
1591
4fb0a34c
EZ
15922000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1593
1594 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1595 texinfo-insert-@url.
1596 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1597 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1598
bb304a7a
SM
15992000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1600
82bc80bf
SM
1601 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1602 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1603 (checkdoc-minor-keymap): Backward compatibility.
1604 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1605 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1606 (checkdoc-this-string-valid-engine): Be a bit more strict
1607 to avoid matching substrings of `...' quoted vars/funs.
1608 (checkdoc-defun-info): Only look for `interactive' if alone.
1609 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1610
e8c87124
SM
1611 * progmodes/compile.el (grep): `tag-default' can be nil.
1612
bb304a7a
SM
1613 * newcomment.el (comment-indent): Paren typo.
1614
8628686a
DL
16152000-11-14 Dave Love <fx@gnu.org>
1616
25c269ef
DL
1617 * calculator.el: New maintainer version.
1618
66321b2f 1619 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1620
8628686a
DL
1621 * cmuscheme.el: Doc fixes.
1622 (cmuscheme) <defgroup>: Use `scheme' as parent.
1623 (cmuscheme-program-name): Remove. Change uses to
1624 scheme-program-name.
1625
1626 * xscheme.el (scheme-program-name): Don't define here.
1627
1628 * progmodes/scheme.el (scheme-program-name): New variable
1629 (originally in cmuscheme).
1630
88f0a1eb
MB
16312000-11-14 Miles Bader <miles@gnu.org>
1632
1633 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1634 Handle header-lines. Don't loop forever if we can't enlarge the
1635 window anymore. Simplify a bit.
1636
cd9a000c
KH
16372000-11-14 Kenichi Handa <handa@etl.go.jp>
1638
1639 * window.el (fit-window-to-buffer): Don't check
1640 window-text-height. Assure that the last line is fully visible.
1641
1642 * international/quail.el (quail-show-guidance-buf): Call
1643 fit-window-to-buffer to assure the enough height of the guidance
1644 buffer.
1645 (quail-update-guidance): Avoid making the guidance buffer shorter.
1646
d3fcda22
SM
16472000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1648
bdbd9606
SM
1649 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1650 rather than `prepend' and add an interesting comment.
1651 (tex-math-face, tex-font-lock-syntactic-face-function):
1652 New face and function to use it.
1653 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1654 than `menu-enable' symbol property.
1655 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1656 (tex-mode): Add some latex-mode commands for auto-selection.
1657 Use tex-font-lock-syntactic-face-function.
1658 (tex-insert-quote): Simplify.
1659 (tex-shell): New mode.
1660 (tex-start-shell): Use it.
1661 (tex-shell-proc, tex-shell-buf): New functions.
1662 (tex-send-command): Use it.
1663 (tex-main-file): Fix the meaning of the new arg REALFILE.
1664 (tex-send-tex-command): New function split from `tex-start-tex'.
1665 Set compilation-last-buffer and compilation-parsing-end.
1666
d3fcda22
SM
1667 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1668 when it follows non-comment text on the line.
1669
1670 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1671 Set font-lock-defaults.
1672 (lisp-mode-shared-map): Init inside the defvar.
1673 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1674 Use define-derived-mode.
1675
bdab1d43
MB
16762000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1677
1678 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1679
936ae731
GM
16802000-11-14 Gerd Moellmann <gerd@gnu.org>
1681
1682 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1683 recursively optimize body because that can lead to infinite
1684 recursion; see comment there.
1685
1695ca2b
EZ
16862000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1687
1688 * faces.el (face-spec-set-match-display): Revert the change from
1689 2000-10-24. Add a FIXME for after v21.1.
1690
9d348294
MB
16912000-11-13 Miles Bader <miles@gnu.org>
1692
1693 * textmodes/fill.el (skip-line-prefix): New function.
1694 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1695 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1696 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1697 point inside the fill-prefix.
9d348294 1698
b85fa13c
MB
16992000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1700
1701 * calendar/calendar.el (generate-calendar-window): Use
1702 `fit-window-to-buffer'.
1703
a0b47716
SM
17042000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1705
1706 * gud.el (gud-minor-mode): New var.
1707 (gud-symbol, gud-val): New functions.
1708 (gud-find-file): Copy gud-minor-mode to the new buffer.
1709 (gud-menu-map): Include entries for commands that are not always
1710 available, using :enable to (de)activate them.
1711 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1712 (gud-mode-map): New map.
eaae8106 1713 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1714 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1715 Don't set up gud's menu (it's done by the minor-mode).
1716 (gud-minibuffer-local-map): New.
1717 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1718 (gud-query-cmdline): New function.
1719 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1720 (gud-mode): Use define-derived-mode.
1721 Don't set up gud's menu (it's done by the minor-mode).
1722 (gud-chop-words): Remove.
1723 (gud-common-init): Use split-string instead.
1724 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1725
1726 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1727 Add keyword arg :name.
1728
1729 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1730 (diff-count-matches, diff-split-hunk): New functions.
1731 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1732
1733 * pcvs-info.el (cvs-fi-conflict-face): New var.
1734
1735 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1736 Make it into a simple syntax-table, shared among all submodes.
1737 (sh-heredoc-face): Re-introduce.
1738 (sh-font-lock-syntactic-face-function): New function.
1739 (sh-mode): Use it. Also use define-derived-mode.
1740 Remove old bogus setting of indent-region-function.
1741 (sh-set-shell): Don't set the syntax-table any more.
1742 (sh-mode-syntax-table) <defun>: Remove.
1743
f5ed37df
MB
17442000-11-12 Miles Bader <miles@gnu.org>
1745
1746 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1747 message if interactive.
1748
0b074c2f
DL
17492000-11-12 Dave Love <fx@gnu.org>
1750
1751 * mail/feedmail.el: Fix header,
1752 (feedmail) <defgroup>: Add :link.
1753
1754 * view.el: Use local-map property, not keymap on mode-line string.
1755
1756 * scroll-all.el (scroll-all-mode): Customize variable. Add
1757 autoload cookie to function.
1758
1759 * lazy-lock.el: Remove compatibility code.
1760
1761 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1762 (finder-help-echo): New variable.
1763 (finder-mouse-face-on-line): Add help-echo stuff.
1764 (finder-list-keywords, finder-list-matches): Use mapc.
1765
1766 * faces.el (face-font-registry-alternatives): Add :version.
1767
1768 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1769 tags-table-list.
1770
a0b47716 1771 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1772
a0b47716 1773 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1774 (mail-mode): Use [:alnum:] in some regexps.
1775
6d502396
DL
17762000-11-10 Dave Love <fx@gnu.org>
1777
1778 * ediff.el (ediff-regions-internal, ediff-documentation):
1779 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1780 fundamental mode.
1781
1782 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1783 buffer into fundamental mode.
1784 (ediff-set-difference): Use copy-sequence if available.
1785
1786 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1787 ediff-patch-map non-nil.
1788 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1789 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1790 buffer into fundamental mode.
1791
1792 * ediff-merg.el (state-or-merge): Defvar when compiling.
1793
a82fe213
JR
17942000-11-10 Jason Rumney <jasonr@gnu.org>
1795
1796 * w32-fns.el (w32-add-charset-info): New function.
1797 (w32-charset-info-alist): Use it.
1798
52d89894
GM
17992000-11-10 Gerd Moellmann <gerd@gnu.org>
1800
1801 * faces.el (face-font-registry-alternatives): New user-option.
1802
178932de
SM
18032000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1804
d7fa3319
SM
1805 * textmodes/texinfo.el (texinfo-block-default): New var.
1806 (texinfo-insert-block): Use it. Insert a newline if needed.
1807
178932de
SM
1808 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1809 (fill-region-as-paragraph): Use it.
1810
1811 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1812 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1813 Tweak paragraph regexps to allow a leading [ \t]*.
1814 (tex-latex-block): Insert a newline if necessary.
1815 (latex-insert-item): Only insert a newline if necessary.
1816 (tex-guess-main-file): New function.
1817 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1818 Set tex-main-file if TeX-master is provided.
1819 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1820
bd02b8e0
GM
18212000-11-10 Gerd Moellmann <gerd@gnu.org>
1822
1823 * startup.el (command-line): Set the default tooltip-mode
1824 to t for graphical displays which implement x-show-tip.
1825
1826 * tooltip.el (tooltip-mode): Add a comment about startup.el
1827 setting the default value of this user-option.
1828
b29b03eb
SM
18292000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1830
1831 * font-lock.el (font-lock-*-face) <defvar>: Move.
1832 (font-lock-defaults-alist): Mark obsolete.
1833 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1834 (font-lock-mode): Use define-minor-mode.
1835 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1836 (font-lock-turn-off-thing-lock): Be more explicit.
1837 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1838 (font-lock-syntactic-face-function): New var.
1839 (font-lock-fontify-syntactically-region): Use it.
1840 (font-lock-doc-face): New.
1841
1842 * pcvs.el (cvs-enabledp): Ignore errors.
1843 (cvs-commit-filelist): Never query.
1844 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1845 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1846 (cvs-do-removal): Use cvs-partition rather than delete-if.
1847 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1848 cvs-bury-buffer.
1849
1850 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1851 Allow `next' to jump to after the end of the last match.
1852
778fbc46
GM
18532000-11-09 Gerd Moellmann <gerd@gnu.org>
1854
730c746c
GM
1855 * simple.el (byte-compiling-files-p): New function.
1856
1857 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1858 if it is there.
1859
1860 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1861 nil again.
1862
778fbc46
GM
1863 * textmodes/ispell.el (ispell-library-path): Don't call
1864 check-ispell-version when byte-compiling because that starts
1865 an ispell process, and ispell might not be installed.
1866 (toplevel): Don't set up a menu when byte-compiling.
1867
1868 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1869 it, so that a boundp test can be used to determine if we're
1870 currently byte-compiling.
1871
5912c5bb
DL
18722000-11-09 Dave Love <fx@gnu.org>
1873
1874 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1875 eval-after-load.
1876
7bb054a5
GM
18772000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1878
1879 * ps-print.el: Patch for variable initialization when spooling. Doc
1880 fix.
1881 (ps-output-list): Fun eliminated.
1882 (ps-begin-file, ps-begin-job): Code fix.
1883
9db2706e
DL
18842000-11-08 Dave Love <fx@gnu.org>
1885
1886 * ediff-wind.el (ediff-control-frame-parameters): Zero
1887 tool-bar-lines.
1888
f7eb32aa
GM
18892000-11-08 Gerd Moellmann <gerd@gnu.org>
1890
1891 * simple.el (shell-command, display-message-or-buffer)
1892 (shell-command-on-region): Mention resize-mini-windows in the doc
1893 string.
1894 (display-message-or-buffer): Take the value of resize-mini-windows
1895 into account.
1896
7b01b08c
GM
18972000-11-07 Gerd Moellmann <gerd@gnu.org>
1898
acad3c0b
GM
1899 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1900
7b01b08c
GM
1901 * dired.el (dired-between-files): Add `^. find' as an alternative
1902 to the regular expression, for find-dired.
1903
6f602bd0
SM
19042000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1905
1906 * textmodes/texnfo-upd.el: Require texinfo.
1907 (defmacro, defgroup): Remove.
1908 (texinfo-section-to-generic-alist): Remove.
1909 Use texinfo-section-list instead (i.e. level is changed string->int).
1910 (texinfo-filter): New function.
1911 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1912 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1913 Use it. And use regexp-opt.
1914 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1915 (texinfo-update-menu-region-beginning)
1916 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1917 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1918 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1919 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1920 (texinfo-sequential-node-update): Remove autoload cookie.
1921
1922 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1923 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1924 (texinfo-chapter-level-regexp): Remove.
1925 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1926
bb216218
DL
19272000-11-06 Dave Love <fx@gnu.org>
1928
6f602bd0 1929 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1930
6f602bd0
SM
1931 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1932 Match defun*.
bb216218 1933
ff8dd5d5
KH
19342000-11-06 Kenichi Handa <handa@etl.go.jp>
1935
1936 * composite.el (composition-function-table): Variable declaration
1937 moved to src/composite.c.
1938 (compose-chars-after): New optional arg object.
1939
e9da51a1
GM
19402000-11-06 Gerd Moellmann <gerd@gnu.org>
1941
e0c12c68
GM
1942 * bindings.el (mode-line-toggle-read-only)
1943 (mode-line-toggle-modified, mode-line-widen)
1944 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1945 (make-mode-line-mouse2-map): Rewritten.
1946 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1947 functions so that C-h k can show something with a doc string.
eaae8106 1948
e9da51a1
GM
1949 * startup.el (fancy-splash-delay): Set to 10 seconds.
1950 (fancy-splash-max-time): New user-option.
1951 (fancy-splash-stop-time): New variable.
1952 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1953 (fancy-splash-screens-1): Throw `stop-splashing' when current
1954 time is greater than fancy-splash-stop-time.
1955
611dbdf0
SM
19562000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1957
4d2806e2
SM
1958 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1959
611dbdf0
SM
1960 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1961 Prompt user for a file rather than raising an error.
1962 (cvs-enabledp): Fix call to cvs-mode-marked.
1963 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1964 (cvs-mode-insert): Use it. Change the init prompt' value.
1965 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1966
1967 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1968 Don't pass default arg to ewoc-locate.
1969 (ewoc-collect): Return result in the right order.
1970
1971 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1972
1973 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1974 (cvs-status-get-tags): Fix regexp.
1975 (cvs-status-trees, cvs-status-cvstrees):
1976 Combine after change hooks and don't sit-for.
4d2806e2
SM
1977 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1978 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1979 Use make-char rather than hard-coded cryptic data.
1980 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1981
1982 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1983
1984 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1985 (cvs-insert-strings): New function.
1986
937b2877
MB
19872000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1988
1989 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1990 `mwheel-scroll-amount'.
1991 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1992 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1993 string-matching against the version string.
1994
c6c97763
KH
19952000-11-06 Kenichi Handa <handa@etl.go.jp>
1996
6eaec747
KH
1997 * language/thai.el ("Thai"): Set a lisp form that produces
1998 composed string in `sample-text' language info.
1999
2000 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2001 composed string in `sample-text' language info.
2002
2003 * international/mule-cmds.el (describe-language-environment): Eval
2004 `sample-text' data and insert the result.
2005
c6c97763
KH
2006 * international/mule-conf.el (compound-text): Define this coding
2007 system here. Make x-ctext and ctext aliases of it.
2008
2009 * language/european.el (compound-text, ctext): Moved to
2010 international/mule-conf.el.
2011
d1145f85
AI
20122000-11-05 Andrew Innes <andrewi@gnu.org>
2013
2014 * w32-fns.el (w32-version): New function.
2015
178a6a45
SM
20162000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2017
2018 * progmodes/awk-mode.el: Update copyright.
2019 (awk-mode-abbrev-table): Remove.
2020 (awk-font-lock-keywords): Use regexp-opt.
2021 (awk-mode): Use define-derived-mode.
2022
2023 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2024 when extracting a suffix.
2025
1ba90166
AS
20262000-11-04 Andre Spiegel <spiegel@gnu.org>
2027
2028 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2029 auto-save-mode.
2030
546790cb
JR
20312000-11-04 Jason Rumney <jasonr@gnu.org>
2032
2033 * language/european.el (decode-mac-roman): Test against r1 not r0.
2034
d247e32d
SM
20352000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2036
fbf44f44
SM
2037 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2038 (icon-mode): Define indent-line-function.
2039 (icon-comment-indent): Simplify.
2040 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2041
2042 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2043
2044 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2045 Bind change-log-default-mode to defeat the caching done on it.
2046 Don't bother saving excursion any more.
2047
2048 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2049
2050 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2051 (set-frame-font): Use the new name (and the old for compatibility).
2052
eaae8106
SS
2053 * toolbar/tool-bar.el (tool-bar-mode):
2054 * time.el (display-time-mode):
2055 * recentf.el (recentf-mode):
2056 * paren.el (show-paren-mode):
2057 * mwheel.el (mouse-wheel-mode):
2058 * msb.el (msb-mode):
2059 * jka-compr.el (auto-compression-mode):
2060 * image-file.el (auto-image-file-mode):
2061 * hl-line.el (hl-line-mode):
2062 * delsel.el (delete-selection-mode):
2063 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
2064 * complete.el (partial-completion-mode): Drop unneeded positional args.
2065
eaae8106 2066 * info.el (Info-mode):
79372165 2067 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 2068
d247e32d
SM
2069 * log-edit.el (log-edit-menu): New menu.
2070
4921558e
MB
20712000-11-03 Miles Bader <miles@gnu.org>
2072
2073 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2074 definition, so that trailing spaces are handled properly.
2075 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2076
1fc02b3c
GM
20772000-11-03 Gerd Moellmann <gerd@gnu.org>
2078
2079 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2080 tab character.
2081 (fancy-splash-screens): Set tab-width to 20.
2082
51d001f7
DL
20832000-11-03 Dave Love <fx@gnu.org>
2084
2085 * comint.el (comint-completion-addsuffix): Fix custom type.
2086
ba22aeff
SM
20872000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2088
2089 * font-lock.el (font-lock-buffers): Remove.
2090 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2091 (font-lock-change-major-mode): Remove.
2092 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2093 (font-lock-default-fontify-region): Extend the multiline
2094 fontification to whole lines.
2095 (font-lock-fontify-anchored-keywords)
2096 (font-lock-fontify-keywords-region): If matching just one
2097 line (with \n) only mark the \n as multiline.
2098
2099 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2100 Correctly handle the case where several :group args are supplied.
2101 Allow :extra-args.
2102 (easy-mmode-define-global-mode): Allow :extra-args.
2103 Correctly handle the case where several :group args are supplied.
2104
9c887ada
MB
21052000-11-02 Miles Bader <miles@gnu.org>
2106
eaae8106 2107 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
2108 (holiday-face): Remove dependency on `window-system'.
2109
7f25090d
KR
21102000-11-02 Ken Raeburn <raeburn@gnu.org>
2111
2112 * Makefile.in (emacs): Set EMACSLOADPATH always.
2113 (update-authors, .el.elc, compile-files): Don't do it explicitly
2114 here.
9b911107 2115 (compile-files): Bomb out if compilation of a file fails.
7f25090d 2116
7dd6009c
DL
21172000-11-02 Dave Love <fx@gnu.org>
2118
2119 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2120
94821e4f
EZ
21212000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2122
2123 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2124 punctuation in the warning inserted into the *mail* buffer.
2125
1ac3fc42
GM
21262000-11-02 Gerd Moellmann <gerd@gnu.org>
2127
57731876
GM
2128 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2129 (authors-public-domain-p): New function.
2130 (authors-print): Use it.
2131
975f82c9
GM
2132 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2133
1ac3fc42
GM
2134 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2135
4b3eb10f
GM
21362000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2137
975f82c9 2138 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
2139 (ps-print-version): New version number (6.3.1).
2140 (ps-even-or-odd-pages): Customization fix.
2141 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2142 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2143 (ps-page-count): Var replaced by `ps-page-column'.
2144 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2145 (ps-print-sheet-p): New fun.
2146
7da794df
MB
21472000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2148
2149 * tooltip.el (tooltip-gud-tips-setup): New function.
2150 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2151 (tooltip-mode): Call tooltip-gud-tips-setup.
2152 (tooltip-gud-tips): Use `gud-basic-call' instead of
2153 process-send-string, so the prompt gets frobbed appropriately.
2154 Handle nil return value from `tooltip-gud-print-command'.
2155
0e40b809
EL
21562000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2157
2158 * comint.el (comint-add-to-input-history): New function.
2159 (comint-send-input): Use `comint-add-to-input-history'.
2160
50ada0db
MB
21612000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2162
973a3104
MB
2163 * info.el (info-menu-header): New face.
2164 (Info-fontify-menu-headers): New function.
2165 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2166
50ada0db
MB
2167 * info.el (Info-insert-dir): Don't include blank lines at
2168 beginning of additional dir files (one is added automatically).
2169
bff53411
SM
21702000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2171
2172 * emacs-lisp/easy-mmode.el (define-minor-mode):
2173 Revert the latest changes.
2174 Allow the three positional arguments to be skipped and replaced
2175 by keyword arguments.
2176 Add a :toggle argument to determine whether a nil arg means toggle
2177 or means turn-on. The default is unchanged.
2178 Add a call to force-mode-line-update.
2179
6b8a0b2d
DL
21802000-11-01 Dave Love <fx@gnu.org>
2181
2182 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2183 cookie.
2184
5bf99100
MB
21852000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2186
2187 * calendar/calendar.el (diary-face, holiday-face): Add
2188 dark-background variants.
2189
a4032611
SS
21902000-10-31 Sam Steingold <sds@gnu.org>
2191
2192 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2193 `tex-main-file' does not have directory in it.
2194
c286608e
SM
21952000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2196
2197 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2198
4836835a
TTN
21992000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2200
2201 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2202 functional change.
2203
26dcb81b
GM
22042000-10-31 Gerd Moellmann <gerd@gnu.org>
2205
2206 * files.el (find-file-noselect): When we expand a wildcard, return
2207 a list of buffers, as we should do according to the doc string.
2208
49fc4500
KR
22092000-10-31 Ken Raeburn <raeburn@gnu.org>
2210
2211 * loadup.el (top level): Adjust load path if program name is
2212 "../src/bootstrap-emacs", in case it's not dumped and thus the
2213 load path adjustment hasn't already been done.
2214
ea0c615d
GM
22152000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2216
2217 * ps-print.el: Fix bug on selected pages for printing. Use
2218 `color-values' for Emacs 21. Ensure fontification when jit-lock
2219 is on. Try to avoid warning messages when compiling. Doc Fix.
2220 (ps-print-version): New version number (6.3).
2221 (ps-color-device): Use `color-values' to determine if device
2222 supports color.
2223 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2224 (ps-print-page-p): Changed from defsubst to defun.
2225 (ps-page-number): Changed from defmacro to defun.
2226 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2227 printing.
c286608e 2228 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
2229 (ps-end-file, ps-dummy-page): Funs eliminated.
2230 (ps-print-color-scale): Changed default value.
2231 (ps-page-n-up, ps-print-page-p): New internal vars.
2232 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2233 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2234
9e20722f
GM
2235 * delim-col.el: Little programming improvement.
2236 (delimit-columns-str): New macro.
2237 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2238
d7a0fd00
KH
22392000-10-31 Kenichi Handa <handa@etl.go.jp>
2240
c286608e
SM
2241 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2242 Moved to european.el.
d7a0fd00
KH
2243 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2244 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
2245 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2246 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 2247
234be340
DL
22482000-10-30 Dave Love <fx@gnu.org>
2249
2250 * progmodes/cc-menus.el (imenu-generic-expression)
2251 (imenu-progress-message): Only defvar when compiling.
2252
4edc4a39
DL
2253 * emacs-lisp/elp.el (elp-unload-hook): New function.
2254
2255 * loadhist.el (unload-feature): Call elp-restore-function,
2256 checking for symbols; don't use elp-restore-all.
2257 (loadhist-hook-functions): Doc fix.
2258
70c825df
SM
22592000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2260
2261 * log-edit.el (log-edit-confirm): Fix the default.
2262
1d3baf74
GM
22632000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2264
2265 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2266 delimit-columns-format.
2267 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 2268
1ec321a7
MB
22692000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2270
2271 * comint.el (comint-replace-by-expanded-history): Don't use
2272 comint-get-old-input (we're not looking at *old* input).
2273 (comint-get-old-input-default): If using fields, signal an error
2274 when the point is not in an input field.
2275
70737ea9
KH
22762000-10-30 Kenichi Handa <handa@etl.go.jp>
2277
2278 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2279 and mule-unicode-e000-ffff.
2280
fa0cb51d 2281 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
2282 (make-coding-system): Accept a symbol of translation table as a
2283 value of property `safe-chars'.
2284
2285 * international/mule-cmds.el (encode-coding-char): Check property
2286 safe-chars instead of safe-charsets.
2287
2288 * international/fontset.el (fontset-default): Modified for
2289 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2290 (x-font-name-charset-alist): Likewise.
2291 (ccl-encode-unicode-font): New CCL program. Record it in
2292 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2293
70c825df
SM
2294 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2295 New translation tables.
70737ea9
KH
2296 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2297 programs are modified and moved from mac-win.el.
2298 (mac-roman): Definition of this coding system is modified and
2299 moved from mac-win.el.
4836835a 2300
fda2ce24 23012000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2302
1d3baf74 2303 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 2304 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 2305
dd4d3cb6
MB
23062000-10-29 Miles Bader <miles@gnu.org>
2307
2308 * custom.el (custom-add-to-group): Allow multiple entries for a
2309 given value OPTION, as long as their widget types are different.
2310 * cus-edit.el (custom-face-value-create): If face name doesn't end
2311 with "face", add such here (similar to custom group widgets).
2312
2313 * comint.el (comint-highlight-prompt): Add :type.
2314
dace60cf
JW
23152000-10-28 John Wiegley <johnw@gnu.org>
2316
2317 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2318 Changed this function to operate on a temporary buffer instead of
2319 the main buffer. This not only keeps flyspell from marking a
2320 buffer as changed that wasn't, but it solves the jumpy cursor
2321 problem when attempts are made to edit incorrect words.
2322 (flyspell-maybe-correct-doubling): Same change as for
2323 `flyspell-maybe-correct-transposition'.
2324
2325 * calendar/timeclock.el (timeclock-log): Doc fix.
2326 (timeclock-last-event): Doc fix.
2327 (timeclock-log): Kill the timelog buffer after appending a new
2328 event.
2329 (timeclock-find-discrep): Use a temp buffer to read in the
2330 timelog, instead of visiting the file.
2331 (timeclock-log-data): A new function, along with a host of helper
2332 functions, for the purpose of making timelog data accessible to
2333 programmers.
2334
2335 * eshell/esh-mode.el (window-height test): Make certain that
2336 `eshell-stringify-t' is non-nil.
2337 (eshell-password-prompt-regexp): Changed to a much simpler
2338 password regexp.
2339 (eshell-send-input): If `eshell-invoke-directly' returns t,
2340 directly invoke the parsed command using `eval'. This improves
2341 turn-around time on simple commands by a factor of three or
2342 greater, such as cd, ls, pwd, etc. -- which get used very often.
2343 It also conserves thousands of cons cells per call (since
2344 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2345 in the Pacific Cookie Company).
2346
2347 * eshell/esh-test.el (eshell-test): Whitespace fix.
2348
2349 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2350 `eshell-ls-initial-args' nil when inserting directory contents.
2351
2352 * eshell/em-script.el (eshell-script-initialize): Add names to
2353 `eshell-complex-commands, since `source' and `.' are complex.
2354
0467b076
EZ
2355 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2356 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
2357 `eshell-copy-handles'.
2358 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2359 bodies.
2360 (eshell-separate-commands): Whitespace fix.
2361 (eshell-complex-commands): Added a new list of names, for
2362 determining whether a given command is as simple as it looks.
2363 (eshell-invoke-directly): New function. Returns t if a command
2364 should be invoked directly (using `eval'), rather than indirectly
2365 using `eshell-do-eval'.
2366 (eshell-do-eval): Whitespace fix.
2367
2368 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2369 which provides an emulation of the DOS shell behavior of assuming
2370 that cp/mv/ln should copy/move/link to the current directory.
2371 (eshell-remove-entries): Added a doc string.
2372 (eshell-shuffle-files): Removed the check for `target' being null.
2373 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2374 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2375 it to do a smarter check of whether a destination was provided.
2376 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2377 (eshell/ln): Enable `:preserve-args', and use
2378 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
2379 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2380 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
2381 list after flattening it. This makes it possible to cat files
2382 with numerical names.
2383 (eshell-unix-initialize): Added several names to
2384 `eshell-complex-commands.
2385 (eshell-unix-command-complex-p): Return t if a given command name
2386 may result in external processes being invoked.
2387
2388 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2389 variable nil by default, since it slows down glob processing by a
2390 factor of two or more, and increases memory consumption.
2391
2392 * eshell/em-smart.el: Added a note about how memory consumptive
2393 smart display mode can be (at least this is true in Emacs 21).
2394 (eshell-smart-initialize): Whitespace fix.
2395 (eshell-refresh-windows): Use `if' instead of `when'.
2396 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2397 not necessary.
2398 (eshell-currently-handling-window): Added a missing global
2399 variable.
2400
2401 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2402 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2403 Whitespace fix.
2404 (eshell-ls-exclude-hidden): Added this variable in addition to
2405 `eshell-ls-exclude-regexp'. This one prevents files beginning
2406 with . from even being read, which can improve memory consumption
2407 quite a bit.
2408 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2409 read file entries beginning with a dot. In home directories with
2410 lots of hidden files, fully two-thirds of the time spent in ls is
2411 used to read directory entries that are immediately thrown away.
2412 (eshell-ls-initial-args): Added back this configuration variable,
2413 for specifying default initial arguments to every call to ls.
2414 Much faster than using an alias to do the same thing.
2415 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2416 (eshell-ls-dir): Whitespace change.
2417
2418 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2419
2420 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2421 available.
2422 (eshell-stringify-t): Added a customization variable, to indicate
2423 whether `t' should be rendered as a string at all. If not, one
2424 can still determine if the result of an expression is true using
2425 "file-exists-p FILE && echo true".
2426 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2427 stringify t!
2428
2429 * eshell/esh-module.el: Whitespace fix.
2430
2431 * eshell/em-alias.el (eshell-alias-initialize): Added
2432 `eshell-command-aliased-p' to `eshell-complex-commands'.
2433 (eshell-command-aliased-p): New function that returns t if a
2434 command name names an aliased.
2435
657f9cb8 24362000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2437
0467b076 2438 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2439 redrawing the screen when changing cursor color.
0467b076
EZ
2440 (viper-insert-state-pre-command-sentinel)
2441 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2442 (viper-replace-state-post-command-sentinel):
2443 Use viper-preserve-cursor-color.
657f9cb8
MK
2444 Many functions changed to use viper= instead of = when comparing
2445 characters.
0467b076 2446 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2447 working with characters.
0467b076 2448 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2449 Many functions changed to use viper= instead of = when comparing
2450 characters.
0467b076 2451 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2452
0467b076 2453 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2454 Several typos fixed in various docstrings.
0467b076
EZ
2455 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2456 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2457 hook.
0467b076
EZ
2458 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2459 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2460 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2461 (ediff-get-selected-buffers): New function.
2462 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2463 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2464 save-window-excursion.
0467b076 2465 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2466 termination check in while loop.
0467b076 2467 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2468 dired buffer.
0467b076
EZ
2469 (ediff-files,ediff-merge-files,ediff-files3)
2470 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2471
4f490d99
DL
24722000-10-28 Dave Love <fx@gnu.org>
2473
2474 * info.el (Info-fontify-node): Add help-echo for menu items.
2475
45b84006
EZ
24762000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2477
5ebc02b3
EZ
2478 * startup.el (normal-top-level): If the value of $TERM indicates
2479 we are running from xterm or one of its work-alikes, default to a
2480 light background mode.
2481
45b84006
EZ
2482 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2483 * faces.el (tty-handle-reverse-video): New function.
2484 (tty-create-frame-with-faces): Call it.
2485
2486 * frame.el (frame-notice-user-settings): Don't apply
2487 default-frame-alist and initial-frame-alist to MS-DOS frames.
2488 Call tty-handle-reverse-video, frame-set-background-mode, and
2489 face-set-after-frame-default for non-MS-DOS frames.
2490
2491 * startup.el (tty-long-option-alist): New variable.
2492 (tty-handle-args): New function.
2493 (command-line): Call tty-handle-args.
2494
2495 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2496 startup.el now does that for all character-terminal frames.
2497
eab6e8b9
MB
24982000-10-28 Miles Bader <miles@gnu.org>
2499
2500 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2501 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2502 global. If :global is followed by a non-nil but non-t value,
2503 make the mode buffer-local, but also generate a `global-MODE'
2504 version using `easy-mmode-define-global-mode'. Add
2505 :conditional-turn-on keyword argument.
2506
51a29efc
DL
25072000-10-28 Dave Love <fx@gnu.org>
2508
2509 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2510 use window-system.
2511
d71d7114
EZ
25122000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2513
2514 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2515 Don't call find-buffer-file-type-coding-system. Instead, just
2516 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2517 if the file is on an untranslated filesystem.
2518 (add-untranslated-filesystem): Use "D" instead of "f" inside
2519 interactive.
2520
1f9cab4b
DL
25212000-10-27 Dave Love <fx@gnu.org>
2522
70c825df 2523 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2524 (refill-mode): Use it.
2525
70c825df
SM
25262000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2527
2528 * international/quail.el (quail-activate): Don't make-local-hook.
2529
7432cf10
AS
25302000-10-27 Andre Spiegel <spiegel@gnu.org>
2531
4836835a 2532 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2533 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2534 (vc-make-version-backup): Don't do it on MS-DOS without long file
2535 names.
4836835a 2536
7432cf10
AS
2537 * vc.el (vc-version-other-window): If an automatic backup of the
2538 desired version exists, rename it instead of copying it.
2539
4836835a
TTN
2540 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2541 after command. If there's an unexpected error, signal it instead
7432cf10 2542 of being silent.
e1483c38 2543 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2544
05ea7ef2
MB
25452000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2546
fd1035aa
MB
2547 * shell.el (shell): Add BUFFER argument.
2548 * comint.el (make-comint-in-buffer): New function.
2549 (make-comint): Use it.
2550
05ea7ef2
MB
2551 * faces.el (face-spec-choose): Change syntax so that the list of
2552 attribute-value pairs is now the cdr of each clause, not the cadr.
2553 Detect old-style entries, and handle them. Use pop.
2554
835a55fe
SM
25552000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2556
f5ab1cdd
SM
2557 * cus-edit.el (custom-mode-map): Use a sparse map.
2558 (custom-mode): Don't bother with make-local-hook.
2559
2560 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2561
835a55fe
SM
2562 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2563
c13b0ec8
GM
25642000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2565
2566 * ps-print.el: Avoid compilation gripes.
2567 (ps-print-version): New version number (6.2.1).
4836835a 2568
e9f63196
DL
25692000-10-26 Dave Love <fx@gnu.org>
2570
0b95284b
DL
2571 * menu-bar.el: Modify some menu item help strings.
2572 (menu-bar-help-menu): Add link to MORE.STUFF.
2573
e9f63196
DL
2574 * cus-edit.el (custom-mode): Add `special' mode-class property.
2575
2576 * wid-browse.el (widget-browse-mode): Likewise.
2577
2578 * wid-edit.el (widget-specify-field): Revert to using local-map
2579 property, not keymap.
2580
e276a14a
MB
25812000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2582
c1545d88
MB
2583 * wid-edit.el (widget-field-end): When checking for a `boundary'
2584 field, do so in the correct buffer.
2585
3c1b77ca
MB
2586 * simple.el (undo): Correctly distinguish between numeric and
2587 non-numeric prefix args in non-transient-mark-mode, as per the doc
2588 string. When in transient-mark-mode, treat all prefix-args as
2589 numeric.
2590
f5ab1cdd
SM
2591 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2592 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2593
2594 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2595 (comint-mode-map): Reverse order of `comint-write-output' and
2596 `comint-append-output-to-file'.
2597 (comint-append-output-to-file): Reinstate this function, for the
2598 benefit of the menu.
2599
d97151cb
SM
26002000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2601
2602 * vc.el (vc-version-other-window): Bind `file'.
2603
ea7d6f5b
GM
26042000-10-25 Gerd Moellmann <gerd@gnu.org>
2605
f5ab1cdd 2606 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2607
2608 * emacs-lisp/authors.el (batch-update-authors): New function.
2609 (authors-fixed-entries): New defconst.
2610 (authors-add-fixed-entries): New function.
2611 (authors): Call it.: Don't process lispref/.
2612
17c25cea
JR
26132000-10-25 Jason Rumney <jasonr@gnu.org>
2614
2615 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2616 Merge x w32 and mac definitions.
2617
4ecda532
GM
26182000-10-25 Gerd Moellmann <gerd@gnu.org>
2619
2620 * menu-bar.el (menu-bar-options-menu): Add a help string for
2621 `uniquify'.
2622
b6735035
GM
26232000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2624
f5ab1cdd
SM
2625 * time-stamp.el (time-stamp-string-preprocess):
2626 Fix a wrong type argument error.
b6735035 2627
f4cbc7a0
MB
26282000-10-25 Miles Bader <miles@gnu.org>
2629
2630 * recentf.el (recentf-mode): Variable removed.
2631 (recentf-mode): Use `define-minor-mode'.
2632
2633 * mwheel.el (mouse-wheel-mode): New global minor mode.
2634 (mwheel-install): Use `mouse-wheel-mode'.
2635
f4b020f6
DL
26362000-10-25 Dave Love <fx@gnu.org>
2637
f5ab1cdd
SM
2638 * progmodes/cperl-mode.el (cperl-mode):
2639 Set normal-auto-fill-function correctly.
072cb6f9 2640
f4b020f6
DL
2641 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2642 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2643 bindings.
f4b020f6 2644
ebe2a441
MB
26452000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2646
ff4dcd4b
MB
2647 * wid-edit.el (widget-field-at): New function.
2648 (widget-at, widget-field-activate): Use it.
2649 (widget-tabable-at): Use `widget-at'.
2650 (widget-specify-field): If the terminating character of the widget
2651 field (which is read-only) is a newline, put it into a special
2652 `boundary' field so that C-n/C-p act more naturally.
2653 (widget-field-end): Also don't subtract one if a special
2654 `boundary' field has been added after the widget field.
2655
ebe2a441
MB
2656 * comint.el (comint-output-filter, comint-send-input): Don't
2657 bother adding stickiness fields to overlays to fool the field
2658 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2659
ebe2a441
MB
2660 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2661 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2662 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2663
fe50b6ab
GM
26642000-10-24 Gerd Moellmann <gerd@gnu.org>
2665
53df4dda
GM
2666 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2667 (authors): Set file coding system to iso-2022-7bit. Add
2668 file-local variables to output buffer.
2669
4836835a 2670 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2671 WARN is nil.
2672
53df4dda
GM
26732000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2674
2675 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2676
2677 * delim-col.el: Now there is a column formatting mechanism.
2678 Modified to customization mechanisms convention. Doc fix.
2679 (columns): New group for delim-col.
2680 (delimit-columns-before, delimit-columns-after)
2681 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2682 (delimit-columns-end): New vars.
2683 (delimit-columns-customize, delimit-columns-format): New funs.
2684 (delimit-columns-region, delimit-columns-rectangle)
2685 (delimit-columns-rectangle-line): Modified to support column
2686 formatting.
4836835a 2687
a9839779
DL
26882000-10-24 Dave Love <fx@gnu.org>
2689
2690 * log-edit.el (log-edit): Add :version and a :group for vc.
2691
df0267b8
GM
26922000-10-24 Gerd Moellmann <gerd@gnu.org>
2693
9acc3873
GM
2694 * files.el (after-find-file): Don't print a message ``New file''
2695 if WARN is nil.
2696
63e1b552
GM
2697 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2698 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2699 get duplicate tool-bar entries because we'll see the global ones
2700 on more than one path through keymaps.
2701
1946f901
GM
2702 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2703
df0267b8
GM
2704 * progmodes/cmacexp.el: Change Francesco's email address.
2705
ae3b264b
KH
27062000-10-24 Kenichi Handa <handa@etl.go.jp>
2707
2708 * window.el (fit-window-to-buffer): Adjust point of the window
2709 buffer, not that of the current buffer.
2710
23afac01
EZ
27112000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2712
2713 * progmodes/cmacexp.el: Update the euthor's email address.
2714
22d1a4ed
MB
27152000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2716
2717 * faces.el (face-spec-set-match-display): Add `graphic' display
2718 type (the inverse of `tty'). Use `display-graphic-p' instead of
2719 the window-system variable.
2720
f408aa48
KH
27212000-10-24 Kenichi Handa <handa@etl.go.jp>
2722
2723 * international/isearch-x.el (isearch-with-input-method): Call
2724 input-method-function with the first event in
2725 unread-command-events.
2726
94fe8a31
MB
27272000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2728
2729 * faces.el (face-default-spec, face-user-default-spec): Make
2730 defsubsts.
2731
8f47302e
AC
27322000-10-24 Andrew Choi <akochoi@i-cable.com>
2733
2734 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2735 New charsets.
2736
2737 * term/mac-win.el: Remove definitions of mac-roman-lower and
2738 mac-roman-upper, require dired, and define instead of set
2739 mac-ready-for-drag-n-drop to avoid compilation error.
2740
446c097e
AI
27412000-10-23 Andrew Innes <andrewi@gnu.org>
2742
2743 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2744 superfluous calls to subst-char-in-string; instead apply
2745 expand-file-name after convert-standard-filename to ensure
2746 expected directory separators are used.
2747
379b70e7
EZ
27482000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2749
2750 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2751
85c766e9
DL
27522000-10-23 Dave Love <fx@gnu.org>
2753
b7e03a67
DL
2754 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2755 (tool-bar-add-item): Set foreground and background for XBM icons.
2756
2757 * international/latin1-disp.el (latin1-char-displayable-p): New
2758 function (from Handa).
2759 (latin1-display-check-font): Use it.
2760
0dcf8835
DL
2761 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2762 using :key-sequence, making it much more usable. Use nconc, not
2763 append.
2764 (imenu--create-keymap-1): Avoid append.
2765
85c766e9 2766 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2767
cb3069bb
MB
27682000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2769
2770 [the following changes fix a bug where `define-minor-mode' didn't
2771 correctly generate :require clauses for defcustoms in compiled files]
2772 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2773 (byte-compile-log-file, byte-compile-log-1): Don't set
2774 `byte-compile-current-file' to nil. Instead set
2775 `byte-compile-last-logged-file' to it. Test whether
2776 byte-compile-current-file equals byte-compile-last-logged-file
2777 instead of whether its nil.
3b6542ba 2778 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2779
6db6243b
SM
27802000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2781
2782 * textmodes/refill.el: Fix var names in doc.
2783 (refill-mode): Don't bother with make-local-hook anymore.
2784
98490598
MB
27852000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2786
e01cd227
MB
2787 * faces.el (face-user-default-spec, face-default-spec): New functions.
2788 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2789 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2790 Use `face-user-default-spec'. Simplify code slightly.
2791
4836835a 2792 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2793 (woman-unknown-face): Add dark-background variants.
2794 (woman-default-faces): Renamed from `woman-colour-faces'.
2795 Set using the stored defaults, rather than using hard-wired colors.
2796 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2797 Just make the foreground `unspecified' rather than "black".
2798 (woman-menu): Rename menu entries accordingly.
2799
98490598
MB
2800 * faces.el (header-line): Make more reasonable on mono/grayscale
2801 displays.
2802
1a578e9b
AC
28032000-10-23 Andrew Choi <akochoi@i-cable.com>
2804
2805 * cus-edit.el (custom-button-face): Use 3D look for mac.
2806 (custom-button-pressed-face): Likewise.
2807
2808 * faces.el (set-face-attributes-from-resources): Handle mac frames
2809 in the same way as x and w32 frames.
2810 (face-valid-attribute-values): Likewise.
2811 (read-face-attribute): Likewise.
2812 (defined-colors): Likewise.
2813 (color-defined-p): Likewise.
2814 (color-values): Likewise.
2815 (display-grayscale-p): Likewise.
2816 (face-set-after-frame-default): Likewise.
2817 (mode-line): Same default face as for x and w32.
2818 (tool-bar): Likewise.
2819
2820 * frame.el: Remove call to frame-notice-user-settings at end of
2821 the file.
2822
2823 * info.el (Info-fontify-node): make underlines invisible for mac
2824 as for x, pc, and w32 frame types.
2825
2826 * term/mac-win.el: New file.
2827
aaaf7be7
DL
28282000-10-22 Dave Love <fx@gnu.org>
2829
2830 * textmodes/refill.el: New file.
2831
5392d654
AS
28322000-10-22 Andre Spiegel <spiegel@gnu.org>
2833
4836835a 2834 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2835 MANUAL and REGEXP.
4836835a 2836 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2837 New functions.
2838 (vc-before-save): Use the latter.
2839 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2840 confusion.
2841
4836835a 2842 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2843 expected by vc[-hooks].el.
2844
2845 * vc.el (vc-checkout): Added `-p' suffix in call to
2846 vc-make-version-backups-p; use vc-make-version-backup to actually
2847 make the backup.
2848 (vc-version-other-window, vc-version-backup-file): Handle both
2849 automatic and manual backups.
2850 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2851 of all of them.
2852
1e221c16
MB
28532000-10-22 Miles Bader <miles@gnu.org>
2854
7ff4fda5
MB
2855 * comint.el (comint-highlight-input, comint-highlight-prompt):
2856 Renamed, `-face' at end removed.
2857 (comint-send-input, comint-output-filter): Use renamed faces.
2858
3511cde8
MB
2859 * window.el (fit-window-to-buffer): Change defaulting of
2860 MAX-HEIGHT slightly.
2861
1e221c16
MB
2862 * faces.el (color-values, color-defined-p): Use `member', not
2863 `memq', because it works correctly for strings.
2864 (frame-set-background-mode): Actually, "unspecified-fg" and
2865 "unspecified-bg" *are* strings. Use `member', not `memq', and
2866 `equal', not `eq', when a string value is possible.
2867
b6ef4898
EZ
28682000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2869
2870 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2871
34939e2c
SM
28722000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2873
2874 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2875 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2876 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2877 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2878 (sh-font-lock-syntactic-keywords): Use them.
2879 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2880 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2881 (sh-mode): Don't override font-lock-unfontify-region-function.
2882 Use a copy of sh-font-lock-syntactic-keywords.
2883 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2884 Don't call sh-scan-buffer since font-lock does it on the fly.
2885 (sh-get-indent-info): Use `face' rather than `syntax-table'
2886 text-property to detect here-documents.
2887 Replace sh-special-syntax with sh-st-punc.
2888 (sh-prev-line): Use `face' rather than `syntax-table'
2889 text-property to skip over here-documents.
2890 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2891 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2892 (sh-electric-less, sh-set-here-doc-region)
4836835a 2893 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2894 (sh-scan-buffer, sh-rescan-buffer): Remove.
2895
f3d3c491
AI
28962000-10-21 Andrew Innes <andrewi@gnu.org>
2897
2898 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2899 remote (ange-ftp) file names.
2900
b86c791c
MB
29012000-10-21 Miles Bader <miles@gnu.org>
2902
d9c30bdf
MB
2903 * window.el (fit-window-to-buffer): New function.
2904 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2905 (window-text-height): Don't expect minibuffers to have mode-lines.
2906
d9c30bdf 2907 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2908 * international/quail.el (quail-update-guidance): Use
2909 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2910
617fee5a
MB
2911 * international/quail.el (quail-show-guidance-buf): Make sure
2912 guidance window really has enough room.
2913 (quail-update-guidance): If quail-guidance-win is already shown,
2914 make sure its height is OK.
2915
b86c791c
MB
2916 * window.el (window-text-height, set-window-text-height):
2917 New functions.
2918 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2919 instead of `window-height' & `mode-line-window-height-fudge'.
2920 (mode-line-window-height-fudge): Add FACE parameter.
2921 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2922 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2923
e34850d1
MB
29242000-10-20 Miles Bader <miles@gnu.org>
2925
2926 * window.el (height-affecting-face-attributes): Use `defconst'.
2927
2928 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2929 New function, conditionally aliased to `mode-line-window-height-fudge'.
2930 (ispell-help): Use it.
2931 (ispell-choices-win-default-height): Don't include mode-line fudge.
2932 (ispell-choices-win-default-height): New function.
2933 (ispell-show-choices, ispell-command-loop): Use function
2934 `ispell-choices-win-default-height' instead of variable.
2935
a8b883c2
MB
29362000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2937
8c6e4a58
MB
2938 * window.el (mode-line-window-height-fudge): New variable.
2939 (height-affecting-face-attributes): New variable.
2940 (mode-line-window-height-fudge): New function.
2941 (shrink-window-if-larger-than-buffer): Use it.
2942 * help.el (resize-temp-buffer-window): Likewise.
2943
a8b883c2
MB
2944 * info.el (Info-fontify-node): Add support for @subsubsection
2945 titles, which use `Info-title-4-face'.
2946 (Info-title-4-face): New face.
2947 (Info-title-3-face): Inherit from Info-title-4-face instead of
2948 variable-pitch.
2949
e64c3a75
JR
29502000-10-19 Jason Rumney <jasonr@gnu.org>
2951
2952 * dired.el (dired-insert-directory): Do not let errors signalled by
2953 attempt to run dired-free-space-program prevent dired from working.
2954
c70fe852
SM
29552000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2956
2957 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2958
877cf6b4
GM
29592000-10-19 Gerd Moellmann <gerd@gnu.org>
2960
5de037e0
GM
2961 * dirtrack.el (dirtrack): Fix call to run-hooks.
2962
6deb9af9
GM
2963 * cmuscheme.el (cmuscheme-program-name): Renamed from
2964 scheme-program-name because xscheme.el contains a defcustom with
2965 the same name. As a consequence, customizing group `cmuscheme'
2966 loaded `xscheme' which redefined run-scheme.
2967 (run-scheme): Use cmuscheme-program-name.
2968
877cf6b4
GM
2969 * ps-print.el (ps-print-emacs-type): Move into the
2970 eval-and-compile.
2971
e597d8fb 2972 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2973 anonymous address, and add a website for Befrienders International.
4836835a 2974
3e9cb08f
GM
29752000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2976
c70fe852
SM
2977 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2978 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2979 (ps-print-version): New version number (6.2).
2980 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2981 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2982 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2983 (ps-x-extent-priority, ps-x-extent-start-position)
2984 (ps-x-face-font-instance, ps-x-find-coding-system)
2985 (ps-x-font-instance-properties, ps-x-make-color-instance)
2986 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2987 avoid compilation gripes without defining functions.
2988 (ps-e-find-composition): Alias for function find-composition, to have a
2989 suitable function depending on Emacs version.
2990 (ps-color-device, ps-color-values, ps-face-foreground-name)
2991 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2992 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2993 (ps-print-ensure-fontified): Function definitions surrounded by
2994 `eval-and-compile' to avoid compilation gripes.
2995 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2996 by symbol-value to avoid compilation gripes.
2997 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2998 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2999
d8abcd91
MB
30002000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3001
13ab33c4
MB
3002 * startup.el (normal-top-level): Call `frame-set-background-mode'
3003 after `frame-notice-user-settings' because the latter doesn't call
3004 the former on a tty.
3005
d8abcd91
MB
3006 * faces.el (frame-set-background-mode): `unspecified' &c are
3007 symbols, not strings.
3008
e8bce0a9
EZ
30092000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3010
c70fe852
SM
3011 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3012 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 3013
c70fe852
SM
3014 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3015 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 3016
773272d8
KH
30172000-10-19 Kenichi Handa <handa@etl.go.jp>
3018
c70fe852 3019 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
3020 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3021 for ISO10646-1 fonts.
3022 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3023
772139c0
EZ
30242000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3025
3026 * faces.el (frame-set-background-mode): If a tty frame defines a
3027 background color, use that to compute the background mode, instead
3028 of always defaulting to "dark".
3029
d134a19f
MB
30302000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3031
8bb84cb2
MB
3032 * comint.el (comint-write-output): New function.
3033 (comint-mode-map): Add it to the menu.
e40a778f 3034 Bind `C-c C-s' to comint-write-output.
d134a19f 3035
dada41e1
GM
30362000-10-18 Gerd Moellmann <gerd@gnu.org>
3037
3038 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3039 Use fancy-splash-delay.
3040
9b5360aa
GM
30412000-10-18 Alex Schroeder <alex@gnu.org>
3042
3043 * progmodes/sql.el (sql-sybase-options): New option.
3044 (sql-sybase): Use it. Add sql-database to the list of parameters
3045 provided for login. The options -w 2048 -n are not used any more.
3046
9035a35a
GM
3047 * comint.el (comint-read-input-ring): Bugfix such that the first
3048 and the last entry of the input ring file are not lost.
3049
3556c6dd
GM
30502000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3051
3052 * ps-print.el: Internal variable changes to defcustom,
3053 make-local-hook changes to defvar. Doc fix.
3054 (ps-print-version): New version number (6.1).
3055 (ps-setup, ps-do-despool): Code fix.
3056 (ps-printer-name): Customization fix.
3057 (ps-printer-name-option): Now is a defcustom instead of an
3058 internal variable.
3059 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3060 (ps-print-begin-column-hook): Now are defvar instead of
3061 make-local-hook.
4836835a 3062
4e217e50
MB
30632000-10-18 Miles Bader <miles@gnu.org>
3064
3065 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3066 (comint-kill-output): Changed into an alias for `comint-delete-output',
3067 and made obsolete.
3068 (comint-mode-map): Rename references to comint-kill-output.
3069
34460354
EZ
30702000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3071
3072 * diff-mode.el (diff-header-face, diff-file-header-face)
3073 (diff-changed-face): Add bold and italic attributes to tty faces.
3074 (diff-function-face): New face.
3075 (diff-font-lock-keywords): Use it.
3076
17ea3cdb
MB
30772000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3078
3079 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3080 Remove commented-out call to force-mode-line-update.
3081 (comint-kill-output): Use `forward-line 0' instead of
3082 beginning-of-line to make sure we get past the prompt.
3083
9244f2c7
SM
30842000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3085
3086 * diff-mode.el (diff-header-face, diff-file-header-face):
3087 Add specific setting for dark background.
3088 (diff-context-face): Renamed from diff-comment-face.
3089 Set explicitly rather than inheriting from font-lock-comment-face.
3090
1592c1ef
EZ
30912000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3092
3093 * startup.el (command-line): Move the code which sets the default
3094 TTY colors to before before-init-hook.
3095
f86292a9
GM
30962000-10-17 Gerd Moellmann <gerd@gnu.org>
3097
3098 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3099
f7f2e883
EZ
31002000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3101
e854cc22
EZ
3102 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3103 extensions, for MS-DOS.
3104
f7f2e883
EZ
3105 * diff-mode.el (diff-header-face, diff-file-header-face)
3106 (diff-changed-face): Define tty-specific colors.
3107
c7b4f0f9
GM
31082000-10-17 Gerd Moellmann <gerd@gnu.org>
3109
3110 * startup.el (fancy-splash-text): Realign the text.
3111
12a72271
EZ
31122000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3113
3114 * font-lock.el (font-lock-comment-face): Define a separate default
3115 for dark-background tty's.
3116
61dfccfd
MB
31172000-10-17 Miles Bader <miles@gnu.org>
3118
3119 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3120 being obscured by whizzy mode-lines on graphics displays.
3121
333cd59e
EZ
31222000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3123
3124 * info.el (Info-title-1-face, Info-title-2-face)
3125 (Info-title-3-face): Define colors for tty's.
dada41e1 3126 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 3127
dbf1fcc1
EZ
31282000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3129
3130 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3131 reverse from the frame parameters, and don't invert foreground and
3132 background colors.
3133
ac629823
MB
31342000-10-16 Miles Bader <miles@gnu.org>
3135
3136 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3137 string "*Info*". Call propertized-buffer-identification to spruce
3138 up the result.
3139
76eebffc
GM
31402000-10-16 Gerd Moellmann <gerd@gnu.org>
3141
3a6b59d9
GM
3142 * help.el: Provide `help' for the sake of define-minor-mode
3143 which generates defcustoms with requires.
3144
6569c3d3
GM
3145 * jit-lock.el (jit-lock-after-change): If we're in text that
3146 matches a multi-line font-lock pattern, make sure the whole text
3147 will be redisplayed.
3148
c2e0a611
GM
3149 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3150 author's name is unknown.
3151
76eebffc
GM
3152 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3153 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3154 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3155 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3156 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3157 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3158 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3159 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3160 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3161 Add author information.
3162
cf1e7b12
MB
31632000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3164
3165 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3166 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3167 full-color version (using the Gimp) to eliminate dithering artifacts.
3168
5586f3eb
SM
31692000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3170
3171 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3172
3173 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3174
ad64a888
DL
31752000-10-15 Dave Love <fx@gnu.org>
3176
3177 * progmodes/sh-script.el: Require skeleton and comint when
3178 compiling.
3179
3180 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3181
3182 * whitespace.el: Doc fixes.
3183 (top-level): Don't add hooks here.
3184 (whitespace-running-emacs): Deleted.
3185 (timer): Don't require.
3186 (whitespace): Add back :version conditional on xemacs test.
3187 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3188 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3189 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3190 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3191 Avoid specific xemacs test.
3192 (whitespace-global-mode): New option.
3193 (whitespace-global-mode): New command.
3194 (whitespace-unload-hook): New function.
3195
3196 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 3197 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
3198 (Info-fontify-node): `Goto' goes to `Go to'.
3199 (Info-fontify-node): Add help-echo to xref links.
3200
1ef49fc6
EZ
32012000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3202
3203 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3204
8b7707e1
SM
32052000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3206
b3b7f42f
SM
3207 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3208 Use plist-get and allow :inherit.
3209
3210 * emacs-lisp/cl-macs.el (cl-do-arglist):
3211 Use plist-get and plist-member instead of memq.
3212
3c7fafc7
SM
3213 * emacs-lisp/ewoc.el (ewoc-location): New function.
3214 (ewoc-enter-after, ewoc-enter-before): Document return value.
3215 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3216 Don't need make-local-hook any more.
3217 (cvs-addto-collection): Return the new tin.
3218 (cvs-mode-insert): Jump to the new line.
3219
8b7707e1
SM
3220 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3221
3222 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3223
3224 * font-lock.el (font-lock-syntactically-fontified): New var.
3225 (font-lock-fontify-syntactic-keywords-region): Use it.
3226 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3227
3228 * diff-mode.el (diff-find-file-name): Fix regexp.
3229
3230 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3231 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3232
3233 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3234 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3235 (sh-mode): Don't make all vars local here.
3236 (sh-kw): Reformat.
3237 (sh-set-shell): Use dolist. Don't set indent-region-function.
3238 (sh-mode-syntax-table): Use pop.
3239 (sh-remember-variable): Use push.
3240 (sh-help-string-for-variable): Use memq.
3241 (sh-safe-backward-sexp): Remove.
3242 (sh-safe-forward-sexp): Add ARG.
3243 (sh-get-indent-info, sh-prev-stmt): Use it.
3244 (sh-prev-line): Simplify by using forward-comment.
3245 (sh-this-is-a-continuation): Simplify.
3246 (sh-learn-buffer-indent): Use dolist.
3247 (sh-do-nothing): Remove.
3248 (sh-set-char-syntax, sh-set-here-doc-region):
3249 Use inhibit-modification-hooks.
3250 (sh-name-style): Use mapcar and push.
3251 (sh-load-style): Use dolist.
3252 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3253 (sh-case, sh-while-getopts): Use propertize directly rather
3254 than sh-electric-rparen.
3255
32562000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3257
3258 * textmodes/tex-mode.el: Require CL when compiling.
3259 (tex-mode-syntax-table): Init immediately.
3260 (tex-mode-map): Bind M-RET to latex-insert-item.
3261 (latex-mode): Set indent-line-function to latex-indent.
3262 (tex-common-initialization): Don't setup the syntax-table any more.
3263 (latex-insert-item): New skeleton.
3264 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 3265 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 3266 (latex-indent, latex-find-indent): New functions.
4836835a 3267 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
3268 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3269 (tex-compilation-parse-errors): Use with-syntax-table.
3270
86b7fcbb
MB
32712000-10-15 Miles Bader <miles@gnu.org>
3272
3273 * font-lock.el (font-lock-comment-face): Change dark-background,
3274 color, non-tty, default to `chocolate1'.
3275
57a24508
JW
32762000-10-13 John Wiegley <johnw@gnu.org>
3277
3278 * eshell/esh-util.el (require): Added a missing `require' form,
3279 needed when compiling (for an ange-ftp macro definition).
3280
40ad3db4
DL
32812000-10-13 Dave Love <fx@gnu.org>
3282
3283 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3284
db460189
GM
32852000-10-13 Gerd Moellmann <gerd@gnu.org>
3286
b41c9501
GM
3287 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3288 fix.
3289
4836835a 3290 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
3291 transparent -colors 8).
3292
3b5e21df
GM
32932000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3294
3295 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3296 that breaks with old list format timestamps.
3297 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3298 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3299 strings.
3300
16908a3f
JW
33012000-10-13 John Wiegley <johnw@gnu.org>
3302
d7103dda
JW
3303 * align.el, pcomplete.el, calendar/timeclock.el,
3304 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3305
dace60cf 3306 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
3307 faulty math, where holiday hours were being computing as seconds.
3308
b6b70cda
JW
33092000-10-13 John Wiegley <johnw@gnu.org>
3310
3311 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3312 specifying what "other" kinds of buffers should be saved. This
3313 used to be hard-coded.
3314 (desktop-buffer-misc-functions): A global for specifying how
3315 auxiliary data should be determined for special buffer types.
3316 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3317 instead of hard-coding the special buffer types.
3318 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3319 auxiliary data, instead of hard-coding for Info buffers and dired.
3320 (desktop-buffer-info-misc-data): Aux function for determining Info
3321 buffer auxiliary info.
3322 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3323 (desktop-buffer-info): Changed this function to use the info
3324 gathered above.
3325 (desktop-create-buffer): Be a little more careful about what
3326 `minor-mode' means before calling it. This is important for some
3327 buffer types.
3328
8c6b1d83
JW
33292000-10-13 John Wiegley <johnw@gnu.org>
3330
3331 * eshell/esh-util.el: Added a global form which declares an
3332 autoload for `parse-time-string', if that function is not already
3333 defined, and if parse-time.el is available on the user's system.
3334
3335 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3336 to be aware of ange-ftp user info.
3337 (eshell-do-ls): Bind `ange-cache'. Also, use
3338 `eshell-file-attributes'.
3339 (eshell-ls-annotate): Use `eshell-file-attributes'.
3340 (eshell-ls-file): Made the user-id printing code a bit smarter.
3341
3342 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3343 allow identification of alias user ids in remote directories.
3344 It's manual, but there's no other way to know when the current
3345 user on the local machine, is also the owning user on the remote
3346 machine.
3347 (fboundp): Bind `ange-cache'.
3348 (eshell-directory-files-and-attributes): Re-organized the logic a
3349 bit to use `eshell-file-attributes' instead of `file-attributes'.
3350 The former is more sensitive to directories that are read via FTP,
3351 and knows how to use ange-ftp to determine full attribute
3352 information, instead of just the name and last modtime.
3353 (eshell-current-ange-uids): Return the current user id when in a
3354 remote directory.
3355 (eshell-parse-ange-ls): Parse a full directory listing that has
3356 been returned by ange-ftp.
3357 (eshell-file-attributes): This beefed up version of
3358 `file-attributes' is only special if the user is currently in a
3359 remote directory, in which case it does a lot of work to find out
3360 what the real attributes of a file are, as they appear on the
3361 remote machine. This makes usage of remote directories (i.e.,
3362 ange-ftp pathnames) much more useful. You can now use Eshell as a
3363 full-fledged FTP client, with much more manipulation ability than
3364 most other clients.
3365
3366 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3367 variable, which means that Eshell's du should always be preferred
3368 in remote directories.
3369 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3370 just `file-attributes'.
3371 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3372 when reading remote directories. This is an Eshell-specific
3373 variable (not part of ange-ftp).
3374 (eshell/ln): Bind `ange-cache'.
3375 (eshell/du): Added some extra logic for determining when to use
3376 Eshell's du (which is slow), and when to use the external version
3377 (which may or may not exist).
3378
3379 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3380 `eshell-interactive-process', rather than using
3381 `get-buffer-process', since backgrounded processes don't count in
3382 the context of this function's logic.
3383
3384 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3385 `forward-char', so that null strings are parsed correctly.
3386
87730e84 33872000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3388
3389 * eshell/em-pred.el (eshell-pred-file-type,
3390 eshell-pred-file-links, eshell-pred-file-size): Use
3391 `eshell-file-attributes'. This is more correct over ange-ftp.
3392
3393 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3394 that remote file globbing is more efficient.
3395
3396 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3397 gathering the files and attributes within a directory.
3398
3399 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3400 the command line is a special file (not a regular file, directory
3401 or symlink), always attempt to call the external version of cat.
3402
87730e84 34032000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3404
3405 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3406 Eshell-friendly version of find-tag.
3407
1c7e37a9
MB
34082000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3409
4836835a 3410 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3411 (image-file-name-regexps): Add autoload cookies.
3412
11a7f341
KH
34132000-10-13 Kenichi Handa <handa@etl.go.jp>
3414
3415 * international/mule-cmds.el (select-safe-coding-system): If FROM
3416 is string, show it in *Warning* buffer.
3417
8ddddcb0
EZ
34182000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3419
3420 * startup.el (normal-top-level): Use display-popup-menus-p instead
3421 of window-system.
3422 (command-line): Use display-graphic-p instead of window-system.
3423 (command-line-1): Use display-popup-menus-p and display-mouse-p
3424 instead of window-system.
3425
72200f89
SS
34262000-10-12 Sam Steingold <sds@gnu.org>
3427
3428 * tooltip.el (tooltip-use-echo-area): New user variable.
3429 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3430
8661c643
DL
34312000-10-12 Dave Love <fx@gnu.org>
3432
d0b40dc1
DL
3433 * recentf.el: Maintainer's checkdoc fixes.
3434
a622451f
DL
3435 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3436 character class, not ASCII when matching file names.
3437 (fancy-splash-head): Add trailing slash to URL.
3438 (command-line): Don't require XPM support for toolbar.
3439
8661c643
DL
3440 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3441 (cperl-invalid-face): Revert last change.
3442 (cperl-init-faces): Quote cperl-invalid-face.
3443
ef2ed8ab
KH
34442000-10-12 Kenichi Handa <handa@etl.go.jp>
3445
3446 * startup.el (fancy-splash-text): Remove superfluous quote.
3447
b0da379e
GM
34482000-10-12 Gerd Moellmann <gerd@gnu.org>
3449
dbeb499b
GM
3450 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3451 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3452 (command-line-1): Don't use fancy-splash-pending-command.
3453 (fancy-splash-screens-1): Goto point-min after inserting text.
3454
d861718a
GM
3455 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3456
b0da379e
GM
3457 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3458 instead of shared-lisp-mode-map.
3459
4fb2ad98
MB
34602000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3461
1cb4393e
MB
3462 * faces.el (header-line): Change tty-variant to use underlining.
3463
4fb2ad98
MB
3464 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3465 (isearch-highlight): Restore lazy-isearch face properties at old
3466 position, and suppress them at new position.
3467 (isearch-dehighlight): Restore lazy-isearch face properties.
3468 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3469 over the real isearch overlay, but in that case, don't give it a
3470 face property. Use `push'.
3471
eb991b25
KH
34722000-10-12 Kenichi Handa <handa@etl.go.jp>
3473
3474 * man.el (Man-getpage-in-background): Fix previous change.
3475 Decode the process output only when we are in multibyte mode.
3476
a818c1c0
DL
34772000-10-11 Dave Love <fx@gnu.org>
3478
c990f53a
DL
3479 * info.el (Info-mode-menu): Fix some help.
3480 (info-tool-bar-map): Add entry for Info-last.
3481
a818c1c0
DL
3482 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3483 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3484 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3485 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3486 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3487 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3488 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3489 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3490 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3491 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3492 Reduce colour requirements to 25 overall. (Probably wants
3493 revisiting from the originals to reduce further.)
3494
c1b096cb
EZ
34952000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3496
3497 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3498 buffer-file-coding-system, instead of raw-text.
3499 (dehexlify-buffer): Bind coding-system-for-read to
3500 buffer-file-coding-system, instead of raw-text.
3501
5c8b7eaf
SS
35022000-10-11 Sam Steingold <sds@gnu.org>
3503
3504 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3505 `underline' - fixes the bug introduced on 2000-09-21.
3506
2cfbdb7a
DL
35072000-10-11 Dave Love <fx@gnu.org>
3508
3509 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3510 compiler warnings.
3511 (scheme-mode): Doc fix.
3512 (scheme-font-lock-keywords-1): Match `define-syntax'.
3513
35142000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3515
3516 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3517 face specs as well as default ones. Only do anything if the
3518 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3519 (region): Make dark-background `region' face less in-your-face.
4b33f290 3520
690ec649
SS
35212000-10-10 Sam Steingold <sds@gnu.org>
3522
3523 * chistory.el, ielm.el, ledit.el:
3524 * progmodes/inf-lisp.el, progmodes/scheme.el:
3525 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3526
3b95d6bb
SM
35272000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3528
3529 * textmodes/texinfo.el: Update copyright and fix typo.
3530
3531 * desktop.el (desktop-modes-not-to-save): New var.
3532 (desktop-save-buffer-p): Use it.
3533 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3534 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3535
d646c828
DL
35362000-10-10 Dave Love <fx@gnu.org>
3537
3538 * toolbar/tool-bar.el (tool-bar-add-item)
3539 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3540 display.
3541
d646c828
DL
3542 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3543 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3544 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3545 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3546 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3547 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3548 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3549 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3550 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3551 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3552 the .xpms; probably need retouching.
3553
862a7e28
MB
35542000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3555
3556 * subr.el (add-to-list): Add optional argument APPEND.
3557 * battery.el (display-battery): Use `add-to-list'.
3558
46e33aee
TTN
35592000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3560
930baf47
TTN
3561 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3562 these vars as symbol properties.
2cfbdb7a
DL
3563 (zone, zone-when-idle, zone-leave-me-alone)
3564 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3565
5a430f9c
TTN
3566 * battery.el (display-battery): Doc spelling fix.
3567
46e33aee
TTN
3568 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3569 property.
3570
adf7d3a8
DL
35712000-10-09 Dave Love <fx@gnu.org>
3572
3573 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3574 has been initialized before calling tool-bar-setup.
c2156508 3575 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3576
06a8c9f8
EZ
35772000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3578
e4ca8f8c
EZ
3579 * menu-bar.el (send-mail-item-name): New function.
3580 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3581 of mail-user-agent in the menu. Don't display the "Send Mail"
3582 item if mail-user-agent is nil or its value is ignore.
3583 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3584 if read-mail-command is nil or its value is ignore.
3585
06a8c9f8
EZ
3586 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3587
7dbc9c8a
MB
35882000-10-09 Miles Bader <miles@gnu.org>
3589
29e0814b
MB
3590 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3591 Correct image size.
3592 * toolbar/left_arrow.xpm: Correct image size.
3593
7dbc9c8a
MB
3594 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3595 will be done by the definition of `auto-compression-mode' if
3596 necessary. Move code to uninstall existing file-name handler
3597 before definition of `auto-compression-mode'.
3598
3599 * image-file.el (auto-image-file-mode): Move to the end of the
3600 file, because `define-minor-mode' actually calls the mode-function
3601 if the associated variable is non-nil, which requires that all
3602 needed functions be already defined.
3603
65b61266
MB
3604 * mouse.el (popup-menu): Balance parens.
3605
d6b8c85b
SM
36062000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3607
3608 * mouse.el (popup-menu): Move the command call outside the loop
3609 so that popup-menu returns whatever the command returns.
3610
3611 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3612 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3613 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3614 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3615
3616 * vc.el (vc-version-diff): diff-switches can be a list.
3617 Use relative filenames for prettier output.
3618
46e33aee 3619 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3620 (vc-post-command-functions): Remove old-VC compatibility code.
3621
3622 * newcomment.el (comment-indent-default): Autoload.
3623
3624 * font-lock.el (font-lock-defaults): Make buffer-local.
3625 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3626 (font-lock-choose-keywords):
3627 Ignore LEVEL unless KEYWORDS is a list of syms.
3628 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3629 Don't wrap regexp-opt things in \(...\) unnecessarily.
3630
3631 * jit-lock.el: Don't require font-lock any more.
3632 (jit-lock-functions): Make buffer-local.
3633 (jit-lock-saved-fontify-buffer-function): Remove.
3634 (jit-lock-mode): Remove autoload cookie.
3635 Remove font-lock specific code.
3636 (jit-lock-unregister): Don't bother handling complex hooks any more.
3637 (jit-lock-refontify): New function.
3638 (jit-lock-fontify-buffer): Use it.
3639 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3640 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3641 Add optional args START and END.
3642 Never call font-lock-fontify-region directly.
3643 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3644
3645 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3646
a30ed6ac
DL
36472000-10-08 Dave Love <fx@gnu.org>
3648
4e7c7ca9
DL
3649 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3650
3651 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3652
3653 * play/studly.el (studlify-region, studlify-word): Add autoload
3654 cookie.
3655
3656 * play/morse.el (morse-region, unmorse-region): Add autoload
3657 cookie.
3658
3659 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3660 concat.
3661
3662 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3663 insist on symbols starting with word syntax.
3664 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3665 (eval-defun-1): Doc fix.
3666 (indent-sexp): Use nconc to build up indent-stack.
3667
3668 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3669 Gnus with little use.
3670 (mail-setup-hook): Add mail-abbrevs-setup to options.
3671
968f7c4a
DL
3672 * recentf.el: Doc fixes.
3673
3674 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3675 Clean up remainder.
3676
3677 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3678 without timezone and (8) with timezone to enforce some whitespace.
3679 Simplify code somewhat.
3680
3681 * options.el (list-options): Doc that you should use customize.
3682
3683 * iswitchb.el (iswitchb-mode): Add :require.
3684
a30ed6ac
DL
3685 * info.el (Info-goto-node, Info-menu): Doc fix.
3686 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3687 (info-tool-bar-map): New variable.
3688 (Info-mode): Use it.
3689 (Info-edit-map): Define all in defvar.
3690 (speedbar-attached-frame): Avoid compiler warning.
3691
3692 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3693 (global-map): Bind [tool-bar] to a filtered map.
3694 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3695 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3696 Allow PBM icons.
3697 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3698
3699 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3700 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3701 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3702 icons, except up_arrow, which is left-arrow rotated.
3703
3704 * imenu.el (imenu-add-to-menubar): Fix last change.
3705
4e953aff
PB
37062000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3707
3708 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3709 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3710
739e92a7
EZ
37112000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3712
d20faceb
EZ
3713 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3714 typos in doc strings.
3715
a640322e
EZ
3716 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3717 the doc strings how to customize Font Lock faces.
3718
739e92a7
EZ
3719 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3720 computing growth when dragging the header line.
3721
8be7408c
EZ
37222000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3723
3724 * simple.el (kill-line): Doc fix.
3725
6fee86a3
MB
37262000-10-08 Miles Bader <miles@gnu.org>
3727
445a653e
MB
3728 * faces.el (secondary-selection): Make foreground visible on tty.
3729
6fee86a3
MB
3730 * jka-compr.el (auto-compression-mode): Move to the end of the
3731 file, because `define-minor-mode' actually calls the mode-function
3732 if the associated variable is non-nil, which requires that all
3733 needed functions be already defined.
3734 (with-auto-compression-mode): Add autoload cookie.
3735
a115794c
EZ
37362000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3737
3738 * files.el (find-backup-file-name) [ms-dos]: If support for long
3739 file names is not available, behave as if version-control were set
3740 to never.
3741
b12e6de3
DL
37422000-10-07 Dave Love <fx@gnu.org>
3743
3744 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3745 (browse-url-gnome-moz): New function.
3746 (browse-url-browser-function): Use it.
3747 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3748
20b1d079
SM
37492000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3750
3751 * indent.el (tab-always-indent): New var.
3752 (indent-for-tab-command): Use it.
39250ec3 3753
9ee45b2c 3754 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3755 raise an error. This way it can still default to a sane value.
9ee45b2c 3756
8c6b1d83
JW
37572000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3758
39250ec3
SM
3759 * startup.el (fancy-splash-screens): Use local rather than global map.
3760 Don't use `update-menu-bindings' any more.
3761 Get rid of assumptions about keymap representation.
3762
a23ccdf2
DL
37632000-10-06 Dave Love <fx@gnu.org>
3764
814299a7 3765 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3766 (sentence-end-without-period): Doc fix.
3767 (adaptive-fill-regexp): Purecopy.
3768 (unjustify-current-line): Use line-end-position.
3769 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3770
3771 * net/eudc-vars.el (eudc): Add :version, :link.
3772
39250ec3 3773 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3774
3775 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3776 Fix for define-minor-mode.
3777 (function-at-point): Alias to function-called-at-point.
3778
3779 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3780
3781 * simple.el (backward-word): Doc fix.
3782
a23ccdf2
DL
3783 * image-file.el (image-file-name-regexp): image-file-regexps ->
3784 image-file-name-regexps.
742c1822 3785 (image-file-name-extensions): Add pbm.
a23ccdf2 3786
39250ec3
SM
37872000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3788
3789 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3790 and add filename to the names so that diff-mode can jump to source.
3791
3792 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3793 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3794 (tex-font-lock-keywords-1): Remove.
3795 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3796 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3797 (font-lock-default-fontify-region):
3798 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3799 (font-lock-fontify-anchored-keywords):
3800 Include the anchor text as part of the multiline.
3801
8d5dfacd
GM
38022000-10-06 Gerd Moellmann <gerd@gnu.org>
3803
3804 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3805 latter needs the autoloaded define-minor-mode macro during the
3806 bootstrap.
3807
3808 * startup.el (command-line): For now, activate tool-bar-mode only
3809 if XPM images are supported.
3810
3811 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3812 window by dragging a header-line at the top of the frame; that's
4c19fbce 3813 confusing because the header-line doesn't move.
8d5dfacd
GM
3814 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3815 of treating the event as a list. Some cleanup.
3816
f69aad2b 38172000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3818
f69aad2b
MB
3819 * simple.el (display-message-or-buffer): New function.
3820 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3821
09cb7646
MB
3822 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3823 docstring parts.
3824
814299a7 3825 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3826 (smbclient-prompt-regexp): Add usage note to doc string.
3827 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3828 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3829 Use add-hook for adding the comint filter function, and only do so
3830 if it's not already in the global hook list.
3831 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3832 to `make-local-variable'.
3833 (nslookup-font-lock-keywords): Remove prompt entry.
3834 (nslookup): Don't set the process-filter.
3835 (finger): Exit the loop correctly when the regexps list runs out.
3836 (ftp, smbclient, smbclient-list-shares):
3837 Set the real major mode immediately, not after execing.
3838 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3839
3840 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3841
4c19fbce
SM
38422000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3843
3844 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3845
3846 * which-func.el (which-func-format): Remove spurious space.
3847 (which-func-mode): Don't make it permanent-local.
3848 (which-func-ff-hook): Allow which-func-maxout to be nil.
3849 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3850 (which-func-mode): Simplify.
3851 Use post-command-idle-hook rather than post-command-hook.
3852 Go through all buffers and update their state.
3853 (which-function): Also try add-log-current-defun-function.
3854
3855 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3856 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3857 Update call to with-vc-properties accordingly.
3858 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3859 (vc-revert-buffer): More careful about window selection and deletion.
3860 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3861
3862 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3863 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3864 (cvs-dired-action): Change the default to quickdir.
3865
3866 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3867 if comment-indent-function returns nil.
3868 (comment-indent-default): New function.
3869 (comment-indent-function): Use it and document the new semantics.
3870
3871 * image-file.el: Docstring fixes.
3872
3873 * help.el (help-xref-on-pp): Use match-string.
3874 (describe-variable): New arg BUFFER.
3875 Store the current buffer in the help-xref-stack.
3876 (temp-buffer-resize-mode): Use define-minor-mode.
3877
3878 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3879 consistently with its docstring.
3880 Set jit-lock-first-unfontify-pos in an idempotent way.
3881 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3882
542c6552
GM
38832000-10-05 Alex Schroeder <alex@gnu.org>
3884
3885 * sql.el (sql-mysql-options): New variable.
3886 (sql-mysql): Use it.
3887
a3489ece
MB
38882000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3889
77f6105c
MB
3890 * image.el (image): New group.
3891
814299a7 3892 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3893 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3894
3478046b
PB
38952000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3896
3897 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3898 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3899 Ignore the value of wqindow-system; always define keywords
3900
22aca186
KH
39012000-10-05 Kenichi Handa <handa@etl.go.jp>
3902
3903 * startup.el (fancy-splash-screens): Remove the code for
3904 debugging; `(trace-to-stderr "EXITTT\n")'.
3905
55d5d717
MB
39062000-10-05 Miles Bader <miles@gnu.org>
3907
3908 * diff-mode.el (diff-goto-source): Update call to
3909 `diff-hunk-status-msg' to reflect new REV variable.
3910
41fa7178
SM
39112000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3912
3913 * progmodes/icon.el (icon-mode):
3914 Don't gratuitously override the default for comment-column.
3915
3916 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3917
3918 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3919 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3920 (jit-lock-functions): New var.
3921 (jit-lock-function-1): Use it if non-nil.
3922 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3923 Set the `fontified' property before doing the fontification to avoid
3924 repeatedly going through the same error.
3925 Don't turn errors into messages.
3926 (jit-lock-register, jit-lock-unregister): New functions.
3927
3928 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3929 Use with-current-buffer.
3930
3931 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3932 Turn comment into docstring.
3933
3934 * apropos.el (apropos-mode): Use define-derived-mode.
3935
3dc78168
GM
39362000-10-04 Gerd Moellmann <gerd@gnu.org>
3937
3938 * startup.el (fancy-splash-pending-command): New variable.
3939 (fancy-splash-pre-command): New function.
3940 (fancy-splash-screens): Rewritten.
3941 (command-line-1): If fancy-splash-pending-command is set, call it
3942 interactively.
3943
dae9dc56
DL
39442000-10-04 Dave Love <fx@gnu.org>
3945
3946 * toolbar/tool-bar.el (tool-bar-setup): New function.
3947 (tool-bar-mode): Use it.
3948
3949 * subr.el (substitute-key-definition): Doc fix.
3950 (play-sound-file): New command.
3951
3388f0a5
AS
39522000-10-04 Andre Spiegel <spiegel@gnu.org>
3953
814299a7 3954 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3955 vc-version-backup-file-name): New functions.
3956
3957 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3958
3959 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3960 vc-cvs-stay-local-p.
3961
3962 * vc.el (vc-revert-buffer): Handle empty diff properly.
3963 (vc-version-backup-file): New function.
3964 (vc-checkout): Create a version backup if necessary.
3965 (vc-checkin): If a version backup file exists, delete it.
3966 (vc-version-diff): Diff locally using version backups, if available.
3967 (vc-revert-file): If there's a version backup, revert locally.
3968 (vc-transfer-file): Use version backup for base version, if
3969 available. If not, ask for confirmation whether to get it from the
3970 server. Update mode line before check-in.
3971
ebd4825d
DL
39722000-10-04 Dave Love <fx@gnu.org>
3973
3974 * toolbar/tool-bar.el (tool-bar-setup): New function.
3975 (tool-bar-mode): Use it.
3976
1b24f4b7
PB
39772000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3978
3dc78168 3979 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3980 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3981 Only set if window-system is non-nil
3982 (net-utils-run-program): Returns buffer.
3983 (network-connection-reconnect): Added this function.
3984
814299a7
MB
3985 * generic.el:
3986 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3987 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3988 Uses cl compile-time macros.
3dc78168
GM
3989 (generic-mode-name, generic-comment-list)
3990 (generic-keywords-list, generic-font-lock-expressions)
3991 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3992 Removed variables.
3993 (generic-mode-alist): Renamed to generic-mode-list.
3994 (generic-find-file-regexp): Default changed to "^#".
3995 (generic-read-type): Uses completing read on generic-mode-list.
3996 (generic-mode-sanity-check): removed this function.
3997 (generic-add-to-auto-mode): Removed this function
3dc78168 3998 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3999 into function instead of putting them in alist.
4000 (generic-mode-set-comments): Reworked extensively.
4001 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 4002 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 4003
814299a7 4004 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
4005 Make sure directory name ends with "/".
4006
814299a7 4007 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
4008 Regexp now allows leading whitespace.
4009 (rc-generic-mode): Added eval-when-compile
4010 around generic-make-keywords-list.
4011 Deleted duplicate regexp
4012 (rul-generic-mode): Added eval-when-compile
4013 around generic-make-keywords-list.
4014 (etc-fstab-generic-mode): New generic mode.
4015 (rul-generic-mode): Removed one eval-when-compile
814299a7 4016 which caused a max-specpdl-size exceeded error.
1b24f4b7 4017
a7bf5cf3
MB
40182000-10-04 Miles Bader <miles@gnu.org>
4019
4020 * simple.el (minibuffer-temporary-goal-position): New variable.
4021 (next-history-element): Try to keep the position of point in the
4022 input string constant.
4023
4024 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4025 (dired-do-create-files): If there's only one file, pass it in as
4026 the DEFAULT arg to dired-mark-read-file-name.
4027
ce1087a9
SM
40282000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4029
4030 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4031 (diff-goto-source): Be smarter when choosing REVERSE or not.
4032
4033 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4034 (texinfo-mode-menu): Add an explicit shortcut for update all.
4035
0e41e1d6
AS
40362000-10-03 Andre Spiegel <spiegel@gnu.org>
4037
814299a7 4038 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
4039 factorize backend-specific code cleanly (this was essentially
4040 conceived by Stefan Monnier).
4041 (vc-unregister): Function removed.
814299a7 4042 (vc-revert-file): New function.
858f7cb4
AS
4043 (vc-revert-buffer): Delegate some of the work to it.
4044
0e41e1d6
AS
4045 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4046 default branch unconditionally.
4047 (vc-rcs-set-default-branch): New function.
4048 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4049 (vc-rcs-checkin): If an appropriate default branch has been set,
4050 force creation of that branch.
858f7cb4
AS
4051 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4052 code (as suggested by Stefan Monnier).
0e41e1d6 4053
01c86c56
GM
40542000-10-02 Gerd Moellmann <gerd@gnu.org>
4055
45c477b4
GM
4056 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4057 highlighting overlay with a different face over the overlay
4058 isearch uses to highlight the current match because that can lead
4059 to bad face combinations.
4060
01c86c56
GM
4061 * loadup.el (toplevel): Load faces before isearch.
4062
4063 * isearch.el (isearch-faces): New custom group.
4064 (isearch): New defface; was already tested for in the code.
4065 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4066 (isearch-highlight): Always use face `isearch'.
4067
944425c0
DL
40682000-10-02 Dave Love <fx@gnu.org>
4069
4070 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4071 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4072 comparison of opcode with operand.
4073
2a099bcc
MB
40742000-10-03 Miles Bader <miles@gnu.org>
4075
4076 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4077 buffer, since the echo area will now grow to accommodate them.
4078
4300ecb8
AS
40792000-10-02 Andre Spiegel <spiegel@gnu.org>
4080
4081 * vc-hooks.el (vc-registered): If FILE used to be registered under
4082 a certain backend, try that one first.
4083
814299a7 4084 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
4085 argument list. Handle multiple backends correctly.
4086 (vc-find-new-backend): Function removed.
4087 (vc-register): Use vc-responsible-backend, as before.
4088 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4089
64e6cc18
GM
40902000-10-02 Gerd Moellmann <gerd@gnu.org>
4091
4092 * startup.el (fancy-splash-head): Change message below the
4093 logo.
4094
00df919e
MB
40952000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4096
4097 * diff-mode.el (diff-goto-source): Emit a status message.
4098 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 4099 (diff-test-hunk): Fix doc string.
00df919e
MB
4100 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4101 (diff-advance-after-apply-hunk): New variable.
4eaa6852 4102 (diff-apply-hunk): Don't return a value.
00df919e 4103
ceec5a0c
SM
41042000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4105
4106 * vc.el (vc-editable-p): Minor optimization.
4107 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4108 (vc-find-new-backend): New function split from vc-responsible-backend.
4109 (vc-register): Use it.
4110 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4111 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4112 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4113 (vc-clear-headers): Don't use find-file.
4114 (vc-revert-buffer): Use `and' again (must have been a braino).
4115 (vc-switch-backend): Only prompt if requested.
4116 Short circuit if nothing is to be done.
4117 Don't use vc-resynch-buffer which could lose unsaved editing.
4118 (vc-default-receive-file): Update call to vc-unregister.
4119 (with-vc-file, vc-next-action-on-file):
4120 Use vc-backend rather than vc-registered.
4121 (vc-next-action-on-file): Use intern-soft.
4122 Deal with read-only *vc-diff* buffer.
4123 (vc-transfer-file): Docstring fix.
4124
4125 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4126 (vc-rcs-receive-file): Avoid with-vc-properties.
4127 Update call to vc-unregister.
4128 Use constant `RCS' rather than (dynamically bound) var `backend'.
4129
4ad5da8f
AS
41302000-10-01 Andre Spiegel <spiegel@gnu.org>
4131
814299a7 4132 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
4133 is visited.
4134 (vc-start-entry): New argument initial-contents. Don't visit the file
4135 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
4136 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4137 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
4138 vc-start-entry.
4139 (vc-finish-logentry): Make sure to bury log buffer only if there
4140 really is one. Call `vc-resynch-buffer' on log-file, not
4141 buffer-file-name.
4142 (vc-default-comment-history, vc-default-wash-log): New functions.
4143 (vc-index-of): Removed.
4144 (vc-transfer-file): Make do without the above.
4145 (vc-default-receive-file): Call comment-history unconditionally. Pass
4146 the resulting string to vc-checkin, instead of inserting it into the
4147 comment ring.
4148
4149 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4150 unconditionally. Use the comments as initial contents of the log
814299a7 4151 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
4152 changes.
4153
aa0c3dca
MB
41542000-10-01 Miles Bader <miles@gnu.org>
4155
4156 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4157 `recenter' with an arg to prevent redrawing the display.
4158
d5f5a2c5
SM
41592000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4160
4161 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4162
4163 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4164
814299a7 4165 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
4166 Don't gratuitously override the default for comment-column.
4167
4168 * textmodes/tex-mode.el (latex-metasection-list): New var.
4169 (latex-imenu-create-index): Use it.
4170 Move the regexp construction outside loops (and use push).
814299a7 4171 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
4172 (tex-font-lock-keywords): Moved from font-lock.el.
4173 (tex-comment-indent): Remove.
4174 (tex-common-initialization): Don't set comment-indent-function.
4175 (latex-block-default): New var.
4176 (tex-latex-block): Use it to provide a default choice.
4177 Add any unknown choice to latex-block-names.
4178 Insert [...] after {...}.
4179 (tex-last-unended-begin): Simplify regexp.
4180 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4181 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4182 (latex-mode): Set forward-sexp-function.
4183
4184 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4185 Add regexp for @ignore ... @end ignore.
4186 (texinfo-heading-face): New face.
4187 (texinfo-font-lock-keywords): Use it.
4188 (texinfo-mode-menu): New menu.
4189 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4190 New functions.
4191 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 4192 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
4193 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4194 Remove declaration.
4195 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4196
4197 * delsel.el (delete-selection-mode): Use define-minor-mode.
4198
4199 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4200
42012000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4202
4203 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4204
8a5506f2
GM
42052000-09-30 Gerd Moellmann <gerd@gnu.org>
4206
068127d6
GM
4207 * replace.el (keep-lines-read-args): New function.
4208 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4209 read arguments interactively. Add parameters RSTART and REND.
4210 Operate on the active region in Transient Mark mode.
4211
d777bb8f
GM
4212 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4213
8a5506f2
GM
4214 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4215 (authors-obsolete-files-regexps): New variable.
4216 (authors-add): Don't record changes in obsolete files.
4217
3fa87bfc
SM
42182000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4219
4220 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4221
4222 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4223 (comment-indent): Make sure there's a space between code and comment.
4224 Shift comments left to avoid going past fill-column.
4225
f02149ce
GM
42262000-09-29 Gerd Moellmann <gerd@gnu.org>
4227
4228 * startup.el (startup-echo-area-message): New function.
4229 (display-startup-echo-area-message): Use it.
4230 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4231 (fancy-splash-default-action): New function.
4232 (fancy-splash-screens-1): New function.
4233 (fancy-splash-head): Put a help-echo and a keymap under the image.
4234
a3ef6569
SM
42352000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4236
4237 * diff-mode.el (diff-add-log-file-name): Remove.
4238 (diff-mode): Use add-log-buffer-file-name-function.
4239
4240 * add-log.el (find-change-log): New arg BUFFER-FILE.
4241 (add-log-file-name): Obey add-log-file-name-function.
4242 (add-log-buffer-file-name-function): New var.
4243 (add-change-log-entry): Use it.
4244
75e5b373
MB
42452000-09-29 Miles Bader <miles@gnu.org>
4246
4247 * image-file.el (image-file-name-extensions): New variable.
4248 (image-file-name-regexps): Renamed from `image-file-regexps'.
4249 New default value is nil. Call `auto-image-file-mode'.
4250 (image-file-name-regexp): New function.
4251 (auto-image-file-mode): New minor mode.
4252 (insert-image-file): Don't make conditional on the image-file
4253 handler being enabled.
4254 (image-file-handler): Make the call here conditional instead.
4255 (set-image-file-handler-enabled, enable-image-file-handler)
4256 (disable-image-file-handler): Functions removed.
4257
4258 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4259 string.
4260
de6e1f7c
GM
42612000-09-29 Gerd Moellmann <gerd@gnu.org>
4262
4263 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4264 it's a function from CL.
4265 (latex-imenu-create-index): Replace eval-when-compile with progn
4266 because latex-section-alist is not bound while compiling.
4267
d8c201f5
SM
42682000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4269
4270 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4271 (outline-mode): Use define-derived-mode.
4272
814299a7 4273 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
4274 * progmodes/awk-mode.el (awk-mode):
4275 * progmodes/asm-mode.el (asm-mode):
4276 Don't gratuitously override the default for comment-column.
4277
4278 * emacs-lisp/lisp.el (lisp-complete-symbol):
4279 Distinguish the let-binding case from the funcall case.
4280 (forward-sexp-function): New variable.
4281 (forward-sexp): Use it.
4282
4283 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4284 (easy-mmode-defmap): Remove the now useless autoload.
4285
4286 * time.el (display-time-mode): Use define-minor-mode.
4287
4288 * subr.el (add-minor-mode): Don't eval NAME.
4289 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4290 Use if rather than cond.
4291
4292 * simple.el (read-expression-map): Define more properly.
4293 (comment-indent-hook): Remove.
4294 (string-to-syntax): Bug fix.
4295
4296 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4297 (cvs-ediff-diff): Fix typo.
4298 (cvs-revert-if-needed): Don't bother preserving read-only.
4299
4300 * paren.el (show-paren-mode): Use define-minor-mode.
4301
4302 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4303 (toggle-auto-compression): Remove.
4304 (jka-compr-build-file-regexp): Remove useless grouping.
4305
4306 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4307 Avoid user-reserved bindings.
4308 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4309 (diff-header-face): Revert to grey85.
4310
4311 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4312
4313 * complete.el (partial-completion-mode) <defcustom>: Remove.
4314 (partial-completion-mode): Use define-minor-mode.
4315 (PC-do-completion): Understand `completion-auto-help = delay'
4316 to mean to popup the completion buffer only the second time.
814299a7 4317 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
4318 (PC-include-file-all-completions): Don't quote lambda.
4319
4320 * comint.el (comint-mode-hook): Docstring fix.
4321 (comint-mode): Use define-derived-mode.
4322 (comint-mode-map): Remove obsolete comment.
4323 (make-comint): Minor stylistic change.
4324 (comint-insert-clicked-input): Be more careful to find the overlay.
4325 Use this-command-keys rather than hardcoding mouse-2.
4326
4327 * font-lock.el: Replace confusing (,@ with ,
4328 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4329 Don't use regexp-opt-depth. Spice up the regexp for args.
4330 Don't distinguish between cmds that can take an opt arg or not.
4331 Use `append' and `prepend' rather than `keep'.
4332
4333 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4334 (latex-outline-regexp): New var.
4335 (latex-outline-level): New fun.
4336 (latex-section-alist): New var.
4337 (latex-imenu-create-index): Use it. Use `push' as well.
4338 (tex-shell-map): Initialize it properly.
4339 (tex-mode): Minor stylistic change.
4340 (plain-tex-mode): Use define-derived-mode.
4341 (latex-mode): Use define-derived-mode.
4342 Construct the paragraph regexps in a more readable way.
4343 Set the buffer-local outline-{level,regexp} vars.
4344 (slitex-mode): Derive from latex-mode.
4345 (tex-common-initialization): Don't kill-all-vars anymore.
4346 Add setting for comment-add and font-lock-defaults.
4347 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4348 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4349 (tex-start-tex): New arg DIR (and send a chdir command for it).
4350 Also display the shell buffer and save it in tex-last-buffer-texed.
4351 (tex-region): Use expand-file-name rather than concat.
4352 Remove code made useless by changes in tex-start-tex.
4353 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4354
4355 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4356
ff398532
DL
43572000-09-28 Dave Love <fx@gnu.org>
4358
4359 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4360
f9415d5b
GM
43612000-09-28 Gerd Moellmann <gerd@gnu.org>
4362
4363 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4364 `append'.
4365
fa003899
SM
43662000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4367
4368 * info.el (Info-extract-pointer): Undo last change.
4369 Instead, fix the position of the `bound' arg to re-search-backward.
4370
43712000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4372
4373 * info.el (Info-extract-pointer):
4374 Widen more carefully, to avoid finding pointers in other nodes.
4375 (Info-index): Use push.
4376
f9415d5b 43772000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
4378
4379 * frame.el (set-frame-font): Remove call to obsolete function
4380 frame-update-faces.
4381 (set-foreground-color, set-background-color): Likewise for
4382 frame-update-face-colors.
4383
5538b8ba
MB
43842000-09-27 Miles Bader <miles@gnu.org>
4385
4386 * image-file.el: New file.
4387
60536eea
GM
43882000-09-27 Gerd Moellmann <gerd@gnu.org>
4389
5b551d58
GM
4390 * frame.el (frame-notice-user-settings): Don't call
4391 frame-update-faces, which is a no-op now.
814299a7 4392
60536eea
GM
4393 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4394 tool-bar-lines.
4395
36f1966f
DL
43962000-09-27 Dave Love <fx@gnu.org>
4397
4398 * mouse.el: Fix last change.
4399
c5785b73
MB
44002000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4401
4402 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4403
672172d9
KH
44042000-09-22 Kenichi Handa <handa@etl.go.jp>
4405
4406 * international/quail.el (quail-help): The output message is
4407 improved.
4408
4653b4ea
DL
44092000-09-26 Dave Love <fx@gnu.org>
4410
4411 * mouse.el (popup-menu): If POSITION is nil, set it using
4412 mouse-position.
4413
63900fcf
SS
44142000-09-25 Sam Steingold <sds@gnu.org>
4415
4416 * net/browse-url.el (browse-url-file-url): Check for null maps.
4417
cd3b81be
GM
44182000-09-26 Gerd Moellmann <gerd@gnu.org>
4419
876512ab 4420 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4421 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4422
fa003899
SM
4423 * frame.el (frame-notice-user-settings):
4424 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4425
cd3b81be
GM
4426 * toolbar/tool-bar.el (tool-bar-help): New function.
4427
d8b4516f
GM
44282000-09-25 Gerd Moellmann <gerd@gnu.org>
4429
6567e9b5
GM
4430 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4431 current-load-list in top-level forms. Else this leaks a cons cell
4432 every time a defun is called.
63900fcf 4433
d8b4516f 4434 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4435
a461758e
DL
44362000-09-25 Dave Love <fx@gnu.org>
4437
7df6adc3
DL
4438 * startup.el (fancy-splash-head): Check XPM is available.
4439
a461758e
DL
4440 * autoinsert.el (auto-insert): Doc fix.
4441 (auto-insert-alist): Following GNU notices, don't say `copyright
4442 _by_'. Use line-beginning-position.
4443 (auto-insert): Check buffer-file-name is non-nil before use.
4444
b11af2dd
GM
44452000-09-25 Gerd Moellmann <gerd@gnu.org>
4446
4447 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4448 starting with `@def' or `@multitable', in addition to ones
4449 specified by the user in auto-fill-inhibit-regexp.
4450
5f9f981b
GM
44512000-09-25 Markus Rost <rost@math.ohio-state.edu>
4452
4453 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4454 rmail-dont-reply-to-names matches the empty string.
63900fcf 4455
8ff16b4e
GM
44562000-09-25 Gerd Moellmann <gerd@gnu.org>
4457
63900fcf 4458 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4459 text to sound more friendly.
4460
9b4a7800
TTN
44612000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4462
4463 * progmodes/hideshow.el: Update author email address.
4464 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4465 (hs-hide-all-non-comment-function): New var.
4466 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4467 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4468 (hs-show-region): Delete this command.
4469 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4470
4c7c1f3f
DL
44712000-09-22 Dave Love <fx@gnu.org>
4472
4473 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4474 (hl-line-highlight): Specify buffer when moving overlay.
4475
4476 * progmodes/fortran.el (fortran-mode): Locally set
4477 normal-auto-fill-function.
4478 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4479 (fortran-mode-map): Adjust auto-fill menu entry.
4480
13f93dee
GM
44812000-09-22 Gerd Moellmann <gerd@gnu.org>
4482
36eb0a91
GM
4483 * vc-rcs.el (toplevel): Require `vc' when compiling.
4484
fa003899 4485 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4486
36a03bf9
AS
44872000-09-22 Andre Spiegel <spiegel@gnu.org>
4488
9b4a7800 4489 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4490 registered under the new backend.
4491
9b4a7800 4492 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4493 without explicit revision number.
4494
6e4e8a3b
SM
44952000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4496
4497 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4498 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4499 (diff-xor): New function.
4500 (diff-find-source-location): Use it. Fix a stupid name clash.
4501 (diff-hunk-status-msg): New function.
4502 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4503 (diff-test-hunk): Use diff-find-source-location.
4504 (diff-goto-source): Favor the `reverse'.
4505 (diff-hunk-text): Properly handle one-sided context diffs.
4506 (diff-apply-hunk): When done, advance to the next hunk.
4507
1b24b888
GM
45082000-09-21 Gerd Moellmann <gerd@gnu.org>
4509
623a0aae
GM
4510 * startup.el (command-line): If frame was created with a non-zero
4511 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4512
1b24b888
GM
4513 * add-log.el (change-log-date-face, change-log-name-face)
4514 (change-log-email-face, change-log-file-face)
4515 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4516 (change-log-function-face, change-log-acknowledgement-face):
4517 New faces, inheriting from font-lock faces.
1b24b888 4518 (change-log-font-lock-keywords): Use them.
9b4a7800 4519
93b3a1c8
DL
45202000-09-21 Dave Love <fx@gnu.org>
4521
80585273
DL
4522 * progmodes/cperl-mode.el (top-level): Clean up
4523 `eval-when-compile's and assorted defvars.
4524 (cperl-invalid-face): Don't double-quote value. Change custom
4525 type.
4526 (cperl-mode): Set normal-auto-fill-function and don't zap
4527 auto-fill-function.
4528 (cperl-imenu--function-name-regexp-perl): Renamed from
4529 imenu-example--function-name-regexp-perl.
4530 (cperl-imenu--create-perl-index): Renamed from
4531 imenu-example--create-perl-index.
4532 (cperl-xsub-scan): Don't require cl.
4533
93b3a1c8
DL
4534 * msb.el (msb-mode-map): Use substitute-key-definition.
4535 (msb-mode): Use msb-mode-map.
4536
43ccb598
AS
45372000-09-21 Andre Spiegel <spiegel@gnu.org>
4538
4539 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4540 New functions.
fa003899 4541 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4542 (vc-switch-backend): New function.
4543 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4544 (vc-register): Fix prompt.
4545 (vc-unregister, vc-default-unregister): New functions.
4546 (vc-version-diff): Handle empty buffer in sentinel.
4547
4548 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4549 (vc-rcs-state-heuristic): Use it to guess the state of files with
4550 non-strict locking.
4551 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4552 been set with -b, but not created yet.
4553 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4554 contents in order to find the state.
4555 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4556 (vc-rcs-unregister, vc-rcs-receive-file)
4557 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4558
9b4a7800 4559 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4560 in case it is missing.
9b4a7800 4561
95fadcca
GM
45622000-09-21 Gerd Moellmann <gerd@gnu.org>
4563
4564 * startup.el (fancy-splash-tail): Use a different foreground
4565 color on a dark frame background.
4566
470f23e1
MB
45672000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4568
4569 * info.el: Use the correct capitalization when making Info-mode
4570 and Info-edit-mode `special' modes.
4571
281096ed
SM
45722000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4573
4574 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4575 (diff-mode): Add support for add-log.el.
4576 (diff-hunk-text): Use char offsets rather than line offsets.
4577 (diff-find-source-location): Replace LINE with line-offset (nil
4578 if not found) and always set POS to a meaningful position.
4579 Adapt to the new char-offsets.
4580 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4581 Adapt to the new diff-find-source-location.
4582 (diff-goto-source): Adapt to the new diff-find-source-location.
4583
4584 * add-log.el (add-log-file-name): New function (split out of
4585 add-change-log-entry).
4586 (add-change-log-entry): Use it.
4587 Call add-log-file-name-function with the changelog file name if
4588 the current buffer is not associated with any file.
4589 Avoid find-file if the selected window is dedicated.
4590
4591 * diff-mode.el (diff-find-source-location):
4592 Move code from diff-apply-hunk. Return buffer rather than file.
4593 (diff-apply-hunk): Use the new result from diff-find-source-location.
4594 (diff-goto-source): Use the new diff-find-source-location.
4595
c29d77c4
DL
45962000-09-20 Dave Love <fx@gnu.org>
4597
4598 * iswitchb.el: Some doc fixes.
4599 (iswitchb-mode-map): Define completely initially. Inherit
4600 minibuffer-local-map.
4601 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4602 fundamental-mode.
4603 (iswitchb-global-map): New variable.
4604 (iswitchb-summaries-to-end): Amalgamate regexps.
4605 (iswitchb-mode): New.
4606 (iswitchb-mode-hook): New variable.
4607 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4608 `extensions'.
4609
49939379
GM
46102000-09-20 Gerd Moellmann <gerd@gnu.org>
4611
d05c87ac
GM
4612 * ehelp.el (electric-help): New defgroup.
4613 (electric-help-shrink-window): New user-option.
4614 (with-electric-help): Use it.
4615
1ec082d4
GM
4616 * window.el (shrink-window-if-larger-than-buffer): If face
4617 `mode-line' has a :box, and we're on a graphical frame, add 1
4618 to the needed window height.
4619
f46c275e
GM
4620 * frame.el (frame-notice-user-settings): Add a last parameter nil
4621 to a call to `append', because the last list passed to `append' is
4622 not copied, and so subsequent calls to assq-delete-all will modify
4623 default-frame-alist.
4624
b7e11c5b
GM
4625 * startup.el (fancy-splash-image): Change :type.
4626 (fancy-splash-head): Use an XBM image if appropriate.
4627 (command-line-1): Show splash screens in more cases.
4628
26ff68aa
GM
4629 * startup.el (fancy-splash-text): Don't quote faces.
4630
8320414c
GM
4631 * dired.el (dired-font-lock-keywords): Undo last change.
4632 (dired-readin): Bind indent-tabs-mode to nil.
4633
49939379
GM
4634 * startup.el (fancy-splash-head): If frame's background mode
4635 is `dark', change the black background of the image to gray.
4636 (fancy-splash-screens): Display startup echo area message.
4637 (display-startup-echo-area-message): New function.
4638
c3b27206
MB
46392000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4640
55a3d2a1
MB
4641 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4642
4643 * info.el (info-header-node): Tweak for color ttys.
4644
37a99821
MB
4645 * faces.el (face-valid-attribute-values): Make sure directories we
4646 search for stipples both exist and are readable before trying to
4647 search them.
4648
0415d0d0
MB
4649 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4650 in the dry-run case.
4651
523b128c
MB
4652 * jka-compr.el (with-auto-compression-mode): New macro.
4653
c3b27206
MB
4654 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4655 (custom-group-tag-face, custom-variable-tag-face): Use relative
4656 :height and inherit from `variable-pitch' face instead of
4657 hardwiring :family.
4658 * hi-lock.el (hi-black-hb): Likewise.
4659
ddba99ad
MB
4660 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4661 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4662 toolbar-add-item, if image doesn't have a mask add a `:mask
4663 heuristic'.
4664
7e99fbde
SM
46652000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4666
4667 * diff-mode.el: Docstring fixes.
4668 (diff-header-face, diff-comment-face): New faces.
4669 (diff-font-lock-keywords): Highlight a bit differently.
4670 (diff-find-source-location): Don't return SPAN any more.
4671 (diff-hunk-text): Don't bother erasing the temp buffer.
4672 (diff-find-text): Drop argument LINE.
4673 (diff-apply-hunk): Update calls to diff-find-text.
4674 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4675
4676 * calendar/calendar.el: Docstring fixes.
4677 (calendar-make-alist): Don't quote lambda.
4678 (calendar-star-date): Use make-local-variable.
4679
fb275c02
DL
46802000-09-19 Dave Love <fx@gnu.org>
4681
7e99fbde
SM
4682 * toolbar/tool-bar.el: Renamed from toolbar.el.
4683 Change `toolbar' to `tool-bar' generally in symbols.
4684 Make some items invisible in `special' major modes.
4685 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4686 Add arg PROPS.
532cb34d 4687
7e99fbde
SM
4688 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4689 Add :version here.
fb275c02
DL
4690 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4691
8f4ca9a5
GM
46922000-09-19 Gerd Moellmann <gerd@gnu.org>
4693
8b7707e1 4694 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4695
8b7707e1 4696 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4697 (find-file-noselect): Use it.
4698
8b7707e1 4699 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4700 (fancy-splash-screen): Defgroup.
4701
8f4ca9a5
GM
4702 * add-log.el (change-log-font-lock-keywords): Match names
4703 more exactly for the case that font-lock-constant-face is
4704 underlined.
4705
ba9eeda1 47062000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4707
8b7707e1 4708 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4709
289eaef9
AS
47102000-09-19 Andre Spiegel <spiegel@gnu.org>
4711
4712 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4713
ce9ded5d
GM
47142000-09-19 Gerd Moellmann <gerd@gnu.org>
4715
c113de23
GM
4716 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4717 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4718 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4719 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4720 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4721 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4722 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4723 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4724 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4725 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4726 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4727 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4728
ce9ded5d
GM
4729 * startup.el (fancy-splash-text): New variable.
4730 (fancy-splash-delay, fancy-splash-image): New user-options.
4731 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4732 (fancy-splash-screens): New functions.
4733 (command-line-1): If display has a `display' frame parameter, has
4734 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4735
b9b1c3a9
DL
47362000-09-19 Dave Love <fx@gnu.org>
4737
4738 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4739 with null `help'. Use modern backquote syntax.
4740
1af25534
GM
47412000-09-19 Gerd Moellmann <gerd@gnu.org>
4742
afd3c8cd
GM
4743 * font-lock.el (font-lock-mode): Change message telling the user
4744 that ``the buffer is too big''.
4745
1af25534
GM
4746 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4747 for instance for the case that tab-width is 2.
4748
05b1f851
GM
47492000-09-18 Gerd Moellmann <gerd@gnu.org>
4750
4751 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4752 toolbar-add-item, if image doesn't have a mask add a `:mask
4753 heuristic'.
4754
8ec8f673
MB
47552000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4756
2b612b1f
MB
4757 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4758 and return a cons if it's non-nil.
4759 (diff-apply-hunk): Try to jump to the line in the source text
4760 corresponding to the position of point in the in the hunk.
4761
9b4a7800 4762 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4763 (Info-title-1-face): Use face inheritance and relative sizes
4764 instead of hard-wiring things.
4765
4766 * faces.el (secondary-selection): Make dark-background variant sane.
4767
5eedab4d
AI
47682000-09-16 Andrew Innes <andrewi@gnu.org>
4769
5eedab4d
AI
4770 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4771 read-only, since they aren't under VC now.
4772
6a142f26
DL
47732000-09-17 Dave Love <fx@gnu.org>
4774
e07436e1
DL
4775 * tmm.el: Replace mapcar with mapc in several places.
4776
4777 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4778 ad-unadvise.
4779
7d354dd5
DL
4780 * international/latin1-disp.el: New file.
4781
6a142f26
DL
4782 * calendar/cal-move.el (scroll-calendar-left)
4783 (scroll-calendar-right): Make arg optional (for active mode line).
4784
4785 * calendar/calendar.el (calendar-mode-line-format): Make fields
4786 mouse-sensitive.
4787 (calendar-read-date, calendar-read-date, calendar-window-list):
4788 Unquote lambda.
4789 (calendar-month-name): Use aref, not sref.
4790
4791 * view.el (minor-mode-alist): Propertize the string.
4792
4793 * international/characters.el (standard-case-table): Add entries
4794 for Greek.
4795
50ac70af
MB
47962000-09-18 Miles Bader <miles@gnu.org>
4797
53c9ab4f
MB
4798 * info.el (info-node, info-xref): Add dark-background variants.
4799
a114b1ca
MB
4800 * faces.el (header-line): Change defaults to be less confusing
4801 when mixed with mode-lines.
4802
50ac70af
MB
4803 * info.el (Info-fontify-node): Make a few cleanups.
4804 Add extra `help-echo' and `local-map' props to node xrefs.
4805 Use header-specific faces for node-names & xrefs.
4806 (Info-use-header-line): New variable.
53c9ab4f 4807 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4808 (Info-setup-header-line): New function.
4809 (Info-select-node): Call Info-setup-header-line when enabled.
4810 (Info-extract-pointer): Work even if the header line is hidden.
4811 (Info-header-line): New variable.
4812
729927ff
SM
48132000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4814
4815 * vms-patch.el (print-region-function): Don't quote lambda.
4816
4817 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4818
4819 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4820 (lm-get-header-re): Allow spaces between the header and the colon.
4821 (lm-header): Allow $ in non-RCS headers.
4822 (lm-header-multiline): Put the strings back into order.
4823 Stop at an empty line. Don't require two space chars if the
4824 line is clearly not another header line.
4825
4826 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4827 (popup-menu-popup): Remove.
4828
7a98d821
GM
48292000-09-15 Gerd Moellmann <gerd@gnu.org>
4830
7f8f1edc
GM
4831 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4832 specification if or if not tool-bar item contains an `:enabled'
4833 property.
4834
7a98d821
GM
4835 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4836 current buffer has no file name.
4837
a7bc704b
DL
48382000-09-15 Dave Love <fx@gnu.org>
4839
4840 * strokes.el: Sync with maintainer's current version with changes
4841 for Emacs, but avoid runtime cl and levents.
4842 (toplevel): Change autoloads and compilation requires.
4843 (strokes-version, strokes-bug-address, strokes-lift): Values
4844 changed.
4845 (strokes-xpm-header, strokes-insinuated): New variable.
4846 (strokes): Add :link.
4847 (strokes-mode): Customized.
4848 (strokes-while-inhibiting-garbage-collector): New macro.
4849 (strokes-remassoc): Avoid remove-if.
4850 (strokes-fix-button2-command): Don't use ad-do-it.
4851 (strokes-insinuate): New function.
4852 (strokes-button-press-event-p, strokes-button-release-event-p):
4853 New functions, used instead of non-`strokes-' versions..
4854 (strokes-mouse-event-p): Rewritten.
4855 (strokes-event-closest-point): Avoid event-point.
4856 (strokes-get-grid-position): Avoid cdadr, caadr
4857 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4858 functions.
4859 (strokes-help): Use with-output-to-temp-buffer.
4860 (strokes-window-configuration-changed-p): New function.
4861 (strokes-update-window-configuration): Use buffer-live-p,
4862 strokes-window-configuration-changed-p.
4863 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4864 (strokes-char-face): New face.
4865 (strokes-char-table, strokes-base64-chars): New variable.
4866 (strokes-xpm-for-stroke, strokes-list-strokes)
4867 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4868 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4869 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4870 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4871 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4872 functions.
4873
47e351a3
GM
48742000-09-15 Gerd Moellmann <gerd@gnu.org>
4875
ebb8f116
GM
4876 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4877
47e351a3
GM
4878 * image.el (create-image): Doc fix.
4879
4880 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4881 instead of `:heuristic-mask t'.
4882
fe83b953
AI
48832000-09-14 Andrew Innes <andrewi@gnu.org>
4884
4885 * makefile.w32-in: Revert to Unix line endings.
4886
52481729
AI
48872000-09-14 Andrew Innes <andrewi@gnu.org>
4888
3021e816
AI
4889 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4890 when installing.
4891
52481729
AI
4892 * makefile.nt (DONTCOMPILE): Fix typo.
4893
4894 * shell.el (shell-write-history-on-exit): New function.
4895 (shell-dumb-shell-regexp): New custom variable.
4896 (shell-mode): Make shell-write-history-on-exit the process
4897 sentinel if shell name matches shell-dumb-shell-regexp.
4898
4899 * w32-fns.el: Comment out before-init-hook function which resets
4900 source-directory based; this breaks bootstrap.
4901
f8034e41
DL
49022000-09-14 Dave Love <fx@gnu.org>
4903
4904 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4905 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4906 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4907 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4908 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4909 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4910 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4911 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4912 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4913
4914 * toolbar/toolbar.el: New.
4915
4916 * subdirs.el: Add toolbar.
4917
b9ce5694
GM
49182000-09-14 Gerd Moellmann <gerd@gnu.org>
4919
4920 * indent.el (indent-for-tab-command): Doc fix.
4921
986b7dee
GM
49222000-09-14 Alex Schroeder <alex@gnu.org>
4923
4924 * ansi-color.el (ansi-colors): Doc change.
4925 (ansi-color-get-face): Simplified regexp.
4926 (ansi-color-faces-vector): Added more faces, doc change.
4927 (ansi-color-names-vector): Doc change.
4928 (ansi-color-regexp): Simplified regexp.
4929 (ansi-color-parameter-regexp): New regexp.
4930 (ansi-color-filter-apply): Doc change.
4931 (ansi-color-filter-region): Doc change.
4932 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4933 deal with zero length parameters.
4934 (ansi-color-apply-on-region): Doc change.
4935 (ansi-color-map): Doc change.
4936 (ansi-color-map-update): Removed debugging message.
4937 (ansi-color-get-face-1): Added condition-case to trap
4938 args-out-of-range errors.
4939 (ansi-color-get-face): Doc change.
4940 (ansi-color-make-face): Removed.
4941 (ansi-color-for-shell-mode): New option.
9b4a7800 4942
076ff911
KH
49432000-09-13 Kenichi Handa <handa@etl.go.jp>
4944
4945 * international/quail.el (quail-start-translation): Translate KEY
4946 if necessary even if it doesn't have any mapping in the current
4947 input method.
4948 (quail-start-conversion): Likewise.
4949 (quail-help): The output message is improved.
4950
bdf08678
MB
49512000-09-13 Miles Bader <miles@gnu.org>
4952
4953 * comint.el (comint-output-filter): Revert to using
4954 `insert-before-markers'. Add bletcherous hack to undo damage
4955 caused by `insert-before-markers'. Put `front-sticky' property on
4956 overlays created here so that the field code understands how the
4957 overlay works. Use a let when making comint-last-prompt-overlay,
4958 so that the code is easier to read.
4959
ffb8db8d
DL
49602000-09-13 Dave Love <fx@gnu.org>
4961
4962 * wid-edit.el (widget-default-format-handler): DTRT when
4963 doc-property is a function.
4964
5dd05f61
GM
49652000-09-12 Francesco Potorti` <pot@gnu.org>
4966
4967 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4968 filed name if it's not there.
4969
35177617
DL
49702000-09-12 Dave Love <fx@gnu.org>
4971
9023837e
DL
4972 * simple.el (read-mail-command): Doc fix.
4973 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4974
35177617
DL
4975 * vc.el (vc-dired-listing-switches): Fix :version.
4976
4977 * vc-hooks.el: Doc fixes.
4978
4979 * subr.el (add-minor-mode): Use toggle-fun arg.
4980
4981 * speedbar.el: Add :version to several defcustoms.
4982
4983 * imenu.el (imenu--truncate-items, imenu--cleanup)
4984 (imenu--generic-function): Avoid mapcar.
4985 (imenu--replace-spaces): Function removed.
4986 (imenu--completion-buffer): Use subst-char-in-string.
4987 (imenu-add-to-menubar): Use keymap inheritance.
4988
1afaae94
MB
49892000-09-12 Miles Bader <miles@gnu.org>
4990
4991 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4992 (diff-mode-map): Bind `diff-test-hunk'.
4993 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4994
49952000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4996
4997 * bytecomp.el (byte-compile-defvar): Undo last change
4998 because it breaks '(make-variable-buffer-local (defvar ...)'
4999 which is used at least in dired.
5000
63c36c3c
KH
50012000-09-12 Kenichi Handa <handa@etl.go.jp>
5002
5003 * international/quail.el (quail-define-package): Docstring
5004 modified.
5005
1ad24be1
KH
50062000-09-12 Kenichi Handa <handa@etl.go.jp>
5007
362a8065
KH
5008 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5009 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5010 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5011 docstring of "chinese-py".
5012
1ad24be1
KH
5013 * international/quail.el (quail-translation-docstring): New
5014 variable.
5015 (quail-show-keyboard-layout): Docstring modified.
5016 (quail-select-current): Likewise.
5017 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5018 infinite recursive call.
5019 (quail-help): Check quail-translation-docstring. Format of the
5020 output changed.
5021 (quail-help-insert-keymap-description): Adjusted for the above
5022 change.
5023
cc0f95a4
GM
50242000-09-11 Gerd Moellmann <gerd@gnu.org>
5025
5026 * bytecomp.el (byte-compile-defvar): Only cons onto
5027 current-load-list in top-level forms. Else this leaks a cons cell
5028 every time a defun is called.
5029
7530b6da
MB
50302000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5031
5032 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5033 Now understands non-unified diffs. Some functionality moved into
5034 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5035 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5036 modify anything. Only reposition point in the patched file if the
5037 patch succeeds. Only pop up another window if POPUP is true.
5038 Emit a message describing what happened if successful, and at what
5039 line-offset. Automatically detect reversed hunks and do something
5040 appropriate.
5041 (diff-hunk-text, diff-find-text): New functions.
5042 (diff-filter-lines): Function removed.
5043 (diff-test-hunk): New function.
5044 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5045
6b124390
DL
50462000-09-10 Dave Love <fx@gnu.org>
5047
5048 * textmodes/tildify.el: Minor doc/commentary fixes.
5049 (tildify) <defgroup>: Add :version.
5050
5051 * faces.el (face-x-resources): Make custom type more specific.
5052 (frame-background-mode): Use mapc.
5053 (region) <defcustom>: Add :version.
5054
7f8b6551
SM
50552000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5056
9b4a7800
TTN
5057 * vc-sccs.el (vc-sccs-register):
5058 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
5059 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5060 * vc.el (vc-register): Clear file's properties.
5061
c454aac1
GM
50622000-09-08 Gerd Moellmann <gerd@gnu.org>
5063
5064 * faces.el (face-spec-set): Only face-spec-reset-face when
5065 ATTRS is non-nil.
5066
bb934822
EZ
50672000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5068
5069 * help.el (help-insert-xref-button): Fix a typo in doc string.
5070
03419440
EZ
50712000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5072
7f8b6551
SM
5073 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5074 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
5075 methods.
5076
03419440
EZ
5077 * menu-bar.el (read-mail-item-name): New function.
5078 (menu-bar-tools-menu): Use it to compute and display the package
5079 used to read email.
5080 (menu-bar-tools-menu): Fix typo in GUD's help string.
5081
dbcee71a
DL
50822000-09-07 Dave Love <fx@gnu.org>
5083
19e713d8
DL
5084 * diff-mode.el (diff-mouse-goto-source): New function.
5085
a7cafade 5086 * vc-sccs.el: Doc fixes.
7f8b6551 5087 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
5088
5089 * vc-rcs.el: Doc fixes.
7f8b6551
SM
5090 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5091 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
5092 (vc-rcs-master-templates): Add or change :version.
5093
7f8b6551 5094 * vc-cvs.el: Doc fixes.
a7cafade
DL
5095 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5096 (vc-cvs-stay-local): Add :version.
5097
dbcee71a
DL
5098 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5099
ed254191
KH
51002000-09-07 Kenichi Handa <handa@etl.go.jp>
5101
5102 * international/quail.el (quail-help): Fix previous change.
5103
ab0ee409
GM
51042000-09-07 Gerd Moellmann <gerd@gnu.org>
5105
f46f845b 5106 * faces.el (color-values): Doc fix.
9b4a7800 5107
ab0ee409
GM
5108 * faces.el (frame-set-background-mode): Use frame-parameter
5109 instead of frame-parameters.
5110
5111 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 5112 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 5113 frame-parameters.
9b4a7800 5114
f7246ac7
KH
51152000-09-07 Kenichi Handa <handa@etl.go.jp>
5116
5117 * language/devan-util.el (devanagari-to-indian-region): In the
5118 loop, change the following char, not preceding char.
5119
96889af2
GM
51202000-09-07 Gerd Moellmann <gerd@gnu.org>
5121
1091dd67
GM
5122 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5123 instead of frame-parameters.
5124
9b4a7800 5125 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
5126 internal-set-lisp-face-attribute with FRAME being 0.
5127
5128 * vc.el: Remove `Id' version control keyword.
96889af2 5129
0fddd0dc
KH
51302000-09-07 Kenichi Handa <handa@etl.go.jp>
5131
5132 * help.el (help-make-xrefs): Adjusted for the change of
5133 help-xref-mule-regexp.
5134 (help-insert-xref-button): New function.
5135
5136 * international/mule-cmds.el (help-xref-mule-regexp-template):
5137 Include the pattern for character set.
5138 (leim): New group.
5139
5140 * international/quail.el: Don't require face.
5141 (quail): New group.
7f8b6551 5142 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
5143 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5144 (quail-keyboard-layout-substitution): New variable.
5145 (quail-update-keyboard-layout): New function.
5146 (quail-keyboard-layout-type): New customizable variable.
5147 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5148 (quail-keyboard-translate): Pay attention to
5149 quail-keyboard-layout-substitution.
5150 (quail-insert-kbd-layout): New function.
5151 (quail-show-keyboard-layout): New function.
5152 (quail-get-translation): If the definition is a vector of length
7f8b6551 5153 1, and the element is a string of length 1, return the character
0fddd0dc
KH
5154 in that string.
5155 (quail-update-current-translations): Fix the case of
5156 relative-index out of range.
5157 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5158 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 5159 Show key sequences for all available characters.
0fddd0dc
KH
5160 (quail-help-insert-keymap-description): Don't show such verbose
5161 key bindings as quail-self-insert-command.
5162
5163 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5164 Format changed, and each element now have extra documentations.
5165 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5166 Adjusted for the change of quail-cxterm-package-ext-info.
5167
8ddceaf1
GM
51682000-09-06 Gerd Moellmann <gerd@gnu.org>
5169
5170 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5171 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5172 during bootstrap.
5173
099bd78a
SM
51742000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5175
5176 * vc.el: (toplevel): Don't require `dired' at run-time.
5177 (vc-dired-resynch-file): Remove autoload cookie.
5178
51792000-09-05 Andre Spiegel <spiegel@gnu.org>
5180
5181 * vc.el: Made several backend functions optional.
5182 (vc-default-responsible-p): New function.
5183 (vc-merge): Use RET for first version to trigger merge-news, not
5184 prefix arg.
5185 (vc-annotate): Handle backends that do not support annotation.
5186 (vc-default-merge-news): Removed. The existence of a merge-news
5187 implementation is now checked on caller sites.
5188
9b4a7800 5189 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
5190 case.
5191
9b4a7800 5192 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
5193 special case that has been removed from the default in vc-hooks.el.
5194
51952000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5196
5197 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5198
51992000-09-05 Andre Spiegel <spiegel@gnu.org>
5200
5201 * vc-hooks.el: Require vc during compilation.
5202 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5203 macro `with-vc-properties' in vc.el.
5204 (vc-file-getprop): Doc fix.
5205 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 5206
099bd78a
SM
5207 * vc.el: Require dired-aux during compilation.
5208 (vc-name-assoc-file): Moved to vc-sccs.el.
5209 (with-vc-properties): New macro.
9b4a7800 5210 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
5211 vc-finish-steal): Use it.
5212 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5213 to the backend-specific function is now supposed to do the checkout,
5214 too.
5215 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5216
9b4a7800 5217 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
5218 set file properties; that gets done in the generic code now.
5219
5220 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5221 Changed parameter list, added code from vc.el that does the
5222 checkout, possibly with a double-take.
5223
5224 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5225 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5226 the above under the new name.
5227 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5228 parameter list, added checkout command.
5229 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5230 properties; that gets done in the generic code now.
5231
52322000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5233
5234 * vc.el: Docstring fixes (courtesy of checkdoc).
5235
52362000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5237
5238 * vc.el (vc-checkout-writable-buffer-hook)
5239 (vc-checkout-writable-buffer): Remove.
5240 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5241 (vc-log-mode): Make it into a clean derived major mode.
5242 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5243 vc-log-mode if log-edit is not available.
5244 (vc-dired-mode-map): Don't set-keymap-parent yet.
5245 (vc-dired-mode): Do set-keymap-parent here.
5246 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5247
08ba3862
GM
52482000-09-05 Gerd Moellmann <gerd@gnu.org>
5249
5250 * faces.el (set-face-attribute, face-spec-reset-face)
5251 (face-spec-set): Avoid consing by removing calls to `apply'.
5252
5253 * frame.el (frame-parameter): Move to C code.
5254
3b4429b4
DL
52552000-09-05 Dave Love <fx@gnu.org>
5256
5257 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5258 insert-before-markers-and-inherit. Now checked systematically!
5259
877055f6
GM
52602000-09-05 Alex Schroeder <alex@gnu.org>
5261
5262 * sql.el (sql-postgres): Use sql-postgres-options.
5263 (sql-postgres-options): New variable.
5264
52652000-09-05 Alex Schroeder <alex@gnu.org>
5266
5267 * sql.el (sql-mode-menu): Work around missing variable mark-active
5268 in XEmacs.
5269 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5270 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5271 compatibility.
5272
7a004b71
GM
52732000-09-04 Gerd Moellmann <gerd@gnu.org>
5274
54baed30 5275 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 5276
7a004b71
GM
5277 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5278
5279 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5280
52812000-09-04 Andre Spiegel <spiegel@gnu.org>
5282
5283 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5284 don't support anything else under SCCS yet.
5285
5286 * vc-hooks.el: Minor doc fixes.
5287
52882000-09-04 Andre Spiegel <spiegel@gnu.org>
5289
5290 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5291 not necessary. If verbose in state `needs-patch', do the same as
5292 under `up-to-date'. When NOT verbose and `needs-patch', check out
5293 latest version instead of `merge-news'.
5294 (vc-next-action-dired): Don't mess with default-directory here; it
5295 breaks other parts of dired. It is the job of the
099bd78a 5296 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
5297 (vc-next-action): Remove a special CVS case.
5298 (vc-clear-headers): New optional arg FILE.
5299 (vc-checkin, vc-checkout): Set properties vc-state and
5300 vc-checkout-time properly.
099bd78a 5301 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
5302 (vc-print-log): Use new backend function `show-log-entry'.
5303 (vc-cancel-version): Do the checks in a different order. Added a
5304 FIXME concerning RCS-only code.
5305
5306 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5307 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5308
5309 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5310
9b4a7800 5311 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
5312 `needs-patch' as a `-' too.
5313
53142000-09-04 Andre Spiegel <spiegel@gnu.org>
5315
5316 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5317 (vc-default-could-register): New function.
5318 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5319 (vc-resynch-buffer): Call vc-dired-resynch-file.
5320 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5321 vc-resynch-buffer instead of vc-resynch-window.
5322 (vc-next-action-dired): Don't redisplay here, that gets done as a
5323 result of the individual file operations.
5324 (vc-retrieve-snapshot): Corrected prompt order.
5325
5326 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 5327
7a004b71
GM
5328 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5329 as well.
5330 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5331 hostname regexps. Updated all callers.
5332 (vc-cvs-responsible-p): Handle directories as well.
5333 (vc-cvs-could-register): New function.
5334 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5335 properties up-to-date.
9b4a7800 5336
7a004b71
GM
5337 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5338 user whether to create one.
5339
53402000-09-04 Andre Spiegel <spiegel@gnu.org>
5341
5342 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5343 check out a non-existing file.
5344
5345 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5346 workfile does not exist.
5347
5348 * vc.el (vc-version-diff): Use `require' to check for existence of
5349 diff-mode.
5350
53512000-09-04 Andre Spiegel <spiegel@gnu.org>
5352
5353 * vc-cvs.el (vc-cvs-registered): Use new function
5354 vc-cvs-parse-entry to do the actual work.
5355
53562000-09-04 Andre Spiegel <spiegel@gnu.org>
5357
5358 * vc-hooks.el (vc-find-backend-function): If function doesn't
5359 exist, return nil instead of error.
5360 (vc-call-backend): Doc fix.
5361
5362 * vc.el (vc-do-command): Doc fix.
5363 (vc-finish-logentry): When checking in from vc-dired, choose the
5364 right backend for logentry check.
5365 (vc-dired-mode-map): Inherit from dired-mode-map.
5366 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5367 simplified.
5368 (vc-dired-state-info): Removed, updated caller.
5369 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5370 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5371 (vc-dired-listing-switches): New variable.
5372 (vc-directory): Use it, instead of dired-listing-switches.
5373
5374 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5375 (vc-cvs-dir-state): New function.
7f8b6551 5376 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
5377 (vc-cvs-parse-entry): New function, also to be used in
5378 vc-cvs-registered.
9b4a7800 5379
7a004b71
GM
53802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5381
5382 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5383 *or* single-window-frames.
5384
53852000-09-04 Andre Spiegel <spiegel@gnu.org>
5386
5387 * vc.el (vc-update-changelog): Split into generic part and default
5388 implementation. Doc string adapted.
5389 (vc-default-update-changelog): New function. Call the `rcs2log'
5390 script in exec-directory, to fix a long-standing nuisance.
5391
5392 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5393 simply signals an error.
9b4a7800 5394
7a004b71
GM
53952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5396
5397 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5398 control-flow more clear and to avoid running `cvs' twice.
5399
5400 * vc.el (vc-next-action-on-file): Doc fix.
5401 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5402 (vc-print-log): Eval `file' before constructing the continuation.
5403
54042000-09-04 Andre Spiegel <spiegel@gnu.org>
5405
5406 * vc.el (vc-next-action-on-file): Corrected several messages.
5407 (vc-merge): Add prefix arg `merge-news'; handle it.
5408
5409 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5410 is not reached. It is.
5411 (vc-cvs-merge): Set state to 'edited after merge.
5412 (vc-cvs-merge-news): Set workfile version to nil if not known.
5413 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5414
5415 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5416 via stdout. (Merge from main line.)
9b4a7800 5417
7a004b71
GM
54182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5419
5420 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5421 detection.
5422
54232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5424
5425 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5426 against kill-all-local-variables.
5427 (vc-log-edit): Don't save vc-parent-buffer any more.
5428 (vc-last-comment-match): Initialize to an empty string.
5429 (vc-post-command-functions): New hook.
5430 (vc-do-command): Run it.
5431 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5432 (vc-finish-logentry): Only add the comment to the ring if it's
5433 different from the last comment entered.
5434 (vc-new-comment-index): New function.
5435 (vc-previous-comment): Use it. Make the minibuffer message
5436 slightly less terse.
5437 (vc-comment-search-reverse): Make it work forward as well. Don't
5438 set vc-comment-ring-index if no match is found. Use
5439 vc-new-comment-index.
5440 (vc-comment-search-forward): Use vc-comment-search-reverse.
5441 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5442 define-derived-mode will do it for us. Bind `v' to a keymap that
5443 inherits from vc-prefix-map so that we can bind `vt' without
5444 binding C-x v t.
5445 (vc-retrieve-snapshot): Parenthesis typo.
5446
5447 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5448 to 1. Make sure to switch to *vc* before looking for an error
5449 message. Use vc-parse-buffer.
5450
54512000-09-04 Andre Spiegel <spiegel@gnu.org>
5452
5453 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5454 and NAME.
5455 (vc-retrieve-snapshot): Split into two parts.
5456 (vc-default-retrieve-snapshot): New function.
5457
5458 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5459 (vc-cvs-retrieve-snapshot): New function (untested).
5460 (vc-cvs-stay-local): Default to t.
5461 (vc-cvs-remote-p): New function and property.
5462 (vc-cvs-state): Stay local only if the above is t.
5463 (vc-handle-cvs): Removed.
5464 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5465 done via vc-handled-backends now.
5466 (vc-cvs-header): Escape Id.
5467
54682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5469
5470 * vc.el (vc-do-command): Remove unused commands.
5471 (vc-version-diff): Make sure default-directory ends with a slash.
5472 Move the window commands into a vc-exec-after.
5473 (vc-print-log): Move more of the code into the `vc-exec-after'.
5474
54752000-09-04 Andre Spiegel <spiegel@gnu.org>
5476
5477 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5478 (vc-print-log): Search current revision from beginning of buffer.
5479 (vc-revert-buffer): Clear echo area after the diff is finished.
5480 (vc-prefix-map): Removed definition of "t" for terse display in vc
5481 dired.
5482 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5483 definition of "vt" for terse display.
5484 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5485
54862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5487
5488 * vc.el (vc-exec-after): Avoid caddr.
5489
54902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5491
5492 * vc.el (vc-exec-after): New function.
5493 (vc-do-command): Use it to add a termination message for async
5494 procs.
5495 (vc-checkout): Try to handle a missing-backend situation.
5496 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5497 of a directory with a backend using async diffs.
5498 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5499 present.
5500
5501 * vc-sccs.el (vc-sccs-state-heuristic): Use
5502 file-ownership-preserved-p.
5503
5504 * vc-rcs.el (vc-rcs-state-heuristic): Use
5505 file-ownership-preserved-p.
5506 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5507
55082000-09-04 Andre Spiegel <spiegel@gnu.org>
5509
5510 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5511 vc-do-command.
5512
5513 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5514 when there are no changes.
5515
55162000-09-04 Andre Spiegel <spiegel@gnu.org>
5517
5518 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5519
5520 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5521
55222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5523
5524 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5525
5526 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5527 the `fset' outside of the defvar so that it works even if
5528 vc-prefix-map was already defined.
5529 (vc-setup-buffer): New function, split out of vc-do-command.
5530 (vc-do-command): Allow BUFFER to be t to mean `just use the
5531 current buffer without any fuss'.
5532 (vc-version-diff): Change the `diff' backend operation to just put
5533 the diff in the current buffer without erasing it. Always use
5534 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5535 shrink-window-if-larger-than-buffer.
5536 (vc-print-log): Change the `print-log' backend operation to just
5537 put the log in the current buffer without erasing it. Protect
5538 shrink-window-if-larger-than-buffer.
5539 (vc-update-change-log): Fix setd typo.
5540
5541 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5542 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5543
5544 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5545 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5546 CMP.
5547
5548 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5549 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5550 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5551
55522000-09-04 Andre Spiegel <spiegel@gnu.org>
5553
5554 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5555 not possible, use vc-BACKEND-workfile-unchanged-p.
5556 (vc-default-workfile-unchanged-p): New function. Delegates to a
5557 full vc-BACKEND-diff.
5558
5559 * vc-hooks.el (vc-simple-command): Removed.
5560
5561 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5562 instead of vc-simple-command.
5563 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5564 avoid doing a diff when opening a file.
5565 (vc-rcs-state): Added check for unlocked-changes.
5566 (vc-rcs-header): Escape Id.
5567 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5568 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5569 version.
5570
5571 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5572 (vc-sccs-diff): Remove optional arg CMP.
5573 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5574 SCCS-specific function.
5575
5576 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5577 vc-simple-command.
5578
55792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5580
5581 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5582 (with-vc-file, vc-merge): Use vc-editable-p.
5583 (vc-do-command): Remove unused var vc-file and fix the
5584 doubly-defined `status' var. Add a user message when starting an
5585 async command.
5586 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5587 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5588 Use with-current-buffer.
5589 (vc-buffer-sync): Use unless.
5590 (vc-next-action-on-file): If the file is 'edited by read-only,
5591 make it read-write instead of trying to commit.
5592 (vc-version-diff, vc-update-change-log): Use `setq
5593 default-directory' rather than `cd'.
5594 (vc-log-edit): Don't forget to set default-directory in the
5595 buffer.
5596
5597 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5598 (vc-sccs-state-heuristic): Use file-writable-p instead of
5599 comparing userids.
5600 (vc-sccs-checkout): Use `unless'.
5601
5602 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5603 of comparing userids.
5604 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5605 Simplify the logic by eliminating unreachable code.
5606 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5607 just do a recursive call if we need to retry.
5608 (vc-rcs-checkout): Handle the case where rcs is missing by making
5609 the buffer read-write if requested and re-signalling the error.
5610
5611 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5612
56132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5614
5615 * vc-hooks.el (vc-handled-backends): Docstring change.
5616 (vc-ignore-vc-files): Mark obsolete.
5617 (vc-registered): Check vc-ignore-vc-files.
5618 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5619 vc-ignore-vc-files.
5620
5621 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5622
56232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5624
5625 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5626 files since ange-ftp already has vc-registered return nil.
5627
5628 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5629 (vc-sccs-workfile-version): Use with-temp-buffer and new
5630 vc-parse-buffer and don't bother setting the property.
5631 (vc-sccs-add-triple): Use with-current-buffer and
5632 find-file-noselect.
5633 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5634
5635 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5636 derives from the old vc-parse-buffer but uses the revision number
5637 rather than the date (much easier to compare robustly).
5638 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5639 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5640 locking-user more directly. Check strict locking and set
5641 checkout-model appropriately.
5642 (vc-rcs-parse-locks): Remove.
5643 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5644 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5645 (vc-rcs-system-release): Use with-current-buffer and
5646 vc-parse-buffer.
5647 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5648
5649 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5650 (vc-simple-command): Docstring fix.
5651 (vc-registered): Align the way the file-handler is called with the
5652 way the function itself works.
5653 (vc-file-owner): Remove.
5654
5655 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5656 extraction of fields and call to file-attributes because of a
5657 temporary bug in rcp.el.
5658 (vc-cvs-fetch-status): Use with-current-buffer.
5659
56602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5661
5662 * vc.el (vc-do-command): Use file-relative-name.
5663 (vc-responsible-backend): Use vc-backend if possible.
5664 (vc-create-snapshot): Improve the `interactive' spec. Add support
5665 for branches and dispatch to backend-specific `create-snapshot'.
5666 (vc-default-create-snapshot): New function, containing the bulk of
5667 the old vc-create-snapshot.
5668 (vc-retrieve-snapshot): Improve the interactive spec.
5669
5670 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5671 (vc-backend-hook-functions): Remove.
5672 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5673 (vc-backend): Reintroduce the test for `file = nil' now that I
5674 know why it was there (and added a comment to better remember).
5675
5676 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5677 code from vc-sccs-hooks.el.
5678 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5679 'vc anymore.
5680 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5681 and file-directory-p instead of file-exists-p.
5682 (vc-sccs-check-headers): Simplify the regexp.
5683
5684 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5685 from vc-rcs-hooks.el. Don't require 'vc anymore.
5686 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5687 file-directory-p instead of file-exists-p.
5688
5689 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5690 from vc-cvs-hooks.el.
5691 (proto vc-cvs-registered): Require 'vc-cvs instead of
5692 'vc-cvs-hooks. Don't require 'vc anymore.
5693 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5694 file-directory-p instead of file-exists-p.
5695 (vc-cvs-create-snapshot): New function, replacing
5696 vc-cvs-assign-name.
5697 (vc-cvs-assign-name): Remove.
5698
56992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5700
5701 * vc-cvs.el (vc-cvs-header): New var.
5702
5703 * vc-rcs.el (vc-rcs-exists): Remove.
5704 (vc-rcs-header): New var.
5705
5706 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5707 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5708 (vc-sccs-header): New var.
5709
5710 * vc.el (vc-do-command): Get rid of the `last' argument.
5711 (vc-header-alist): Remove, replaced by vc-X-header.
5712 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5713 (vc-dired-hook): Use expand-file-name instead of concat.
5714 (vc-directory): Use file-name-as-directory.
5715 (vc-snapshot-precondition, vc-create-snapshot)
5716 (vc-retrieve-snapshot): Allow the command to operate on any
5717 directory.
5718
5719 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5720 just removing the 'WORKFILE argument or by removing the 'MASTER
5721 argument and replacing `file' with (vc-name file).
5722
57232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5724
5725 * vc.el: Update Copyright and add a crude list of backend funs.
5726 (vc-writable-p): New function.
5727 (with-vc-file): Use vc-writable-p.
7f8b6551 5728 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5729 (vc-register): Avoid vc-name.
5730 (vc-locking-user): Remove.
5731 (vc-steal-lock): Make the `owner' arg non-optional.
5732 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5733 vc-checkout-model.
5734 (vc-default-dired-state-info): Use vc-state instead of
5735 vc-locking-user and return special strings for special states.
5736 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5737 and get rid of one of the special CVS cases.
5738 (vc-cancel-version): prettify error message with \\[...].
5739 (vc-rename-master): New function.
5740 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5741 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5742 the CVS special case generic.
5743 (vc-default-record-rename): Remove.
5744 (vc-file-tree-walk-internal): Only call FUNC for files that are
5745 under control of some VC backend and replace `concat' with
5746 expand-file-name.
5747 (vc-file-tree-walk): Update docstring.
5748 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5749 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5750
5751 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5752 vc-sccs-record-rename. Use `find-file-noselect' rather than
5753 `find-file' and call `vc-rename-master' to do the actual move.
5754 (vc-sccs-diff): Remove unused `backend' variable.
5755
5756 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5757 to delay loading of vc-sccs until it is really used.
5758 (vc-sccs-master-templates): Preload.
5759 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5760 (vc-sccs-project-dir): Remove (merged into
5761 vc-sccs-search-project-dir).
5762 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5763 rather than `concat', make sure it is preloaded and don't bother
5764 to check that the file actually exists.
5765 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5766 `locks' argument (use buffer's content instead) and eliminate n^2
5767 behavior.
5768
5769 * vc-rcs.el: Update Copyright.
5770 (vc-rcs-rename-file): New function.
5771 (vc-rcs-diff): Remove unused `backend' variable.
5772
5773 * vc-hooks.el: Update Copyright.
5774 (vc-backend): Don't accept a nil argument any more.
5775 (vc-up-to-date-p): Turn into a defsubst.
5776 (vc-possible-master): New function.
5777 (vc-check-master-templates): Use `vc-possible-master' and allow
5778 funs in vc-X-master-templates to return a non-existent file.
5779
5780 * vc-cvs.el: Update Copyright.
5781 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5782 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5783
5784 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5785
57862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5787
5788 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5789 since it can be called from vc-rcs.el.
5790 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5791
57922000-09-04 Andre Spiegel <spiegel@gnu.org>
5793
5794 * vc.el (vc-version-diff): Expand file name read from the
5795 minibuffer. Handle the case when a previous version number can't
5796 be guessed. Give suitable messages when there were no differences
5797 found.
5798 (vc-clear-headers): Call backend-specific implementation, if one
5799 exists.
5800 (vc-cancel-version): Made error checks generic. When done, clear
5801 headers generically, too.
5802
5803 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5804 from vc-clear-headers in vc.el.
5805
5806 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5807 correctly.
5808 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5809 optional. Handle the case when it's not there.
5810
58112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5812
5813 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5814
58152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5816
5817 * vc-hooks.el (vc-loadup): Remove.
5818 (vc-find-backend-function): Use `require'. Also, handle the case
5819 where vc-BACKEND-hooks.el doesn't exist.
5820 (vc-call-backend): Cleanup.
5821
58222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5823
5824 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5825 vc-rcs-grab-templates)
5826 (vc-rcs-registered): Remove. The default function works as well.
5827 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5828 vc-sccs-grab-templates)
5829 (vc-sccs-registered): Remove. The default function works as well.
5830
5831 * vc.el (vc-version-diff): Left out a vc- in call to
5832 vc-call-backend.
5833 (vc-default-dired-state-info, vc-default-record-rename)
5834 (vc-default-merge-news): Update for the new backend argument.
5835
5836 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5837 using the default function.
5838 (vc-call-backend): If calling the default function, pass it the
5839 backend as first argument. Update the docstring accordingly.
5840 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5841 for the new backend argument.
5842 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5843 (vc-find-backend-function): Use the new name.
5844 (vc-default-registered): New function.
5845
58462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5847
5848 * vc.el (vc-merge): Use vc-find-backend-function.
5849
5850 * vc-hooks.el (vc-backend-functions): Remove.
5851 (vc-loadup): Don't setup 'vc-functions.
5852 (vc-find-backend-function): New function.
5853 (vc-call-backend): Use above fun and populate 'vc-functions
5854 lazily.
5855 (vc-backend-defines): Remove.
5856
58572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5858
5859 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5860 Call vc-call-backend without the leading vc-.
5861 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5862 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5863 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5864 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5865 Call vc-call-backend without the leading vc-.
5866
5867 * vc-cvs.el (tail): Provide vc-cvs.
5868 * vc-sccs.el (tail): Provide vc-sccs.
5869 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5870
5871 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5872 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5873 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5874 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5875 (vc-call-backend): Always try to load vc-X-hooks.
5876 (vc-registered): Remove vc- in call to vc-call-backend.
5877
58782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5879
5880 * vc.el (vc-process-filter): New function.
5881 (vc-do-command): Setup `vc-process-filter' for the async process.
5882 (vc-maybe-resolve-conflicts): New function to reduce
5883 code-duplication. Additionally, it puts the buffer in
5884 `smerge-mode' if applicable.
5885 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5886 calling `merge-news'.
7f8b6551 5887 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5888 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5889 interfacing to log-edit.el.
5890 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5891 log-edit is available.
5892 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5893
58942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5895
5896 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5897 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5898 defvar and the initialization.
5899 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5900
5901 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5902 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5903
7f8b6551 5904 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5905
59062000-09-04 Andre Spiegel <spiegel@gnu.org>
5907
5908 * vc.el (vc-file-clear-masterprops): Removed.
5909 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5910 (vc-version-diff): Use buffer-size without argument.
5911 (vc-register): Heed vc-initial-comment.
5912
5913 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5914 default branch.
5915
5916 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5917 file name and workfile version.
5918 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5919
5920 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5921 vc-file-clear-masterprops.
5922
5923 * vc-sccs.el (vc-sccs-checkout): Removed call to
5924 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5925 rather than user login name.
5926
5927
59282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5929
5930 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5931 `want-differences-if-changed' and simplify.
5932 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5933 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5934 output (which is invalid for async vc-diff) to decide whether to
5935 do the revert silently or not.
5936
59372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5938
5939 * vc-hooks.el (vc-loadup): Load files quietly.
5940 (vc-call-backend): Oops, brain fart.
5941
59422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5943
5944 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5945 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5946
59472000-09-04 Andre Spiegel <spiegel@gnu.org>
5948
5949 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5950 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5951 vc-state or vc-up-to-date-p.
5952 (vc-merge): Use vc-backend-defines to check whether merging is
5953 possible. Set state to 'edited after successful merge.
5954
5955 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5956 return that name. Redocumented.
5957
59582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5959
5960 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5961 new `vc-state' semantics.
5962 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5963 'vc-locking-user to the current user.
5964 (vc-merge): Inline vc-backend-merge. Comment out code that I
5965 don't understand and hence can't adapt to the new `vc-state' and
5966 `vc-locking-user' semantics.
5967 (vc-backend-merge): Remove.
5968
5969 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5970 rather than 'vc-locking-user.
5971
5972 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5973
5974 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5975 (vc-state): Don't use 'reserved any more. Just use the same
5976 convention as the one used for vc-<backend>-state where the
5977 locking user (as a string) is returned.
5978 (vc-locking-user): Update, based on the above convention. The
5979 'vc-locking-user property has disappeared.
7f8b6551 5980 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5981
5982 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5983 with a heuristic one.
5984 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5985 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5986 error. That allows us to get to 'needs-merge even in the
5987 stay-local case. There's still no way to detect 'needs-patch in
5988 such a setup (or to force an update for that matter).
5989 (vc-cvs-logentry-check): Remove, the default works as well.
5990
59912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5992
7f8b6551 5993 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5994
5995 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5996 major-mode in which the buffer might have been put earlier. Use
5997 `remove' and `when'. Allow `okstatus' to be `async' and use
5998 `start-process' in this case.
5999 (vc-version-diff): Handle the case where the diff looks empty
6000 because of the use of an async process.
6001
60022000-09-04 Andre Spiegel <spiegel@gnu.org>
6003
6004 * vc.el (vc-next-action-on-file): Removed optional parameter
6005 `simple'. Recompute state unconditionally.
6006 (vc-default-toggle-read-only): Removed.
6007
6008 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6009 (vc-toggle-read-only): Undid prev change.
6010
6011 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6012 vc-cvs-simple-toggle. Redocumented.
6013 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6014 (vc-cvs-toggle-read-only): Removed.
6015
60162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6017
7f8b6551 6018 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
6019 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6020 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6021 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6022 still is. So maybe it should be removed.
6023 (vc-head-version, vc-find-binary): Remove.
6024 (vc-recompute-state): Move from vc-hooks.el.
6025 (vc-next-action-on-file): Add a `simple' argument to allow
6026 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
6027 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6028 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
6029 (vc-dired-mode-map): Properly defvar it.
6030 (vc-print-log): Call log-view-mode if available.
6031 (small-temporary-file-directory): defvar instead of use boundp.
6032 (vc-merge-news): Moved to vc-cvs.el.
6033 (vc-default-merge-news): New function.
6034
6035 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6036 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6037 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6038 unknown `vc-latest-version' function. It should probably refer to
6039 vc-workfile-version or somesuch, but it's very unclear to me and I
6040 don't have SCCS to test things.
6041
6042 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6043 (vc-sccs-state-heuristic): Fix typo.
6044 (vc-sccs-workfile-unchanged-p): Add missing argument.
6045
6046 * vc-rcs.el: Require vc and vc-rcs-hooks.
6047 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6048 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6049 (vc-release-greater-or-equal-p): Move from vc.
6050 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6051 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6052 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 6053 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
6054
6055 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6056 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6057 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6058 than the apparently unbound `workfile-version'.
6059
6060 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6061 (vc-file-prop-obarray): Use `make-vector'.
6062 (vc-backend-functions): Add new hookable functions
6063 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6064 (vc-loadup): If neither backend nor default functions exist, use
6065 the backend function rather than nil.
6066 (vc-call-backend): If the function if not bound yet, try to load
6067 the non-hook file to see if it provides it.
6068 (vc-call): New macro plus use it wherever possible.
6069 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6070 nor `vc-find-binary' since it's only called from
7f8b6551 6071 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
6072 (vc-checkout-model): Fix parenthesis.
6073 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6074
7f8b6551 6075 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
6076 (vc-cvs-release, vc-cvs-system-release): Remove.
6077 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6078 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6079 status symbols.
6080 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6081 (vc-cvs-toggle-read-only): First cut at a function to allow a
6082 cvs-status-free vc-toggle-read-only.
6083 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6084 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6085 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6086 (vc-cvs-checkout): Modify access rights directly if the user
6087 requested not to use `cvs edit'. And refresh the mode line.
6088
6089 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6090 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6091
60922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6093
6094 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6095 workfile' that got lost when the code was extracted from vc.el.
6096 And merged the tail with the rest of the code (not possible in the
6097 old vc.el where the tail was shared among all backends). And
6098 explicitly set the state to 'edited if `writable' is set.
6099
6100 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6101 (vc-cvs-state): Be careful to return the value from
6102 vc-cvs-parse-state.
6103 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6104 property but return it instead. Also be careful to handle a nil
6105 or "" `rev' when workfile is non-nil (it was handled properly when
6106 workfile was nil).
6107
6108 * vc.el: Removed those pesky unnecessary `(function' quotes.
6109 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6110 directly in the defvar.
6111 (vc-do-command): Bind inhibit-read-only so as to properly handle
6112 the case where the destination buffer has been made read-only.
6113 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 6114 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
6115 (vc-annotate-mode-variables): Removed (code moved partly to
6116 defvars and partly to vc-annotate-add-menu).
6117 (vc-annotate-mode): Turned into a derived-mode.
6118 (vc-annotate-add-menu): Moved in code in
6119 vc-annotate-mode-variables.
6120 (vc-update-change-log): Use make-temp-file if available.
6121
61222000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6123
6124 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6125 `vc-checkout-model' updated to `vc-cvs-update-model'.
6126
61272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6128
6129 * vc.el (vc-next-action-on-file): Added handling of state
6130 `unlocked-changes'.
6131 (vc-checkout-carefully): Is now practically obsolete, unless the
6132 above is too slow to be enabled unconditionally.
6133 (vc-update-change-log): Fixed typo.
6134
6135 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6136
7f8b6551
SM
6137 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6138 Now handles state `unlocked-changes'.
6139 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
6140
6141 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6142
6143 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6144 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6145 `unlocked-changes'.
6146 (vc-rcs-workfile-unchanged-p): Renamed from
6147 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6148 function yet, but supposed to become one soon.
6149
6150 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6151 `vc-steal-lock'.
6152 (vc-call-backend): Changed error message.
6153 (vc-state): Added description of state `unlocked-changes'.
6154
61552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6156
6157 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6158 always return t in CVS-controlled directories.
6159
6160 * vc.el (vc-responsible-backend): New function.
6161 (vc-register): Largely rewritten.
6162 (vc-admin): Removed (implementation moved into vc-register).
6163 (vc-checkin): Redocumented.
6164 (vc-finish-logentry): If no backend defined yet (because we are in
6165 the process of registering), use the responsible backend.
6166
6167 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6168 Updated function lists.
6169 (vc-call-backend): Fixed typo.
6170
7f8b6551
SM
6171 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6172 New functions.
6173 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6174 Removed query option. Redocumented.
7a004b71
GM
6175
61762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6177
6178 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6179
6180 * vc.el: Updated callers of `vc-checkout-required' to use
6181 `vc-checkout-model'.
6182
61832000-09-04 Martin Lorentzson <martinl@gnu.org>
6184
6185 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6186 stuff updated to reference this function instead of the old
6187 `vc-backend-release-p'.
6188
61892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6190
6191 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6192 vc-checkout-model. Return appropriate values. Updated callers.
6193
61942000-09-04 Martin Lorentzson <martinl@gnu.org>
6195
7f8b6551 6196 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
6197 (vc-backend-revert): Function moved into `vc-revert';
6198 `vc-next-action' must be updated to accomodate this change.
6199 (vc-backend-steal): Function moved into `vc-finish-steal'.
6200 (vc-backend-logentry-check): Function moved into
6201 `vc-finish-logentry'.
6202 (vc-backend-printlog): Function moved into `vc-print-log'.
6203 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6204 (vc-backend-assign-name): Function moved into
6205 `vc-create-snapshot'.
6206
62072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6208
6209 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
6210 Rename to vc-checkout-model. Return appropriate values.
6211 Update callers.
7a004b71 6212
7f8b6551 6213 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 6214 to vc-checkout-model.
7f8b6551
SM
6215 (vc-checkout-required): Rename to vc-checkout-model.
6216 Re-implement and re-comment.
7a004b71
GM
6217 (vc-after-save): Use vc-checkout-model.
6218
62192000-09-04 Martin Lorentzson <martinl@gnu.org>
6220
7f8b6551
SM
6221 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6222 Update to use the vc-BACKEND-diff functions instead.
6223 `vc-diff' is now working.
7a004b71 6224
7f8b6551 6225 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 6226
7f8b6551 6227 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
6228
6229 * vc-sccs.el (vc-sccs-diff): Function changed name from
6230 `vc-backend-diff'. This makes `vc-diff' work.
6231
7f8b6551 6232 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 6233 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 6234 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
6235 signaled during `vc-after-save'.
6236
7f8b6551
SM
6237 * vc.el: Fix typo.
6238 This checkin is made with our new VC code base for the very first time.
6239 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
6240
6241 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6242 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6243
6244 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6245 updated to `vc-uses-locking'.
7f8b6551 6246 (vc-checkout-required): Call to backend function.
7a004b71
GM
6247 `vc-checkout-required' updated to `vc-uses-locking' instead.
6248
6249 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6250 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6251
7f8b6551 6252 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 6253 to match the split into various backends.
7f8b6551 6254 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
6255 (vc-retrieve-snapshot): Bug fix.
6256
62572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6258
6259 * vc-sccs.el (vc-sccs-release): Doc fix.
6260
62612000-09-04 Martin Lorentzson <martinl@gnu.org>
6262
6263 * vc.el (vc-next-action-on-file): Bug found and fixed.
6264 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6265 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6266
6267 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6268 (vc-rcs-checkout): Name space cleaned up. No more revision number
6269 crunching function names that are not prefixed with vc-rcs.
6270 (vc-rcs-checkout-model): Function added. References to
6271 `vc-checkout-model' replaced.
6272
62732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6274
6275 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6276 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6277 still need to be split, and implemented for RCS).
6278
62792000-09-04 Martin Lorentzson <martinl@gnu.org>
6280
6281 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6282
6283 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6284 required by the vc.el file.
6285
6286 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6287 required by the vc.el file.
6288 (vc-rcs-exists): Function added.
6289
6290 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6291 required by the vc.el file.
6292
6293 * vc.el (vc-admin): Updated to handle selection of appropriate
6294 backend. Current implementation is crufty and need re-thinking.
6295
6296 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6297
62982000-09-04 Martin Lorentzson <martinl@gnu.org>
6299
6300 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6301 beginning of annotate buffers correctly.
6302
6303 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6304 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6305 functionality updated quite a lot to support multiple backends.
6306 Variables `vc-annotate-mode', `vc-annotate-buffers',
6307 `vc-annotate-backend' added.
6308
6309 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6310 `vc-annotate-difference' added to supported backend functions.
6311
63122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6313
6314 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6315 Use with-temp-file instead of /bin/sh. Merged from mainline
6316
63172000-09-04 Martin Lorentzson <martinl@gnu.org>
6318
6319 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6320
6321 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6322
6323 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6324
63252000-09-04 Martin Lorentzson <martinl@gnu.org>
6326
6327 * vc-hooks.el: vc-state-heuristic added to
6328 vc-backend-hook-functions.
6329
6330 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6331
6332 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6333
7f8b6551
SM
6334 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6335 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
6336 state to `reserved'.
6337
6338 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6339 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6340
63412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6342
7f8b6551 6343 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
6344 untouched.
6345
7f8b6551 6346 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 6347
7f8b6551 6348 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
6349 if defined. (Merged from main line, slightly adapted.)
6350
6351 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6352 millenium problem (merged from mainline).
6353
63542000-09-04 Martin Lorentzson <martinl@gnu.org>
6355
6356 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6357 part and moved the non-BACKEND stuff to vc.el.
6358
6359 * vc.el: Split the annotate feature into a BACKEND specific part
6360 and moved it from the vc-cvs.el file to this one.
6361
63622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6363
7f8b6551
SM
6364 * vc-hooks.el: Implement new state model.
6365 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6366 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 6367 locked by somebody else.
7f8b6551 6368 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
6369 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6370 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 6371 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 6372
7f8b6551
SM
6373 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6374 Various simplifications and adaptations all over the place.
7a004b71 6375
7f8b6551
SM
6376 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6377 Simplify and adapt the rest.
7a004b71 6378
7f8b6551 6379 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 6380 interaction with view mode according to recent RCS change.
7f8b6551 6381 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
6382
63832000-09-04 Martin Lorentzson <martinl@gnu.org>
6384
7f8b6551 6385 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
6386
63872000-09-04 Martin Lorentzson <martinl@gnu.org>
6388
6389 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6390 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6391 (vc-minor-part, vc-previous-version): Functions that operate and
6392 compare revision numbers got proper documentation. Comments added
6393 about their possible removal.
6394
63952000-09-04 Martin Lorentzson <martinl@gnu.org>
6396
6397 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6398 the vc-backend.el files.
6399
6400 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6401
6402 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6403 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6404 (vc-rcs-previous-version): Functions added.
6405
6406 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6407
6408 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6409
64102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6411
6412 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6413 Comment out the definition for now. What is the right procedure
7a004b71
GM
6414 to get rid of it?
6415 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6416 rewritten.
7f8b6551 6417 (vc-default-registered): Remove.
7a004b71
GM
6418 (vc-check-master-templates): New function; does mostly what the
6419 above did before.
6420 (vc-locking-user): Don't rely on the backend to set the property.
6421
6422 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6423 Rewrite documentation.
7a004b71
GM
6424 (vc-rcs-templates-grabbed): New variable.
6425 (vc-rcs-grab-templates): New function.
7f8b6551 6426 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6427
6428 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6429 Rewrite documentation.
7a004b71
GM
6430 (vc-sccs-templates-grabbed): New variable.
6431 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6432 (vc-sccs-registered): Rewrite to use above mechanism.
6433 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6434 Don't throw the result, simply return it.
7a004b71 6435
7f8b6551
SM
6436 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6437 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6438 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6439
7f8b6551 6440 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6441 from main line.
6442
64432000-09-04 Martin Lorentzson <martinl@gnu.org>
6444
7f8b6551 6445 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6446
7f8b6551 6447 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6448
7f8b6551
SM
6449 * vc-rcs.el (vc-rcs-diff): New function.
6450 (vc-rcs-checkout): Bug (typo) found and fixed.
6451 (vc-rcs-register-switches): New variable.
7a004b71
GM
6452
6453 * vc.el (vc-backend-diff): Function removed and placed in the
6454 backend files.
6455
64562000-09-04 Martin Lorentzson <martinl@gnu.org>
6457
6458 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6459
6460 * vc.el (vc-backend-checkout): Function removed and replaced in
6461 the vc-backend.el files.
6462
6463 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6464
6465 * vc.el (vc-backend-admin): Removed and replaced in the
6466 vc-backend.el files.
6467
6468 * vc.el (Martin): Removed all the annotate functionality since it
6469 is CVS backend specific.
6470
64712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6472
6473 * spec.txt: Added specification of vc-state.
6474
6475 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6476 Remove handling of vc-latest-version and
7a004b71
GM
6477 vc-your-latest-version. What used to be vc-latest-version, is now
6478 returned as vc-workfile-version.
7f8b6551 6479 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6480
64812000-09-04 Dave Love <fx@gnu.org>
6482
6483 * vc.el: [Merged from mainline.]
6484 (vc-dired-mode): Make the dired-move-to-filename-regexp
6485 regexp match the date, to avoid treating date as file size.
6486 Add YYYY S option to WESTERN/
6487
64882000-09-04 Dave Love <fx@gnu.org>
6489
6490 * vc.el: Require `compile' when compiling.
6491 (vc-logentry-check-hook): New option.
6492 (vc-steal-lock): Use compose-mail.
6493 (vc-dired-mode-map): Defvar when compiling.
6494 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6495 vc-sccs.el and renamed. Callers changed.
6496 (vc-backend-checkout, vc-backend-logentry-check)
6497 (vc-backend-merge-news): Doc fix.
6498 (vc-default-logentry-check): New function.
6499 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6500 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6501 (vc-backend-merge): Doc fix. Use backend functions.
6502 (vc-check-headers): Use backend functions.
6503
6504 * vc-cvs.el: Require vc when compiling.
6505 (vc-cvs-register-switches): Doc fix.
6506 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6507 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6508 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6509 New functions (code from vc.el).
6510 (vc-annotate-display-default): Fix interactive spec.
6511 (vc-annotate-time-span): Doc fix.
6512
6513 * vc-rcs.el: Require vc when compiling.
6514 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6515 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6516 (vc-rcs-checkin): New functions (code from vc.el).
6517 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6518 Doc fix.
6519 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6520
6521 * vc-sccs.el: Require vc when compiling.
6522 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6523 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6524 (vc-sccs-revert)
6525 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6526 from vc.el).
6527 (vc-sccs-add-triple, vc-sccs-record-rename)
6528 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6529 (vc-sccs-admin): Doc fix.
6530
65312000-09-04 Martin Lorentzson <martinl@gnu.org>
6532
6533 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6534 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6535 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6536 from vc.el.
6537
6538 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6539
6540 * vc-cvs.el: Moved the annotate functionality from vc.el.
6541 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6542
65432000-09-04 Dave Love <fx@gnu.org>
6544
6545 * vc.el (vc-backend-release): Call vc-system-release.
6546
6547 * vc-sccs.el (vc-sccs-system-release):
6548 Renamed from vc-sccs-backend-release.
6549
6550 * vc-rcs.el (vc-rcs-system-release):
6551 Renamed from vc-rcs-backend-release.
6552
6553 * vc-cvs.el (vc-cvs-system-release):
6554 Renamed from vc-cvs-backend-release.
6555
65562000-09-04 Dave Love <fx@gnu.org>
6557
6558 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6559 backend files.
6560 (vc-backend-release): Dispatch to backend functions.
6561 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6562 probably needs attention.]
6563
6564 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6565 (vc-sccs-backend-release): New function.
6566
6567 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6568 (vc-cvs-backend-release): New function.
6569
6570 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6571 Doc fix.
6572 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6573 (vc-default-dired-state-info): New function.
6574 (vc-dired-state-info): Dispatch to backends.
6575 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6576
6577 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6578 from vc.el and renamed.
6579
65802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6581
6582 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6583 (vc-version-other-window, vc-backend-assign-name): Removed
6584 references to vc-latest-version; sometimes changed into
6585 vc-workfile-version.
6586
6587 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6588 vc-rcs-master-workfile-version.
6589 (vc-rcs-workfile-version): Use the above. Don't call
6590 vc-latest-version (that was unreachable code, anyway).
6591 (vc-rcs-fetch-master-properties): Doc fix.
6592
6593 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6594 (vc-backend-hook-functions): Removed them from this list, too.
6595 (vc-fetch-properties): Removed.
6596 (vc-workfile-version): Doc fix.
6597
6598 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6599 (vc-rcs-workfile-version, vc-rcs-locking-user)
6600 (vc-rcs-uses-locking): Use it.
6601
6602 * vc-hooks.el (vc-consult-rcs-headers):
6603 Moved into vc-rcs-hooks.el, under the name
6604 vc-rcs-consult-headers.
6605
6606 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6607 headers.
6608 (vc-cvs-find-master): Use this name only; correct different
6609 versions of the name.
6610
6611 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6612 New functions.
6613 (vc-sccs-locking-user): Use the latter.
6614
6615 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6616 New functions.
6617
6618 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6619 Moved into both
6620 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6621 functions are implementation details of those two backends.
6622
66232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6624
6625 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6626 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6627
6628 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6629 (vc-sccs-parse-locks): SCCS-specific code moved here from
6630 vc-hooks.
6631
6632 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6633 code moved here from vc-hooks.
6634
6635 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6636 into back-end specific parts and removed. Callers not updated
6637 yet; because I guess these callers will disappear into back-end
6638 specific files anyway.
6639
66402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6641
6642 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6643 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6644 `vc-uses-locking'.
6645
6646 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6647 Store yes/no in the property, and return t/nil. Updated all
6648 callers.
6649
6650 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6651 vc-sccs-uses-locking. Don't set property.
6652 (vc-sccs-locking-user): Don't set property.
6653
6654 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6655 vc-cvs-uses-locking. Don't set property here; leave that to
6656 vc-hooks.
6657 (vc-cvs-locking-user): Reflect above change. Streamlined.
6658
6659 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6660 vc-rcs-uses-locking.
6661 (vc-rcs-locking-user): Reflect above change.
6662
66632000-09-04 Dave Love <fx@gnu.org>
6664
6665 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6666
6667 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6668
6669 * vc-hooks.el (vc-checkout-model): Punt to backends.
6670
6671 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6672
6673 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6674
6675 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6676 New functions.
6677
6678 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6679 New functions.
6680
6681 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6682 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6683
6684 * vc-hooks.el (vc-default-locking-user): New function.
6685 (vc-locking-user, vc-workfile-version): Punt to backends.
6686
66872000-09-04 Dave Love <fx@gnu.org>
6688
6689 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6690 (vc-master-workfile-version): Moved from vc-hooks.
6691
6692 * vc-rcs-hooks.el: Fix duplicate code in last change.
6693
6694 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6695 (vc-rcs-master-templates): Improve :type.
6696 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6697 vc-master-workfile-version): Moved from vc-hooks.
6698
6699 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6700 (vc-sccs-master-templates): Improve :type.
6701 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6702
6703 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6704
6705 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6706 (vc-cvs-master-templates): Improve :type. Use
6707 vc-cvs-find-cvs-master.
6708 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6709 from vc-hooks.
6710 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6711
6712 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6713 Moved to vc-cvs-hooks.
6714
6715 * vc-hooks.el: Add doc strings in various places. Simplify the
6716 minor mode setup.
6717 (vc-handled-backends): New user variable.
6718 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6719 simplification.
6720
67212000-09-04 Dave Love <fx@gnu.org>
6722
6723 * vc.el: Some doc fixes for autoloaded and interactive functions.
6724 Fix compilation warnings from ediff stuff.
6725 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6726
6727 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6728
6729 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6730
6731 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6732
67332000-09-04 Dave Love <fx@gnu.org>
6734
6735 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6736 New variable.
6737 (vc-make-backend-function, vc-loadup, vc-call-backend)
6738 (vc-backend-defines): New functions.
6739
6740 * vc-hooks.el: Various doc fixes.
6741 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6742 (vc-match-substring): Function removed. Callers changed to use
6743 match-string.
6744 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6745 Simplify.
6746
67472000-09-04 Dave Love <fx@gnu.org>
6748
6749 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6750 type.
6751 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6752 (vc-sccs-registered): Doc fix.
6753
6754 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6755 (vc-cvs-registered): Doc fix.
6756
6757 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6758 (vc-rcs-registered): Doc fix.
6759
67602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6761
6762 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6763
6764 * vc-hooks.el: vc-registered has been renamed
6765 vc-default-registered. Some functions have been moved to the
6766 backend specific files. they all support the
6767 vc-BACKEND-registered functions.
6768
67692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6770
6771 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6772
6773 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6774
a033ea13
DL
67752000-09-04 Dave Love <fx@gnu.org>
6776
179fc9ef
DL
6777 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6778 menu-bar-update-hook.
6779
6780 * help.el (help-manyarg-func-alist): Add
6781 find-operation-coding-system.
6782
a033ea13
DL
6783 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6784
6785 * custom.el (custom-set-variables): Print message about errors in
6786 setting.
6787
f8803e97
AI
67882000-09-03 Andrew Innes <andrewi@gnu.org>
6789
6790 * makefile.w32-in: Change to DOS line endings.
6791
59836110
EZ
67922000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6793
6794 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6795 minor-mode keymaps, if they don't have one.
6796
5514ba5c
EZ
67972000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6798
6799 * eshell/esh-module.el (eval-when-compile): Don't lose if
6800 esh-module.el's file name is truncated to DOS 8+3 limits.
6801
79cf8e80
JW
68022000-09-01 John Wiegley <johnw@gnu.org>
6803
6804 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6805 predicate, which caused entries in the completion list to be
6806 doubled.
6807
68082000-08-30 John Wiegley <johnw@gnu.org>
6809
6810 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6811 sending to subprocesses. Also, hook pre-command-hook if
6812 `eshell-send-direct-to-subprocesses' is non-nil.
6813 (eshell-send-direct-to-subprocesses): New config variable. If t,
6814 subprocess input is send immediately.
6815 (eshell-toggle-direct-send): New function.
6816 (eshell-self-insert-command): New function.
6817 (eshell-intercept-commands): New function.
6818 (eshell-send-input): If direct subprocess sending is enabled,
6819 don't echo any input to the Eshell buffer. Let the subprocess
6820 handle that. This requires "stty echo" in bash, for example.
6821
68222000-08-28 John Wiegley <johnw@gnu.org>
6823
6824 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6825 completion function for Eshell's implementation of `unset'.
6826
778911b9
EZ
68272000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6828
6829 * info.el (Info-directory-list): Doc fix.
6830
05d07b49
PB
68312000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6832
9b4a7800 6833 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6834 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6835
9941d4c7
KH
68362000-08-31 Kenichi Handa <handa@etl.go.jp>
6837
6838 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6839 coding systems.
6840
af9ba8ad
AI
68412000-08-30 Andrew Innes <andrewi@gnu.org>
6842
6843 * timer.el (run-with-idle-timer): Undo last change, so that timer
6844 is not activated immediately if Emacs is already idle. Some
6845 existing code relies on this behaviour.
6846
caccd8f2
MB
68472000-08-30 Miles Bader <miles@gnu.org>
6848
6849 * frame.el (set-frame-font): Do completion of font-name for
6850 interactive use.
6851
b64c0a1c
KH
68522000-08-30 Kenichi Handa <handa@etl.go.jp>
6853
6854 * international/quail.el (quail-start-translation): Bind locally
6855 last-command-event, last-command, and this-command.
6856 (quail-start-conversion): Likewise.
75cf0095 6857 (quail-self-insert-command): Fix docstring.
b64c0a1c 6858
fd5f61d3
GM
68592000-08-29 Gerd Moellmann <gerd@gnu.org>
6860
6861 * progmodes/executable.el
6862 (executable-make-buffer-file-executable-if-script-p): Check that
6863 buffer contains at least 2 characters.
6864
5b671d04
EZ
68652000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6866
6867 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6868
485d9513
DL
68692000-08-29 Dave Love <fx@gnu.org>
6870
a39fb83d
DL
6871 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6872 (diff-mode-shared-map): Bind mouse-2.
6873 (diff-imenu-generic-expression): New variable.
6874 (diff-mode): Use it.
6875
485d9513
DL
6876 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6877 (mouse-popup-menubar): Add minor mode menus.
6878 (popup-menu): Check for lookup-key returning number.
6879
ba3478d9
MB
68802000-08-29 Miles Bader <miles@gnu.org>
6881
6882 * comint.el (comint-send-input): Create overlays using the proper
6883 front/read-advance arguments.
9b4a7800 6884
c3d6d211
GM
68852000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6886
6887 * ps-print.el: Even/odd pages printing. Doc fix.
6888 (ps-print-version): New version number (6.0).
6889 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6890 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6891 (ps-print-duplex-feature): Variable eliminated.
6892 (ps-even-or-odd-pages): New variable.
6893
ba087cd7 6894 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6895 (ebnf-version): New version (3.3).
6896 (ebnf-user-arrow): Change variable customization to sexp.
6897 (ebnf-user-arrow): Function eliminated.
6898 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6899
d313265f
KH
69002000-08-29 Kenichi Handa <handa@etl.go.jp>
6901
cba62b78 6902 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6903 (help-make-xrefs): Handle help-xref-mule-regexp.
6904
6905 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6906 variable.
6907 (describe-input-method): Temporarily activate the specfied input
6908 method to display the information.
6909 (describe-language-environment): Hyperlinks to mule related items.
6910
6911 * international/mule-diag.el (charset-multibyte-form-string): New
6912 function.
6913 (list-character-sets-1): Use charset-multibyte-form-string.
6914 (describe-character-set): New function.
6915 (describe-coding-system): Hyperlinks to safe character sets.
6916
6917 * international/quail.el (quail-help): New arg PACKAGE.
6918 Hyperlinks to mule related items.
6919 (quail-help-insert-keymap-description): Use
6920 substitute-command-keys instead of describe-bindings.
6921 (quail-translation-help): Hyperlinks to mule related items.
6922
b4bd214e
JW
69232000-08-28 John Wiegley <johnw@gnu.org>
6924
ca7aae91
JW
6925 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6926 have a defsubst call itself. Made `eshell-flatten-list' back into
6927 a function again.
6928
b4bd214e
JW
6929 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6930 catch, in case re-centering point at bottom messes up the display.
6931 This happens frequently in Emacs 21, due I believe to variable
6932 line heights.
6933
6934 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6935 to call `find-tag-interactive'.
6936
6937 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6938 the list of remember directories.
6939
d44e146b
JW
69402000-08-28 John Wiegley <johnw@gnu.org>
6941
6942 * align.el: Test align-region-separate to see if it's a symbol.
6943
546c0888 69442000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6945
6946 * eshell/esh-util.el (eshell-flatten-list): Made this function
6947 into a defsubst form. It gets used very frequently, although
6948 calls don't occur all that often.
6949
6950 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6951 examining it.
6952
6953 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6954 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6955 `eshell-protect'.
6956 (eshell-copy-handles): Created a new macro for duplicating the
6957 current set of open handles. This is needed by the looping
6958 functions.
6959 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6960 is not incorrectly stomped on.
6961
6962 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6963 declaration for pcomplete-use-paring.
6964 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6965 value of eshell-cmpl-use-paring.
6966 * pcomplete.el (pcomplete-use-paring): New config variable, to
6967 indicate whether paring should be used.
6968 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6969 completion alternatives that have already been used.
6970
6971 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6972 bound to C-c C-y, which will repeat the previous N arguments
6973 (based on prefix argument).
6974 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6975
6976 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6977 if there is no *Help* buffer. This is for XEmacs, which renames
6978 its help buffers uniquely. TODO: Find out what the current buffer
6979 name to delete is.
6980
6981 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6982 first entry that correlates to a passwd/group number. Later
6983 entries (used for group/user name aliasing to multiple IDs) are
6984 ignored.
6985
9b4a7800
TTN
6986 * eshell/em-xtra.el (eshell/expr):
6987 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6988 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6989 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6990 argument list, before passing it to the system command.
6991
6992 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6993 `find-tag' for use at final position in Eshell buffers (which
6994 otherwise triggers an error on Emacs 21).
6995 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6996 buffer, if it is currently bound to `find-tag'.
6997
6998 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6999 in the list of matched Makefile names.
7000 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7001 directory, prefer its contents to Makefile.
7002
7003 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7004 directory parts (like "cd old new", or "cd =regexp"), are now case
7005 sensitive on non-Windows/DOS platforms.
7006
7007 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7008 types RET after an open delimiter (like "), display a message
7009 indicating that Eshell is waiting for the closing delimiter.
7010
7011 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7012 environment variables.
7013
7014 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7015 gracefully if the user enters incorrect arguments.
7016
7017 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7018 Eshell buffers.
7019
9b4a7800
TTN
7020 * eshell/esh-var.el (eshell-interpolate-variable):
7021 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
7022 * eshell/em-unix.el (eshell-du-sum-directory):
7023 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7024 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7025 (not (= ...)).
7026
7027 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7028 to ensure the `preserve' flag gets propagated when doing recursive
7029 directory copies.
7030
546c0888 70312000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
7032
7033 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7034 Don't convert \n into \0177 in memory.
7035 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7036 and back again, when reading and writing.
9b4a7800 7037
546c0888 70382000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
7039
7040 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7041 testing of `fboundp' on `processp'.
7042
7043 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7044 (eshell/jobs): Don't call process-list if it is not bound.
7045 (eshell-gather-process-output): Support systems where async
7046 subprocesses aren't supported.
7047 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7048 variables.
7049
7050 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7051 eshell-do-eval returns t.
7052 (eshell-do-pipelines-synchronously): New defmacro.
7053 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7054 when async subprocesses aren't supported.
7055 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7056 if async subprocesses aren't supported.
7057 (eshell-resume-command): Don't assume STATUS is a string.
7058
7059 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7060
7061 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7062 (eshell-close-target, eshell-get-target): Use eshell-processp.
7063 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7064 fix.
7065 (eshell-get-target, eshell-create-handles): Doc fix.
7066
546c0888 70672000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 7068
546c0888 7069 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
7070 criterion to include commands that output something, as long as it
7071 leaves both the command and the end-of-buffer visible when the
7072 command has exited.
7073 (eshell-review-quick-commands): Adjust the help doc string
7074 accordingly.
7075
2a371c3b
PB
70762000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7077
8348e1f9 7078 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 7079 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 7080
9b4a7800 7081 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
7082 (file-cache-assoc-function): New variable
7083 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7084 Use file-cache-case-fold-search variable
7085 (file-cache-add-file): Use file-cache-assoc-function
7086 (file-cache-delete-file): likewise
7087 (file-cache-directory-name): likewise
7088 (file-cache-debug-read-from-minibuffer): likewise
7089
95931eb1
GM
70902000-08-28 Gerd Moellmann <gerd@gnu.org>
7091
7092 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7093 (abbrev-table-name): New function.
7094 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7095 If non-nil list local abbrev, only.
7096
bb17930d
GM
70972000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7098
546c0888
EZ
7099 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7100 from Gnus support code, and use special article copy buffer
bb17930d
GM
7101 `(gnus-original-article-buffer)' instead. This allows to get rid
7102 of article-hide-headers usage (which breaks in the latest Gnus
7103 version). Thanks to Detlev Zundel.
7104
41a68aef
KH
71052000-08-28 Kenichi Handa <handa@etl.go.jp>
7106
7107 * international/quail.el (quail-use-package): Hide "... loaded"
7108 message.
7109 (quail-start-translation, quail-start-conversion): Likewise.
7110
7111 * international/kkc.el (kkc-region): Hide "... loaded" message.
7112
28bb2cef
DL
71132000-08-27 Dave Love <fx@gnu.org>
7114
7115 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7116
11a1118d
MB
71172000-08-27 Miles Bader <miles@gnu.org>
7118
7119 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7120
0f85d477
KH
71212000-08-27 Kenichi Handa <handa@etl.go.jp>
7122
7123 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7124 'ja-dic-cnv), not (require 'skkdic-cnv).
7125
2d73e8d3
MB
71262000-08-26 Miles Bader <miles@gnu.org>
7127
a0e5a5a4
MB
7128 * faces.el (face-x-resources): Add entry for :inherit.
7129 * cus-face.el (custom-face-attributes): Add support for :inherit
7130 attribute. Add support for relative face heights.
7131 (custom-face-attributes-get): Treat `nil' as being a default value
7132 for :inherit (as well as `unspecified').
7133
19feb949
MB
7134 * faces.el (set-face-attribute): Update doc string.
7135 (face-attribute-name-alist): Add :inherit.
7136 (face-valid-attribute-values): Handle :inherit.
7137 (face-read-string): Rephrase prompt to be less confusing.
7138 Assume that DEFAULT is a string, since we must return a string.
7139 (face-read-integer): Use `format' to turn DEFAULT into an
7140 acceptable default for face-read-string. Match NEW-VALUE against
7141 the string "unspecified", not the symbol `unspecified', since
7142 that's what face-read-string returns.
7143 (read-face-attribute): Lookup a name for old-value in valid, and
7144 use it as a default if we find one. Treat all values from
7145 face-read-string as strings. If the default is used, don't do any
7146 more processing on the value, just use the old value directly.
7147 (read-face-and-attribute, modify-face): Tweak prompt.
7148 (read-face-name): Don't assume prompt ends with a space.
7149
2d73e8d3
MB
7150 * faces.el (describe-face): Add support for :inherit attribute.
7151
a1a2e38f
KH
71522000-08-25 Kenichi Handa <handa@etl.go.jp>
7153
e84fa7c5
KH
7154 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7155 concat doesn't accept interger.
7156
a1a2e38f
KH
7157 * international/kkc.el: Remove SKK from Keywords. Require
7158 ja-dic-utl instead of skkdic-utl.
7159
7160 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7161 Provide ja-dic-cnv instead of skkdic-cnv.
7162 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7163 (iso-2022-7bit-short): Add safe-charsets property.
7164 (skkdic-convert-postfix): Search Japanese chou-on character in
7165 addition to Hiragana character.
7166 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7167 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7168 (batch-skkdic-convert): Likewise.
7169
7170 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7171 Provide ja-dic-utl instead of skkdic-utl.
7172 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7173
f6499c03
DL
71742000-08-24 Dave Love <fx@gnu.org>
7175
1c2c3f16
DL
7176 * disp-table.el (standard-display-default): Make the test of `l'
7177 useful.
7178
f6499c03
DL
7179 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7180 mod sample text.
7181
7182 * international/iso-ascii.el: Make pilcrow convenient string
7183 consistent with section.
7184 (iso-ascii-display): Set up multibyte characters as well as
7185 unibyte.
7186
c543db81
KH
71872000-08-24 Kenichi Handa <handa@etl.go.jp>
7188
7189 * international/mule-cmds.el (reset-language-environment): Set
7190 default-process-coding-system to '(undecided . iso-latin-1), which
7191 makes process I/O almost consistent with file I/O. Call this
7192 function when mule-cmds.el[c] is loaded.
7193
746d9caf
AI
71942000-08-22 Andrew Innes <andrewi@gnu.org>
7195
7196 * makefile.w32-in: New file.
7197
5484005d
MB
71982000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7199
7200 * comint.el (comint-output-filter): Compare end of
7201 comint-last-output-overlay with the start of the newly inserted
7202 text, not the end, when deciding whether to extend it.
9b4a7800 7203 Set saved-point's insertion type to advance after insertion.
5484005d
MB
7204
7205 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7206 since this is now done independently of font-lock mode.
7207
7a912f63
GM
72082000-08-21 Gerd Moellmann <gerd@gnu.org>
7209
7210 * server.el (server-kill-new-buffers): New user option.
7211 (server-existing-buffer): New buffer-local variable.
7212 (server-visit-files): When using an existing buffer, set
7213 server-existing-buffer to t.
7214 (server-buffer-done): If server-kill-new-buffers is t, kill the
7215 buffer, unless it was already present before visiting it with
7216 Emacs server.
9b4a7800 7217
240301df
EZ
72182000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7219
7220 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7221 even if the display doesn't support colors: some displays will
7222 support bold/underline faces.
7223
cbcef616
GM
72242000-08-21 Gerd Moellmann <gerd@gnu.org>
7225
6917e6bb
GM
7226 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7227
cbcef616
GM
7228 * startup.el (command-line): If user's init file had an error,
7229 add explanatory text to *Messages*.
7230
6922b018
KH
72312000-08-21 Kenichi Handa <handa@etl.go.jp>
7232
7233 * man.el (Man-getpage-in-background): Decode the process output by
7234 the system locale coding system.
7235
e50c4203
DL
72362000-08-20 Dave Love <fx@gnu.org>
7237
96ab6351
DL
7238 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7239 Don't test x-popup-menu.
7240 (function) <complete-function>: Complete only fbound symbols.
7241 <validate, value>: New.
7242 (variable) <complete-function>: Complete only bound symbols.
7243 (coding-system): Add :base-only, :complete-function, :validate,
7244 :value, :prompt-match.
7245 (widget-coding-system-prompt-value): Use read-coding-system and
7246 act on :base-only.
7247 (editable-field): Add :help-echo.
7248 (widget-push-button-gui, widget-push-button-cache)
7249 (widget-gui-action, widget-editable-list-gui): COmment out, along
7250 with uses.
7251 (widget-at): Make arg optional.
7252 (widget-echo-help): Adjust for current help-echo calling sequence.
7253 (widget-specify-field, widget-specify-button)
7254 (widget-specify-insert, widget-get-sibling, widget-image-find)
7255 (widget-convert, widget-insert, widget-leave-text)
7256 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7257 (widget-setup, widget-field-find, widget-before-change)
7258 (widget-after-change, widget-default-complete)
7259 (widget-default-create, widget-default-delete)
7260 (widget-push-button-value-create, editable-field)
7261 (widget-field-prompt-value, widget-field-validate)
7262 (widget-choice-value-create, widget-choice-action)
7263 (widget-choice-validate, widget-checklist-add-item)
7264 (widget-radio-add-item, widget-radio-chosen)
7265 (widget-radio-value-inline, widget-editable-list-value-create)
7266 (widget-editable-list-entry-create)
7267 (widget-documentation-link-add)
7268 (widget-documentation-string-value-create)
7269 (widget-regexp-validate, widget-file-complete)
7270 (widget-sexp-validate, widget-plist-convert-widget)
7271 (widget-plist-convert-widget, widget-alist-convert-widget)
7272 (widget-alist-convert-widget, widget-color-complete): Simplify,
7273 particularly to avoid bindings which aren't optimized out.
7274
e50c4203
DL
7275 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7276 Doc fix.
7277 (down-list, backward-up-list, up-list, kill-sexp)
7278 (backward-kill-sexp, mark-sexp): Make arg optional.
7279 (lisp-complete-symbol): Add optional arg PREDICATE.
7280
7281 * cus-start.el: Add display-buffer-reuse-frames,
7282 file-coding-system-alist.
7283
511bd4eb
GM
72842000-08-20 Gerd Moellmann <gerd@gnu.org>
7285
7286 * startup.el (command-line): Clear realized faces after
7287 modifying TTY color mappings.
7288
a9de7d29
MB
72892000-08-20 Miles Bader <miles@gnu.org>
7290
7291 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7292 merely a subset of FACE's attributes.
7293
8a8023d9
MB
72942000-08-19 Miles Bader <miles@gnu.org>
7295
7296 * comint.el (comint-output-filter): Save the point with a marker,
7297 not just a buffer position.
7298
7299 * international/mule.el (set-buffer-process-coding-system): Make
7300 interactive prompt less confusing.
7301
1433385f
GM
73022000-08-19 Gerd Moellmann <gerd@gnu.org>
7303
7304 * hilit-chg.el: General cleanup of doc strings, comments and
7305 code formatting.
7306
136b4eda
MB
73072000-08-19 Miles Bader <miles@gnu.org>
7308
7309 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7310 Compiler macro removed; beginning-of-line is no longer always
7311 equivalent to forward-line, in the presence of fields.
7312
7313 * comint.el (comint-output-filter): Remove ad-hoc saving of
7314 restriction, and just use save-restriction, now that it works
7315 correctly. Don't adjust comint-last-input-start to account for
7316 our insertion; it shouldn't have moved because we don't use
7317 insert-before-markers anymore. Comment out call to
7318 `force-mode-line-update'; why is it here?
7319
7320 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7321 while checking for prompt to delete. Use `forward-line 0'
7322 instead of beginning-of-line.
7323 (gud-filter): Temporarily widen gud comint buffer while
7324 examining output.
7325
cdd0f857
SM
73262000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7327
ebf96bfa
SM
7328 * progmodes/sh-script.el: Big bag of typos.
7329
cdd0f857
SM
7330 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7331 check since ispell-process is not bound when ispell is not yet loaded.
7332
9bb7a286
DL
73332000-08-18 Dave Love <fx@gnu.org>
7334
7335 * image.el (find-image): Copy `spec' before using plist-put.
7336
74ec6045
GM
73372000-08-18 Gerd Moellmann <gerd@gnu.org>
7338
7339 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7340 `portugues'.
7341
7342 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7343 backward-kill-sexp, analogous to kill-sexp.
7344
7345 * progmodes/icon.el (icon-indent-line)
7346 (icon-is-continuation-line): Handle comments specially.
7347
73482000-08-17 Ken Stevens <k.stevens@ieee.org>
7349
7350 * ispell.el: Set to standard author/maintainer/keyword fields.
7351 Fine tuning to menu map appearance and operation, and added help.
7352 Remove `start' and `end' error messages when compiling.
7353 (ispell-choices-win-default-height): Fixed comment string.
7354 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7355 castellano8 dictionaries.
7356 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7357 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7358 dictionary, added italiano dictionary.
7359 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7360 word character
7361 (ispell-tex-skip-alists): Added psfig support.
7362 (ispell-skip-html): Renamed from ispell-skip-sgml.
7363 (ispell-begin-skip-region-regexp, ispell-skip-region)
7364 (ispell-minor-check): Improved html skipping support to skip across
7365 code, and recognize `&' commands without propper `;' syntax;
7366 (ispell-process-line): Fix alignment error when manually
7367 correcting spelling.
7368 (ispell): Fix comment string.
7369 (ispell-add-per-file-word-list): Always put word list on new line.
7370
3787e12e
GM
73712000-08-17 Gerd Moellmann <gerd@gnu.org>
7372
a7b28523
GM
7373 * format.el (format-encode-run-method): Fix error message to say
7374 `encode' instead of `decode'. Use save-window-excursion around
7375 shell-command-on-region as in format-decode-run-method because
7376 shell-command-on-region can display a buffer with error output.
7377 (format-decode): Don't record undo information for the decoding.
7378 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7379 that number part of the temporary buffer name so that more than
7380 one decoding using a temporary buffer can happen safely.
7381
7382 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7383 of `A-z' in the regexp.
7384
7385 * hilit-chg.el: Fix typos in commentary.
7386
3787e12e
GM
7387 * help.el (view-emacs-news): Rewritten for new naming scheme
7388 for old NEWS files.
7389
7390 * startup.el (command-line): Pop to *Messages* in case an error
7391 is signaled while loading user-init-file.
7392
d2473540
AS
73932000-08-17 Andreas Schwab <schwab@suse.de>
7394
7395 * files.el (insert-directory): Don't lose original file name,
7396 undoing an undocumented change.
7397
c0bbaf57
GM
73982000-08-17 Alex Schroeder <alex@gnu.org>
7399
7400 * sql.el (sql-magic-go): Use comint-bol.
7401 (sql-copy-column): Use comint-line-beginning-position.
7402 (comint-line-beginning-position): Define a replacement for
7403 comint-line-beginning-position if it is not fboundp.
7404
74052000-08-17 Alex Schroeder <alex@gnu.org>
7406
7407 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7408 it didn't have any effect anyway.
7409
74102000-08-17 Alex Schroeder <alex@gnu.org>
7411
7412 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7413 --pset and pager=off instead of sending \\o|cat at the beginning
7414 of the session.
7415
9d245da5
MB
74162000-08-17 Miles Bader <miles@gnu.org>
7417
7418 * progmodes/octave-inf.el: Add compatibility definition of
7419 comint-line-beginning-position.
7420
abfdbd2e
KH
74212000-08-17 Kenichi Handa <handa@etl.go.jp>
7422
7423 * startup.el (normal-top-level): Look in each dir in load-path for
7424 a leim-list.el file too. This assures of loading leim-list.el
7425 that is created at Emacs installation time even if a user have his
7426 own leim-list.el.
7427
a0b8c939
MB
74282000-08-17 Miles Bader <miles@gnu.org>
7429
7430 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7431 foreground color to black if the background is dark.
7432
7382bcae
SM
74332000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7434
7435 * loadhist.el (unload-feature): Typo.
7436
9b4a7800 7437 * finder.el (finder-compile-keywords):
7382bcae
SM
7438 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7439 to the generated file.
7440
7441 * mail/mh-e.el (mh-make-local-vars):
7442 Replace make-variable-buffer-local with make-local-variable.
7443
cdd0f857 7444 * play/landmark.el:
7382bcae 7445 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7446 * mail/mailabbrev.el (mail-abbrevs-mode):
7447 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7448 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7449
7450 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7451
7452 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7453 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7454 Allow going past the last element.
9b4a7800 7455 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7456 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7457 (cvs-mouse-toggle-mark): Don't move point.
7458 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7459
7460 * progmodes/compile.el (grep): Provide a default set of files.
7461 (next-error): Docstring fix.
7462 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7463
7464 * emacs-lisp/easy-mmode.el (define-minor-mode):
7465 Use `symbol-value' to keep the byte-compiler quiet.
7466
7467 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7468 (diff-find-source-location): New fun, extracted from diff-goto-source.
7469 (diff-goto-source): Use it.
7470 (diff-next-complex-hunk, diff-filter-lines): New function.
7471 (diff-apply-hunk): New command.
7472
7473 * smerge-mode.el (smerge-mode-menu): Doc fix.
7474
7475 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7476
4f00b8c1
DL
74772000-08-16 Dave Love <fx@gnu.org>
7478
2b5198bb
DL
7479 * windmove.el (windmove) <defgroup>: Add :version.
7480
7481 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7482 (goto-address-fontify-p, goto-address-highlight-p)
7483 (goto-address-url-face, goto-address-url-mouse-face)
7484 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7485 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7486 (goto-address-fontify, goto-address-at-mouse): Simplify,
7487 (goto-address-at-point): browse-url-url-at-point,
7488 goto-address-find-address-at-point can return nil.
7489 (goto-address-find-address-at-point): Return nil on failure.
7490
7491 * align.el (align) <defgroup>: Add :version.
7492
7493 * calculator.el (calculator): Add :version.
7494 (calculator): Use two lines for calculator window if `modeline'
7495 face is boxed.
7496
4f00b8c1
DL
7497 * play/5x5.el: Doc fixes.
7498 (5x5) <defgroup>: Add :version.
7499
7500 * play/fortune.el (fortune) <defgroup>: Add :version.
7501 (fortune-append): Fix error message.
7502 (fortune-from-region): Doc fix.
7503
7504 * play/pong.el (pong): Doc fix.
7505
7506 * play/morse.el: Keywords, commentary, autoloads.
7507
69db7ee7
EZ
75082000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7509
7510 * desktop.el (desktop-save): Don't look at symbol-value of a
7511 member of minor-mode-alist, unless it is boundp.
7512
10e1dad9
SS
75132000-08-16 Sam Steingold <sds@gnu.org>
7514
a0b8c939 7515 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7516 `while'; use `with-current-buffer' instead of `save-excursion'.
7517 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7518
9d7bcb2e
KH
75192000-08-16 Kenichi Handa <handa@etl.go.jp>
7520
7521 * international/ccl.el (declare-ccl-program): Docstring modified.
7522 (ccl-execute-with-args): Likewise.
7523
04231ab8
MB
75242000-08-16 Miles Bader <miles@gnu.org>
7525
9d245da5 7526 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7527 comint-line-beginning-position.
7528
f68446ef
GM
75292000-08-15 Gerd Moellmann <gerd@gnu.org>
7530
dc28878c
GM
7531 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7532 'buffer-menu' property.
7533 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7534 fails.
7535 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7536 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7537 wasn't killed.
10e1dad9 7538
58ed0d3b
GM
7539 * buff-menu.el (list-buffers-noselect): Don't display the
7540 *Buffer List* buffer.
7541
32dc52f7
GM
7542 * font-lock.el: Require jit-lock to prevent a very late
7543 `Loading jit-lock' message.
7544
f68446ef 7545 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7546 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7547 mail address.
7548
90ac90a2
MB
75492000-08-15 Miles Bader <miles@gnu.org>
7550
7551 * textmodes/ispell.el (ispell-graphic-p): New constant.
7552 (ispell-choices-win-default-height, ispell-help): Use
7553 `ispell-graphic-p' instead of `xemacsp'.
7554
b0a0e263
DL
75552000-08-15 Dave Love <fx@gnu.org>
7556
c1e757e3
DL
7557 * simple.el: Autoload widget-convert when compiling.
7558 (mail-user-agent): Doc fix.
7559
7560 * help.el (function-called-at-point, variable-at-point): Use
7561 with-syntax-table.
7562 (help-manyarg-func-alist): Add insert-and-inherit.
7563
7564 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7565
7566 * delsel.el (delsel-unload-hook): New function.
7567
7568 * find-file.el: Doc fixes. Move provide to end.
7569 (ff) <defgroup>: Add :link.
7570 (ff-goto-click): Deleted.
7571 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7572 Use mouse-set-point.
7573
7574 * textmodes/tildify.el: Doc fixes.
7575 (tildify) <defgroup>: Add:version.
7576
7577 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7578 (glasses-custom-set): Use set-default, not set.
7579 (minor-mode-alist): Propertize the lighter.
7580 (glasses-mode): Provide optional arg.
7581
5f847612
DL
7582 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7583 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7584 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7585 option. Provide :type.
7586 (cwarn-configuration): Provide :type.
7587 (cwarn-mode): Doc fix.
7588
7589 * add-log.el (change-log-merge): Doc fix.
7590 (change-log-redate): New command.
7591
b0a0e263
DL
7592 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7593 Doze and Dog.
7594 (browse-url): Use dolist, not mapcar.
7595 (browse-url-at-point): Check for null url.
7596 (browse-url-event-buffer, browse-url-event-point): Functions
7597 deleted.
7598 (browse-url-at-mouse, browse-url-netscape): Simplify.
7599
7600 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7601 modes.
7602 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7603 Fix previous change to mapcan.
7604 (msb--init-file-alist, msb--add-separators)
7605 (msb--make-keymap-menu): Simplify.
7606 (msb--choose-file-menu): Use copy-sequence.
7607 (msb-mode-map): Add title to keymap.
7608 (msb-unload-hook): New function.
7609
7610 * bs.el: Fix indentation.
7611 (bs) <defgroup>: Add :links.
2b5198bb
DL
7612 (bs-show): Doc fix.
7613 (bs-apply-sort-faces): Don't use window-system.
7614 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7615
70f1b78e
EZ
76162000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7617
7618 * calendar/timeclock.el (timeclock-file): Run .timelog through
7619 convert-standard-filename.
7620
956777b3
GM
76212000-08-14 Gerd Moellmann <gerd@gnu.org>
7622
3215096c
GM
7623 * emacs-lisp/authors.el: New file.
7624
956777b3
GM
7625 * paren.el (show-paren-priority): New user option.
7626 (show-paren-function): Set overlay priorities to
7627 show-paren-priority.
10e1dad9 7628
0cde1424
MB
76292000-08-14 Miles Bader <miles@gnu.org>
7630
7631 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7632 beginning-of-line with inhibit-field-text-motion bound.
7633
90cbf47e
GM
76342000-08-14 Gerd Moellmann <gerd@gnu.org>
7635
7636 * calendar/timeclock.el: New file.
7637
76382000-08-14 David Ponce <david@dponce.com>
7639
7640 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7641 `widget-button-click'. so that one can use left mouse button to
7642 click on dialog buttons.
7643
76442000-08-14 Emmanuel Briot <briot@gnat.com>
7645
7646 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7647 identifiers, since XML is case sensitive
10e1dad9 7648
79e8dca7 76492000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7650
660394d1
MB
7651 * comint.el (comint-output-filter): Don't bother frobbing
7652 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7653
7654 * comint.el (comint-send-string, comint-send-region): Make into
7655 real functions. Snapshot the prompt before sending.
7656
218c2cc7
EZ
76572000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7658
7659 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7660 technique similar to Info-index, instead of relying on specific
7661 names of relevant Index nodes.
7662 (Info-goto-emacs-command-node): Bind Info-history to nil when
7663 going to the first node found by Info-find-emacs-command-nodes.
7664
51e066d2 76652000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7666
7667 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7668
867102f2
MB
76692000-08-10 Miles Bader <miles@gnu.org>
7670
7671 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7672
af718538
EZ
76732000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7674
7675 * info.el (Info-file-list-for-emacs): More elements for the
7676 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7677 and woman manuals.
7678
c51bacd6
MB
76792000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7680
7681 * comint.el (comint-send-input): Make the newline boundary overlay
7682 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7683 (comint-output-filter): Use `insert' instead of
7684 `insert-before-markers'. Extend comint-last-output-overlay when
7685 necessary since we can't rely on insert-before-markers to do it.
7686 * gud.el (gud-filter): Use `with-current-buffer' instead of
7687 save-excursion when inserting the output, so that point gets
7688 updated correctly; the old method relied on a rather dodgy
7689 side-effect of comint-output-filter to avoid the effect of
7690 save-excursion.
7691
98532b12
EZ
76922000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7693
7694 * files.el (recover-file): Call insert-directory instead of
7695 invoking `ls' directly.
7696
3db4b719
MB
76972000-08-10 Miles Bader <miles@gnu.org>
7698
7699 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7700 (comint-last-prompt-overlay): New variables.
7701 (comint-output-filter): Implement prompt highlighting.
7702 (comint-snapshot-last-prompt): New function.
7703 (comint-send-input): Snapshot the last prompt.
7704 Use comint-highlight-input-face.
7705 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7706 Use defface instead of defcustom.
7707 (send-invisible, comint-send-eof): Snapshot the last prompt.
7708 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7709 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7710
96190aa1
SM
77112000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7712
5cda4b07
SM
7713 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7714 (regexp-opt-group): Use a list of chars for `letters'.
7715 (regexp-opt-charset): `chars' is now a list of chars.
7716 Use a char-table rather than a vector so it works for multibyte chars.
7717
96190aa1
SM
7718 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7719 Set cvs-minor-current-files to the selected fileinfo.
7720 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7721 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7722
7d093d56
EZ
77232000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7724
7725 * files.el (insert-directory): Don't call access-file on
7726 directories on DOS and Windows.
7727
b24c5811
KH
77282000-08-09 Kenichi Handa <handa@etl.go.jp>
7729
7730 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7731 longer if necessary.
7732 (ccl-embed-code): Call ccl-embed-data to store CODE in
7733 ccl-program-vector.
7734
0a6fd67e
MB
77352000-08-09 Miles Bader <miles@gnu.org>
7736
7737 * comint.el (comint-output-filter): Properly handle the case where
7738 the text surrounded by comint-last-output-overlay was deleted.
7739
9f6d1a6c
GM
77402000-08-08 Gerd Moellmann <gerd@gnu.org>
7741
25ad1371
GM
7742 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7743 non-nil.
7744 (Info-file-list-for-emacs): Remove "info" from the list because
7745 that leads to trying to use the documentation from file `info'
7746 in various situations where it isn't appropriate, for instance
7747 C-h C-k C-h i.
7748
7749 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7750 DIR and/or STRING are nil.
7751
7752 * progmodes/compile.el (compilation-setup): Make variable
7753 compilation-error-screen-columns buffer-local, as some comment
7754 in the code suggests it should be.
7755
7756 * files.el (auto-mode-interpreter-regexp): New variable.
7757 (set-auto-mode): Use it.
7758
7759 * indent.el (indent-for-tab-command): Doc fix.
7760
7761 * mouse-sel.el (mouse-sel-mode): Doc fix.
7762
9f6d1a6c
GM
7763 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7764 labels.
7765
7766 * help.el (print-help-return-message): When
7767 display-buffer-reuse-frames is set, let the help window been quit,
7768 instead of deleting it, which might delete a reused frame.
7769
3d819a75
EZ
77702000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7771
7772 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7773 rename a directory to a name that differs only by its letter case.
7774
c5a52529
KH
77752000-08-08 Kenichi Handa <handa@etl.go.jp>
7776
7777 * international/quail.el (quail-define-rules): Handle Quail decode
7778 map correctly. Add code for supporting annotations.
7779 (quail-install-decode-map): New function.
7780 (quail-defrule-internal): New optional arguments decode-map and
7781 props.
7782 (quail-advice): New function.
7783
5e9e032a
SS
77842000-08-07 Sam Steingold <sds@gnu.org>
7785
7786 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7787 `defconst', `define-condition', `with-slots'.
7788 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7789
46645f4b
MB
77902000-08-03 Miles Bader <miles@gnu.org>
7791
7792 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7793 New variable.
7794 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7795 comint-use-prompt-regexp-instead-of-fields.
7796 (comint-send-input): Add `input' field property to stuff we send to
7797 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7798 (comint-output-filter): Add `output' field property to process
7799 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7800 (comint-replace-by-expanded-history)
7801 (comint-get-old-input-default, comint-show-output)
7802 (comint-backward-matching-input, comint-forward-matching-input)
7803 (comint-next-prompt, comint-previous-prompt): Use field
7804 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7805 (comint-line-beginning-position): New function.
7806 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7807 (comint-replace-by-expanded-history-before-point): Use
7808 comint-line-beginning-position and line-end-position.
7809 (comint-last-output-overlay): New variable.
7810 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7811
7812 * shell.el (shell-prompt-pattern): Doc change.
7813 (shell-backward-command): Use line-beginning-position.
7814
7815 * gud.el (gud-gdb-complete-command): Use
7816 comint-line-beginning-position.
7817
7818 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7819 comint-bol doesn't actually go to the beginning of the line.
7820
7821 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7822 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7823 (try-expand-line-all-buffers): Likewise.
7824
7825 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7826 explicitly matching comint-prompt-regexp.
7827 (sql-copy-column): Use comint-line-beginning-position instead of
7828 explicitly matching comint-prompt-regexp.
7829
7830 * progmodes/octave-inf.el (inferior-octave-complete): Use
7831 comint-line-beginning-position.
7832
7833 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7834
7835 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7836 looking for a prompt, use `forward-line 0' instead of
7837 `beginning-of-line', to avoid getting caught by an input field.
7838
ff3d9573
GM
78392000-08-07 Gerd Moellmann <gerd@gnu.org>
7840
7841 * files.el (shell-quote-wildcard-pattern): Make sure to return
7842 PATTERN, in the Unix case.
7843
e0d8827b
EZ
78442000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7845
7846 * play/zone.el (zone): Discard any pending input before running
7847 the randomly-chosen pgm.
7848
24d55b8f
KH
78492000-08-07 Kenichi Handa <handa@etl.go.jp>
7850
7851 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7852 checking the existence of any multibyte characters.
7853
3d05e1ee
GM
78542000-08-06 Gerd Moellmann <gerd@gnu.org>
7855
6c4a4368
GM
7856 * help.el (describe-mode): Test minor-mode symbol for being
7857 bound before testing its value for being nil.
7858
3d05e1ee
GM
7859 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7860 `first', `second', and `third'.
7861
7862 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7863 (second): Make it an alias for `cadr'.
7864
6968a481
EZ
78652000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7866
7867 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7868 types of display support faces now.
7869
e49aa397
GM
78702000-08-05 Gerd Moellmann <gerd@gnu.org>
7871
7872 * pcvs.el (require): Require `cl' during compilation, only.
7873
7874 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7875 (toplevel): Remove `remq' and `remove' from autoloads.
7876 (cl-fake-autoloads): New variable. If set, arrange for an error
7877 when CL functions etc. are autoloaded.
7878
588aca27
EZ
78792000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7880
2e78d4ab
EZ
7881 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7882
85628348
EZ
7883 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7884 popped up, but the user clicks outside the menu, return an empty
7885 regexp (that causes unhighlight-regexp to have no effect).
7886
74f0e552
EZ
7887 * menu-bar.el (menu-bar-games-menu): Add Zone.
7888
588aca27
EZ
7889 * hi-lock.el (toplevel): Require font-lock.
7890
f4988be7
GM
78912000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7892
ba087cd7 7893 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7894 (ebnf-8-bit-chars): New var for bug fix.
7895 (ebnf-string): Bug fix.
7896
027b73ac
SS
78972000-08-03 Sam Steingold <sds@gnu.org>
7898
7899 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7900 instead of `buffer-string'.
7901 (require 'cl): Always, not just when compiling.
7902 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7903 necessary.
7904
2f1fa038
EZ
79052000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7906
7907 * international/mule-cmds.el (select-safe-coding-system): Make
7908 the message text about selecting a safe coding system more clear.
7909
ead53494
GM
79102000-08-02 Gerd Moellmann <gerd@gnu.org>
7911
abb2db1c
GM
7912 * hi-lock.el: New file.
7913
7914 * play/zone.el: New file.
7915
ead53494
GM
7916 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7917 value of tab-width in the original buffer. Choose a line number
7918 format that's a multiple of the original buffer's tab width, so
7919 that lines appear right.
7920
7921 * textmodes/ispell.el (ispell): New function, replacing an alias.
7922 Spell-check active region if in transient-mark-mode and mark
7923 is active; otherwise spell-check buffer.
7924
79252000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7926
7927 * ps-mule.el: Fix a customization problem on
7928 ps-mule-font-info-database-default.
7929
f4a2b0a4
EZ
79302000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7931
7932 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7933 display-mouse-p instead of window-system.
7934 (ebrowse-member-mode-map): Ditto.
7935
b685181e
GM
79362000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7937
ba087cd7
EZ
7938 * progmodes/ebnf2ps.el: Update ps-print functions call.
7939 Indentation fix. Doc fix.
b685181e
GM
7940 (ebnf-version): New version number (3.2).
7941 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7942
3b5fab87
EZ
79432000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7944
032ebb29
EZ
7945 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7946 font lock support on window-system.
7947 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7948
3b5fab87
EZ
7949 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7950 display-color-p, if fboundp, instead of window-system.
7951
7e2605e7
EZ
79522000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7953
7954 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7955 instead of window-system.
7956
7957 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7958 window-system.
7959 (widget-choice-mouse-down-action): Use display-popup-menus-p
7960 instead of window-system.
7961
7962 * strokes.el (strokes-file): Run the file name through
7963 convert-standard-filename.
7964 (strokes-mode): Call display-mouse-p instead of looking at
7965 window-system. Change the error message accordingly.
7966
7967 * progmodes/cpp.el (toplevel): Support faces on tty's.
7968
7969 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7970 (lm-plot-square, lm-init-display): Don't use window-system.
7971
7972 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7973 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7974
7975 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7976 instead of looking at window-system.
7977
26119624
GM
79782000-07-30 Gerd Moellmann <gerd@gnu.org>
7979
7980 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7981 of testing if iswitchb-prepost-hooks is bound, because the
7982 latter will always be true when invoking a recursive minibuffer
7983 from an active Iswitchb buffer.
7984
c90596f3
EZ
79852000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7986
7987 * files.el (shell-quote-wildcard-pattern): New function.
7988 (insert-directory): Call it. Only prepend "\" to command on Unix
7989 and GNU/Linux systems.
7990
18925e78
GM
79912000-07-30 Gerd Moellmann <gerd@gnu.org>
7992
7993 * eshell/esh-groups.el: Change custom :link file names
7994 from `eshell.info' to `eshell'.
7995
79962000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7997
7998 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7999 correctly in recursive ange-ftp listings.
8000
80012000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8002
8003 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8004 ps-header-font-size-internal and
8005 ps-header-title-font-size-internal variables are not set,
8006 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8007 face text property is (foreground-color . COLOR) or
8008 `(background-color . COLOR)', ps-print crashes. Doc fix.
8009 (ps-print-version): New version number (5.2.4).
8010 (ps-plot-region): Code fix.
8011 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8012 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8013 Bug fix 2.
8014
80152000-07-30 Milan Zamazal <pdm@freesoft.cz>
8016
8017 * glasses.el (glasses-make-readable): Fix uncapitalization of
8018 identifiers like `myXMLDocument'.
8019
aeb4c63e
KF
80202000-07-28 Karl Fogel <kfogel@red-bean.com>
8021
18925e78
GM
8022 * mail/mail-hist.el (mail-hist-previous-input)
8023 (mail-hist-next-input): Do the obvious code factorization.
8024 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
8025 code of above two.
8026 If inserting a message body, leave point at top.
8027
9d453139
SS
80282000-07-28 Sam Steingold <sds@gnu.org>
8029
8030 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
8031 Use `<=', not `<' to compare times!
8032 (ange-ftp-ls): Remove.
9d453139 8033
b548072f
GM
80342000-07-27 Gerd Moellmann <gerd@gnu.org>
8035
27848c01
GM
8036 * play/cookie1.el: Add explanation of how to make cookie.el
8037 compatible with strfile(1) to comment.
8038
8039 * subr.el (remove, remq): New functions.
8040
3ab82477
GM
8041 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8042 escape `*' in regexps.
8043 (midnight-find): Reverse order of arguments in the funcall of
8044 TEST.
8045
8046 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8047 and `.class'.
8048
b548072f
GM
8049 * play/meese.el: Add Commentary section.
8050
27848c01
GM
80512000-07-27 Alex Schroeder <alex@gnu.org>
8052
8053 * sql.el (sql-ms): Added autoload cookie.
8054 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8055 (sql-oracle): Ditto.
8056 (sql-help): Doc change.
8057
8058 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8059 types and exceptions.
8060
80612000-07-27 Alex Schroeder <alex@gnu.org>
8062
8063 * sql.el (sql-placeholder-history): New variable.
8064 (sql-query-placeholders-and-send): New function that will query
8065 the user and replace placeholders with user input.
8066 (sql-oracle): If running on NT, set comint-input-sender to
8067 sql-query-placeholders-and-send.
8068
8069 (sql-stop): If in the SQLi buffer, insert stop notification, else
8070 present it as a message.
8071
80722000-07-27 Alex Schroeder <alex@gnu.org>
8073
8074 * sql.el (sql-input-ring-separator): Doc change.
8075 (sql-input-ring-file-name): Doc change.
8076 (sql-interactive-mode): Use `sql-input-ring-separator' and
8077 `sql-input-ring-file-name' to set the comint-mode equivalents
8078 without making them local variables.
8079 (sql-stop): Don't bind `sql-input-ring-separator' and
8080 `sql-input-ring-file-name' dynamically to their comint-mode
8081 equivalents.
8082
91ae8751
KH
80832000-07-27 Kenichi Handa <handa@etl.go.jp>
8084
8085 * international/mule.el (register-char-codings): New function.
8086 (make-coding-system): Handle `safe-chars' specification in the arg
8087 PROPERTY.
8088
8089 * international/mule-cmds.el
8090 (find-coding-systems-region-subset-p): This function deleted.
8091 (sort-coding-systems-predicate): New variable.
8092 (sort-coding-systems): New function.
8093 (find-coding-systems-region): Use
8094 find-coding-systems-region-internal.
8095 (find-coding-systems-string): Use find-coding-systems-region.
8096 (find-coding-systems-for-charsets): Check
8097 char-coding-system-table.
8098 (select-safe-coding-system-accept-default-p): New variable.
8099 (select-safe-coding-system): Mostly rewritten. New argument
8100 ACCEPT-DEFAULT-P.
8101 (select-message-coding-system): Call select-safe-coding-system
8102 with ACCEPT-DEFAULT-P arg.
8103 (reset-language-environment): Reset default-sendmail-coding-system
8104 to the default value iso-latin-1.
8105 (set-language-environment): Don't set the obsolete variable
8106 charset-origin-alist.
8107
8108 * international/codepage.el (cp-coding-system-for-codepage-1):
8109 Give `safe-chars' property to make-coding-system.
8110
8111 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8112 calling select-message-coding-system twice.
8113
8114 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8115 instead of `safe-charsets'.
8116 (cyrillic-alternativnyj): Likewise.
8117 (ccl-encode-alternativnyj): Don't check the charset
8118 cyrillic-iso8859-5.
8119
90cf4474
KH
81202000-07-27 Kenichi Handa <handa@etl.go.jp>
8121
8122 * composite.el (compose-chars-after): Preserve match data.
8123
a1f84f6d
SS
81242000-07-26 Sam Steingold <sds@gnu.org>
8125
8126 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8127 (ange-ftp-real-file-newer-than-file-p): New function.
8128 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8129 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8130
8131 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8132 * midnight.el (midnight-float-time): Ditto.
8133
e092928e
AS
81342000-07-26 Andreas Schwab <schwab@suse.de>
8135
8136 * files.el (normal-backup-enable-predicate): Correct
8137 interpretation of the return value of compare-strings.
8138
7465ebef
GM
81392000-07-26 Gerd Moellmann <gerd@gnu.org>
8140
3353ef5a
GM
8141 * isearch.el (isearch-resume): New function.
8142 (isearch-done): Add something to command-history to resume
8143 the search.
8144 (isearch-yank-line, isearch-yank-word): Use
8145 buffer-substring-no-properties instead of buffer-substring.
8146
7465ebef
GM
8147 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8148 of flyspell-mouse-map.
8149
8150 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8151 duplicate definition.
8152 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8153
8154 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8155 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8156
5044b74a
SS
81572000-07-25 Sam Steingold <sds@gnu.org>
8158
25759a92
SS
8159 * net/ange-ftp.el: Get modtime over the net.
8160 (ange-ftp-file-modtime): New function.
a95cb10a
GM
8161 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8162 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
8163 Use it.
8164 (ange-ftp-dot-to-slash): New function.
8165 (ange-ftp-fix-name-for-vms): Use it.
8166
5044b74a
SS
8167 * midnight.el (midnight-buffer-display-time): Use
8168 `with-current-buffer'.
8169
5dcfb3f4
GM
81702000-07-25 Gerd Moellmann <gerd@gnu.org>
8171
8172 * find-dired.el: Update copyright notice.
8173 (find-dired): Offer to kill a running `find'.
8174
8175 * enriched.el (enriched-face-ans): For a `foreground-color'
8176 property, return '(("x-color" COLOR))' so that COLOR will be
8177 output as a parameter of the x-color annotation. Likewise for the
8178 `background-color' property. In the case of normal face
8179 properties, don't return annotations for unspecified foreground
8180 and background face attributes.
8181
8c662166
KH
81822000-07-25 Kenichi Handa <handa@etl.go.jp>
8183
8184 * language/japan-util.el (japanese-katakana-region): Fix handling
8185 HANKAKU argument.
8186
c28da489
MB
81872000-07-25 Miles Bader <miles@gnu.org>
8188
8189 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8190 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8191 constrain-to-field.
8192
ad349719
AI
81932000-07-24 Andrew Innes <andrewi@gnu.org>
8194
8195 * timer.el (timer-activate-when-idle): Add optional parameter
8196 DONT-WAIT. Update docstring.
8197 (run-with-idle-timer): Specify extra parameter to
8198 timer-activate-when-idle, so that timer will be activated
8199 immediately if Emacs is already idle.
8200
8201 * w32-fns.el (w32-using-nt): Fix docstring.
8202
c95162f5
DL
82032000-07-24 Dave Love <fx@gnu.org>
8204
8205 * mouse.el (popup-menu): Set last-command-event.
8206 (mouse-major-mode-menu-prefix): Declare.
8207
e3c31fd5
GM
82082000-07-24 Gerd Moellmann <gerd@gnu.org>
8209
8210 * textmodes/flyspell.el: Update to author's version 1.5d.
8211
8212 * progmodes/hideshow.el: Update copyright notice.
8213
8214 * vcursor.el: Set maintainer to FSF, since author cannot
8215 be reached.
8216
7636d2a3
EZ
82172000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8218
fbe0a958
EZ
8219 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8220 the prompt.
8221
7636d2a3
EZ
8222 * mouse.el (popup-menu): Run the keymap through indirect-function,
8223 in case it was defined with define-prefix-key. If the menu is a
8224 list of keymaps, look up the binding of user's choice in each one
8225 of the keymaps.
8226 (mouse-popup-menubar): If the global and local menu-bar keymaps
8227 don't have a prompt string, create one and insert it into the
8228 keymap. Don't barf if current-local-map returns nil.
8229
e024b101
GM
82302000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8231
8232 * dired.el (dired-sort-R-check): Added to allow recursive listing
8233 to be undone.
8234 (dired-sort-other): Use it.
8235
7972fcfc
GM
82362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8237
e024b101 8238 * Release of cc-mode 5.27
7972fcfc
GM
8239
82402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8241
8242 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8243 c-beginning-of-statement-1 that caused a bad case of recursion
8244 which could consume a lot of CPU in large classes in languages
8245 that have in-expression classes (i.e. Java and Pike).
8246
8247 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8248 statements before top level constructs (i.e. case 6 is moved
8249 before case 5 and is now case 4) to catch in-expression
8250 classes in top level expressions correctly.
8251
82522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8253
8254 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8255 objc-method-intro. Case 4 removed and case 5I added.
8256
8257 * cc-langs.el (c-append-paragraph-start): New variable used by
8258 c-common-init to get paragraph-start correct.
8259 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8260 initialize paragraph-start to make it correct both with and
8261 without the javadoc special case.
8262
8263 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8264 initialize paragraph-start for javadoc markup.
8265
8266 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8267 change by defaulting this to t. It's motivated by the
8268 confusing behavior that otherwise arise from the style system
8269 when editing both java and non-java files at the same time
8270 (see the comments about style setting in c-common-init).
8271
82722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8273
8274 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8275 similar to the one in c-fill-paragraph to check the fill
8276 prefix from the adaptive fill function for sanity.
8277
82782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8279
8280 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8281 defun block.
8282
82832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8284
5044b74a 8285 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
8286
82872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8288
8289 * cc-align.el (c-lineup-multi-inher): Handle lines with
8290 leading comma nicely. Extended to handle member initializers
8291 too.
8292
e024b101 8293 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
8294 c-guess-basic-syntax): Fixed recognition of inheritance lists
8295 when the lines begins with a comma.
8296
5044b74a 8297 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
8298
8299 * cc-vars.el (c-offsets-alist): Changed default for
8300 member-init-cont to c-lineup-multi-inher since it now handles
8301 member initializers and indents better for leading commas.
8302
83032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8304
8305 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8306 handling that caused class open lines to be recognized as
8307 statement-conts in some cases.
8308
8309 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8310 guessed by the adaptive fill function unless point is on the
8311 first line of a block comment.
8312
8313 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8314 when the buffer ends with a macro continuation char.
8315
8316 * cc-engine.el (c-guess-basic-syntax): Added support for
8317 function definitions as statements in Pike. The first
8318 statement in a lambda block is now labeled defun-block-intro
8319 instead of statement-block-intro.
8320
8321 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8322 so that the class surrounding point is selected, not the one
8323 innermost in the state.
8324
8325 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8326 recognition of switch labels having hanging multiline
8327 statements.
8328
8329 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8330 some code in c-guess-basic-syntax to a separate function.
8331 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8332 recognition of member inits with multiple line arglists.
8333 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8334 member-init-cont when the commas are in funny places.
8335
83362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8337
8338 * cc-defs.el (c-auto-newline): Removed this macro since it's
8339 not used anymore.
8340
8341 * cc-engine.el (c-looking-at-bos): New helper function.
8342 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8343 inexpr and toplevel classes apart in Pike.
8344
8345 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8346 of case 9A.
8347
8348 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8349 constant, since "class" can introduce an in-expression class
8350 in Pike nowadays.
8351
83522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8353
8354 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8355 indentation on cpp-macro lines.
8356
8357 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8358 a syntax modifier like comment-intro, to make it possible to
8359 get syntactic indentation for preprocessor directives. It's
8360 incompatible wrt to lineup functions on cpp-macro, but it has
8361 no observable effect in the 99.9% common case where cpp-macro
8362 is set to -1000.
8363
83642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8365
8366 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8367 member-init-cont when the preceding arglist is several lines.
8368
83692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8370
8371 * cc-styles.el (c-style-alist): The basic offset for the BSD
8372 style corrected to 8.
8373
83742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8375
8376 * cc-styles.el (c-style-alist): Adjusted the indentation of
8377 brace list openers in the gnu style.
8378
83792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8380
8381 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8382
8383 * cc-cmds.el (c-electric-brace, c-electric-slash,
8384 c-electric-star, c-electric-semi&comma, c-electric-colon,
8385 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8386 when c-syntactic-indentation is nil.
8387
8388 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8389 we were left at comments preceding the first statement when
8390 reaching the beginning of the buffer.
8391
8392 * cc-vars.el (c-syntactic-indentation): New variable to turn
8393 off all syntactic indentation.
8394
83952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8396
8397 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8398 between the text and the block comment ender when it hangs,
8399 depending on how many there are before the fill.
8400
84012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8402
8403 * cc-engine.el (c-beginning-of-closest-statement): New helper
8404 function to go back to the closest preceding statement start,
8405 which could be inside a conditional statement.
8406 * cc-engine.el (c-guess-basic-syntax): Use
8407 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8408
8409 * cc-engine.el (c-guess-basic-syntax): Better handling of
8410 arglist-intro, arglist-cont-nonempty and arglist-close when
8411 the arglist is nested inside parens. Cases 7A, 7C and 7F
8412 changed.
8413
8414 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8415 up-to-date with javadoc 1.2.
8416
84172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8418
8419 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8420 multiline Pike type decls.
8421
84222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8423
8424 * cc-cmds.el (c-indent-new-comment-line): Always break
8425 multiline comments in multiline mode, regardless of
8426 comment-multi-line.
8427
84282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8429
8430 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8431 fully::qualified::names in C++ member init lists. Preamble in
8432 case 5D changed.
8433
84342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8435
8436 * cc-langs.el (c-common-init): Handling of obsolete variables
8437 moved to c-initialize-cc-mode. More compatible style override
8438 when using global style variables.
8439 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8440 variables moved here.
8441
e024b101 8442 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8443 c-special-indent-hook as a style variable. Don't talk about
8444 doing (c-make-styles-buffer-local t) in a mode hook, since
8445 that's already too late to work right.
5044b74a 8446
7972fcfc
GM
8447 * cc-styles.el (c-make-styles-buffer-local): Flag style
8448 variable localness in c-style-variables-are-local-p to make
8449 the compatibility measure in c-common-init work well.
8450
8451 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8452 longer contain set-from-style.
8453 * cc-styles.el (c-initialize-builtin-style): Don't check for
8454 set-from-style on c-special-indent-hook.
8455 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8456 copy-alist is sufficient now.
8457
8458 * cc-styles.el (c-set-style, c-set-style-1,
8459 c-get-style-variables): Fixes to variable initialization so
8460 that duplicate entries in styles have the same effect
8461 regardless of DONT-OVERRIDE.
8462
8463 * cc-styles.el (c-set-style-2): Fixed bug where the
8464 initialization of inheriting styles failed when the
8465 dont-override flag is set.
8466
8467 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8468 on this.
8469
84702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8471
8472 * cc-defs.el (c-forward-comment): Removed the workaround
8473 introduced in 5.38 since it had worse side-effects. If a line
8474 contains the string "//\"", it regarded the // as a comment
8475 start since the \ temporarily doesn't have escape syntax.
8476
84772000-07-17 Emmanuel Briot <briot@act-europe.fr>
8478
8479 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8480 ada-xref.el before ada-prj.el, so that the Project menu is created
8481 when ada-prj tries to add to it.
8482 (ada-activate-keys-for-case): Suppress the characters that are not
8483 part of the Ada syntax. Better compatibility with else-mode
8484 (ada-adjust-case-interactive): When auto-casing is not active,
8485 correctly insert newlines (used to insert only ^M). Prevent the
8486 syntax table from being changed in case of an error
814299a7 8487 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8488 Do nothing if ada-auto-case is nil.
8489 (ada-after-keyword-p): Ignore keywords that are also attributes
8490 (ada-batch-reformat): Update usage comment
8491 (ada-call-from-contextual-menu): New function
8492 (ada-case-read-exceptions): Reinitialize the casing exception list
8493 first to nil first, so that the casing exception file can be
8494 shared.
8495 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8496 files.
8497 (ada-compile-goto-error): Fix regexp used to detect a file:line
8498 anywhere in the error message
8499 (ada-contextual-menu-last-point): New variable
8500 (ada-create-keymap): If the variable delete-key-deletes-forward is
8501 t on XEmacs, it means that DEL should delete one character
8502 forward.
8503 (ada-create-menu): Use :included instead of :visible for XEmacs.
8504 New submenu "Options".
8505 (ada-end-stmt-re): Correctly indent "select ... then abort"
8506 statements.
8507 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8508 even if they don't match ada-fill-comment-prefix Fix handling of
8509 paragraphs on the first or last line of a file.
8510 (ada-format-paramlist): Fix handling of default parameter values.
8511 (ada-get-body-name): New function.
8512 (ada-get-current-indent): Optimized by searchling directly for an
8513 existing generic part or a statement outside of it. Handle
8514 ada-indent-align-comments when indenting comments Replaced some
8515 regexps by testing directly the next character. This results in a
8516 huge speedup on some files. New indentation scheme for renames
8517 statements. Stop looking for the 'while' or 'for' associated with
8518 a 'loop' at the first semicolon encountered. A "return" can also
8519 match an anonymous access subprogram declaration.
8520 (ada-get-indent-noindent): Ignore strings and comments when
8521 looking for the keywords "record" and "private".
8522 (ada-goto-matching-decl-start): When matching "if", make sure we
8523 are not in fact seeing "end if". Ignore "when" statements except
8524 when initial keyword was "begin". Fix handling of nested
8525 procedures. Add a recursive call to this function to skip over
8526 other 'end' statmts. Fix indentation for "when .. => begin"
8527 (ada-in-open-paren-p): Fix indentation for complex boolean
8528 expressions, where 'and then', 'or else' and parenthesis
8529 statements are mixed up.
8530 (ada-in-paramlist-p): Skip comments while searching for the
8531 beginning Fix handling of operator declarations.
8532 (ada-indent-align-comments): New variable
8533 (ada-indent-current): Change the syntax table only in the
8534 protected section, so that we are sure it is restored correctly.
8535 (ada-indent-on-previous-lines): Use ada-use-indent and
8536 ada-with-indent Correctly indent "select ... then"
8537 (ada-indent-region): Slight speedup.
8538 (ada-indent-renames): New variable.
8539 (ada-last-which-function-subprog, ada-last-which-function-line):
8540 New variables
8541 (ada-looking-at-semi-private): Correctly indent the 'private'
8542 keyword when it is the first word in a package declaration.
8543 (ada-loose-case-word): Stop searching if at the end of the buffer.
8544 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8545 even if point is not initially at the end of the word.
8546 (ada-matching-decl-start-re): Add "when".
8547 (ada-mode): Add support for abbrev-mode, outline-mode and
8548 which-func-mode Override the old find-file.el entry in
8549 ff-special-constructs since it is using the obsolete
8550 ada-spec-suffix variable
8551 (ada-no-auto-case): New function
8552 (ada-scan-paramlist): When parsing the argument type, accept
8553 spaces (as in "X 'Class", generated by Rational Rose).
8554 (ada-other-file-name): No longer loads the other file.
8555 (ada-popup-menu): Save and restore the current buffer and cursor
8556 position before and after displaying the menu.
8557 (ada-search-ignore-complex-boolean): New function.
8558 (ada-uncomment-region): Emacs21 already knows how to delete
8559 comments not starting in the first column.
8560 (ada-use-indent): New variable
8561 (ada-which-function): New function.
8562 (ada-with-indent): New variable
8563 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8564 can be batch-compiled from the command line.
8565
8566 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8567 Add to the menu when the file is loaded, not in ada-mode-hook.
8568 Add -toolbar to the default ddd command Switches moved from
8569 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8570 ada-prj-default-comp-opt
8571 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8572 Reference Manual to the menu
8573 (ada-check-current): rewritten as a call to ada-compile-current
8574 (ada-compile): Removed.
8575 (ada-compile-application, ada-compile-current, ada-check-current):
8576 Set the compilation-search-path so that compile.el automatically
8577 finds the sources in src_dir. Automatic scrollong of the
8578 compilation buffer. C-uC-cC-c asks for confirmation before
8579 compiling
8580 (ada-compile-current): New parameter, prj-field
8581 (ada-complete-identifier): Load the .ali file before doing
8582 processing
8583 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8584 conform to gnatmake's behavior.
8585 (ada-find-file-in-dir): New function
8586 (ada-find-references): Set the environment variables for gnatfind
8587 (ada-find-src-file-in-dir): New function.
8588 (ada-first-non-nil): Removed
8589 (ada-gdb-application): Add support for jdb, the java debugger.
8590 (ada-get-ada-file-name): Load the original-file first if not done
8591 yet.
8592 (ada-get-all-references): Handles the new ali syntax (parent types
8593 are found between <>).
8594 (ada-initialize-runtime-library): New function
8595 (ada-mode-hook): Always load a project file when a file is opened,
8596 so that the casing exceptions are correctly read.
8597 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8598 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8599 to open the project file, since the latter does not work with
8600 speedbar Get default values before loading the prj file, or the
8601 default executable file name is wrong. Use the absolute value of
8602 src_dir to initialize ada-search-directories and
8603 compilation-search-path,... Add the standard runtime library to
8604 the search path for find-file.
8605 (ada-prj-default-debugger): Was missing an opening '{'
8606 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8607 variables.
8608 (ada-prj-default-gnatmake-opt): New variable
8609 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8610 buffers, the project file is the default one Save the windows
8611 configuration before displaying the menu.
8612 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8613 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8614 ...) regexp-quote identifiers names to support operators +,
8615 -,... in regexps.
8616 (ada-remote): New function.
8617 (ada-run-application): Erase the output buffer before starting the
8618 run Support remote execution of the application. Use
8619 call-process, or the arguments are incorrectly parsed
8620 (ada-set-default-project-file): Reread the content of the active
8621 project file, not the one from the current buffer When a project
8622 file is set as the default project, all directories are
8623 automatically associated with it.
8624 (ada-set-environment): New function
8625 (ada-treat-cmd-string): New special variable ${current}
8626 (ada-treat-cmd-string): Revised. The substitution is now done for
8627 any ${...} substring
8628 (ada-xref-current): If no body was found, compiles the spec
8629 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8630 compiler to get rid of command line length limitations.
8631 (ada-xref-get-project-field): New function
8632 (ada-xref-project-files): New variable
8633 (ada-xref-runtime-library-specs-path)
8634 (ada-xref-runtime-library-ali-path): New variables
8635 (ada-xref-set-default-prj-values): Default run command now does a
8636 cd to the build directory. New field: main_unit Provide a default
8637 file name even if the current buffer has no prj file.
8638
8639 * ada-prj.el:
8640 Rewritten to show a tabbed-dialog.
8641 (ada-prj-add-ada-menu): Remove the map and name parameters.
8642 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8643 New function
8644 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8645 (ada-prj-load-from-file): New function
8646 (ada-prj-save): Always save fields that depend on the current buffer
8647 (ada-prj-show-value): New function
5044b74a 8648
7972fcfc
GM
8649 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8650 Ada mode. This will allow us to display the Ada menu in any buffer
8651 we want (for project items).
8652 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8653 number of spaces in the header.
5044b74a 8654
8730a8da
DL
86552000-07-24 Dave Love <fx@gnu.org>
8656
8657 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8658
db3ca487
NF
86592000-07-23 Noah Friedman <friedman@splode.com>
8660
ad953485
NF
8661 * type-break.el (type-break): perform autosave.
8662 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8663 (type-break-do-query): Cancel query schedule while performing
8664 actual query, to avoid possibility of a second query being made
8665 while first one is already in progress.
8666 (type-break-time-stamp-format): New variable.
8667 (type-break-time-stamp): New function.
8668 (type-break-time-warning): Use it.
8669 (type-break-keystroke-warning): Use it.
8670 (type-break-noninteractive-query): Use it.
8671
03a9c6d0
NF
8672 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8673 cookie.
8674 Use add-minor-mode to set minor-mode-alist, if available.
8675 (eldoc-echo-area-use-multiline-p): New user option.
8676 (eldoc-echo-area-multiline-supported-p): New variable.
8677 (eldoc-docstring-format-sym-doc): Use them.
8678 (eldoc-mode): If not using idle timers, append to local post and
8679 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8680 (eldoc-display-message-no-interference-p): Don't interfere with
8681 edebug.
8682 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8683 (eldoc-function-arglist): New function.
8684 (eldoc-function-argstring): Use it.
8685
db3ca487
NF
8686 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8687 auto save directory exists before calling directory-files.
8688
f7ad1899
DL
86892000-07-23 Dave Love <fx@gnu.org>
8690
8691 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8692 ^o, ^u.
8693
43e764c9
DL
86942000-07-21 Dave Love <fx@gnu.org>
8695
475de6f4
DL
8696 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8697 now passed to the function. It now works properly.
8698
43e764c9
DL
8699 * smerge-mode.el (smerge-mode-menu): Fill it out.
8700
e8bea4c0
GM
87012000-07-20 Gerd Moellmann <gerd@gnu.org>
8702
8703 * info-look.el (info-lookup): If *info* is shown in another frame
8704 on the same display, select that frame, instead of switching to
8705 the Info buffer in another window of the selected frame.
8706
8707 * simple.el (universal-argument-map): Bind numeric keypad keys
8708 kp-0 to kp-9 and kp-subtract.
8709 (digit-argument): Handle these keys.
8710
bc75b4fd
DL
87112000-07-20 Dave Love <fx@gnu.org>
8712
8713 * net/goto-addr.el (goto-address-fontify): Don't bother with
8714 buffer-modified and read-only stuff -- irrelevant with overlays.
8715 Put an extra property on the overlays and use it to clean up in
8716 case goto-address is re-run.
8717
8b7bc628
RS
87182000-07-19 Richard M. Stallman <rms@gnu.org>
8719
18e21ce8
RS
8720 * timer.el (run-with-idle-timer): Doc fix.
8721
db3ca487 8722 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8723 Handle case where <...> appears inside "...".
8724 Use replace-match to edit the string more simply.
8725 (rmail-dont-reply-to): Cope with an unmatched ".
8726
50575ec2
DL
87272000-07-19 Dave Love <fx@gnu.org>
8728
8729 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8730 implementation.
8731
8732 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8733 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8734 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8735
4279296d
GM
87362000-07-19 Gerd Moellmann <gerd@gnu.org>
8737
47db06aa
GM
8738 * textmodes/refer.el: Correct maintainer's email address.
8739
8740 * progmodes/hideif.el: Correct author's email address.
8741 Fix typo in comment.
8742
8743 * xml.el: New file.
8744
4279296d
GM
8745 * mail/mailheader.el: Correct author's mail address.
8746
8747 * gnus/parse-time.el: Correct author's mail address.
8748
47db06aa 87492000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8750
8751 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8752 New user options.
8753 (comint-input-ring-file-name): Change custom type.
8754 (comint-mode-map): Bind mouse-2.
8755 (comint-insert-clicked-input): New function.
8756 (comint-send-input): Handle input highlighting.
8757
21ad0f7b
SM
87582000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8759
8760 * mouse.el (popup-menu): New function.
8761 (mouse-major-mode-menu): Use it.
8762
3b33a005
DL
87632000-07-18 Dave Love <fx@gnu.org>
8764
8765 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8766 improvements.
8767
dc1cac59
GM
87682000-07-18 Gerd Moellmann <gerd@gnu.org>
8769
21ad0f7b 8770 * faces.el (face-font-selection-order)
dc1cac59 8771 (face-font-family-alternatives): Add custom type.
db3ca487 8772
f8276b77
DL
87732000-07-18 Dave Love <fx@gnu.org>
8774
8775 * cus-edit.el (custom-variable-reset-saved)
8776 (custom-variable-reset-standard): Remove unused bindings.
8777
8778 * rect.el (open-rectangle-line): Remove unused let.
8779
8780 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8781
3d6cd763
GM
87822000-07-18 Gerd Moellmann <gerd@gnu.org>
8783
8784 * cdl.el: Fix `Maintainer' keyword.
8785
8786 * play/pong.el: Add author's email address.
8787
34342a07
SS
87882000-07-17 Sam Steingold <sds@gnu.org>
8789
8790 * files.el (insert-directory): Call `split-string' instead of
8791 re-implementing it.
8792
088831a6
GM
87932000-07-18 Gerd Moellmann <gerd@gnu.org>
8794
8795 * mail/vms-pmail.el: Change maintainer to FSF.
8796
8797 * net/goto-addr.el: Change maintainer to FSF.
8798
088831a6 8799 * info.el (Info-title-face-alist): Removed.
db3ca487 8800
c152047f
GM
88012000-07-18 David Ponce <david@dponce.com>
8802
8803 * recentf.el (recentf-open-files): New command that works like
8804 `recentf-open-more-files', but shows the whole list of files (not just
8805 those omitted from the menu). Useful if you don't use a menu-bar!
8806 (recentf-open-more-files) Modified to use `recentf-open-files'.
8807
8808 (recentf-open-files, recentf-open-more-files)
8809 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 8810
c152047f
GM
8811 (recentf-dialog-mode): New mode for dialogs. You can now just type
8812 "q" to cancel the dialogs.
8813
88142000-07-18 David Ponce <david@dponce.com>
8815
8816 * recentf.el: This is a major update of recentf.el. It adds new
8817 features to better organize the recentf menu and "More..." buffer.
8818
8819 Using new provided menu filtering functions you can now organize the
8820 recent files list:
8821
8822 - by major modes
8823 - by directories
8824 - by user defined rules
8825
8826 Finally, with the new `recentf-filter-changer' customizable filter you
8827 can define a ring of filters and dynamically (via the menu) cycle on
8828 each menu organization in the ring (a la msb).
8829
68be2869
EZ
88302000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8831
8832 * eshell/eshell.el (eshell): Replace links to eshell.info with
8833 links to eshell, to avoid problems on systems where the manual is
8834 installed as `eshell'.
8835 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8836 * eshell/em-smart.el (eshell-smart): Ditto.
8837 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8838 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8839
8840 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8841 same-file check in the MS-DOS version (it does support inodes).
8842
8843 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8844
21ad0f7b
SM
8845 * eshell/eshell.el (eshell-directory-name):
8846 Run default directory name through convert-standard-filename.
68be2869 8847
269b4dcb
KH
88482000-07-18 Kenichi Handa <handa@etl.go.jp>
8849
21ad0f7b
SM
8850 * international/mule-cmds.el (select-safe-coding-system):
8851 Fix typo in the comment.
240a16cf 8852
21ad0f7b
SM
8853 * language/european.el (compound-text):
8854 Force katakana-jisx0201 to be designated to G1.
aa96c820 8855
21ad0f7b
SM
8856 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8857 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8858 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8859
269b4dcb
KH
8860 * international/kkc.el (kkc-after-update-conversion-functions):
8861 New variable.
8862 (kkc-update-conversion): Run functions in it at the tail.
8863
68be2869 88642000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8865
21ad0f7b
SM
8866 * lisp/align.el (align-newline-and-indent):
8867 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8868 (align-region): Fixed badly formatted minibuffer message.
8869
7a3fd467
KH
88702000-07-17 Kenichi Handa <handa@etl.go.jp>
8871
21ad0f7b 8872 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8873 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8874 the conversion list at first if appropriate.
8875 (kkc-next): Don't update kkc-next-count here.
8876 (kkc-prev): Don't update kkc-prev-count here.
8877 (kkc-show-conversion-list-update): Fix setting up of conversion
8878 list message.
8879
a45423d8
SM
88802000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8881
088831a6 8882 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8883
91a38db1
DL
88842000-07-16 Dave Love <fx@gnu.org>
8885
8886 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8887 function to be more specific.
8888
8889 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8890 non-string help-echo.
8891 (widget-types-convert-widget): Defsubst it.
8892 (widget-echo-help): Try to cope with a help-echo function of two
8893 possible sorts.
8894
3fddcdc3
JR
88952000-07-15 Jason Rumney <jasonr@gnu.org>
8896
8897 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8898 Declare as obsolete.
8899
8900 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8901
bd23a692
GM
89022000-07-14 Gerd Moellmann <gerd@gnu.org>
8903
8904 * hilit-chg.el: Fix typo.
8905
d4af987a
DL
89062000-07-14 Dave Love <fx@gnu.org>
8907
8908 * info.el (Info-mode-menu): Fix use of :help, :enable.
8909
3a4f3f86
SM
89102000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8911
8912 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8913
cf6936a4
DL
89142000-07-13 Dave Love <fx@gnu.org>
8915
4d6d04b5
DL
8916 * emacs-lisp/easymenu.el: Doc fixes.
8917 (easy-menu-remove): Defalias to ignore.
8918
cf6936a4
DL
8919 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8920 Call throw correctly.
8921
56437999
GM
89222000-07-13 Gerd Moellmann <gerd@gnu.org>
8923
8924 * faces.el (frame-background-mode): Doc fix.
8925
8926 * simple.el (eval-expression-print-length): Change custom type to
8927 allow entering nil as value.
8928
d04a3972
DL
89292000-07-13 Dave Love <fx@gnu.org>
8930
3a4f3f86
SM
8931 * progmodes/fortran.el (fortran-imenu-generic-expression):
8932 Change definition layout.
a8189dfe
DL
8933 (fortran-mode-menu): Reinstate customize entries.
8934
d04a3972
DL
8935 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8936 Use :filter, per old XEmacs code.
8937
4bf4fb05
GM
89382000-07-12 Gerd Moellmann <gerd@gnu.org>
8939
8940 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8941 event when deciding what to send to the terminal.
8942
37328bcd
DL
89432000-07-12 Dave Love <fx@gnu.org>
8944
8945 * cus-start.el: Add optional version as 4th element of specs and
8946 use it for several things new in v21. Remove load-path. Fix type
8947 of line-number-display-limit.
8948
89492072
DL
89492000-07-11 Dave Love <fx@gnu.org>
8950
3a4f3f86
SM
8951 * progmodes/fortran.el: Don't require easymenu.
8952 Use repeat counts in various regexps.
315aa1de
DL
8953 (fortran-mode-syntax-table): Defvar directly.
8954 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8955 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8956 Use defvar, not defconst.
8957 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8958 (fortran-mode): Set fortran-comment-line-start-skip,
8959 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8960 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8961 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8962 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8963 (fortran-comment-region, fortran-electric-line-number): Simplify.
8964 (fortran-auto-fill): New function.
8965 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8966 (fortran-find-comment-start-skip):
8967 Check for non-null comment-start-skip.
8968 (fortran-auto-fill-mode, fortran-fill-statement):
8969 Use fortran-auto-fill.
315aa1de 8970 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8971 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8972
89492072
DL
8973 * widget.el (widget-plist-member): New alias.
8974
d55ead18
EZ
89752000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8976
8977 * eshell/esh-module.el (toplevel): Reference
8978 byte-compile-current-file only if it is bound.
8979
e82a2a05
GM
89802000-07-10 Gerd Moellmann <gerd@gnu.org>
8981
8982 * dired.el: Don't require `dired-aux'.
8983
1fc7fb2b
MB
89842000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8985
8986 * dired-aux.el (dired-show-file-type): New function.
8987 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8988 (dired-show-file-type): Add autoload.
8989
ab49ce15
KH
89902000-07-10 Kenichi Handa <handa@etl.go.jp>
8991
8992 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8993 change of fontset-info.
ab49ce15
KH
8994 (print-fontset): Likewise.
8995
f45aab65
SM
89962000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8997
8998 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8999
2f72fd2f
GM
90002000-07-07 Gerd Moellmann <gerd@gnu.org>
9001
e82a2a05 9002 * bindings.el: Bind `[delete]' to delete-char.
965522f5 9003
2f72fd2f
GM
9004 * dired.el (dired-find-alternate-file): New function.
9005 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9006 (toplevel): Require dired-aux when compiling.
9007 (dired-buffers): Move defvar within file to avoid compiler warning.
9008
9009 * info.el (Info-last-search): Variable removed.
9010 (Info-search-history): New variable.
9011 (Info-search): New Info-search-history.
9012
9013 * battery.el, info-look.el: Change author's mail address.
9014
965522f5 90152000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 9016
965522f5
GM
9017 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9018 if rmail-ignored-headers is nil.
9019 (rmail-retry-failure): Bind rmail-ignored-headers and
9020 rmail-displayed-headers to nil.
9021
dd8888a1
GM
90222000-07-06 Gerd Moellmann <gerd@gnu.org>
9023
e5c81191
GM
9024 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9025 (print-region-1): Don't hard code `-h' here.
9026
dd8888a1
GM
9027 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9028
e5c81191
GM
90292000-07-01 Francesco Potorti` <pot@gnu.org>
9030
9031 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9032 exim can use "your message" instead of "the message".
34342a07 9033
f45aab65
SM
90342000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9035
9036 * facemenu.el: Docstrings fixes.
9037 (facemenu-get-face): Don't use internal-find-face.
9038 (facemenu-iterate): Rename arg to match the docstring.
9039
9040 * newcomment.el (uncomment-region): Be more careful when skipping
9041 backwards over `=' not to bump into BOBP.
9042
d396e521 90432000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 9044
dd8888a1
GM
9045 * ediff-diff.el (ediff-wordify): Use syntax table.
9046 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 9047 ediff-color-display-p.
dd8888a1 9048 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
9049 from defsubst.
9050 Got rid of special cases for NeXT and OS/2.
dd8888a1 9051 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 9052 face.
34342a07 9053
5e2dfaa4
SM
90542000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9055
9056 * emacs-lisp/lucid.el: Require CL.
9057 (copy-tree, remprop): Remove, it's provided by CL.
9058 (map-keymap): Define in terms of cl-map-keymap.
9059 (extent-property, set-extent-end-glyph): New functions.
9060
9061 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9062
d5c5cddd
GM
90632000-07-05 Gerd Moellmann <gerd@gnu.org>
9064
485266d0
GM
9065 * Makefile.in (DONTCOMPILE): Add comment that the name may
9066 not be changed without changing the make-dist script.
9067
5e2dfaa4 9068 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 9069 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 9070
e2c46326
AI
90712000-07-05 Andrew Innes <andrewi@gnu.org>
9072
9073 * makefile.nt: Add support for `bootstrap' and related targets.
9074
a027a91b
SM
90752000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9076
9077 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9078 (easy-menu-do-define): Use `menu-item' format.
9079 Handle case where easy-menu-create-menu returns a symbol.
9080 Manually call the potential top-level filter in the function binding.
9081 (easy-menu-filter-return): New arg NAME.
9082 Convert to a keymap if MENU is an XEmacs menu.
9083 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9084 (easy-menu-converted-items-table, easy-menu-convert-item):
9085 New var and fun to memoize easy-menu-convert-item-1.
9086 (easy-menu-do-add-item): Use it.
9087 (easy-menu-create-menu): Use easy-menu-convert-item.
9088 Wrap easy-menu-filter-return around any :filter specification.
9089 Don't convert the menu if a filter was specified.
9090 Tell easy-menu-make-symbol not to check for MENU being an expression.
9091 (easy-menu-make-symbol): New arg NOEXP.
9092
5e03eb84
GM
90932000-07-05 Gerd Moellmann <gerd@gnu.org>
9094
9095 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9096 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9097 (eval-defun): If called with prefix arg, instrument code for
9098 Edebug.
9099
9100 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9101 similar to that of eval-defun.
9102
fca68a95
DL
91032000-07-04 Dave Love <fx@gnu.org>
9104
7ccbba4c
DL
9105 * hl-line.el (hl-line-overlay): Make it permanent-local.
9106
fca68a95
DL
9107 * calendar/todo-mode.el: Replaced with a working version, based on
9108 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9109
91102000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
9111
9112 * paths.el (prune-directory-list): New function.
9113 (Info-default-directory-list): Rewritten to more methodically
9114 enumerate a big list of possible info directories (based on the
9115 list used by the standalone info reader).
fca68a95 9116
78e7e8a0 9117 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 9118 non-existent directories from Info-directory-list.
78e7e8a0 9119
78e7e8a0
MB
9120 * paths.el (Info-default-directory-list): Try a list of possible
9121 info-directories instead of a single one. Add the possible
9122 info directory "/usr/share/info".
9123
9124 * woman.el (woman-man.conf-path): Explicitly include the debian
9125 man-db config file "/etc/manpath.config".
9126 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9127 are present in `manpath.config'.
9128 (woman-manpath): Include "/usr/share/man".
9129
67c9a1d2
GM
91302000-07-03 Gerd Moellmann <gerd@gnu.org>
9131
6753393b
GM
9132 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9133
9134 * startup.el (command-line): Initialize blink-cursor based
9135 on window-system.
9136
e4f98ad3
GM
9137 * frame.el (blink-cursor): Default to nil if not running under
9138 a window-system.
9139
2f516940
GM
9140 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9141 (face-x-resources): Remove duplicate entry for :font.
9142
67c9a1d2
GM
9143 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9144 instead of cycling through windows with next-window.
9145
9146 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9147 of cycling through windows with next-window.
9148
9149 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9150 of cycling through windows with next-window.
9151
9152 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9153 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9154 instead of cycling through windows with next-window.
9155
9156 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9157 instead of cycling through windows with next-window.
9158
9159 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9160 of cycling through windows with next-window.
9161
9162 * terminal.el (te-process-output): Use walk-windows instead of
9163 cycling through windows with next-window.
9164
9165 * server.el (server-switch-buffer): Use some-window instead of
9166 cycling through windows with next-window.
9167
9168 * window.el (some-window): New function.
9169 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 9170
3a4f3f86 9171 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 9172
8b7bc628 91732000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
9174
9175 * window.el (walk-windows): Guarantee termination by keeping a list
9176 of all the windows already handled.
9177
d0d57043
EZ
91782000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9179
9180 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9181 window-system.
9182
9183 * man.el (Man-notify-when-ready): Don't use window-system. If
9184 Man-notify-method is newframe, and the display is not
9185 multi-frame, select the frame created for the man page.
9186 (Man-init-defvars): Doc fix.
9187
d5483ab1
GM
91882000-06-28 Gerd Moellmann <gerd@gnu.org>
9189
af5c25e1
GM
9190 * faces.el (region): Change background color for light background.
9191
9192 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9193 attribute from mode-line face of Ediff control frame.
9194
d5483ab1
GM
9195 * replace.el (query-replace-map): Bind `e' like `E'.
9196
9d47450f
EZ
91972000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9198
3a4f3f86
SM
9199 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9200 Change name to "Select All".
496b7491 9201
9d47450f
EZ
9202 * dos-fns.el (convert-standard-filename): Fix last change.
9203
0b431deb
GM
92042000-06-27 Gerd Moellmann <gerd@gnu.org>
9205
4fa9f636
GM
9206 * help.el (describe-variable): Don't insert a second `'s' in front
9207 of the string `value is shown below'. Since the syntax-table is
9208 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9209 an existing `'s', so that this won't be deleted.
9210
0b431deb
GM
9211 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9212 * pcmpl-unix.el: New files.
9213
32cad0aa
SM
92142000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9215
9216 * wid-edit.el (widget-member): Use the new plist-member.
9217
2c69ced2
GM
92182000-06-26 Gerd Moellmann <gerd@gnu.org>
9219
44c0f771
GM
9220 * replace.el (perform-replace): Undo change of 2000-04-04.
9221 Instead, move backward 1 character at the end of the loop when
9222 necessary.
34342a07 9223
1d36487c
GM
9224 * faces.el (fringe): Change face for different backgrounds.
9225
9226 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9227 patch from John.
9228
2c69ced2
GM
9229 * eshell/*.el: Change spelling of the Free Software Foundation.
9230
9231 * eshell/esh-toggle.el: Removed.
9232
9233 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9234
9235 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9236 interactively.
9237
92382000-06-26 Alex Schroeder <alex@gnu.org>
9239
9240 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9241 `define-key'; instead of checking `(emacs-version)' check for
9242 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9243 for `;' and `o' which might be electric.
9244
9245 (sql-electric-stuff): New user option.
9246 (sql-magic-go): New function which uses `sql-electric-stuff'.
9247 (sql-magic-semicolon): New function which uses
9248 `sql-electric-stuff'.
9249
9250 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9251 is not fboundp.
9252
9253 (sql-oracle-options): New variable.
9254 (sql-oracle): Use it.
9255
9256 (sql-imenu-generic-expression): Doc change.
9257 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9258 is used.
9259
9260 (sql-informix): Added command line parameter "-" to force
9261 sql-informix-program to use stdout.
9262
db1306d8
EZ
92632000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9264
3a4f3f86 9265 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
9266 (cp864-decode-table): Doc fix.
9267 (cp720-decode-table): New variable, supports the Arabic OEM
9268 codepage used by Windows.
9269 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9270
c69e5fcd
DL
92712000-06-23 Dave Love <fx@gnu.org>
9272
9273 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9274 (font-lock-fontify-anchored-keywords): Use
9275 line-beginning-position.
9276 (global-font-lock-mode): Use mapc.
9277
30ad8f23
SM
92782000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9279
9280 * eshell/esh-module.el: Require CL when compiling.
9281
26b4dc84
GM
92822000-06-23 Gerd Moellmann <gerd@gnu.org>
9283
78c56e70
GM
9284 * comint.el (comint-substitute-in-file-name): Call replace-match
9285 with second and third arg t.
9286
34342a07 9287 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
9288 Specify foreground color.
9289
9290 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9291 color.
9292
affbf647
GM
9293 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9294
9295 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9296 cddr instead of cdddr.
9297
25fffb31
GM
9298 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9299 instead of copy-list.
9300
9301 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9302 of copy-list.
9303
26b4dc84
GM
9304 * subdirs.el: Add eshell subdirectory.
9305
9306 * eshell: New subdirectory containing the Eshell package.
9307
9308 * pcomplete.el: New file.
9309
78c56e70
GM
93102000-06-23 Paul Eggert <eggert@twinsun.com>
9311
ea055732
GM
9312 * mail/mailpost.el (post-mail-send-it): Make sure file has
9313 proper permissions from birth.
9314
9315 * files.el (basic-save-buffer-2): When temporarily setting
9316 file modes, set them to current modes plus 0200, not to 0777.
9317
78c56e70
GM
9318 * emerge.el (emerge-make-temp-file): Make sure file has proper
9319 permissions from birth.
9320
a3a7ff33
EZ
93212000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9322
9323 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9324 backup file name through convert-standard-filename.
9325
9326 * dos-fns.el (convert-standard-filename): Convert leading
9327 directories as well. When long file names are supported, convert
9328 characters that are invalid in Windows file names.
9329
1fd9b7fe
GM
93302000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9331
9332 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9333 ps-print crashes. New feature: page selection for printing. Create
9334 raw-text-unix coding system for XEmacs. Doc fix.
9335 (ps-print-version): New version number (5.2.3).
9336 (ps-plot-region): Bug fix.
9337 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9338 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9339 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9340 funs.
9341 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9342 (ps-last-page): New vars.
9343
16ed8416
GM
93442000-06-21 Gerd Moellmann <gerd@gnu.org>
9345
9346 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9347 empty option string.
9348
4fbee715
EZ
93492000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9350
9351 * man.el (man): Doc fix.
9352
eaecfc94
KH
93532000-06-21 Kenichi Handa <handa@etl.go.jp>
9354
9355 * international/mule-cmds.el (set-language-info-alist): Docstring
9356 fixed.
9357
4a27bdfb
GM
93582000-06-20 Gerd Moellmann <gerd@gnu.org>
9359
9360 * version.el (emacs-version): Use ISO date format.
9361
9362 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9363 instead of `M-backspace'.
9364
9365 * simple.el (turn-off-auto-fill): New function.
9366
8972fe79
SM
93672000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9368
9369 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9370 Renamed from with-buffer-prepared-for-font-lock and use
9371 inhibit-modification-hooks rather than setting *-change-functions.
9372 Update all functions to use the new name.
9373 (jit-lock-first-unfontify-pos): New semantics (and doc).
9374 (jit-lock-mode): Make non-interactive.
9375 Don't automatically turn on font-lock.
9376 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9377 Always use jit-lock-after-change.
9378 Remove and restore font-lock-after-change-function.
9379 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9380 (jit-lock-after-unfontify-buffer): Remove.
9381 (jit-lock-stealth-fontify):
9382 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9383 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9384
5d80cc9c
SS
93852000-06-20 Sam Steingold <sds@gnu.org>
9386
9387 * emacs-lisp/cl-indent.el (toplevel): Indent
9388 `print-unreadable-object' properly. Untabify.
9389
f54e4d13
CD
93902000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9391
9392 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9393 Support for bibentry.
9394 (reftex-compile-variables): Fixed problem with end of section-re.
9395
9396 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
9397 reftex-view-crossref-from-bibtex):
9398 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
9399 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9400 Replaced `remprop' with `put'.
8972fe79
SM
9401 (reftex-view-crossref, reftex-view-crossref-when-idle):
9402 Support for bibentry.
f54e4d13 9403
8972fe79
SM
9404 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9405 New entry for bibentry package.
f54e4d13 9406
8972fe79
SM
9407 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9408 Regexp also matches "\nobibliography".
f54e4d13 9409
8972fe79
SM
9410 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9411 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9412 (reftex-ensure-write-access): New function.
9413
f54e4d13
CD
94142000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9415
9416 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9417
9418 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9419
9420 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9421
9422 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9423
9424
560c43f4
DL
94252000-06-20 Dave Love <fx@gnu.org>
9426
9427 * faces.el (frame-background-mode): Use set-default, not set, in
9428 setter.
9429 (frame-update-faces, frame-update-face-colors): Define with
9430 defalias.
9431
9432 * enriched.el (enriched-decode-foreground)
9433 (enriched-decode-background): Don't use internal-find-face.
9434
9435 * apropos.el: Doc fixes.
9436
9437 * cus-edit.el (customize-changed-options): Check arg.
9438 (customize-version-lessp): Don't require decimal point.
9439
9440 * custom.el (defcustom, defgroup): Doc fix.
9441
9442 * newcomment.el (comment) <defgroup>: Add :version.
9443 (comment-multi-line): Doc fix.
9444
9445 * emulation/mlsupport.el (define-hooked-local-abbrev,
9446 define-hooked-global-abbrev): Fix, using define-abbrev.
9447
cdf0357b
GM
94482000-06-19 Gerd Moellmann <gerd@gnu.org>
9449
9450 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9451 the whole buffer.
9452
10013d74
DL
94532000-06-19 Dave Love <fx@gnu.org>
9454
9455 * menu-bar.el (menu-bar-options-save): New function.
9456 (menu-bar-options-menu): Use it.
9457 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9458 Simplify.
9459
6922f208
AS
94602000-06-19 Andreas Schwab <schwab@suse.de>
9461
9462 * progmodes/etags.el (tags-query-replace): Put new parameters
9463 START and END at the end, for backward compatibility.
9464
10d7bf84
KH
94652000-06-19 Kenichi Handa <handa@etl.go.jp>
9466
9467 * international/codepage.el:
9468 (cp-coding-system-for-codepage-1): Delete special codes for
9469 generating xxx-dos coding system because now a CCL based coding
9470 system can handle EOL conversion by default.
9471
9472 * international/mule.el (make-coding-system): Generate subsidiary
9473 coding systems for EOL handling variants even for a CCL based
9474 coding system.
9475
8f3c9a3d
KH
94762000-06-19 Kenichi Handa <handa@etl.go.jp>
9477
9478 * international/isearch-x.el (isearch-minibuffer-input-method)
9479 (isearch-minibuffer-input-method-function): These variables
9480 deleted.
9481 (isearch-with-input-method): Don't use the above variables.
9482 (isearch-process-search-multibyte-characters): Likewise. Call
9483 read-string with the arg INHERIT-INPUT-METHOD t.
9484
c2acf685
SM
94852000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9486
13f0d185
SM
9487 * font-lock.el (font-lock-after-fontify-buffer)
9488 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9489
9490 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9491 Use consistent make-local-variable style for font-lock-fontified.
9492 (jit-lock-fontify-buffer):
9493 Don't bother checking for font-lock-mode and jit-lock-mode.
9494
c2acf685
SM
9495 * time.el: Remove trailing ^M that prevent CVS-merging.
9496
a9021acd
GM
94972000-06-16 Gerd Moellmann <gerd@gnu.org>
9498
9499 * Makefile.in (distclean): New target.
5d80cc9c 9500
0df68e9f
SM
95012000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9502
9503 * Makefile.in (srcdir): Define for update-subdirs.
9504
6344985d
GM
95052000-06-16 Gerd Moellmann <gerd@gnu.org>
9506
9507 * find-lisp.el: New file.
9508
63239267
AI
95092000-06-16 Andrew Innes <andrewi@gnu.org>
9510
9511 * time.el (display-time-mail-function): New variable, to allow
9512 external packages to indicate when new mail is available.
9513 (display-time-update): Use it.
9514
1699f991
KH
95152000-06-16 Kenichi Handa <handa@etl.go.jp>
9516
a3b37893
KH
9517 * international/mule.el (mule-version): Change version name to
9518 SAKAKI. AOI has already been used by Meadow.
9519
1699f991
KH
9520 * international/quail.el (quail-show-guidance-buf): To find the
9521 bottom window (but minibuffer), pay attention to the height of
9522 minibuffer.
9523
228b083e
EZ
95242000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9525
7d5c8691
EZ
9526 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9527 menu-bar menus. Add help strings. Don't remove the Edit menu
9528 from the menu bar, as the menu bar has enough space now.
9529
261f3289
EZ
9530 * Makefile.in (SHELL): Make sure /bin/sh is used.
9531
228b083e
EZ
9532 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9533 characters, which use series of two ^H characters instead of one.
9534
e27e8d71
GM
95352000-06-15 Gerd Moellmann <gerd@gnu.org>
9536
5d80cc9c 9537 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9538 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9539 functions.
451ec4e3
GM
9540 (Info-find-node-2): Try a case-sensitive search first, then
9541 do a case-insensitive search.
9542
9543 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9544 tutorials.
9545
b675095c
GM
9546 * complete.el (PC-env-vars-alist): New variable.
9547 (PC-complete-as-file-name): New function.
9548 (partial-completion-mode): Initialize PC-env-vars-alist from
9549 process-environment.
9550 (PC-do-completion): Handle completion of env vars.
9551
9552 * info.el (Info-set-mode-line): Show file name in mode line,
9553 use `*Info*' instead of `Info:'.
9554
e27e8d71
GM
9555 * startup.el (command-line-1): Change copyright messages to year
9556 2000.
9557
28223a7e
DL
95582000-06-15 Dave Love <fx@gnu.org>
9559
9560 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9561 not local-map.
9562
32684631
KH
95632000-06-15 Kenichi Handa <handa@etl.go.jp>
9564
9565 * international/mule.el (set-buffer-file-coding-system): Almost
9566 rewritten to handle `undecided' as no-op.
9567
9f817ea4
GM
95682000-06-14 Gerd Moellmann <gerd@gnu.org>
9569
e27e8d71 9570 * Makefile.in: New file.
dce6b995
GM
9571
9572 * Makefile: Removed.
9573
9f817ea4
GM
9574 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9575 (goto-address-highlight-keymap): Bind C-c RET.
9576
2de33f94
KH
95772000-06-14 Kenichi Handa <handa@etl.go.jp>
9578
bbf1e8a5
KH
9579 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9580 inherits buffer-file-coding-system of the current buffer.
725a6897 9581
02891cc3
KH
9582 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9583 0. Give correct argument to set-auto-coding-function.
9584 (tar-expunge): For goto-char, use (point-min), not 0.
9585 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9586 (tar-subfile-save-buffer): Likewize.
9587
2de33f94
KH
9588 * international/mule.el
9589 (after-insert-file-set-buffer-file-coding-system): Call
9590 set-buffer-file-coding-system with the arg FORCE t.
9591
1681ead6
GM
95922000-06-13 Gerd Moellmann <gerd@gnu.org>
9593
9594 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9595 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9596 the sender is set with `-f'.
1681ead6 9597
fdf4b680
DL
95982000-06-13 Dave Love <fx@gnu.org>
9599
9c50afce
DL
9600 * help.el (describe-function-1): Kluge around cases of functions
9601 fset to subrs whose doc doesn't match their symbol-name.
9602
0ad550ba 9603 * image.el (insert-image): Default STRING to a space.
f290ca08 9604
fdf4b680 9605 * info.el Doc fixes.
5d80cc9c 9606 (Info-build-node-completions): Match Ref tags.
fdf4b680 9607
9b6610db
EZ
96082000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9609
a704139d
EZ
9610 * frame.el (display-multi-frame-p, display-multi-font-p): New
9611 defaliases for display-graphic-p.
9612
9b6610db
EZ
9613 * hl-line.el: Fixed a typo in commentary.
9614
7a5ea398
KH
96152000-06-13 Kenichi Handa <handa@etl.go.jp>
9616
9617 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9618 fixed.
9619
0dc91c57
DL
96202000-06-12 Dave Love <fx@gnu.org>
9621
9622 * image.el (insert-image): Save a little consing.
9623
0bd5914b
KH
96242000-06-12 Kenichi Handa <handa@etl.go.jp>
9625
9626 * language/tibet-util.el: Convert all tibetan-1-column characters
9627 to the corresponding tibetan characters.
9628 (tibetan-add-components): Delete code for the special treatment of
9629 'a chung.
9630
9631 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9632 change.
9633 (tibetan-vowel-transcription-alist): More rules added.
9634 (tibetan-composite-vowel-alist): New variable.
9635 (tibetan-precomposition-rule-alist): More rules added.
9636
6dc7d3d5
SM
96372000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9638
9c04c393
SM
9639 * startup.el (command-line): Only call menu-bar-mode if interactive.
9640
9641 * thingatpt.el (toplevel symbol-properties):
9642 * textmodes/makeinfo.el (makeinfo-compile):
9643 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9644 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9645 (hide-ifdef-use-define-alist):
5d80cc9c 9646 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9647 (ange-ftp-vms-add-file-entry):
9648 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9649 * man.el (Man-build-man-command):
9650 * mail/rnewspost.el (news-reply-header-hook):
9651 * info.el (Info-insert-dir):
9652 * emulation/mlconvert.el (backward-word, forward-word, setq):
9653 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9654 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9655 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9656 (byte-optimize-apply, end of file):
9657 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9658 (ad-make-freeze-definition):
9659 * startup.el (command-line, command-line-1): Don't quote lambdas.
9660
6dc7d3d5
SM
9661 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9662 (cvs-cleanup-removed): New function.
9663 (cvs-cleanup-functions): New var.
9664 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9665 some flexibility in specifying additional entries to auto-cleanup.
9666 (cvs-quickdir): New function.
9667 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9668 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9669 (cvs-mode-find-file): Check that we are on a filename or dirname
9670 when invoked through a mouse-click.
9671 (cvs-full-path): Remove.
9672 (cvs-dired-action): Re-introduced.
9673 (cvs-dired-noselect): Use it.
9674 (vc-post-command-functions): use this new hook if available.
9675
9676 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9677 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9678 (cvs-filename-map, cvs-dirname-map): Remove.
9679 (cvs-default-action): Remove.
9680 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9681 if the arg is really a keymap.
9682 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9683 Don't hardcode the mapping from state (aka type) to face, but check
9684 the var cvs-fi-<type>-face instead.
9685 (cvs-fileinfo-from-entries): New function.
9686
9687 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9688 Docstring fix.
9689 (cvs-find-file-and-jump): Change default to be safer.
9690 (cvs-mode-diff-map): Define it as a function as well.
9691 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9692 Bind mouse-2 in this global map rather than with text-properties.
9693
9694 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9695 file to resolve the ambiguity between C(conflict) and C(need-merge).
9696
5050a2ef
KH
96972000-06-12 Kenichi Handa <handa@etl.go.jp>
9698
9699 * international/mule.el (set-buffer-file-coding-system): If
9700 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9701 unconditionally.
9702
35a7ac84
DL
97032000-06-12 Dave Love <fx@gnu.org>
9704
9705 * wid-edit.el (widget-specify-button): Really suppress the face if
9706 required.
9707
db8eeecd
GM
97082000-06-11 Gerd Moellmann <gerd@gnu.org>
9709
9710 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9711
70223ca4
SM
97122000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9713
9714 * imenu.el (imenu-generic-expression): Docstring fix.
9715
9716 * composite.el (composition-function-table): Move the `put'
9717 below the autoload cookie so we can load the file before loaddefs.
9718
9719 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9720
9721 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9722 Handle easy-mmode-define-global-mode.
9723 For complex macros like define-minor-mode that can generate
9724 several autoload entries, try to autoload entries in the
9725 macroexpanded code.
9726
9727 * emacs-lisp/easy-mmode.el (define-minor-mode):
9728 If KEYMAP is a symbol, just use it.
9729 Use byte-compile-current-file and load-file-name to infer the
9730 proper :require to pass to defcustom.
9731 Wrap the hook var into `progn' so as not to autoload it.
9732 Add a :autoload-end cookie.
9733 Be more careful about the evaluation of KEYMAP.
9734 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9735 (define-derived-mode): Move define-abbrev-table outside of defvar.
9736
97372000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9738
9739 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9740 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9741 (backup-compiled-files): Ignore errors during `tar'.
9742 (bootstrap): Make autoloads before elc files.
9743
9c53b34e
KH
97442000-06-10 Kenichi Handa <handa@etl.go.jp>
9745
9746 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9747 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9748
9749 * international/mule-conf.el (unix): New alias for the coding
9750 system undecided-unix.
9751
22ddd299
DL
97522000-06-09 Dave Love <fx@gnu.org>
9753
5ee42746
DL
9754 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9755
70223ca4 9756 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9757 (executable-insert): Change custom type.
9758 (executable-find): Add autoload cookie.
cc7e1d18
DL
9759 (executable-make-buffer-file-executable-if-script-p): New
9760 function. After Noah Friedman.
22ddd299
DL
9761
9762 * files.el (after-save-hook): Customize, with
cc7e1d18 9763 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9764
41ea3794
KH
97652000-06-09 Kenichi Handa <handa@etl.go.jp>
9766
f89437e3
KH
9767 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9768 "tib24p-mule.bdf" for Tibetan.
9769
7a4ee259
KH
9770 * composite.el (decompose-composite-char): Declare it as obsolete.
9771
ff6a65c2
KH
9772 * man.el (Man-fontify-manpage): Pay attention to underline and
9773 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9774
f83fe4b4
GM
97752000-06-08 Gerd Moellmann <gerd@gnu.org>
9776
9777 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9778 Set maintainer to FSF since author isn't reachable.
9779
e56d7900
DL
97802000-06-08 Dave Love <fx@gnu.org>
9781
9782 * international/mule-cmds.el (select-safe-coding-system): If
9783 DEFAULT-CODING-SYSTEM is not specified, also check the most
9784 preferred coding-system if buffer-file-coding-system is
9785 `undecided'. From Handa.
9786
d3981b49
KH
97872000-06-08 Kenichi Handa <handa@etl.go.jp>
9788
9789 * international/mule.el
9790 (after-insert-file-set-buffer-file-coding-system): If the buffer
9791 size is greater than INSERTED, judget that we are not visiting.
9792
bff71087
RV
97932000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9794
9795 * whitespace.el (defgroup whitespace): Comment out `:version'.
9796 XEmacs 20.4 has problems defining the group with this present.
9797 We'll have this commented out till get resolve the problem.
9798
fd9ac94c 97992000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 9800
fd9ac94c
GM
9801 * align.el (align-dq-string-modes, align-sq-string-modes)
9802 (align-open-comment-modes): Add pyhton-mode.
9803 (align-rules-list): Use get-text-property instead of
9804 text-properties-at.
9805 (align-rules-list): Add python-assignment.
9806 (align-rules-list): Change perl-comma-delimiter to
9807 basic-comma-delimiter. Use if for Perl modes and python-mode.
9808 (align-rules-list): Add python-chain-logic and
9809 basic-line-continuation.
45f485a6
GM
9810
98112000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9812
9813 * apropos.el (apropos-mode-hook): New user variable.
9814 (apropos-mode): Run apropos-mode-hook.
bff71087 9815
45f485a6
GM
98162000-06-07 David Ponce <david@dponce.com>
9817
9818 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9819 commands. Require `wid-edit' at run-time.
9820
98212000-06-07 David Ponce <david@dponce.com>
9822
9823 * recentf.el: Added some "Commentary".
9824 (recentf-open-more-files, recentf-edit-list): Minor changes to
9825 move the point at the top of the file list. This behaviour is
9826 consistent with the menu one when the list contains a lot of
9827 files.
9828 (recentf-cleanup): Now displays the number of items removed from
9829 the list.
9830 (recentf-relative-filter) New menu filter to show filenames
9831 relative to `default-directory'.
bff71087 9832
45f485a6
GM
98332000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9834
9835 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9836 with/without giving an error if PostScript printer doesn't have this
9837 kind of page size. Zebra Stripe continues or restarts on next page.
9838 Manual/automatic paper feeding. Switch or not the header.
9839 (ps-print-version): New version number (5.2.2).
9840 (ps-windows-system): Include emx as a Windows system.
9841 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9842 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9843 (ps-background-text): Code fix.
9844 (ps-error-handler-message, ps-user-defined-prologue)
9845 (ps-print-prologue-header, ps-printer-name)
9846 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9847 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9848 (ps-use-face-background): Customization fix.
9849 (ps-n-up-database): Data fix.
9850 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9851 (ps-switch-header): New vars.
9852 (ps-xemacs-color-name, ps-face-foreground-name)
9853 (ps-face-background-name, ps-boolean-constant): New funs.
9854
c14dcd22
DL
98552000-06-07 Dave Love <fx@gnu.org>
9856
9857 * allout.el: New version from Manheimer.
9858
e4044bb0
KH
98592000-06-07 Kenichi Handa <handa@etl.go.jp>
9860
9861 * textmodes/fill.el (fill-find-break-point): Check the validity of
9862 charset.
9863
59cfe8b9
KF
98642000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9865
9866 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9867 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9868 Call display-color-p and display-mouse-p instead of looking at
9869 window-system.
9870
bb2337f5
DL
98712000-06-06 Dave Love <fx@gnu.org>
9872
9873 * image.el (find-image): Doc fix. Return nil if image not found.
9874 (put-image, insert-image): Make STRING arg optional.
9875
8e624fa2
KH
98762000-06-06 Kenichi Handa <handa@etl.go.jp>
9877
9878 * language/vietnamese.el: Remove eval-when-compile.
9879 (viet-viscii-nonascii-translation-table): Define it as a
9880 translation table made from viet-viscii-decode-table.
9881 (viet-viscii-encode-table): Define it as a translation table made
9882 from the reverse map of above.
9883 (viet-vscii-nonascii-translation-table): Define it as a
9884 translation table made from viet-vscii-decode-table.
9885 (viet-vscii-encode-table): Define it as a translation table made
9886 from the reverse map of above.
9887 (ccl-decode-viscii): Use translate-character.
9888 (ccl-encode-viscii, ccl-encode-viscii-font)
9889 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9890 Likewize.
bff71087 9891
8e624fa2
KH
9892 * language/cyrillic.el: Remove eval-when-compile.
9893 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9894 translation table made from cyrillic-koi8-r-decode-table.
9895 (cyrillic-koi8-r-encode-table): Define it as a translation table
9896 made from the reverse map of above.
9897 (ccl-decode-koi8): Use translate-character.
9898 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9899 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9900 a translation table made from cyrillic-alternativnyj-decode-table.
9901 (cyrillic-alternativnyj-encode-table): Define it as a translation
9902 table made from the reverse map of above.
9903 (ccl-decode-alternativnyj): Use translate-character.
9904 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9905 Likewize
9906
9907 * international/mule-diag.el (non-iso-charset-alist): Specify
9908 translation table symbol instead of translation table itself.
9909 (list-block-of-chars): CHARSET may be a translation table symbol.
9910
9911 * international/mule.el (make-coding-system): If CODING-SYSTEM
9912 already exists, override it.
9913
9914 * international/fontset.el: Use family `proportional' for Tibetan
9915 fonts.
9916
9917 * international/ccl.el (ccl-compile-translate-character): Don't
9918 check if Rrr has property translation-table.
9919 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9920
1969fae2
GM
99212000-06-05 Gerd Moellmann <gerd@gnu.org>
9922
9923 * info.el: Bind case-fold-search to t when searching in case
9924 a user sets it to nil in a hook.
9925
d5b037c5
SM
99262000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9927
d3d02e65
SM
9928 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9929 * hl-line.el (hl-line-mode): Use the new :global key argument.
9930
9931 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9932 (tar-clip-time-string): Prepend a space.
9933 (tar-grind-file-mode): Construct a string rather than modifying one.
9934 (tar-header-block-summarize): Fix docstring.
9935 Use `format' rather than an error-prone set of copy-loops.
9936
9937 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9938 (diff-goto-source, diff-unified->context, diff-context->unified)
9939 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9940 understand the format output by the `-p' argument to diff.
9941
bff71087 9942 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9943 (sh-re-done): Use defconst.
9944 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9945 (sh-help-string-for-variable, sh-guess-basic-offset):
9946 Don't quote lambdas.
9947 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9948 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9949
f7c4478f
SM
9950 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9951 (mh-letter-mode): Derive from text-mode.
9952 This implicitly means that it now calls kill-all-local-variables.
9953 Also remove the Emacs-18 compatibility code.
9954
a8add29d
SM
9955 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9956 Make use of symbol-property doc-string-elt.
9957 Use memq rather than a sequence of eq.
9958 (doc-string-elt): Fix the wrong or missing previously unused values.
9959 (autoload-print-form): New function extracted from
9960 generate-file-autoloads to allow recursion when handling progn
9961 so that defvar's and defun's docstrings are properly printed.
9962 (generate-file-autoloads): Use it.
9963
d5b037c5
SM
9964 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9965 Use find-file-hooks in the minor-mode function.
9966 Be careful not to loop indefinitely in the post-command-hook function.
9967
560ef11a 99682000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9969
1969fae2 9970 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9971 tty's.
1969fae2 9972 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9973 differences whenever appropriate.
1969fae2
GM
9974 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9975 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9976 wildcards.
9977
b5bbbb76
SM
99782000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9979
d5b037c5
SM
9980 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9981 (jit-lock-fontify-buffer): New function for JIT refontification.
9982 (jit-lock-mode): Fix docstring.
9983 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9984 Remove jit-lock-after-change from the _local_ hook.
9985 (jit-lock-function-1): Fix docstring.
9986
9987 * info.el (Info-on-current-buffer): Initialize info.
9988
9989 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9990
9991 * progmodes/tcl.el (tcl-indent-for-comment):
9992 Ignore comment-indent-hook.
9993
9994 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9995 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9996 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9997 and improve to use the lighter to guess the capitalization.
9998 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9999 Add keyword arguments to specify global-ness or the custom group.
10000 Add local-map and help-echo properties to the lighter.
10001 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 10002 (easy-mmode-define-global-mode): New macro.
b5bbbb76 10003
bfa6c260
DL
100042000-06-02 Dave Love <fx@gnu.org>
10005
10006 * wid-edit.el: byte-compile-dynamic since we typically don't use
10007 all the widgets. Don't require cl or widget. Remove
10008 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10009 (widget-read-event): Removed. Callers changed to use read-event.
10010 (widget-button-release-event-p): Renamed from
10011 button-release-event-p.
10012 (widget-field-add-space, widget-field-use-before-change):
10013 Uncustomize.
10014 (widget-specify-field): Use keymap property, not local-map.
10015 (widget-specify-button): Obey :suppress-face.
10016 (widget-specify-insert): Use modern backquote syntax.
10017 (widget-image-directory): Renamed from widget-glyph-directory.
10018 (widget-image-enable): Renamed from widget-glyph-enable.
10019 (widget-image-find): Replaces widget-glyph-find.
10020 (widget-button-pressed-face): Move defvar.
10021 (widget-image-insert): Replaces widget-glyph-insert.
10022 (widget-convert): Use keywordp.
10023 (widget-leave-text, widget-children-value-delete): Use mapc.
10024 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 10025 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
10026 (widget-button-click): Don't set point at the click, but re-centre
10027 if we scroll out of window. Rewritten for images v. glyphs &c.
10028 (widget-tabable-at): Use POS arg, not point.
10029 (widget-beginning-of-line, widget-end-of-line)
10030 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10031 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10032 (widget-default-create): Use widget-image-insert; some rewriting.
10033 (widget-visibility-value-create)
10034 (widget-push-button-value-create, widget-toggle-value-create): Use
10035 widget-image-insert.
10036 (checkbox): Create on and off images dynamically.
10037 (documentation-link): Change :help-echo.
10038 (widget-documentation-link-echo-help): Remove.
10039
3837de12
SM
100402000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10041
10042 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10043
10044 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10045 (easy-mmode-define-toggle, define-minor-mode): Use it.
10046 (easy-mmode-define-keymap): Docstring fix.
10047 (define-derived-mode): Default PARENT to fundamental-mode.
10048 Add the derived-mode-parent symbol-property.
10049 (easy-mmode-derived-mode-p): New function.
10050
90aa4ea8
DL
100512000-06-02 Dave Love <fx@gnu.org>
10052
37193ee6
DL
10053 * files.el (convert-standard-filename): Doc fix.
10054 (normal-backup-enable-predicate): New function.
10055 (backup-enable-predicate): Use it to replace the lambda form.
10056
10057 * calendar/todo-mode.el: [This needs more work on the outline
10058 stuff.] Doc fixes.
10059 (todo) <defgroup>: Add :version.
10060 (todo-add-category): Don't use pushnew.
10061 (todo-cmd-raise): Fix typo.
10062 (todo-top-priorities): Change temp buffer name.
10063 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
10064 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10065 Use outline-next-heading.
37193ee6 10066
90aa4ea8
DL
10067 * autoarg.el: Rewritten to use define-minor-mode.
10068 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10069 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10070
2e54623a
KH
100712000-06-02 Kenichi Handa <handa@etl.go.jp>
10072
10073 * isearch.el (isearch-other-meta-char): Fix previous change.
10074
c5def0db
SM
100752000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10076
3837de12
SM
10077 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10078 (log-edit-done): Only add the comment to the ring if it's different
10079 from the last comment entered.
10080
c5def0db
SM
10081 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10082
2330c9d4
DL
100832000-06-01 Dave Love <fx@gnu.org>
10084
10085 * hl-line.el: Rewritten using define-minor-mode.
10086
10087 * help.el (describe-function-1): Distinguish special form from
10088 builtin function. Sanity-check presence of arglist for builtins.
10089
6e5dfc31
KH
100902000-06-01 Kenichi Handa <handa@etl.go.jp>
10091
4dc1225b
KH
10092 * international/characters.el: Fix syntax/category setting of
10093 Tibetan characters.
10094
10095 * language/tibet-util.el (tibetan-add-components): Fixes for new
10096 encoding of Tibetan characters.
10097 (tibetan-decompose-precomposition-alist): New variable.
10098 (tibetan-decompose-region): Convert precomposed characters to
10099 non-precomposed characters.
10100 (tibetan-decompose-string): Likewise.
10101 (tibetan-composition-function): Fix args to
10102 thibetan-compose-string.
10103
10104 * language/tibetan.el (tibetan-composable-pattern): More
10105 characters included.
10106 (tibetan-consonant-transcription-alist): Rule for "R" added.
10107 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10108 "+R" added.
10109 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10110
eadef5e6
KH
10111 * language/lao-util.el (lao-composition-function): Fix args to
10112 compose-string.
10113
10114 * language/thai-util.el (thai-composition-function): Fix args to
10115 compose-string.
10116
6e5dfc31 10117 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
10118 to prevent the point moving to the end of a composition when a
10119 part of a composition is searched.
6e5dfc31
KH
10120 (isearch-other-meta-char): If the key invoking this command can be
10121 mapped by function-key-map to a printing char, call
10122 isearch-process-search-char directly.
10123
2598a293
SM
101242000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10125
10126 * emacs-lisp/bytecomp.el:
10127 * frame.el:
10128 * international/mule-cmds.el:
10129 * international/mule-util.el:
10130 * international/mule.el:
10131 * mouse.el:
10132 * subr.el:
10133 * faces.el: Update calls to make-obsolete with a WHEN argument.
10134
10135 * byte-run.el (make-obsolete, make-obsolete-variable):
10136 Add an optional WHEN argument and change the format of the
bff71087 10137 symbol-property information.
2598a293
SM
10138 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10139 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10140 new obsolete-symbol-property format and print WHEN if it is provided.
10141
28d8dff1
DL
101422000-05-31 Dave Love <fx@gnu.org>
10143
10144 * loadhist.el (loadhist-hook-functions): Remove
10145 before-change-function, after-change-function.
10146 (unload-feature): Deal with symbols which are both bound and
10147 fbound.
10148
10149 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10150 before-change-function, after-change-function.
10151
10152 * simple.el (newline): Don't bind before-change-function,
10153 after-change-function.
10154
7f565d87
RV
101552000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10156
10157 * whitespace.el (whitespace-rescan-timer-time): Update interval
10158 set to 600 seconds (10 minutes) instead of 60 seconds since
10159 a large number of whitespace buffers causes emacs to `freeze'
10160 for a considerable amount of time.
10161
bff71087 10162 * whitespace.el: Updated email address
7f565d87 10163
a8d693d8
DL
101642000-05-31 Dave Love <fx@gnu.org>
10165
10166 * add-log.el (change-log-font-lock-keywords) <function>: Add
10167 pattern for function of change.
10168 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10169 acknowledgements patterns.
10170
a50192e7
KH
101712000-05-31 Kenichi Handa <handa@etl.go.jp>
10172
10173 * isearch.el (isearch-printing-char): If keyboard coding system is
10174 being used, call isearch-process-search-multibyte-characters.
10175
10176 * international/isearch-x.el: Mostly rewritten.
10177
10178 * international/quail.el (quail-start-conversion): Don't include
10179 unhandled events in the returned events, but set them in
10180 unread-command-events. Exit if all inputs are deleted.
10181
7e492772
JR
101822000-05-30 Jason Rumney <jasonr@gnu.org>
10183
10184 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10185
10186 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10187 Reenable code to create initial fontsets.
10188 Use set-fontset-font in place of put-charset-property.
10189
10fc3187
GM
101902000-05-30 Gerd Moellmann <gerd@gnu.org>
10191
79148ea7
GM
10192 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10193 label, ensure that the first colon isn't followed by another.
10194
10195 * paths.el (Info-default-directory-list): Doc fix.
10196
086d5b87
GM
10197 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10198 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10199 send a query containing USER only, not USER@HOST.
10200
10fc3187
GM
10201 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10202 and rmail-msgend to compute the restriction at the end, instead of
10203 computing it.
10204
49e70dec
GM
102052000-05-29 Gerd Moellmann <gerd@gnu.org>
10206
66254a13
GM
10207 * dabbrev.el (dabbrev-expand): Don't display messages in the
10208 echo area if the minibuffer window is active.
10209
49e70dec
GM
10210 * jit-lock.el (jit-lock-mode): Add after change function to
10211 local hook.
10212
102132000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10214
10215 * antlr-mode.el: New commands: hide/unhide actions,
10216 upcase/downcase literals.
10217 (antlr-tiny-action-length): New user option.
10218 (antlr-hide-actions): New command. Suggested by
10219 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 10220 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
10221 (antlr-mode-menu): New entries.
10222 (antlr-downcase-literals): New command.
10223 (antlr-upcase-literals): Ditto.
10224
10225 * antlr-mode.el: Minor changes: indendation, mode-name.
10226 (antlr-indent-line): Indent cpp directive at column 0.
10227 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10228
10229 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10230 (antlr-font-lock-additional-keywords): Workaround for intentional
10231 bug in XEmacs version of font-lock.
10232 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10233 be used by a smarter version of `buffers-menu-grouping-function'.
10234
102352000-05-29 Gerd Moellmann <gerd@gnu.org>
10236
10237 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10238 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10239
49f93684
KH
102402000-05-29 Kenichi Handa <handa@etl.go.jp>
10241
10242 * international/encoded-kb.el
10243 (encoded-kbd-iso2022-designation-map): Pay attention to that
10244 charset-iso-final-char return -1 for eight-bit-control and
10245 eight-bit-graphic.
10246
5b1ae051
EZ
102472000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10248
10249 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10250 (speedbar-easymenu-definition-base): Use display-graphic-p where
10251 available, instead of window-system.
10252
a205e32a
EZ
102532000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10254
10255 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10256 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10257 coding systems.
10258
dd854dc2
DL
102592000-05-26 Dave Love <fx@gnu.org>
10260
c88a85d5
DL
10261 * disp-table.el (standard-display-underline): Don't use
10262 internal-find-face.
10263
dd854dc2
DL
10264 * mail/reporter.el: Maintainer change. Doc fixes.
10265 (reporter-version): Deleted.
10266
10267 * emacs-lisp/elp.el: Maintainer change.
10268 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10269
dc29aa6c
SM
102702000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10271
10272 * add-log.el (add-change-log-entry): Merge the current entry with the
10273 previous one if the previous one is empty.
10274
ed62683d
DL
102752000-05-26 Dave Love <fx@gnu.org>
10276
4370a375
DL
10277 * loadhist.el (unload-feature): Fix interactive spec [from
10278 lijnzaad@ebi.ac.uk].
10279
ed62683d
DL
10280 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10281 subr-arity to check primitives.
10282 (byte-compile-flush-pending, byte-compile-file-form-progn)
10283 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10284 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10285 mapcar.
10286
ba9f8f95
KH
102872000-05-26 Kenichi Handa <handa@etl.go.jp>
10288
0f3e0672
KH
10289 * international/fontset.el: Set family names of non-latin charsets
10290 in default fontset to "*".
10291
cebefb44
KH
10292 * international/mule-diag.el (print-fontset): Combine family part
10293 and registry part of the fontname by "-*-" instead of "-".
10294
ba9f8f95
KH
10295 * international/mule-cmds.el (encode-coding-char): Make strings
10296 multibyte before calling encode-coding-string.
10297
931d0724
SM
102982000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10299
10300 * derived.el: Fix keywords.
8ccce2b0 10301 (define-derived-mode): Only define if needed.
931d0724
SM
10302
10303 * simple.el (fill-comment, comment-column, comment-start)
10304 (comment-start-skip, comment-end, comment-indent-function)
10305 (block-comment-start, block-comment-end, indent-for-comment)
10306 (set-comment-column, kill-comment, comment-padding, comment-region)
10307 (comment-multi-line, indent-new-comment-line): Remove.
10308
10309 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10310 function names for comment operations.
10311
10312 * newcomment.el: Add abundant autoload cookies.
10313 (comment-style): Don't depend on runtime data at compile-time.
10314 (comment-indent-hook): Remove.
10315 (comment-indent): Check if comment-indent-hook is bound.
10316 (comment-region): Docstring fix.
10317
6fc596cf
DL
103182000-05-25 Dave Love <fx@gnu.org>
10319
10320 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10321 byte-code-function-p.
10322
10323 * mail/rmailsum.el: Add provide.
10324
10325 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10326
10327 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10328 defcustom.
10329
7997f1ca 103302000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10331
7997f1ca
MK
10332 * ediff-diff.el (ediff-exec-process): delete --binary option from
10333 non-buffer ediff jobs.
7f565d87 10334
e7a903e8
EZ
103352000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10336
10337 * hilit-chg.el (highlight-changes-mode): Ask about color or
10338 grayscale support, not about window-system.
10339
10340 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10341 window-system.
10342 (ffap-highlight): Always default to t.
10343
10344 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10345 display-popup-menus-p instead of looking at window-system.
10346
10347 * disp-table.el (standard-display-g1, standard-display-graphic):
10348 Only refuse to use string glyphs on X and MS-Windows.
10349
10350 * avoid.el: Remove window-system from commentary, suggest to use
10351 display-*-p instead.
10352
10353 * apropos.el (apropos-print): Use display-mouse-p instead of
10354 window-system.
10355
14028d57
EZ
103562000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10357
10358 * international/codepage.el (cp-decoding-vector-for-codepage):
10359 Fill up unsupported characters with their own codes. From Kenichi
10360 Handa.
10361
1a4f9cc1
EZ
103622000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10363
10364 * international/mule-diag.el (describe-char-after): Use
10365 display-graphic-p instead of window-system, so that this function
10366 works on MS-DOS.
10367
89f6ca4e
EZ
103682000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10369
10370 * international/codepage.el (cp-make-coding-systems-for-codepage):
10371 Remove the eight-bit-graphic and eight-bit-control charsets from
10372 the list of charsets which we convert into `?'.
10373
eacfd7fe
KH
103742000-05-25 Kenichi Handa <handa@etl.go.jp>
10375
10376 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10377 private charsets.
10378 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10379 japanese-jisx0213-2): New charsets.
10380
10381 * international/fontset.el: Setup default fontset for new charsets.
10382
deadf7e3
DL
103832000-05-24 Dave Love <fx@gnu.org>
10384
10385 * info.el (Info-find-node-2): Restructure [following "Vadim
10386 S. Solomin" <sovs@uic.nnov.ru>].
10387
10388 * icomplete.el: Fix header for Finder.
10389
103902000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10391
10392 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10393 STAY.
10394
10395 * rmail.el (rmail-automatic-folder-directives): New user variable.
10396 (rmail-show-message): Add call to `rmail-auto-file' during
10397 display.
10398 (rmail-auto-file): New function.
10399
6de3983f 104002000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10401
fc6a6a4e 10402 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10403 account.
fc6a6a4e
GM
10404 (ediff-test-utility,ediff-diff-mandatory-option)
10405 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10406 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10407
fc6a6a4e 10408 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10409 variable.
7f565d87 10410
fc6a6a4e 10411 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10412 ediff-merge-filename-prefix.
10413
fc290d1d
MK
104142000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10415
fc6a6a4e 10416 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10417
273182b8
EZ
104182000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10419
10420 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10421 aliases for hebrew-iso-8bit.
10422
f471ea57
EZ
104232000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10424
10425 * woman.el: New version from Francis J. Wright
10426 <F.J.Wright@Maths.QMW.ac.uk>.
10427 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10428 names in environment variables regardless of the path separator.
10429 (woman-topic-all-completions-1): Don't call file-name-directory-p
10430 on all files, since woman-file-regexp already filters out any
10431 directories.
10432
01162f24
KH
104332000-05-24 Kenichi Handa <handa@etl.go.jp>
10434
48e3df76
KH
10435 * international/quail.el (quail-start-translation): Don't change
10436 modified-p of the current buffer.
10437 (quail-start-conversion): Likewise.
10438
10439 * international/kkc.el (kkc-region): Don't change modified-p of
10440 the current buffer.
10441
747d90ea
KH
10442 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10443 conform to RFC1468.
10444 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10445
17a223ff
EL
104462000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10447
10448 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10449 (speedbar-insert-button): Invisible text property fix.
10450 (speedbar-directory-plus): Renamed from speedbar-directory-+
10451 (speedbar-directory-minus): Renamed from speedbar-directory--
10452 (speedbar-page-plus): Renamed from speedbar-file-+
10453 (speedbar-page-minus): Renamed from speedbar-file--
10454 (speedbar-page): Renamed from speedbar-file-
10455 (speedbar-tag): Renamed from speedbar-tag-
10456 (speedbar-tag-plus): Renamed from speedbar-tag-+
10457 (speedbar-tag-minus): Renamed from speedbar-tag--
10458 (speedbar-expand-image-button-alist): Use above renames.
10459
10460 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10461 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10462 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10463 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10464 * sb-pg.xpm: Renamed from sb-file.xpm
10465 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10466 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10467
e6b6fc18
KH
104682000-05-24 Kenichi Handa <handa@etl.go.jp>
10469
10470 * international/quail.el (quail-show-guidance-buf): Set
10471 current-input-method of the guidance buffer to the name of the
10472 curren input method.
10473
a1a336eb
SM
104742000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10475
10476 * progmodes/compile.el (compile-internal): Style typo.
10477
10478 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10479 quote vars and functions in the docstring.
10480
10481 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10482
10483 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10484 Don't quote lambdas.
10485
10486 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10487
9695b783
GM
104882000-05-23 Gerd Moellmann <gerd@gnu.org>
10489
716e3b88
GM
10490 * startup.el (command-line): Determine source file of compiled
10491 user init file differently. Warn if compiled user init file
10492 is older than its source file.
10493
9695b783 10494 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10495
41ac433f
EZ
104962000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10497
10498 * files.el (make-backup-file-name-1): Replace slashes with `!'
10499 rather than `|' (which is not allowed on Windows). Replace the
10500 drive letters with a string "drive_X".
10501
46600ab1
GM
105022000-05-23 Gerd Moellmann <gerd@gnu.org>
10503
10504 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10505
10506 * files.el (interpreter-mode-alist): Add `bash2'.
10507
79a64d87
DL
105082000-05-22 Dave Love <fx@gnu.org>
10509
10510 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10511 mapc.
10512 (feature-file): Avoid calling symbol-name. Doc fix.
10513 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10514 (loadhist-hook-functions): Add mouse-position-function.
10515 (unload-feature): Change uses of mapcar.
10516
10517 * files.el (parse-colon-path): Doc fix.
10518 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10519 (set-auto-mode): Use mapc.
10520
10521 * complete.el (PC-look-for-include-file): Use :alnum: character
10522 class.
10523 (partial-completion-mode): Add autoload cookie.
10524
0e8c11d8
SS
105252000-05-22 Sam Steingold <sds@gnu.org>
10526
ce75fd23 10527 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10528 `add-text-properties' (bug introduced on 2000-05-18).
10529
d8d0fa6c
DL
105302000-05-22 Dave Love <fx@gnu.org>
10531
10532 * bindings.el: Remove debug-ignored-errors set in other files.
10533
10534 * progmodes/etags.el: Add to debug-ignored-errors.
10535 (visit-tags-table-buffer): Clear out buffers holding old tables
10536 when making a new list.
10537 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10538 mapc.
10539
10540 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10541 quote keywords.
10542 (cmpl-string-case-type): Use character classes.
10543
0e8c11d8
SS
10544 * comint.el:
10545 * textmodes/ispell.el:
10546 * imenu.el:
d8d0fa6c
DL
10547 * mail/mh-e.el:
10548 * progmodes/compile.el: Add to debug-ignored-errors.
10549
10550 * dabbrev.el: Add to debug-ignored-errors.
10551 (dabbrev-completion): Use mapc.
10552
1edbbf8a
EZ
105532000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10554
10555 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10556 (woman-mapcan, woman-parse-man.conf)
10557 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10558 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10559 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10560 path syntax better.
10561 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10562 (woman-manpath): Call woman-parse-man.conf.
10563 (woman-emulation): New defcustom, defaults to nroff.
10564 (woman-font-support): New defconst.
10565 (woman-use-symbol-font): New defcustom.
10566 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10567 "Emulation".
10568 Many functions: Doc fix.
10569
5bd2148c
KH
105702000-05-22 Kenichi Handa <handa@etl.go.jp>
10571
10572 * international/quail.el (quail-simple-translation-keymap): Map
10573 128..255 to quail-self-insert-command.
10574 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10575
4125ec7e
SM
105762000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10577
a1a336eb
SM
10578 * help.el (help-manyarg-func-alist): Typo.
10579
40aeecad
SM
10580 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10581 intervals which makes it heaps simpler.
10582
4125ec7e
SM
10583 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10584 the nested comment markers.
e4da9c1c
SM
10585
10586 * subr.el (remove-hook): Don't turn the hook's value into a list.
10587
cb7216a7
DL
105882000-05-21 Dave Love <fx@gnu.org>
10589
ac266581
DL
10590 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10591 are invalid characters.
10592
cb7216a7
DL
10593 * international/mule-util.el (detect-coding-with-priority): Use
10594 mapc. Remove redundant lambda.
10595
10596 * international/mule-diag.el (list-non-iso-charset-chars)
10597 (describe-fontset): Remove redundant lambda.
10598
10599 * emulation/crisp.el (brief-mode): New alias.
10600
10601 * emacs-lisp/ring.el (ring-elements): New function.
10602
10603 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10604 (easy-menu-do-add-item): Use keywordp.
10605
10606 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10607
10608 * replace.el: Doc and error message fixes.
10609 (replace-highlight): Use facep, not internal-find-face.
10610
9b0d1d6e
SM
106112000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10612
b2d2cf58
SM
10613 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10614
ffe7dc64
SM
10615 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10616 (log-edit-insert-changelog): Drop `:' as well.
10617
10618 * log-view.el: Fix file description.
10619 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10620 available.
10621 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10622 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10623
c8c21615
SM
10624 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10625 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10626 Print a status message if the toggle is called interactively.
10627 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10628 for global minor modes and use `defcustom' for them.
10629 Use add-minor-mode.
10630 (easy-mmode-define-derived-mode): Remove.
10631 (define-derived-mode): Fancier default docstring.
10632 (easy-mmode-define-navigation): Signal an error rather than (ding).
10633
9b0d1d6e
SM
10634 * newcomment.el (comment-styles): New `box-multi'.
10635 (comment-normalize-vars): Better default for comment-continue to
10636 avoid whitespace-only continuations.
10637 (comment-search-forward): Always move even in the no-syntax case.
10638 (comment-padright): Only obey N if it's only obeyed for padleft.
10639 (comment-make-extra-lines): Better handling of empty continuations.
10640 Use `=' for the filler if comment-start has only one character.
10641 (uncomment-region): Try handling the special `=' filler.
10642 (comment-region): Allow LINES even if MULTI is nil.
10643 (comment-box): Choose box style based on comment-style.
10644
f5ee6d0f
KH
106452000-05-20 Kenichi Handa <handa@etl.go.jp>
10646
9b0d1d6e 10647 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10648 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10649
c9671f81
KH
106502000-05-20 Kenichi HANDA <handa@etl.go.jp>
10651
10652 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10653 and insert, not subst-char-in-region.
10654
10655 * international/mule-diag.el (list-character-sets-1): Handle
10656 charsets eight-bit-control and eight-bit-graphic.
10657 (list-iso-charset-chars): Likewise.
10658 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10659 charactes as is. Use indent-to to align characters.
10660
10661 * international/mule-cmds.el (find-multibyte-characters): Never
10662 exclude charsets eight-bit-control and eight-bit-graphic.
10663
1426aa5c
SM
106642000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10665
10666 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10667 Don't quote lambdas.
10668
10669 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10670
2b63d473
GM
106712000-05-19 Gerd Moellmann <gerd@gnu.org>
10672
10673 * gud.el (gud-jdb-directories): Doc fix.
10674
f1355756
SM
106752000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10676
10677 * newcomment.el: New file.
10678
5f64c9e0
GM
106792000-05-19 Gerd Moellmann <gerd@gnu.org>
10680
2b63d473 10681 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10682
db7314bd
AS
106832000-05-18 Andreas Schwab <schwab@suse.de>
10684
10685 * dired.el (dired-between-files): Also skip lines beginning with
10686 `used'.
10687
25bb0401
GM
106882000-05-18 Gerd Moellmann <gerd@gnu.org>
10689
10690 * msb.el (msb-menu-cond): Add choice `user'.
10691
a199a865 106922000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10693
a199a865
GM
10694 * ps-print.el: Compatibility, customization and doc fix.
10695 (ps-printer-name-option): Replace defconst by defvar.
10696 (ps-postscript-code-directory): XEmacs compatibility.
10697 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10698 fix.
10699 (ps-user-defined-prologue, ps-print-prologue-header)
10700 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10701 compatibility and code fix.
10702 (ps-print-background-image, ps-print-background-text):
10703 Customization fix.
10704 (ps-line-number-start, ps-n-up-on): New vars.
10705
25bb0401
GM
107062000-05-18 Espen Skoglund <esk@ira.uka.de>
10707
10708 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10709 the indent-comment function to just return the appropriate indent.
10710
68e6c83a
EL
107112000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10712
10713 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10714 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10715 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10716
dae6cb9f
DL
107172000-05-18 Dave Love <fx@gnu.org>
10718
10719 * info.el (Info-fontify-node): Add intangible property as well as
10720 invisible.
10721
10722 * calendar/appt.el (appt-make-list): Match all lines of entry.
10723 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10724
813086ea
KH
107252000-05-18 Kenichi Handa <handa@etl.go.jp>
10726
10727 * international/mule-diag.el (describe-char-after): Call
10728 internal-char-font, not char-font. If internal-char-font returns
10729 nil, display "-- none --".
10730
24978190
EZ
107312000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10732
10733 * image.el (image-type-available-p): Don't reference image-types
10734 if it isn't bound.
10735
2fca2d5d
SM
107362000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10737
10738 * autoarg.el (autoarg-mode): Typo in the :set argument.
10739
cfc75d05
EZ
107402000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10741
10742 * startup.el (command-line-1): Don't signal an error if the
10743 directory for auto-save-list files does not yet exist.
10744
c4e30387
KH
107452000-05-17 Kenichi Handa <handa@etl.go.jp>
10746
10747 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10748
dd6b8ea7
SM
107492000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10750
10751 * subr.el (remove-hook): `setq' hook-value, not `set'.
10752
399c88ad
SS
107532000-05-16 Sam Steingold <sds@gnu.org>
10754
a199a865 10755 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10756
01651f07
DL
107572000-05-16 Dave Love <fx@gnu.org>
10758
10759 * cus-edit.el: Don't require cl or easymenu.
10760 (custom-variable-prompt): Test standard-value property, not
10761 user-variable-p.
10762
2248c40d
SS
107632000-05-16 Sam Steingold <sds@gnu.org>
10764
10765 * subr.el (add-hook): `setq' hook-value, not `set'.
10766
b15f3b77
GM
107672000-05-16 Gerd Moellmann <gerd@gnu.org>
10768
10769 * startup.el (command-line-1): Mention the FAQ in the startup
10770 message.
10771
10772 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10773
10774 * progmodes/compile.el (compilation-parse-errors): Collect
10775 `nomessage' regexps last.
10776
10777 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10778
10779 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10780 to the function name.
10781
f9bbcfac
EL
107822000-05-15 Dave Love <fx@gnu.org>
10783
10784 * speedbar.el (speedbar-recenter): Typo.
10785 (speedbar-expand-line): Make arg optional.
10786 (speedbar-mode): Avoid a compiler warning.
10787
119b42eb
GM
107882000-05-15 Gerd Moellmann <gerd@gnu.org>
10789
10790 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10791 user-specified option string is empty.
10792
10793 * mouse.el (mouse-yank-at-click): Doc fix.
10794
f685bea9
EZ
107952000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10796
10797 * term/internal.el (IT-character-translations): More updates of
10798 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10799 documents.
10800
a1b8d58b
GM
108012000-05-15 Gerd Moellmann <gerd@gnu.org>
10802
10803 * env.el (getenv): New function, interactively callable.
10804 (setenv, getenv): Remove autoload cookies.
10805
10806 * loadup.el: Load `env'.
10807
10808 * progmodes/f90.el: Change author's mail address.
10809
c9bba7ed
DL
108102000-05-14 Dave Love <fx@gnu.org>
10811
e5c83697
DL
10812 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10813 goto-addr as an option.
10814
10815 * help.el (help-xref-stack): Doc fix.
10816 (help-xref-following): New variable.
10817 (help-make-xrefs): Use it.
10818 (help-xref-go-back): Use position information from stack element.
10819 (help-follow): Make position in stack element a pair. Use
10820 help-xref-following.
399c88ad 10821
e5c83697
DL
10822 * autoarg.el: New file.
10823
10824 * faces.el: Declare more functions obsolete.
10825
c9bba7ed
DL
10826 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10827 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10828 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10829 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10830 Remove all the setup-...-environment functions.
10831
b6389bfb
EL
108322000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10833
a1b8d58b
GM
10834 * speedbar.el: Updated the commentary section. xemacs20p now uses
10835 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10836 (speedbar-easymenu-definition-base): Add toggle for images.
10837 (speedbar-easymenu-definition-special): Add flush cache & expand.
10838 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10839 (speedbar-reconfigure-keymaps-hook): New variable.
10840 (speedbar-frame-parameters): Updated documentation.
10841 (speedbar-use-imenu-flag): Updated custom tag
10842 (speedbar-dynamic-tags-function-list): New variable.
10843 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10844 (speedbar-indentation-width, speedbar-indentation-width) New
10845 variables.
10846 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10847 (speedbar-vc-indicator): Doc update.
10848 (speedbar-ignored-path-expressions): Updated default value.
10849 (speedbar-supported-extension-expressions): Updated default value.
10850 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10851 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10852 as "+". Added overlay aliases.
10853 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10854 `force-mode-line-update'.
10855 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10856 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10857 `mouse-set-point'
b6389bfb 10858 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10859 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10860 of arbitrary text, and new helper functions.
10861 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10862 filename finder.
b6389bfb
EL
10863 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10864 (speedbar-directory-buttons): Update path search/expansion.
10865 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10866 `speedbar-indentation-width'. Use more care w/ invisible
10867 properties.
b6389bfb
EL
10868 (speedbar-change-expand-button-char): Call
10869 `speedbar-insert-image-button-maybe'.
10870 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10871 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10872 (speedbar-trim-words-tag-hierarchy)
10873 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10874 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10875 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10876 functions.
b6389bfb
EL
10877 (speedbar-mouse-set-point): New function
10878 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10879 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10880 of tag prefix text.
10881 (speedbar-expand-line, speedbar-contract-line): Make more robust
10882 to strange text.
10883 (speedbar-expand-line): Takes universal argument to flush the
10884 cache.
b6389bfb
EL
10885 (speedbar-flush-expand-line): New function.
10886 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10887 Use new generator insertion method.
10888 (speedbar-fetch-dynamic-tags): New function.
10889 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10890 `speedbar-fetch-dynamic-imenu'.
10891 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10892 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10893 "Revert Buffer" menu items.
10894 (speedbar-buffer-buttons-engine): Be smarter when creating a
10895 filename tag (for expansion purposes.).
a1b8d58b
GM
10896 (speedbar-highlight-one-tag-line,
10897 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10898 (speedbar-recenter): New functions.
b6389bfb 10899 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10900 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10901 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10902 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10903 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10904 (speedbar-expand-image-button-alist): New variable.
10905 (speedbar-insert-image-button-maybe): Insert an image over some
10906 buttons.
10907
43fe9244
KH
109082000-05-13 Kenichi Handa <handa@etl.go.jp>
10909
10910 * international/mule-cmds.el (encode-coding-char): An ASCII
10911 character is always encodable.
10912
10913 * international/mule-conf.el: Add more information in descriptions
10914 of character sets.
10915
813086ea 10916 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10917 (describe-font-internal): Adjusted for the change of font-info.
10918 (describe-font): Likewise.
10919 (print-fontset): Rewritten for the new fontset implementation.
10920 (describe-fontset): Include fontset alias names in completion.
10921 (list-fontsets): Adjusted for the change of print-fontset.
10922
10923 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10924 describe-char-after instead of displaying the detail in the echo
10925 area.
813086ea
KH
10926 (syntax-code-table): Format changed.
10927 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10928
e8564f57
SM
109292000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10930
10931 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10932
9278c60d
DL
109332000-05-12 Dave Love <fx@gnu.org>
10934
10935 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10936 dependence. Use line-{beginning,end}-position, not
10937 point-at{b,e}ol. Some doc fixes.
10938 (todo-position): New function. Fix callers of position to use it.
10939 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10940
be0505fe
GM
109412000-05-12 Gerd Moellmann <gerd@gnu.org>
10942
10943 * time.el (display-time-mail-icon): Use `:ascent center'.
10944
a8a3541c
GM
10945 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10946 handling FTP security extensions.
399c88ad 10947
44d5f148
DL
109482000-05-11 Dave Love <fx@gnu.org>
10949
33d0c179 10950 * calendar/todo-mode.el: New file.
44d5f148 10951
da4496b6
GM
109522000-05-11 Gerd Moellmann <gerd@gnu.org>
10953
cdc4401d
GM
10954 * comint.el (comint-read-input-ring): Move reference to
10955 comint-input-ring-size outside of the save-excursion. It was
10956 causing the default value to be the only one ever seen.
399c88ad 10957
0279f991
GM
10958 * font-lock.el: Update copyright. Remove Simon Marshall's email
10959 address on request from him.
10960
da4496b6
GM
10961 * subr.el (substitute-key-definition): Add comment describing
10962 the meaning of PREFIX.
10963
ac5cb26d
SM
109642000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10965
10966 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10967
10968 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10969 (add-minor-mode): Don't make the variable buffer-local and add a
10970 reference to define-minor-mode in the docstring.
10971
10972 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10973 HEADER/FOOTER and fix bug with trailing empty directory.
10974 (cvs-append-to-ignore): Use vc-editable-p if available.
10975 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10976 (vc-do-command): Tweak advice to handle the new VC.
10977
10978 * log-view.el (log-view-goto-rev): New function for the new VC.
10979 (log-view-minor-wrap): Use mark-active.
10980
10981 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10982 (log-edit-changelog-full-paragraphs): New var.
10983 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10984 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10985 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10986 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10987 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10988 Replace the `cvs' prefix with `log-edit'.
10989
10990 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10991
10992 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10993 (diff-font-lock-defaults): Explicitly turn off multiline.
10994 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10995 (diff-ediff-patch): Fix call to ediff-patch-file.
10996 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10997 Handle comments.
10998
10999 * frame.el (automatic-hscrolling): Typo.
11000
11001 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11002
21c34da3
DL
110032000-05-09 Sam Steingold <sds@goems.com>
11004
11005 * apropos.el (apropos-print): use `describe-face' instead of
11006 `customize-face-other-window'.
11007
950cf06f
DL
110082000-05-09 Dave Love <fx@gnu.org>
11009
11010 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11011
11012 * help.el (describe-variable): Have customize button pop the
11013 help-xref stack when invoked.
11014 (help-xref-symbol-regexp): Add `face'.
11015 (help-make-xrefs): Check for quoted face names and adapt regexp
11016 submatch numbers to cope.
11017 (help-xref-interned): Maybe insert face doc too. Separate
11018 sections with a line of hyphens.
11019
0623e40f 11020 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
11021 (describe-face): Add customize button. Return the help
11022 text. Fix prompt.
11023
82e2ca9d
EZ
110242000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11025
11026 * term/internal.el (IT-character-translations): Fix last change.
11027
10c00b5c
EZ
110282000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11029
11030 * woman.el: New file
11031 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11032
9deed82f
EZ
110332000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11034
001ad319
EZ
11035 * term/internal.el (IT-character-translations): Update ASCII
11036 simulations for greek-iso8859-7, add latin-iso8859-14 and
11037 latin-iso8859-15.
11038
9deed82f
EZ
11039 * international/mule-cmds.el (set-language-info-alist): Call
11040 define-prefix-command with 3 arguments, to make the map suitable
11041 for a menu.
11042
4f37b78a
DL
110432000-05-07 Dave Love <fx@gnu.org>
11044
1ec321a7 11045 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 11046
64a4c526
DL
110472000-05-05 Dave Love <fx@gnu.org>
11048
11049 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11050 list in doc string. Don't quote keyword symbols.
11051 * emacs-lisp/cl.el: Likewise
11052 * emacs-lisp/cl-seq.el: Likewise
11053
056565f7
GM
110542000-05-05 Gerd Moellmann <gerd@gnu.org>
11055
11056 * abbrev.el (abbrev-mode): Make ARG optional.
11057
4656b314
GM
110582000-05-04 Gerd Moellmann <gerd@gnu.org>
11059
ec82fb2f
GM
11060 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11061
11062 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11063
4656b314
GM
11064 * subr.el (substitute-key-definition): Clarify documentation.
11065
110662000-05-04 Milan Zamazal <pdm@freesoft.cz>
11067
11068 * glasses.el (glasses-convert-to-unreadable): Use
11069 `glasses-separator' instead of the hard-wired "_".
11070 (glasses-mode): Call `glasses-make-unreadable' only in a single
11071 place.
11072
7b081c78
EZ
110732000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11074
11075 * term/internal.el (cjk-codepages-alist): Add associations for
11076 Chinese and Korean codepages. Remove FIXME comment.
11077
baa5536e
DL
110782000-05-03 Dave Love <fx@gnu.org>
11079
11080 * time.el (display-time-mail-face, display-time-use-mail-icon):
11081 New option.
11082 (display-time-mail-icon): New variable.
11083 (display-time-string-forms): Use the above. Fix the local-map.
11084
cbf18892
GM
110852000-05-03 Gerd Moellmann <gerd@gnu.org>
11086
4ff40dd0
GM
11087 * replace.el (query-replace-map): Add binding for `E'.
11088 (query-replace-help): Extend help text.
11089 (perform-replace): Allow editing the replacement string.
11090
11091 * make-mode.el (makefile-mode-abbrev-table): New variable.
11092 (makefile-mode): Set local abbrev table to
11093 makefile-mode-abbrev-table.
11094 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 11095
cbf18892
GM
11096 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11097 set TOGGLE's value.
11098
4ff40dd0
GM
11099 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11100 mail-interactive-insert-alias.
11101 (mail-abbrev-complete-alias): New command.
11102 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 11103
ffec4d9f
KH
111042000-05-03 Kenichi Handa <handa@etl.go.jp>
11105
11106 * language/lao-util.el (lao-compose-region): New function.
11107
1b0672c3
GM
111082000-05-02 Gerd Moellmann <gerd@gnu.org>
11109
576da55d
GM
11110 * files.el (recover-session): Make directories as necessary
11111 if they don't exist yet.
11112
399c88ad
SS
11113 * calendar/cal-french.el
11114 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
11115 (french-calendar-special-days-array): Change French text.
11116 (calendar-french-date-string): Change output.
11117 (calendar-goto-french-date): Likewise.
11118
111192000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11120
11121 * wid-edit.el (widget-default-active): Obey `:always-active'.
11122 (widget-documentation-string-value-create): Set `:always-active'.
11123
4b33deaa
EZ
111242000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11125
11126 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11127 default prefix to `~/_emacs.d/auto-save.list/_s'.
11128 (normal-top-level): Create the directory for auto-save files, if
11129 it doesn't already exist (in the ms-dos case only).
11130
5c922ea7
EZ
111312000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11132
11133 * international/mule-cmds.el (set-language-environment): Don't
11134 concat an integer (dos-codepage), use format instead.
11135
820ad5e7
DL
111362000-05-02 Dave Love <fx@gnu.org>
11137
11138 * help.el (help-xref-on-pp): Check for constant symbols.
11139
57cb56f5
GM
111402000-04-29 Gerd Moellmann <gerd@gnu.org>
11141
11142 * startup.el (normal-top-level): Put a condition-case around
11143 the code loading subdirs.el.
11144
111452000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 11146
57cb56f5
GM
11147 * ps-print.el: Upside-down and face background color printing,
11148 line number step, doc fix.
11149 (ps-print-version): New version number (5.2).
11150 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11151 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11152 (ps-spool-config): Var fix.
11153 (ps-printer-name-option): Const fix.
11154 (ps-print-upside-down, ps-use-face-background)
11155 (ps-line-number-step): New vars.
11156 (ps-window-system, ps-lp-system): New consts.
11157 (ps-face-background): New fun.
11158
084cec2f
GM
111592000-04-28 Richard Stallman <rms@gnu.org>
11160
11161 * files.el (make-auto-save-file-name):
11162 Apply auto-save-file-name-transforms to visited file name
11163 before generating auto save file name.
11164 (auto-save-file-name-transforms): New variable.
11165
399c88ad 11166 * files.el (backup-enable-predicate):
084cec2f
GM
11167 Correctly test for a file under a temporary directory.
11168
c94f4677
GM
111692000-04-28 Gerd Moellmann <gerd@gnu.org>
11170
11171 * subr.el (add-minor-mode): Rewritten.
11172
7b211df5
KH
111732000-04-28 Kenichi Handa <handa@etl.go.jp>
11174
11175 * mail/sendmail.el (sendmail-send-it): Set
11176 buffer-file-coding-system to the selected coding system for MIME
11177 header.
11178
c76e04a8 111792000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 11180
c76e04a8
GM
11181 * dired.el (dired-move-to-filename-regexp): Allow format where
11182 YYYY is followed by two spaces.
e3e36d74 11183
c76e04a8
GM
11184 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11185 in the second character class of the regexp.
11186
11187 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11188 mh-etc, too.
353964e3 11189
c76e04a8
GM
11190 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11191 nil.
399c88ad 11192
353964e3
GM
11193 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11194
11195 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11196 argument.
11197
c76e04a8 111982000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 11199
c76e04a8
GM
11200 * emacs-lisp/crm.el (crm-completion-table): New variable.
11201 (crm-collection-fn, crm-test-completion)
11202 (completing-read-multiple): Use it.
11203
112042000-04-27 Dave Love <fx@gnu.org>
11205
11206 * help.el (locate-library): Use mapc.
11207 (help-manyarg-func-alist): Add call-process-region.
11208
7464346d
GM
112092000-04-26 Gerd Moellmann <gerd@gnu.org>
11210
b35bd33d
GM
11211 * subr.el (add-minor-mode): Make argument MAP optional.
11212
7464346d
GM
11213 * desktop.el (desktop-save): Save list of minor modes.
11214 (desktop-create-buffer): Restore minor modes.
11215 (desktop-minor-mode-table): New user-option.
11216
11217 * subr.el (add-minor-mode): New function.
11218
11219 * image.el (find-image): New function.
11220 (defimage): Rewritten to find image at load time.
11221
11222 * startup.el (normal-top-level-add-to-load-path): Handle
11223 case that the default directory is not in load-path.
11224
11225 * help.el: Old patch from Stefan Monnier.
11226 (help-xref-on-pp): New function.
11227 (describe-variable): Use it to display xrefs in a symbol's value.
11228
23c0fb21
SM
112292000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11230
11231 * cus-edit.el (custom-face): Fix parenthesis.
11232
fad95037
KH
112332000-04-26 Kenichi Handa <handa@etl.go.jp>
11234
f03392a1
KH
11235 * mail/rmail.el (rmail-expunge): When there are no deleted
11236 messages, do nothing.
fad95037 11237
0d7c5bb9
DL
112382000-04-26 Dave Love <fx@gnu.org>
11239
11240 * international/mule-cmds.el (locale-translation-file-name):
11241 Defvar to nil.
11242 (set-locale-environment): Set it here (at runtime).
11243
612839b6
GM
112442000-04-25 Gerd Moellmann <gerd@gnu.org>
11245
11246 * replace.el (perform-replace): Add parameters START and END. Use
11247 them instead of the check for a region in Transient Mark mode.
11248 (query-replace-read-args): Return two more list elements for the
11249 start and end of the region in Transient Mark mode.
11250 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11251 (map-query-replace-regexp, replace-string, replace-regexp): Add
11252 optional last arguments START and END and pass them to
11253 perform-replace.
11254
11255 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11256 form with additional arguments for perform-replace.
11257
11258 * progmodes/etags.el (tags-query-replace): Add parameters START
11259 and END. Construct a form with additional arguments for
11260 perform-replace.
11261
11262 * simple.el (shell-command): Set default directory for "*Shell
11263 Command Output" buffer.
11264
11265 * language/european.el (iso-latin-4): Fix typo.
11266
11267 * emacs-lisp/crm.el: New file.
11268
2917cc05
DL
112692000-04-24 Dave Love <fx@gnu.org>
11270
11271 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11272 (Custom-reset-saved, Custom-reset-standard)
11273 (custom-group-value-create, custom-group-set, custom-group-save)
11274 (custom-group-reset-current, custom-group-reset-saved)
11275 (custom-group-reset-standard): Use mapc.
11276 (custom-buffer-create-internal): Disable undo when creating items.
11277 Use mapc.
11278 (custom-face): Avoid redundant lambda.
11279
abfcc168
GM
112802000-04-24 Gerd Moellmann <gerd@gnu.org>
11281
11282 * startup.el (auto-save-list-file-prefix): Set default to
11283 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11284
fa78f71b
SS
112852000-04-24 Sam Steingold <sds@gnu.org>
11286
11287 * time-stamp.el (time-stamp-string-preprocess): Always convert
11288 `field-result' to a string.
11289
cc181e95
GM
112902000-04-24 Gerd Moellmann <gerd@gnu.org>
11291
11292 * frame.el (scrolling): New group.
11293 (automatic-hscrolling): New user-option.
11294
11295 * startup.el (command-line-x-option-alist): Add `-lsp' and
11296 `--line-spacing'.
11297
6142fdcb
DL
112982000-04-19 Dave Love <fx@gnu.org>
11299
11300 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11301 (cl-mapc): Rename from mapc. Fix the funcall.
11302
5e3dac3f
GM
113032000-04-19 Gerd Moellmann <gerd@gnu.org>
11304
1c459486
GM
11305 * simple.el (clone-indirect-buffer-other-window): New command.
11306 (clone-indirect-buffer): Add optional arg NORECROD.
11307 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11308
271b4185
GM
11309 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11310
11311 * window.el (count-screen-lines): New function.
11312 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11313 instead of window-buffer-height.
11314
11315 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11316 non-existing variable comint-input-sentinel.
11317 (inferior-lisp-args-to-list): Removed.
11318 (inferior-lisp): Use split-string instead of
11319 inferior-lisp-args-to-list.
11320
11321 * hexl.el (hexl-insert-hex-string): New command.
11322
5e3dac3f
GM
11323 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11324 instead of concat.
11325
f6d3257b
GM
113262000-04-18 Gerd Moellmann <gerd@gnu.org>
11327
11328 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11329 at the start of an existing but empty folder.
11330
113312000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11332
11333 * ps-mule.el: Customization fix, doc fix.
11334 (ps-multibyte-buffer): Customization fix.
11335
8b7bc628 113362000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
11337
11338 * subr.el (read-passwd): Use read-char-exclusive.
11339
0daee095
GM
113402000-04-17 Gerd Moellmann <gerd@gnu.org>
11341
11342 * textmodes/texinfo.el (texinfo-insert-@email)
11343 (texinfo-insert-@emph, texinfo-insert-@quotation)
11344 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11345 (texinfo-mode-map): Add key bindings for them.
11346
11347 * files.el (basic-save-buffer-2): Use a template with `$'
11348 instead of `#' for VMS.
11349
11350 * simple.el (clone-indirect-buffer): New function.
11351
e10f64e7
GM
113522000-04-16 Stephen Eglen <stephen@gnu.org>
11353
11354 * iswitchb.el (iswitchb-case): New function. If the user input
11355 contains any upper-case characters, the search is made
11356 case-sensitive.
11357
e3721db1
SM
113582000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11359
e10f64e7
GM
11360 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11361 comment-end.
e3721db1
SM
11362 (texinfo-font-lock-syntactic-keywords): New var.
11363 (texinfo-font-lock-keywords): Remove comment regexp.
11364 (texinfo-insert-block): New function.
11365 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
11366 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11367 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 11368 (texinfo-environments): New var.
e10f64e7
GM
11369 (texinfo-environment-regexp): Use regexp-opt and
11370 texinfo-environments.
e3721db1 11371
e10f64e7
GM
11372 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11373 ispell-process is bound since this might be eval'd before ispell
11374 is loaded.
11375 (ispell-message): Use a tiny bit less magic and a bit more hard
11376 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
11377
11378 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11379
11380 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11381 (insert-cyclic-diary-entry): Unquote the lambda.
11382
11383 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11384
11385 * files.el (backup-enable-predicate): Unquote the lambda.
11386
11387 * cus-edit.el (custom-face, face): Unquote the lambda.
11388
712dc9e0
GM
113892000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11390
11391 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 11392
712dc9e0
GM
11393 * ps-print.el: Fix counting lines in a region.
11394 (ps-print-version): New version number (5.1.5).
11395 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11396 (ps-printing-region): Fun code fix.
11397
ffc50f2a
GM
113982000-04-15 Gerd Moellmann <gerd@gnu.org>
11399
11400 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11401 to file-directory-p.
11402
a2522dca
GM
114032000-04-14 Gerd Moellmann <gerd@gnu.org>
11404
11405 * gud.el (gud-jdb-build-source-files-list): Check that directory
11406 exists before calling directory-files.
11407
6e883610
DL
114082000-04-13 Dave Love <fx@gnu.org>
11409
11410 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11411 syntax.
11412
11413 * emacs-lisp/cl-specs.el: Remove when, unless.
11414
11415 * emacs-lisp/cl-extra.el: Don't quote keywords.
11416 (cl-old-mapc): New variable.
11417 (mapc): Use it.
11418 (cl-map-intervals): Use with-current-buffer. Don't check for
11419 next-property-change.
11420 (cl-map-overlays): Use with-current-buffer.
11421 (cl-expt): Remove.
11422 (copy-tree, remprop): Define unconditionally.
11423
11424 * emacs-lisp/cl-compat.el (keywordp): Remove.
11425
11426 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11427 to use keywordp.
11428 (edebug-spec): Enable keywordp.
11429
11430 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11431 string-lessp.
11432
11433 * cus-start.el: Use keywordp.
11434
198e3c7a
GM
114352000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11436
11437 * diary-lib.el (include-other-diary-files): Fix the fix of
11438 2000-02-18 by doing a save-excursion.
11439
114402000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11441
11442 * ps-print.el: Customization fix, doc fix.
11443 (ps-print-version): New version number (5.1.4).
11444 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11445 (ps-print-preprint): Adjust code.
11446 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11447 (ps-print-prologue-header, ps-print-control-characters)
11448 (ps-spool-config): Customization fix.
fa78f71b 11449
8eba343c
EZ
114502000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11451
11452 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11453 converted to the new menu-item format, names silightly changed,
11454 help strings added.
11455
11456 Support for spelling without async subprocesses:
11457
11458 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11459 (ispell-session-buffer): New variables.
11460 (ispell-start-process, ispell-process-status,
11461 ispell-accept-output, ispell-send-string): New functions, for
11462 Ispell invocation when async subprocesses aren't supported.
11463 (ispell-word, ispell-pdict-save, ispell-command-loop,
11464 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11465 to process-send-string with calls to ispell-send-string, and
11466 accept-process-output with ispell-accept-output.
11467 (ispell-init-process): Call ispell-process-status instead of
11468 process-status with.
11469 (ispell-init-process): Call ispell-start-process. Call
11470 ispell-accept-output and ispell-send-string. Don't call
11471 process-kill-without-query and kill-process if they are unbound.
11472 (ispell-async-processp): New function.
11473
3d30065d
DL
114742000-04-12 Dave Love <fx@gnu.org>
11475
11476 * info.el: Add debug-ignored-errors.
11477 (Info-mode-menu): Add some items.
11478 (Info-directory): Add autoload cookie.
11479
11480 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11481 Modify `truncate-lines'. Make `describe-language-environment'
11482 always visible and add help. Modify `describe-key' help. Invoke
11483 Info-directory from `info'. New entry `emacs-manual'.
11484
1a1b1895
GM
114852000-04-10 Gerd Moellmann <gerd@gnu.org>
11486
8b2affc5
GM
11487 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11488 propertized-buffer-identification.
11489 (ebrowse-update-member-buffer-mode-line): Likewise.
11490 (ebrowse--mode-strings): Removed.
11491 (ebrowse--mode-line-props): Removed.
11492
1a1b1895
GM
11493 * files.el (auto-mode-alist): Add `EBROWSE'.
11494
11495 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11496 space before testing for end of buffer.
11497 (ebrowse-load): Removed.
11498 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11499 (ebrowse-create-tree-buffer): Rewritten.
11500 (ebrowse-tree-mode): Read tree from buffer.
11501
11502 * progmodes/ebrowse-ffh.el: Removed.
11503
223f3c91
KH
115042000-04-10 Kenichi Handa <handa@etl.go.jp>
11505
11506 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11507
25fbf2c4
GM
115082000-04-10 Gerd Moellmann <gerd@gnu.org>
11509
11510 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11511 at the wrong place.
11512
92c13173
DL
115132000-04-09 Dave Love <fx@gnu.org>
11514
11515 * files.el (backup-enable-predicate): Use
11516 temporary-file-directory, small-temporary-file-directory.
11517 (make-backup-file-name-function, backup-directory-alist): New
11518 variables.
11519 (make-backup-file-name-1): New function.
11520 (make-backup-file-name): Use it.
11521 (find-backup-file-name): Likewise. Use format for clarity, not
11522 concat.
11523 (file-newest-backup): Use make-backup-file-name.
11524
be0dbdab
GM
115252000-04-09 Gerd Moellmann <gerd@gnu.org>
11526
c45be9ac 11527 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11528
c45be9ac
GM
11529 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11530 to ebrowse-ffh.el.
11531 (ebrowse-load): Add autoload.
11532
11533 * finder.el (finder-commentary): Add autoload cookie.
11534
be0dbdab
GM
11535 * mail/rfc2368.el: Correct author's email address.
11536
11537 * progmodes/ebrowse.el: New file.
11538
11539 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11540 item help string.
11541 (easy-menu-do-add-item): Ditto.
11542 (easy-menu-define): Extend doc string.
11543
11544 * jit-lock.el (with-buffer-unmodified): Use
11545 restore-buffer-modified-p.
11546 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11547 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11548 with-buffer-unmodified.
11549
3f923efe
DL
115502000-04-08 Dave Love <fx@gnu.org>
11551
11552 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11553 unless, when.
11554
d35bee0e
MK
115552000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11556
11557 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11558 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11559 doesn't support face.
d35bee0e 11560 Use `viper-put-on-search-overlay'.
fa78f71b 11561
c407c570
GM
115622000-04-04 Gerd Moellmann <gerd@gnu.org>
11563
11564 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11565 like C-r.
11566
11567 * progmodes/make-mode.el: Some doc fixes.
11568 (makefile-mode-abbrev-table): New variable.
11569 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11570 (makefile-font-lock-keywords): Fontify includes and conditionals.
11571 (toplevel): Require `dabbrev' and `add-log' when compiling.
11572
11573 * replace.el (perform-replace): Don't move forward one char
11574 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11575 to do that because it leaves point 1 position after the last
11576 replacement, after everything has been replaced.
11577
11578 * jit-lock.el (with-buffer-unmodified): New macro.
11579 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11580 modified state.
11581 (jit-lock-function-1): Extracted from jit-lock-function; not
11582 preserving buffer's modified state.
11583 (jit-lock-function, jit-lock-stealth-fontify): Call
11584 jit-lock-function-1.
11585
11586 * mail/rfc2368.el: Remove supernumerary copyright line.
11587
685e5ed2
GM
115882000-04-04 Milan Zamazal <pdm@freesoft.cz>
11589
11590 * glasses.el: Provide facilities for inserting space before left
11591 parentheses and uncapitalization of identifiers.
11592 (glasses-mode): Try to remove old overlays in all cases.
11593
0166aed1
GM
115942000-04-03 Gerd Moellmann <gerd@gnu.org>
11595
62f20204
GM
11596 * progmodes/compile.el (compile-internal): Display the compilation
11597 buffer in a different frame, if it's already displayed there.
11598
6460c400
GM
11599 * mail/rfc2368.el: New file.
11600
c0510d27
GM
11601 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11602 header and insert its value as mail body.
11603
11604 * subr.el (member-ignore-case): New function.
11605
11606 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11607 (dabbrev--find-expansion): Ignore buffers matching a regexp
11608 from dabbrev-ignored-regexps.
11609
0166aed1
GM
11610 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11611 to extensions handled by gzip.
11612
c0510d27
GM
116132000-04-03 Richard M. Stallman <rms@gnu.org>
11614
11615 * files.el (insert-directory): List the total free space
11616 along with the used space.
fa78f71b 11617
c0510d27
GM
11618 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11619 line is followed by one that matches CITATION-REGEXP, end the
11620 paragraph.
11621
116222000-04-03 Markus Rost <rost@delysid.gnu.org>
11623
11624 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11625 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11626
14c04384
KH
116272000-04-03 Kenichi Handa <handa@etl.go.jp>
11628
11629 * international/mule-cmds.el (encoded-string-description):
11630 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11631 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11632 for hexadecimal format.
14c04384 11633
ccf5869a
DL
116342000-04-01 Dave Love <fx@gnu.org>
11635
11636 * cpp.el: Change customization group to `c' from `C'.
11637
11638 * vcursor.el (vcursor-move): Use display-color-p.
11639
11640 * international/mule-util.el: Provide mule-utils.
11641 (string-to-sequence): Simplify and speed up.
11642
11643 * international/mule.el (make-coding-system): Purecopy doc-string.
11644
11645 * international/mule-cmds.el: Various menu changes.
11646 (describe-specified-language-support): Handle `Default'.
11647 (set-language-info): Purecopy `info'.
11648
610d841e
GM
116492000-03-31 Andrew Innes <andrewi@gnu.org>
11650
11651 * vc.el (vc-backend-diff): Return the correct status if we had to
11652 retry the rcsdiff command without the --brief option.
fa78f71b 11653
7f9de034
DL
116542000-03-31 Dave Love <fx@gnu.org>
11655
2de47765
DL
11656 * help.el (help-manyarg-func-alist): Correct several omissions.
11657
72838819
DL
11658 * add-log.el: Don't require cl, fortran.
11659 (add-log-current-defun-function): Doc fix.
11660 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11661 fix.
11662 (change-log-version-rcs): Function deleted.
11663 (change-log-version-number-search): Doc fix. Use
11664 vc-workfile-version. Avoid CL dolist.
11665 (add-change-log-entry): Just call add-log-current-defun to get
11666 defun. Simplify somewhat.
11667 (change-log-get-method-definition-1): Likewise.
11668 (add-log-current-defun): Return nil if calling
11669 add-log-current-defun-function does so. Move Fortran stuff to
11670 fortran.el. Return string without properties.
11671
7f9de034
DL
11672 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11673 and :alpha: char classes.
11674
11675 * mail/supercite.el: Defvar curline when compiling.
11676 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11677 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11678 rather than a-zA-Z0-9 to allow non-ASCII characters.
11679
aa110c0c
GM
116802000-03-31 Gerd Moellmann <gerd@gnu.org>
11681
11682 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11683
11684 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11685 Re-enable new code.
11686
11687 * lpr.el (print-region-1): Use -d to specify printer name for
11688 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11689
116902000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11691
aa110c0c
GM
11692 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11693 for function definition in symbol's function value slot first
11694 instead of first consulting byte-compile-function-environment.
fa78f71b 11695
6733d074
KH
116962000-03-31 Kenichi Handa <handa@etl.go.jp>
11697
11698 * language/european.el ("Polish"): New language environment.
11699 (setup-polish-environment): New function.
11700
63fcfa04
GM
117012000-03-30 Gerd Moellmann <gerd@gnu.org>
11702
11703 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11704 Disable new code.
11705
11706 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11707 trying to `load' the symbol of an autoload instead of the file
11708 recorded in the autoload. Fix error messages.
11709
7438c86b
GM
117102000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11711
11712 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11713 (ps-print-version): New version number (5.1.3).
11714 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11715 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11716 (ps-generate-postscript-with-faces): Code fix.
11717 (ps-color-values): XEmacs compatibility.
11718 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11719 (ps-default-fg, ps-default-bg): Adjust customization.
11720 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11721 (ps-color-scale): Renaming old ps-color-value fun.
11722 (ps-print-headers): Replace ps-print-header group to avoid conflict
11723 with ps-print-header variable.
11724 (ps-print-miscellany): New group.
11725 (ps-format-color, ps-rgb-color): New funs.
11726 (ps-default-foreground): New var.
11727 (ps-printer-name-option): New const.
fa78f71b 11728
326855a0
PB
117292000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11730
1f56ba73
PB
11731 * net/net-utils.el:
11732 (network-connection-host, network-connection-service): New variables
11733 (network-connection-mode): New mode, derived from comint-mode
11734 (network-connection-mode-setup): New function, saves host and
fa78f71b 11735 service information in local variables.
1f56ba73 11736
326855a0
PB
11737 * lisp/locate.el:
11738 (locate-word-at-point): Added this function
11739 (locate): Default to using locate-word-at-point as input
11740 Run dired-mode-hook
11741
141384bd
DL
117422000-03-29 Dave Love <fx@gnu.org>
11743
11744 * calendar/appt.el: Doc fixes.
11745 (appt-check): Convert min-to-app to a string before passing to
11746 appt-disp-window-function or concat.
11747 (appt-delete-window): Remove test for frame-root-window.
11748 (appt-select-lowest-window, appt-convert-time): Simplify.
11749
11750 * emacs-lisp/bytecomp.el: Doc fixes.
11751 (byte-compile-file-form-autoload): Update
11752 byte-compile-function-environment.
11753
c5aa0fc2
AS
117542000-03-29 Andreas Schwab <schwab@suse.de>
11755
11756 * emacs-lisp/autoload.el: Also print defsubst doc string
11757 specially.
11758
11759 * dired.el (dired-insert-directory): If dired-free-space-program
11760 failed just delete its output.
11761
f1d6fe69
DL
117622000-03-29 Dave Love <fx@gnu.org>
11763
11764 * international/iso-cvt.el: Move provide to end. Doc fixes.
11765 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11766 (iso-iso2sgml, iso-sgml2iso): New functions.
11767 (iso-cvt-define-menu): Fix some entries and use backquote for
11768 clarity.
11769
11770 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11771
b61f1215
GM
117722000-03-28 Gerd Moellmann <gerd@gnu.org>
11773
11774 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11775 ISO-DATE. If non-nil, return date in ISO 8601 format.
11776
ea4b0ca3
SM
117772000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11778
3831af62
SM
11779 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11780 if it ever becomes used.
11781 (log-edit-mode-hook): Default to vc-log-mode-hook.
11782 (log-edit-mode): Fix the docstring.
11783
ea4b0ca3
SM
11784 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11785 the code.
11786
08f8b1cc
DL
117872000-03-26 Dave Love <fx@gnu.org>
11788
082527fe
DL
11789 * net/browse-url.el (browse-url): Re-fix case of
11790 browse-url-browser-function being an alist.
11791 (browse-url): Add :link to defgroup.
11792
08f8b1cc
DL
11793 * files.el: Doc fixes.
11794 (file-truename): Include `[' in wildcard characters.
11795 (automount-dir-prefix): Customize.
11796 (find-file-wildcards): Add :version.
11797 (find-file-noselect): Simplify a mapcar call.
11798
11799 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11800 compatible with inf-lisp version.
11801 (eval-defun-1): Fix custom-declare-variable case.
11802
ea4b0ca3
SM
118032000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11804
11805 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11806
9a0dd3dc
GM
118072000-03-24 Gerd Moellmann <gerd@gnu.org>
11808
b68c375f
GM
11809 * Makefile (COMPILE_FIRST): New macro.
11810 (compile-files): Compile files from COMPILE_FIRST first.
11811
11812 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11813 code.
11814
9a0dd3dc
GM
11815 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11816 matching open parenthesis in column 0 to defun-prompt-regexp
11817 only if open-paren-in-column-0-is-defun-start is set.
11818
11819 * sun-curs.el: Require CL at compile-time only.
11820
11821 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11822 instead of copy-list which is a function from CL.
11823 (msb--choose-menu, msb--mode-menu-cond)
11824 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11825 (msb--init-file-alist): Use mapcar instead of mapcan.
11826 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11827 `(' in column 0 in doc string.
11828 (msb--add-separators): Use mapcar instead of mapcan.
11829
11830 * cus-dep.el: Require CL at compile-time only.
11831
c7dcadb5
SM
118322000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11833
11834 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11835 (byte-compile-warnings): New warning `noruntime'.
11836 (byte-compile-constants, byte-compile-variables): Fix docstring.
11837 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11838 execute `eval-whenc-compile's body.
11839 (byte-compile-unresolved-functions): Fix docstring.
11840 (byte-compile-eval): New function.
11841 (byte-compile-callargs-warn): Check if the function will be available
11842 at runtime (via property `byte-compile-noruntime').
11843 (byte-compile-print-syms): New function.
11844 (byte-compile-warn-about-unresolved-functions): Also warn about
11845 `noruntime' functions (and use `byte-compile-print-syms').
11846 (byte-compile-file): Capitalize the message.
11847
3b55acc9
GM
118482000-03-24 Gerd Moellmann <gerd@gnu.org>
11849
11850 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11851 (rmail-expunge): Ask for confirmation depending on the setting
11852 of rmail-confirm-expunge.
11853
118542000-03-23 Gerd Moellmann <gerd@gnu.org>
11855
11856 * Makefile (bootstrap-clean): If $(emacs) exists, build
11857 loaddefs.el first. A loaddefs.el that's not up-to-date might
11858 cause a bootstrap failure because things don't autoload as
11859 expected.
11860
02c76af4
DL
118612000-03-23 Dave Love <fx@gnu.org>
11862
11863 * net/browse-url.el: Restore previous use of
11864 browse-url-maybe-new-window.
11865
1a3199d9
GM
118662000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11867
11868 * ps-print.el: Skip banner page fix.
11869 (ps-print-version): New version number (5.1.2).
11870 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11871
1a3199d9
GM
118722000-03-23 Dave Pearson <davep@davep.org>
11873
11874 * net/quickurl.el Changed the type of parameter passed to the
11875 function defined by `quickurl-format-function'. Before only the
11876 text of the URL was passed. Now the whole URL structure is passed
11877 and the function is responsible for extracting the parts it
11878 requires. Changed the default of `quickurl-format-function'
11879 accordingly.
11880 (quickurl-insert): Changed the `funcall' of
11881 `quickurl-format-function' to match the above change.
11882 (quickurl-list-insert): Changed the `url' case so that it makes
11883 use of `quickurl-format-function', previous to this the format was
11884 hard wired.
fa78f71b 11885
72db3ab5
GM
118862000-03-22 Gerd Moellmann <gerd@gnu.org>
11887
11888 * startup.el: Change some spellings for the X Window System.
11889
68049bfa
SM
118902000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11891
11892 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11893 up the code and the regexp and make sure the cursor is temporarily
11894 moved to the suspicious line while querying the user.
11895
ff4df011
JR
118962000-03-22 Jason Rumney <jasonr@gnu.org>
11897
11898 * w32-fns.el (w32-charset-info-alist): Initialize.
11899
ee1c5b21
GM
119002000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11901
11902 * ps-print.el: N-up last page fix.
11903 (ps-print-version): New version number (5.1.1).
11904 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11905
d2cbfba0
SM
119062000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11907
bfb857d8
SM
11908 * files.el (find-file-run-dired): Update docstring.
11909 (find-directory-functions): New hook.
11910 (find-file-noselect): Run find-directory-functions rather than
11911 calling dired directly.
11912
11913 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11914
cb3430a1
SM
11915 * pcvs.el: Add a minimal leading commentary.
11916 (cvs-make-cvs-buffer): Change the header part by removing the startup
11917 message and adding a `Module' entry. Also replace the FOOTER and
11918 HEADER special fileinfos with the new support in ewoc for updating
11919 its own footer and header.
11920 (cvs-update-header): Update to use the header/footer of the ewoc.
11921 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11922 (cvs-is-within-p): New function.
11923 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11924 to only examine some subset of the buffers.
11925
11926 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11927 `format' instead of our own ad-hoc functions.
11928 Remove HEADER and FOOTER cases, now handled in the EWOC.
11929 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11930
11931 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11932 output to avoid scaring the user.
11933 (cvs-parse-table): Catch message for non-up-to-date commits.
11934
11935 * pcvs-defs.el (cvs-startup-message): Remove.
11936 (cvs-global-menu): New autoloaded menu.
11937
11938 * pcvs-util.el (cvs-string-fill): Remove.
11939
11940 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11941 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11942 PP part of it and also make it work for footers and headers.
11943 (ewoc-create): Drop POS and BUFFER arguments.
11944 Use the DLL's dummy node to store the end-of-footer position.
11945 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11946 (ewoc-refresh): Remove unused `header' variable.
11947 (ewoc-(get|set)-hf): New functions.
11948
d2cbfba0
SM
11949 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11950 log-view-*-(message|file) and use easy-mmode-define-navigation.
11951 (log-view-message-re): Match SCCS format as well.
11952 And match the revision line rather than the dashed separator line.
11953 (log-view-mode): Use the new define-derived-mode.
11954 (log-view-current-tag): Fill in with an actual implementation.
11955
11956 * cvs-status.el (cvs-status-(prev|next)): Rename from
11957 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11958 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11959 to let the output "breathe" a little more (more readable).
11960 (cvs-status-mode): Use the new define-derived-mode.
11961
11962 * smerge-mode.el (smerge-auto-leave): New function and variable.
11963 (smerge-basic-map): Rename from smerge-basic-keymap.
11964 Change the bindings for smerge-diff-*.
11965 (smerge-*-map): Use easy-mmode-defmap.
11966 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11967 (smerge-keep-*): Use smerge-auto-leave.
11968
51663132
JR
119692000-03-21 Jason Rumney <jasonr@gnu.org>
11970
11971 * cus-edit.el (custom-button-face): Use 3D look for w32.
11972 (custom-button-pressed-face): Likewise.
11973
3f6e4b8b
GM
119742000-03-21 Gerd Moellmann <gerd@gnu.org>
11975
11976 * progmodes/etags.el (tags-case-fold-search): New user-option.
11977 (tags-loop-eval): New function. Bind case-fold-search around eval
11978 depending on the value of tags-case-fold-search.
11979 (tags-loop-continue): Use tags-loop-eval.
11980 (find-tag-in-order): Bind case-fold-search depending on the value
11981 of tags-case-fold-search.
11982
c7ea3acc
SM
119832000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11984
0ae39f53
SM
11985 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11986 (diff-end-of-hunk): Return the end position for use in
11987 `easy-mmode-define-navigation'.
11988 (diff-recenter): Remove.
11989 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11990 of `easy-mmode-define-navigation'.
11991 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11992 previous renaming) and fix to use new names.
11993 (diff-merge-strings): Use \n as separator: simpler, faster.
11994 (diff-mode): Use `define-derived-mode'.
11995
c7ea3acc
SM
11996 * derived.el (define-derived-mode): Don't autoload anymore.
11997 Prefer the macro-only version provided by easy-mmode.el.
11998
11999 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12000 `easy-mmode-define-derived-mode'.
12001 Use `combine-run-hooks'.
12002 (easy-mmode-define-navigation): New macro.
12003
12004 * subr.el (combine-run-hooks): New function.
12005
6c4bfdc0
KH
120062000-03-21 Kenichi HANDA <handa@etl.go.jp>
12007
12008 * term/x-win.el: Fontsets related initialization is simplified.
12009
12010 * international/mule-diag.el (describe-font): Don't refer to
12011 global-fontset-alist, instead call font-list.
12012 (describe-fontset, list-fontsets, mule-diag): Likewise.
12013 (print-fontset): Adjusted for the change of fontset
12014 implementation.
12015
12016 * international/fontset.el (x-charset-registries): Variable
12017 removed, instead the corresponding data is stored in the default
12018 fontset.
12019 (register-alternate-fontnames): Function removed.
12020 (resolved-ascii-font): Variable removed.
12021 (x-compose-font-name): Ignore the second argument REDOCE.
12022 (x-complement-fontset-spec): Complement only an ASCII font and
12023 element for those charsets than can use that ASCII font.
12024 (generate-fontset-menu): Don't refer to global-fontset-alist,
12025 instead call fontset-list.
12026 (uninstantiated-fontset-alist): Variable removed.
12027 (x-style-funcs-alist): Likewise.
12028 (fontset-default-styles): Likewise.
12029 (x-modify-font-name): Function removed.
12030 (create-fontset-from-fontset-spec): Ignore the argument
12031 STYLE-VARIANT.
12032 (create-fontset-from-ascii-font): Docsting adjusted for the above
12033 change.
12034 (instantiate-fontset, resolve-fontset-name): Functions removed.
12035 (fontset-list): Now implemented by C code.
fa78f71b 12036
6c4bfdc0
KH
12037 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12038 (describe-face): Include `font' attribute in the description.
12039
9111d4b5
KH
120402000-03-21 Kenichi Handa <handa@etl.go.jp>
12041
12042 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12043
b33dd3b0
GM
120442000-03-20 Gerd Moellmann <gerd@gnu.org>
12045
a25bbe00
GM
12046 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12047 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12048 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 12049
b33dd3b0
GM
12050 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12051 about behavior of set-buffer-modified-p wrt redisplay.
12052
8b7bc628 120532000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
12054
12055 * view.el (view-mode-disable): Kill local binding of view-read-only.
12056
d7b511c4
GM
120572000-03-18 Gerd Moellmann <gerd@gnu.org>
12058
12059 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12060 is a string, convert it to a syntax cell using string-to-syntax.
12061
12062 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12063 (string-to-syntax): New function.
12064
12065 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12066 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 12067 try to use passive ftp mode.
d7b511c4 12068
998ecc60
GM
120692000-03-17 Gerd Moellmann <gerd@gnu.org>
12070
b33dd3b0 12071 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
12072
12073 * simple.el (append-to-buffer): Update point of windows after
12074 insertion.
12075
12076 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12077 forward then moving backward. Reindent.
12078
12079 * frame.el (other-frame): Call x-focus-frame only if
12080 focus-follows-mouse is off.
12081
235d6821
DL
120822000-03-17 Dave Love <fx@gnu.org>
12083
12084 * pcvs-util.el (cvs-strings->string): Rename
12085 replace-regexps-in-string.
12086
a29a2cd1
SM
120872000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12088
af595444
SM
12089 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12090 regexp for labels cannot span several lines.
12091
12092 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 12093 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 12094
a9be2843
DL
120952000-03-16 Dave Love <fx@gnu.org>
12096
12097 * progmodes/f90.el (f90): Put custom group under `languages', not
12098 `fortran'.
12099 (f90-mode-hook): Customize.
12100 (f90-mode): Set add-log-current-defun-function.
12101 (f90-current-defun): New function.
12102
d0ab3e9d
GM
121032000-03-16 Gerd Moellmann <gerd@gnu.org>
12104
16b20ed9
GM
12105 * cus-edit.el (custom-variable-tag-face): Handle case that
12106 default face's height is not a number.
12107 (custom-face-tag-face, custom-group-tag-face-1)
12108 (custom-group-tag-face): Ditto.
12109 (custom-group-tag-face-1): Add :group.
fa78f71b 12110
d0ab3e9d
GM
12111 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12112
ae8ab422
GM
121132000-03-15 Gerd Moellmann <gerd@gnu.org>
12114
12115 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12116 requiring easymenu.
12117
81c7ca69
GM
121182000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12119
12120 * ps-print.el: PostScript user-defined prologue, PostScript error
12121 handler, doc fix.
12122 (ps-print-version): New version number (5.1).
12123 (ps-user-defined-prologue, ps-error-handler-message)
12124 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12125 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12126 (ps-insert-string): New function.
fa78f71b 12127
dcf1003d
KH
121282000-03-15 Kenichi Handa <handa@etl.go.jp>
12129
12130 * international/ccl.el (ccl-compile-expression): Don't generate
12131 invalid self-assignment code.
12132
73825616
DL
121332000-03-14 Dave Love <fx@gnu.org>
12134
12135 * subr.el (replace-regexp-in-string): Renamed from
12136 replace-regexps-in-string. Doc fix.
12137
031020ac
DL
121382000-03-12 Dave Love <fx@gnu.org>
12139
12140 * cus-edit.el: Doc fixes.
12141 (customize-set-variable, customize-save-variable): Rename args for
12142 doc.
12143 (custom-variable-tag-face, custom-face-tag-face)
12144 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12145 style which user identify as hyperlink.
12146 (hook): Don't add undefined functions to the hook.
12147 (debug-ignored-errors): Transfer message from bindings.el.
12148
9b2f3c38
GM
121492000-03-12 Gerd Moellmann <gerd@gnu.org>
12150
12151 * recentf.el (recentf-keep-non-readable-files-p): Remove
12152 double/nested definition.
12153
0d6e23cf
DL
121542000-03-12 Dave Love <fx@gnu.org>
12155
12156 * facemenu.el (facemenu-get-face): Use display-color-p.
12157 * enriched.el (enriched-decode-foreground): Likewise.
12158 (enriched-decode-background): Likewise.
12159 * isearch.el (isearch-highlight): Likewise.
12160 * info-look.el (info-lookup): Likewise.
12161 * simple.el (completion-setup-function): Likewise.
12162
12163 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12164 :options.
12165
12166 * bindings.el (mode-line-format): Fix line-number and
12167 column-number items. Add help-echo for the background.
12168 (mode-line-mule-info): Modify help-echo.
12169
1598a961 12170 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
12171
12172 * files.el (load-file): Allow completion to .elc.
12173
12174 * man.el: Doc fixes.
12175 (Man-init-defvars): Use display-color-p to set fontification.
12176
12177 * play/hanoi.el (hanoi-internal): Don't use oddp.
12178
e1cff360
GM
121792000-03-12 Gerd Moellmann <gerd@gnu.org>
12180
12181 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12182
12183 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12184
5e5dff44
GM
121852000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12186
12187 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12188 Fix comment.
12189
5b467bf4
SM
121902000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12191
83fef604
SM
12192 * font-lock.el (font-lock-keywords): Fix the doc now that
12193 regexp-opt-depth is unnecessary.
12194 (save-buffer-state): Set an edebug spec.
12195 (font-lock-fontify-anchored-keywords): Properly handle the case when
12196 the matcher goes past the limit.
12197
5b467bf4
SM
12198 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12199 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12200
83fef604
SM
12201 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12202 dll.el and cookie.el (from Elib) with heavy renaming and other
12203 massaging.
5b467bf4
SM
12204
12205 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12206 Autoload the functions used.
12207 (easy-mmode-define-syntax): Fix CL typo.
12208 (easy-mmode-define-derived-mode): Improve the docstring generation.
12209
d407456c
GM
122102000-03-10 Gerd Moellmann <gerd@gnu.org>
12211
12212 * textmodes/texinfo.el (texinfo-version): Variable and function
12213 removed.
12214
5a7a545c
SM
122152000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12216
0d6e23cf
DL
12217 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12218 allow more flexibility.
12219 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12220 fns.
12221 (easy-mmode-defmap, easy-mmode-defsyntax)
12222 (easy-mmode-define-derived-mode): New macros.
5a7a545c 12223
d407456c 122242000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
12225
12226 * rect.el (replace-rectangle): New function.
12227
122282000-03-09 Dave Love <fx@gnu.org>
12229
12230 * progmodes/fortran.el (fortran-comment-line-start): Define as
12231 "C".
12232 (fortran-comment-line-start-skip): Don't match cpp stuff.
12233 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12234 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12235 (fortran-mode): Don't set fortran-comment-line-start-skip,
12236 fortran-comment-line-start here. Set comment-start,
12237 add-log-current-defun.
12238 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12239 (fortran-current-defun): New function.
12240
80460654
GM
122412000-03-09 Gerd Moellmann <gerd@gnu.org>
12242
d1221ea9
GM
12243 * emacs-lisp/re-builder.el: New file.
12244
1853aa6b
GM
12245 * mouse.el (mouse-drag-region): Don't run up-event handler
12246 if hscroll has changed.
12247
80460654
GM
12248 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12249 builtin operators, use `font-lock-builtin-face' for Emacs and
12250 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
12251
12252 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
12253 `(defun (setf foo)' differently.
12254
c0056275
SM
122552000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12256
12257 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
12258 (regexp-opt): Update comment and adapt the code the new meaning of
12259 the `paren' argument of regex-opt-group for shy-groups.
12260 (regexp-opt-depth): Handle shy groups as well as backslashed
12261 backslashes.
c0056275
SM
12262 (regexp-opt-group): Turn the leading comment into a docstring.
12263 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
12264 Remove open-presuf and close-presuf. Instead of checking for `all
12265 one-char' and then later on check for `several one-char', handle
12266 both cases close together. Also apply a more generic algorithm
12267 for suffixes (the mirror image of the algorithm used for
12268 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
12269 (regexp-opt-try-suffix): Removed.
12270
12271 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
12272 from comint-mode-map, so we can just inherit from it. Also, move
12273 the initialization into the `defvar' since there's no docstring
12274 anyway and it's fairly short.
12275 (inferior-scheme-mode): Define it as derived-mode: the code is
12276 shorter and this way we inherit from comint-mode-map rather than
12277 copying it.
c0056275 12278
80460654
GM
12279 * subr.el (replace-regexps-in-string): Properly handle the case
12280 where we match an empty string.
c0056275 12281
80460654
GM
12282 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12283 when the command has a directory component (such as "./testml").
c0056275
SM
12284 Also fix a typo in the comment.
12285
5e91ff9e
GM
122862000-03-08 Gerd Moellmann <gerd@gnu.org>
12287
feab4fba
GM
12288 * Makefile (compile-files): Compile files one by one because
12289 that's the only way to ensure a clean compilation environment for
12290 each individual file.
12291
5e91ff9e
GM
12292 * frame.el (other-frame): Call x-focus-frame.
12293
76162e12
DL
122942000-03-07 Dave Love <fx@gnu.org>
12295
f64ce788
DL
12296 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12297 :require to defcustom.
12298
76162e12
DL
12299 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12300 lists.
12301
12302 * files.el (auto-mode-alist): Add configure.in.
12303
12304 * progmodes/autoconf.el: New file.
12305
f7daf1e1
GM
123062000-03-07 Gerd Moellmann <gerd@gnu.org>
12307
12308 * mail/mh-e.el: Change maintainer to `none'.
12309
12310 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12311 to remove-hook and add-hook.
12312
123132000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12314
12315 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12316 it as the default.
12317 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12318 (sendmail-send-it): Conditionally add MIME headers specifying the
12319 used character set.
fa78f71b 12320
63f6b2c4
DL
123212000-03-07 Dave Love <fx@gnu.org>
12322
12323 * winner.el: Fix keywords, autoload cookies. Split
12324 eval-when-compile form to avoid compilation failure.
12325
8330e2f9
KH
123262000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12327
12328 * international/mule.el: Modify comment about coding system
12329 property `coding-category'.
12330 (make-coding-system): New argument EOL-TYPE. Pay attention to
12331 coding-category property of PROPERTIES.
12332
12333 * international/mule-conf.el (coding-category-utf-8,
12334 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12335 categories. Include them in the argument for set-coding-priority.
12336
12337 * international/mule-cmds.el (reset-language-environment): Include
12338 coding-category-utf-8, coding-category-utf-16-be, and
12339 coding-category-utf-16-le in the argument for set-coding-priority.
12340 (reset-language-environment): Initialize coding-category-utf-8,
12341 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12342
18bb0684
GM
123432000-03-06 Karl Fogel <kfogel@red-bean.com>
12344
12345 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12346 code abstracted out of `bookmark-jump-noselect'. Now tries info
12347 extensions as well as compression extensions.
12348 (bookmark-jump-noselect): Use above new func.
fa78f71b 12349
71a6ba55
GM
123502000-03-03 Gerd Moellmann <gerd@gnu.org>
12351
12352 * strokes.el: Change maintainer's mail address.
12353
0d56cdff
KH
123542000-03-03 Kenichi Handa <handa@etl.go.jp>
12355
12356 * international/mule-diag.el (list-character-sets): Make help-echo
12357 string by substitute-command-keys.
12358 (list-character-sets): Likewise.
12359 (sort-listed-character-sets): Call help-setup-xref.
12360
900fa1f1
GM
123612000-03-02 Gerd Moellmann <gerd@gnu.org>
12362
12363 * time.el (display-time-mail-file): Add `none' to the list of
12364 choices.
12365
54d04320
DL
123662000-03-01 Dave Love <fx@gnu.org>
12367
43f3fa09
DL
12368 * help.el (help-xref-go-back): Don't try to set position.
12369
54d04320
DL
12370 * international/mule-diag.el (list-character-sets): Call
12371 help-setup-xref. Add help-echo to xrefs.
12372 (list-character-sets-1): Add help-echo to xrefs.
12373
d054101f
GM
123742000-03-02 Gerd Moellmann <gerd@gnu.org>
12375
12376 * frame.el (blink-cursor-mode): Switch cursor on when turning
12377 the mode off.
12378
12379 * add-log.el (add-log-current-defun): Add support for
12380 Autoconf mode.
12381
12382 * mail/rmail.el (rmail-quit-hook): New variable.
12383
d77dae5c
DL
123842000-03-01 Dave Love <fx@gnu.org>
12385
e5f597f0
DL
12386 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12387
d77dae5c
DL
12388 * help.el (help-xref-button): Add help-echo arg.
12389 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12390
12391 * faces.el (list-faces-display): Supply help-echo with
12392 help-make-xrefs.
12393
12394 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12395 nil.
12396
72d19d75
GM
123972000-03-01 Gerd Moellmann <gerd@gnu.org>
12398
2df636f4
GM
12399 * image.el (defimage): Look for image files in load-path.
12400
fa78f71b 12401 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
12402 `number'.
12403
2df636f4
GM
124042000-03-01 David Ponce <david.ponce@wanadoo.fr>
12405
12406 * recentf.el (recentf): Added version tag to the defgroup of
12407 recentf.
12408
124092000-03-01 David Ponce <david.ponce@wanadoo.fr>
12410
12411 * recentf.el (recentf-cleanup): Changed to remove excluded file
12412 too.
12413 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12414 action to select/unselect a file.
12415 (recentf-edit-list): Code cleanup and improvement.
12416 (recentf-open-more-files-action): `recentf-open-more-files' button
12417 widget action to open a file.
12418 (recentf-open-more-files): No more use standard completion but
12419 widgets.
12420 (recentf-more-collection): Deleted.
12421 (recentf-more-history): Deleted.
12422 (recentf-setup-more-completion): Deleted.
12423
124242000-03-01 David Ponce <david.ponce@wanadoo.fr>
12425
12426 * recentf.el (recentf-mode): No more needs that Emacs is running
12427 under a window-system.
12428
124291999-03-01 David Ponce <david.ponce@wanadoo.fr>
12430
12431 * recentf.el (recentf-edit-list): New command to edit the recent
12432 list which allow the user to remove files.
12433 (recentf-edit-selected-items): New global variable, used by
12434 `recentf-edit-list' to hold the list of files to be removed from
12435 the recent list.
12436 (recentf-make-menu-items): Updated to display a "Edit list..."
12437 menu item. Minor code cleanup.
12438
124391999-03-01 David Ponce <david.ponce@wanadoo.fr>
12440
12441 * recentf.el (recentf-open-more-files): New command to open files
12442 that are not displayed in the menu.
12443 (recentf-more-collection): New global variable holding the set of
12444 permissible completions used by `recentf-open-more-files'.
12445 (recentf-more-history): New global variable holding the history list
12446 used by `recentf-open-more-files' completion.
12447 (recentf-setup-more-completion): New function to setup completion for
12448 `recentf-open-more-files'.
12449 (recentf-make-menu-items): Updated to display a "More..." menu item.
12450
124511999-03-01 David Ponce <david.ponce@wanadoo.fr>
12452
12453 * recentf.el (recentf-menu-action): Doc fixed.
12454
124551999-03-01 David Ponce <david.ponce@wanadoo.fr>
12456
12457 * recentf.el (recentf-menu-filter): Doc updated.
12458 (recentf-update-menu-hook): Allow menu filters to force menu update.
12459 (recentf-make-menu-items): New menu filter handling.
12460 (recentf-make-menu-item): New helper function.
12461 (recentf-menu-elements): New menu handling function.
12462 (recentf-sort-ascending): Updated to new menu filter handling.
12463 (recentf-sort-descending): Updated to new menu filter handling.
12464 (recentf-sort-basenames-ascending): New menu filter function.
12465 (recentf-sort-basenames-descending): New menu filter function.
12466 (recentf-show-basenames): New menu filter function.
12467 (recentf-show-basenames-ascending): New menu filter function.
12468 (recentf-show-basenames-descending): New menu filter function.
12469
72d19d75
GM
124702000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12471
12472 * diary-lib.el (list-diary-entries): Don't try to go forward at
12473 the end of the buffer.
12474
1ac1c836
KH
124752000-02-29 Kenichi Handa <handa@etl.go.jp>
12476
12477 * international/mule-diag.el (list-character-sets): Completely
12478 rewritten.
12479 (sort-listed-character-sets): New function.
12480 (list-character-sets-1): Completely rewritten.
12481 (list-character-sets-2): New function.
12482 (non-iso-charset-alist): New variable.
12483 (decode-codepage-char): New function.
12484 (charset-history): New variable.
12485 (read-charset) (list-block-of-chars)
12486 (list-iso-charset-chars)
12487 (list-non-iso-charset-chars)
12488 (list-charset-chars): New functions.
12489 (mule-diag): Call list-character-sets-2, not
12490 list-character-sets-2.
12491 (dump-charsets): Likewise.
12492
ed4d0512
GM
124932000-02-29 Gerd Moellmann <gerd@gnu.org>
12494
72d19d75
GM
12495 * dired-x.el (dired-filename-at-point): Add `@' to valid
12496 file name characters.
12497 (dired-filename-at-point): Handle ange-ftp file names.
12498
ed4d0512
GM
12499 * frame.el (frame-notice-user-settings): Use assq-delete-all
12500 instead of assoc-delete-all.
12501 (frame-notice-user-settings): Ditto.
12502
12503 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12504 Don't copy alist.
12505
32038c7a
GM
125062000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12507
12508 * calculator.el (calculator-use-menu): New option.
12509 (calculator-initial-bindings): Changed some bindings to work as
12510 macros.
12511 (calculator-forced-input): Removed.
12512 (calculator-restart-other-mode): New variable.
12513 (calculator-mode-map): Set up menu.
fa78f71b 12514
32038c7a
GM
125152000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12516
12517 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12518 tags.
fa78f71b 12519
55d7ff38 125202000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12521
55d7ff38
MK
12522 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12523 translate all ESC key sequences.
12524 (viper-goto-mark-subr): restore markers for files for which
12525 they were saved.
12526 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12527 * viper-util.el (viper-set-replace-overlay-glyphs,
12528 viper-set-replace-overlay): always check if the replacement
12529 overlay is live.
12530 * viper.el (viper-vi-state-mode-list): added major modes.
12531 * ediff-wind.el: minor comment changes.
12532 * ediff.el: copyright notice date fix.
fa78f71b 12533
387023ee
JR
125342000-02-27 Jason Rumney <jasonr@gnu.org>
12535
12536 * faces.el (face-font-family-alternatives): Add arial to helv.
12537 (mode-line, header-line, tool-bar): Same default as x for w32.
12538 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12539 face-font-family-alternatives from working.
12540 * term/w32-win.el (mouse-set-font): Do not build fontset from
12541 chosen font.
12542
f43d79c1
GM
125432000-02-25 Sam Steingold <sds@goems.com>
12544
5d80cc9c 12545 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12546 properly.
fa78f71b 12547
8b7bc628 125482000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12549
12550 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12551
4eb8436f
GM
125522000-02-25 Gerd Moellmann <gerd@gnu.org>
12553
12554 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12555 writable.
12556
449c3c52 12557 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12558
42088c12
GM
125592000-02-24 Gerd Moellmann <gerd@gnu.org>
12560
12561 * frame.el (show-cursor-in-non-selected-windows): New option.
12562
c60ea02e
GM
125632000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12564
12565 * diary-lib.el (include-other-diary-files): Undo the selective
12566 display in any included file and don't kill it.
12567
d066de8e
EZ
125682000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12569
12570 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12571 bar. Menu items converted to (menu-item format, help strings
12572 added.
12573 [downcase, upcase]: Don't enable on MS-DOS.
12574 [symlink, symlinks]: Don't show if make-symbolic-link is not
12575 bound.
12576 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12577
b6906b38
DL
125782000-02-23 Dave Love <fx@gnu.org>
12579
275cf1b2
DL
12580 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12581 (backward-kill-word): Revert addition of * to interactive spec --
12582 it's a feature.
12583
12584 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12585 (backward-kill-sentence, kill-sentence): Likewise.
12586
99d48056
DL
12587 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12588 scratch buffer name.
12589 (gud-format-command): Use int-to-string in ?l case. Simplify
12590 slightly.
12591
12592 * term/w32-win.el (internal-face-interactive): Update prompt for
12593 new read-face-name.
12594
12595 * mail/footnote.el (footnote): Add :version to defgroup.
12596 (footnote-section-tag-regexp): Customize.
12597 (footnote-start-tag, footnote-end-tag): New option.
12598 (footnote-latin-regexp): New variable.
12599 (Footnote-latin): New function.
12600 (footnote-style-alist): Add element for latin style.
12601 (footnote-style): Moved.
12602 (Footnote-goto-footnote): Use eq to test arg.
12603
12604 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12605
b6906b38
DL
12606 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12607 (byte-compile-trueconstp): Include keywords.
12608 (byte-optimize-quote, byte-optimize-lapcode): Use
12609 byte-compile-const-symbol-p.
12610 (byte-optimize-char-before): New optimization.
12611
12612 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12613 (byte-compile-const-symbol-p): New function.
12614 (byte-compile-constp, byte-compile-out-toplevel)
12615 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12616 Use it.
12617
12618 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12619
214f877f
KH
126202000-02-23 Kenichi Handa <handa@etl.go.jp>
12621
c709bcf1
KH
12622 * international/encoded-kb.el: Be sure to update minor-mode-alist
12623 and minor-mode-map-alist.
12624 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12625 codes SS2 and SS3 correctly.
12626 (encoded-kbd-self-insert-ccl): New function.
12627 (encoded-kbd-setup-keymap): New function.
12628 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12629 by calling encoded-kbd-setup-keymap.
12630
214f877f
KH
12631 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12632 characters.
12633 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12634 locally.
12635
b021ef18
DL
126362000-02-22 Dave Love <fx@gnu.org>
12637
12638 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12639 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12640 defvar.
12641 (lisp-mode-syntax-table): Set up for #|...|# comments.
12642 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12643 classes. Match `defface'.
12644 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12645 (eval-defun-1): Fix for defcustom.
12646 (lisp-indent-region): Doc fix.
12647
12648 * subr.el (when, unless, split-string): Doc fix.
12649 (read-passwd): Move call of clear-this-command-keys to the right
12650 place.
12651 (replace-regexps-in-string): New function.
12652
14cc00ad
GM
126532000-02-22 Gerd Moellmann <gerd@gnu.org>
12654
12655 * help.el (describe-variable): Set syntax table to
12656 emacs-lisp-mode-syntax-table when moving forward over the
12657 symbol's name.
12658
47da5efa
DL
126592000-02-22 Dave Love <fx@gnu.org>
12660
12661 * xt-mouse.el: Doc fixes.
12662 (xterm-mouse-position-function): New function, replacing advice of
12663 mouse-position.
12664 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12665
12666 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12667
f0a6c717
GM
126682000-02-21 Gerd Moellmann <gerd@gnu.org>
12669
12670 * format.el (format-annotate-single-property-change): Handle
12671 properties.with dotted-list values.
12672 (format-proper-list-p): New function.
12673
12674 * enriched.el (enriched-face-ans): Handle '(foreground-color
12675 . COLOR) and (background-color . COLOR).
12676
2be80b63
DL
126772000-02-20 Dave Love <fx@gnu.org>
12678
12679 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12680 and assignments to it.
12681 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12682 current local map.
12683 (make-flyspell-overlay): Use it.
12684 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12685
12686 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12687 (lm-get-header-re): Defun, not defsubst.
12688 (lm-get-package-name): Defun, not defsubst. Simplify.
12689 (lm-version): Doc fix. Simplify.
12690 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12691 (lm-crack-address, lm-last-modified-date, lm-commentary)
12692 (lm-verify, lm-synopsis): Simplify.
12693 (lm-report-bug): Require emacsbug. Use compose-mail.
12694
329eed9f
GM
126952000-02-20 Gerd Moellmann <gerd@gnu.org>
12696
12697 * dired.el (dired-mode): Call propertized-buffer-identification
12698 to set mode-line-buffer-identification to something having
12699 the right text properties.
12700
12701 * bindings.el (propertized-buffer-identification): New function.
12702
be5bb146
DL
127032000-02-20 Dave Love <fx@gnu.org>
12704
12705 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12706 check for t-mouse too.
12707
12708 * cus-start.el: Make echo-keystrokes `number'.
12709
1d4311c3
EZ
127102000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12711
12712 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12713 Don't call ring-empty-p unless tags-location-ring is bound.
12714 From Noah Friedman <friedman@splode.com>.
12715
a23c5037
TTN
127162000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12717
12718 * progmodes/hideshow.el (hs-flag-region): No longer use
12719 `intangible' overlay property.
12720
12721 (hs-toggle-hiding): New command.
12722 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12723
12724 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12725 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12726 and deactivation.
12727
b6a22bf8
GM
127282000-02-18 Gerd Moellmann <gerd@gnu.org>
12729
12730 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12731
d621caf7
GM
127322000-02-17 Gerd Moellmann <gerd@gnu.org>
12733
3c0ed7ce
GM
12734 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12735
d621caf7
GM
12736 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12737 of `*' to handle `(* ... *)' comments.
12738
538d88fb
EZ
127392000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12740
53c80cf6 12741 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12742 window-system.
53c80cf6 12743
538d88fb
EZ
12744 * menu-bar.el (global-map): Menu-bar items converted to the new
12745 format (menu-item..., rearranged for better CUA compliance, and
12746 their names changed for better clarity. Help strings added.
12747
12748 * international/mule-cmds.el (mule-menu-keymap)
12749 (describe-language-environment-map, set-coding-system-map)
12750 (setup-language-environment-map): Convert to new (menu-item...
12751 form, add help strings. Change names of menu items for better
12752 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12753 submenu).
12754
8389e1e2 127552000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12756
a23c5037 12757 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12758 within the code.
a23c5037 12759
8389e1e2 127602000-02-16 Dave Love <fx@gnu.org>
a23c5037 12761
84fe35f0
DL
12762 * faces.el: Don't require custom. Add more specific :groups to
12763 various deffaces.
12764 (set-face-attribute): Purecopy args.
12765 (read-face-name): Default to name at point and use it in prompt.
12766 Remove colon from arg in all callers.
12767 (list-faces-display): Hyperlink to face descriptions and customize
12768 buffers.
12769
b2aeee30
DL
127702000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12771
12772 * wid-edit.el (widget-match-inline): An atom never matches a
12773 list.
12774
99e95407
GM
127752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12776
82d2c7c5
DL
12777 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12778 at ':' characters by call to split-string.
99e95407
GM
12779
127802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12781
82d2c7c5 12782 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12783
127842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12785
82d2c7c5
DL
12786 * textmodes/bibtex.el: Some temporary comments removed.
12787 (bibtex-field-name, bibtex-entry-type): Made the relationship
12788 explicit.
12789 (bibtex-field-const): Allow capital letters.
12790 (bibtex-start-of-string): Deleted because unused.
12791
12792 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12793 use the term 'reference' to describe a bibtex entry as a whole.
12794 Further, reference keys are no longer called 'labels'.
12795 (bibtex-keys): Renamed to bibtex-reference-keys.
12796 (bibtex-reformat-previous-labels): Renamed to
12797 bibtex-reformat-previous-reference-keys.
12798 (bibtex-reference-type): Renamed to bibtex-entry-type.
12799 (bibtex-reference-head): Renamed to bibtex-entry-head.
12800 (bibtex-reference-maybe-empty-head): Renamed to
12801 bibtex-entry-maybe-empty-head.
12802 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12803 (bibtex-search-reference): Renamed to bibtex-search-entry.
12804 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12805 bibtex-enclosing-entry-maybe-empty-head.
12806 (bibtex-entry-field-alist, bibtex-entry-head,
12807 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12808 bibtex-map-entries, bibtex-search-entry,
12809 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12810 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12811 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12812 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12813 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12814 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12815 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12816
128172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12818
82d2c7c5
DL
12819 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12820 comment.
12821 (bibtex-format-field-delimiters): New function, functionality
12822 extracted from bibtex-format-entry.
12823 (bibtex-autokey-get-yearfield-digits): New function, functionality
12824 extracted from bibtex-autokey-get-yearfield.
12825
12826 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12827 entries in order to avoid stack overflow in the regexp matcher if
12828 field contents become large.
12829 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12830 bibtex-field-string-part-not-braced,
12831 bibtex-field-string-part-no-inner-braces,
12832 bibtex-field-string-part-1-inner-brace,
12833 bibtex-field-string-part-2-inner-braces,
12834 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12835 bibtex-field-string-quoted, bibtex-field-string,
12836 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12837 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12838 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12839 as parsing is now performed by the following functions.
12840 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12841 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12842 bibtex-parse-field-string, bibtex-search-forward-field-string,
12843 bibtex-parse-association, bibtex-field-name-for-parsing,
12844 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12845 bibtex-search-forward-field, bibtex-search-backward-field,
12846 bibtex-start-of-field, bibtex-end-of-field,
12847 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12848 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12849 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12850 bibtex-parse-string, bibtex-search-forward-string,
12851 bibtex-search-backward-string, bibtex-start-of-string,
12852 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12853 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12854 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12855 entries. Instead of reporting the results of the parsing by
12856 match-beginning or match-end, these functions return data structures
12857 that hold the corresponding positions.
12858 (bibtex-enclosing-field): Changed to also report field boundaries by
12859 return values rather than by match-beginning or match-end. The
12860 following functions have been adapted to use the new parsing
12861 functions.
12862 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12863 bibtex-enclosing-field, bibtex-format-entry,
12864 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12865 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12866 bibtex-print-help-message, bibtex-end-of-entry,
12867 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12868 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12869 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12870 method for parsing.
12871 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12872 bibtex-map-entries, bibtex-flash-head,
12873 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12874 bibtex-autokey-change, bibtex-autokey-get-namefield,
12875 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12876 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12877 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12878 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12879 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12880 order to make the new binding of case-fold-search immediately
12881 visible.
99e95407
GM
12882
128832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12884
82d2c7c5
DL
12885 * textmodes/bibtex.el: Copyright notice is up to date.
12886 Added constant 'bibtex-maintainer-salutation.
99e95407 12887
82d2c7c5
DL
12888 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12889 than make-temp-name, use match-string-no-properties and eliminate
12890 a quadratic behavior when building bibtex-strings.
99e95407 12891
82d2c7c5
DL
12892 * bibtex.el (bibtex-reference-key): Accept string entries whose
12893 reference key contains upper case letters.
99e95407
GM
12894
128952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12896
82d2c7c5
DL
12897 * bibtex.el (bibtex-reference-head): Allow entries to start with
12898 a new line.
99e95407
GM
12899
129002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12901
82d2c7c5
DL
12902 * bibtex.el: Hiding of entry bodies is not longer provided by
12903 bibtex.el directly. Instead the hideshow package can be used.
12904 Added a special bibtex entry to hs-special-modes-alist.
12905 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12906
129072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12908
f24fef2f
SM
12909 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12910 at ':' characters by call to split-string.
8389e1e2
GM
12911
129122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12913
f24fef2f 12914 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12915
129162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12917
f24fef2f
SM
12918 * textmodes/bibtex.el: Some temporary comments removed.
12919 (bibtex-field-name, bibtex-entry-type): Made the relationship
12920 explicit.
12921 (bibtex-field-const): Allow capital letters.
12922 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12923
f24fef2f
SM
12924 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12925 use the term 'reference' to describe a bibtex entry as a whole.
12926 Further, reference keys are no longer called 'labels'.
12927 (bibtex-keys): Renamed to bibtex-reference-keys.
12928 (bibtex-reformat-previous-labels): Renamed to
12929 bibtex-reformat-previous-reference-keys.
12930 (bibtex-reference-type): Renamed to bibtex-entry-type.
12931 (bibtex-reference-head): Renamed to bibtex-entry-head.
12932 (bibtex-reference-maybe-empty-head): Renamed to
12933 bibtex-entry-maybe-empty-head.
12934 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12935 (bibtex-search-reference): Renamed to bibtex-search-entry.
12936 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12937 bibtex-enclosing-entry-maybe-empty-head.
12938 (bibtex-entry-field-alist, bibtex-entry-head,
12939 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12940 bibtex-map-entries, bibtex-search-entry,
12941 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12942 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12943 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12944 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12945 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12946 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12947 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12948
129492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12950
f24fef2f
SM
12951 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12952 comment.
12953 (bibtex-format-field-delimiters): New function, functionality
12954 extracted from bibtex-format-entry.
12955 (bibtex-autokey-get-yearfield-digits): New function, functionality
12956 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12957
f24fef2f
SM
12958 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12959 entries in order to avoid stack overflow in the regexp matcher if
12960 field contents become large.
12961 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12962 bibtex-field-string-part-not-braced,
12963 bibtex-field-string-part-no-inner-braces,
12964 bibtex-field-string-part-1-inner-brace,
12965 bibtex-field-string-part-2-inner-braces,
12966 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12967 bibtex-field-string-quoted, bibtex-field-string,
12968 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12969 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12970 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12971 as parsing is now performed by the following functions.
12972 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12973 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12974 bibtex-parse-field-string, bibtex-search-forward-field-string,
12975 bibtex-parse-association, bibtex-field-name-for-parsing,
12976 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12977 bibtex-search-forward-field, bibtex-search-backward-field,
12978 bibtex-start-of-field, bibtex-end-of-field,
12979 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12980 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12981 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12982 bibtex-parse-string, bibtex-search-forward-string,
12983 bibtex-search-backward-string, bibtex-start-of-string,
12984 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12985 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12986 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12987 entries. Instead of reporting the results of the parsing by
12988 match-beginning or match-end, these functions return data structures
12989 that hold the corresponding positions.
12990 (bibtex-enclosing-field): Changed to also report field boundaries by
12991 return values rather than by match-beginning or match-end. The
12992 following functions have been adapted to use the new parsing
12993 functions.
12994 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12995 bibtex-enclosing-field, bibtex-format-entry,
12996 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12997 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12998 bibtex-print-help-message, bibtex-end-of-entry,
12999 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13000 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13001 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13002 method for parsing.
13003 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13004 bibtex-map-entries, bibtex-flash-head,
13005 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13006 bibtex-autokey-change, bibtex-autokey-get-namefield,
13007 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13008 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13009 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13010 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13011 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13012 order to make the new binding of case-fold-search immediately
13013 visible.
8389e1e2
GM
13014
130152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13016
f24fef2f
SM
13017 * textmodes/bibtex.el: Copyright notice is up to date.
13018 Added constant 'bibtex-maintainer-salutation.
fa78f71b 13019
f24fef2f
SM
13020 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13021 than make-temp-name, use match-string-no-properties and eliminate
13022 a quadratic behavior when building bibtex-strings.
fa78f71b 13023
f24fef2f
SM
13024 * bibtex.el (bibtex-reference-key): Accept string entries whose
13025 reference key contains upper case letters.
8389e1e2
GM
13026
130272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13028
f24fef2f
SM
13029 * bibtex.el (bibtex-reference-head): Allow entries to start with
13030 a new line.
8389e1e2
GM
13031
130322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13033
f24fef2f
SM
13034 * bibtex.el: Hiding of entry bodies is not longer provided by
13035 bibtex.el directly. Instead the hideshow package can be used.
13036 Added a special bibtex entry to hs-special-modes-alist.
13037 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
13038
130392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13040
82d2c7c5 13041 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
13042 proceedings entry type (for cross referencing). Thanks to Wagner
13043 Toledo Correa for the suggestion.
13044
82d2c7c5 13045 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 13046
eae61d8f
KH
130472000-02-14 Kenichi Handa <handa@etl.go.jp>
13048
13049 * international/characters.el: Setup case table for Vietnamese.
13050
fb07a302
GM
130512000-02-12 Gerd Moellmann <gerd@gnu.org>
13052
13053 * uniquify.el (toplevel): Require CL at compile time.
13054 (uniquify-push): Removed.
13055
13056 * shadowfile.el (shadow-when): Removed.
13057
13058 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13059 (tempo-process-and-insert-string): Use dolist instead of
13060 tempo-dolist.
13061
13062 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13063 regexp for paragraph-start.
13064
13065 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13066 commas as well.
13067
a0eddf92
DL
130682000-02-10 Dave Love <fx@gnu.org>
13069
13070 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13071 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13072 Deleted.
13073 (widget-specify-field, widget-specify-button): Don't use
13074 widget-mouse-help as help-echo property.
13075 (default): Use #'ignore for :validate and :mouse-down-action.
13076 (checkbox): Add help-echo.
13077 (widget-sexp-validate): Rewritten to clarify error messages.
13078 (character): Use char-valid-p in :match function.
13079 (widget-color-complete): Use facemenu-color-alist.
13080 (widget-color-action): Use facemenu-read-color.
13081
13082 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13083 set up `caar' &c that we now have.
13084
82d2c7c5
DL
130852000-02-09 Ray Blaak <blaak@gnu.org>
13086
13087 * delphi.el: Make resourcestring a declaration region, like const
13088 and var.
13089
6cbc1482
DL
130902000-02-09 Dave Love <fx@gnu.org>
13091
13092 * bindings.el (mode-line-input-method-map): New variable.
13093 (mode-line-mule-info): Use it; fix last change.
13094 (mode-line-mode-menu): Move definition.
13095 (mode-line-mouse-sensitive-p): Deleted.
13096 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13097 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13098 level.
13099
13100 * startup.el (command-line-1): Don't call
13101 make-mode-line-mouse-sensitive.
13102
f7136ee8
GM
131032000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13104
13105 * mail/rmail.el (rmail-retry-failure): Use
13106 rmail-beginning-of-message before rmail-toggle-header, because the
13107 former toggles headers.
13108
6e1d0d15
SM
131092000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13110
fef8c55b
SM
13111 * diff-mode.el (diff-kill-junk): New interactive function.
13112 (diff-reverse-direction): Use delete-and-extract-region.
13113 (diff-post-command-hook): Restrict the area so that the hook also works
13114 outside of any diff hunk. This is necessary for the minor-mode.
13115 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13116 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13117
6e1d0d15
SM
13118 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13119 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13120 so that it can be used more easily in <foo>-mode-hook. Also make sure
13121 to avoid duplicate entries.
13122 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13123 (font-lock-remove-keywords): Just as was done for `add', allow it to
13124 work even if font-lock-mode is nil. Also make sure we don't modify
13125 any pre-existing list by forcing a copy-sequence. Finally rename
13126 `major-mode' to `mode'.
13127 (font-lock-fontify-syntactic-anchored-keywords)
13128 (font-lock-fontify-anchored-keywords)
13129 (font-lock-fontify-keywords-region): Use line-end-position.
13130 Don't make `font-lock-multiline' local (it's now done in
13131 font-lock-set-defaults).
13132 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13133 move the `font-lock-fontified' creation to inside the `unless'.
13134
a75dfea0
AI
131352000-02-06 Andrew Innes <andrewi@gnu.org>
13136
13137 * term/w32-win.el (x-handle-args): Comment out call to message,
13138 which occurs before window system is initialized.
13139
13140 * makefile.nt: Add support for recompiling lisp code.
13141
b85e9462
DL
131422000-02-04 Dave Love <fx@gnu.org>
13143
9ff33afb
DL
13144 * bindings.el (mode-line-mule-info): Fix/extend last change.
13145
b85e9462
DL
13146 * completion.el: Replace completion-dolist with dolist.
13147
13148 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13149 dotimes.
13150
44dff075
CD
131512000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13152
13153 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13154 environment names before they go into the section regexp.
13155
13156 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13157 char class in regexp.
13158
13159 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13160 `case-fold-search' to nil.
13161
13162 * progmodes/idlwave.el (idlwave-template): Respect
13163 `idlwave-abbrev-change-case'.
13164 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13165 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13166 idlwave-while): respect `idlwave-reserved-word-upcase'.
13167 (idlwave-rw-case): New function.
13168 (idlwave-statement-match): Fixed problem with assignment regexp.
13169 (idlwave-font-lock-keywords): Improved regexp for keyword
13170 parameters.
a23c5037 13171 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
13172 operators longer than 1 char.
13173
13174 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13175 idlwave-shell-expression-overlay. Implemented printing of
13176 expressions on higher levels of the calling stack.
13177 (idlwave-shell-display-level-in-calling-stack): Restore stack
13178 level.
13179 (idlwave-retrieve-expression-from-level): New function.
13180 (idlwave-shell-last-calling-stack): Variable removed.
13181 (idlwave-shell-reset): Argument action reversed (`visible' to
13182 `hidden'). Also remove stop-line overlay.
13183 (idlwave-shell-calling-stack-routine): New variable.
13184 (idlwave-shell-parse-stack-and-display): Messages now display
13185 negative level numbers.
13186 (idlwave-shell-mode): Set `modeline-format'.
13187 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13188 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13189 21.
13190 (idlwave-shell-print-expression-function): New option.
a23c5037 13191
44dff075
CD
13192 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13193 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13194 `tool-bar' instead of `toolbar'.
13195
f26c34fd
DL
131962000-02-02 Dave Love <fx@gnu.org>
13197
13198 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13199 emacs-lisp-mode-hook. Don't check for defalias being defined.
13200
13201 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13202 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13203 the new builtins directly.
13204
13205 * whitespace.el (whitespace): Add :version to defgroup.
13206
13207 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13208 Doc fix.
13209
13210 * thingatpt.el (sexp-at-point, symbol-at-point)
13211 (number-at-point, list-at-point): Add autoload cookie.
13212
13213 * recentf.el (recentf): Add :version to defgroup.
13214
13215 * quickurl.el (quickurl): Add :version to defgroup.
13216
13217 * elide-head.el (elide-head): Use point-marker more.
13218
13219 * bs.el (bs): Add :version to defgroup.
13220
13221 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13222
13223 * progmodes/delphi.el (delphi): Add :version to defgroup.
13224
d240a249
GM
132252000-02-02 Gerd Moellmann <gerd@gnu.org>
13226
13227 * ange-ftp.el (ange-ftp-write-region): Handle case that
13228 succeeding process operation sets a different coding system.
13229
13230 * calculator.el: New file.
13231
d5179a01
EZ
132322000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13233
13234 * frame.el (frames-on-display-list, framep-on-display): New
13235 functions.
13236 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13237 (display-selections-p, display-screens, display-pixel-width)
13238 (display-pixel-height, display-mm-width, display-mm-height)
13239 (display-backing-store, display-save-under, display-planes)
13240 (display-color-cells, display-visual-class): New functions.
13241
13242 * term/tty-colors.el (tty-color-gray-shades): New function.
13243
13244 * faces.el (display-color-p): Use framep-on-display.
13245 (display-grayscale-p): New function.
13246
968e00f0
DL
132472000-01-31 Dave Love <fx@gnu.org>
13248
13249 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13250 (create-fontset-from-x-resource): Don't concat integers.
13251
2cb750ba
GM
132522000-01-31 Inge Frick <inge@nada.kth.se>
13253
13254 * view.el: Some changes in documentation. Removed some trailing
13255 whitespace. Changed some parameter names to agree with
13256 documentation.
13257 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13258 window is not deleted. Modifies change 1998-04-26.
a23c5037 13259
74e9213b
GM
132602000-01-31 Gerd Moellmann <gerd@gnu.org>
13261
47569935
GM
13262 * windmove.el: New file.
13263
74e9213b
GM
13264 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13265 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 13266 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 13267
74e9213b
GM
13268 * jit-lock.el (jit-lock-function): Widen before calculating end
13269 position.
13270 (jit-lock-stealth-chunk-start): Rewritten.
13271
13272 * info.el (Info-title-face-alist): Removed.
13273 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13274 faces.
13275 (Info-fontify-node): Use these faces.
13276
994c5afe
GM
132772000-01-30 Gerd Moellmann <gerd@gnu.org>
13278
13279 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13280 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13281 `&allow-other-keywords'.
13282
13283 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13284 the list of directories scanned heuristically.
13285
13286 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13287 exist.
13288
f00276e3
JR
132892000-01-30 Jason Rumney <jasonr@gnu.org>
13290
13291 * w32-fns.el: Define w32-tty-standard-colors.
13292
13293 * startup.el (command-line): Use w32-tty-standard-colors when in
13294 w32 console mode.
13295
cc4dfff0
DL
132962000-01-30 Dave Love <fx@gnu.org>
13297
e645e77b
DL
13298 * jka-compr.el (jka-compr-load): Fix up load-history.
13299
cc4dfff0
DL
13300 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13301
13302 * emacs-lisp/cl-macs.el: Revert previous change.
13303
16215eb0
DL
133042000-01-29 Dave Love <fx@gnu.org>
13305
13306 * facemenu.el: Purecopy various strings.
13307
13308 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13309 years. Deal with three-digit years.
13310
13311 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13312 defconst, purecopy.
13313 (help-back-label): Purecopy it.
13314
bbd9b566
GM
133152000-01-18 Gerd Moellmann <gerd@gnu.org>
13316
13317 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13318 variable. If non-nil, order the buffer list according to the
13319 currently selected frame.
13320 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13321 non-nil, pass the selected frame to function buffer-list.
a23c5037 13322
887448e1
GM
133232000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13324
13325 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13326
7df85084
DL
133272000-01-28 Dave Love <fx@gnu.org>
13328
142e109c
DL
13329 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13330
7df85084
DL
13331 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13332 Don't use lisp-indent-hook property.
13333 (cl-abs): Remove.
13334
13335 * subr.el: Move out indent and edebug specs for when and unless.
13336
13337 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13338 when, unless.
13339
13340 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13341 unless, when.
13342
3b43c01c
GM
133432000-01-28 Gerd Moellmann <gerd@gnu.org>
13344
d060bc9f
GM
13345 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13346 `collecting' as synonym for `collect'.
13347
13348 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13349 for the case it contains spaces.
13350
13351 * simple.el (what-cursor-position): Change formatting of
13352 messages.
13353
b02786f9
GM
13354 * frame.el (delete-other-frames): New function.
13355 (toplevel): Bind it to C-x 5 1.
13356
efd68b8a
GM
13357 * sort.el (sort-numeric-base): New option.
13358 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13359 interpret it as octal or hexadecimal. Use sort-numeric-base
13360 as default base.
13361
3b43c01c
GM
13362 * progmodes/glasses.el: New file.
13363
984ae001
GM
133642000-01-27 Gerd Moellmann <gerd@gnu.org>
13365
a0b796e3
GM
13366 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13367 userids differently.
13368
984ae001
GM
13369 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13370 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13371 progmodes/ebnf-yac.el: New files.
13372
6c67ddee
DL
133732000-01-26 Dave Love <fx@gnu.org>
13374
13375 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13376 on a function with an empty body. [From Eric Ludlam.]
13377
4e6473c8
GM
133782000-01-25 Andre Spiegel <spiegel@gnu.org>
13379
13380 * vc.el (vc-version-diff): Make sure file name is expanded.
13381
e12489f9
GM
133822000-01-25 Gerd Moellmann <gerd@gnu.org>
13383
13384 * scroll-bar.el (scroll-bar-timer): Variable removed.
13385 (scroll-bar-toolkit-scroll): Don't use a timer.
13386
8dbe2b07
KH
133872000-01-25 Kenichi Handa <handa@etl.go.jp>
13388
13389 * language/thai-util.el (thai-composition-function): Delete
13390 superfluous `a'.
13391
26ef1c87
DL
133922000-01-24 Dave Love <fx@gnu.org>
13393
13394 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13395 end-of-defun-function.
13396
13397 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13398 &c.
13399
7ed4e9a7
JR
134002000-01-22 Jason Rumney <jasonr@gnu.org>
13401
13402 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13403 conflicts with new face support.
13404
8b7bc628 134052000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13406
13407 * replace.el (query-replace): Rename last arg to DELIMITED.
13408 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13409 (query-replace-regexp): Likewise.
13410
8b7bc628 134112000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13412
02b14400
RS
13413 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13414
5bb6f079
RS
13415 * emacs-lisp/lisp.el (beginning-of-defun-function):
13416 Variable renamed from beginning-of-defun.
13417 Do not call make-variable-buffer-local.
13418 (beginning-of-defun-raw): Use new variable name; doc fix.
13419 (beginning-of-defun): Doc fix.
13420 (end-of-defun-function): Variable renamed from end-of-defun.
13421 Do not call make-variable-buffer-local.
13422 (end-of-defun): Use new variable name; doc fix.
13423
02b14400
RS
13424 * subr.el (dolist, dotimes): Copied from cl-macs.el
13425 and made to work.
2d5e9b54 13426
a23c5037 13427 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13428 Variable replaces rmail-digest-end-regexp.
13429 Allows multiple regexps for detecting the end line.
13430 (undigestify-rmail-message): Corresponding changes.
13431
60af03f1
DL
134322000-01-19 Dave Love <fx@gnu.org>
13433
fe5d99e1
DL
13434 * files.el (user-init-file): Don't declare here -- is primitive.
13435
60af03f1
DL
13436 * startup.el (command-line): Check for compiled user-init-file and
13437 set to uncompiled version if necessary.
13438
72dbbc7d
GM
134392000-01-18 Gerd Moellmann <gerd@gnu.org>
13440
6a1950ec
GM
13441 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13442 (undigestify-rmail-message): Use it.
13443
72dbbc7d
GM
13444 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13445
fbe91bbd
GM
134462000-01-17 Gerd Moellmann <gerd@gnu.org>
13447
13448 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13449 of mini-buffer.
13450
33a6685b
GM
134512000-01-14 Gerd Moellmann <gerd@gnu.org>
13452
b3303df7
GM
13453 * emacs-lisp/copyright.el (copyright-update): Removed the
13454 requirement for a trailing space from `copyright-regexp', to
13455 support copyrights with owner specified on a separate line..
a23c5037 13456
3c4c8064
GM
13457 * align.el: New file.
13458
33a6685b
GM
13459 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13460
13461 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13462
044a4975
DL
134632000-01-13 Dave Love <fx@gnu.org>
13464
13465 * ph.el: Removed. (Obsoleted by EUDC.)
13466
0a352cd7
GM
134672000-01-13 Gerd Moellmann <gerd@gnu.org>
13468
13469 * net/eudc.el (toplevel): Remove autoloaded code installing
13470 menu with easymenu, because that causes build problems.
13471
13472 * frame.el (frame-notice-user-settings): New variable.
13473 (frame-notice-user-settings): Don't modify frame parameters
13474 if called a second time.
13475
8b7bc628 134762000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13477
13478 * frame.el (frame-notice-user-settings):
13479 Notice default-frame-parameters even for non-window frames.
13480
feb450e0
GM
134812000-01-13 Gerd Moellmann <gerd@gnu.org>
13482
13483 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13484 for Emacs.
13485 (eudc-bob-can-display-inline-images): Extend for Emacs.
13486 (eudc-bob-toggle-inline-display): Ditto.
13487 (eudc-bob-display-jpeg): Ditto.
13488
99c6d63b
GM
134892000-01-12 Gerd Moellmann <gerd@gnu.org>
13490
7970b229
GM
13491 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13492 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13493 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13494
e4936aa9
GM
13495 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13496 nil)'.
13497
13498 * subdirs.el: Add `net' directory.
13499
133c9e59
GM
13500 * net: New directory.
13501
99c6d63b
GM
13502 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13503 eval-last-sexp. Don't bind debug-on-error here.
13504 (eval-last-sexp): New function. Bind debug-on-error if
13505 eval-expression-debug-on-error is non-nil.
13506 (eval-defun-2, eval-defun): Likewise.
13507
13508 * simple.el (eval-expression): Don't bind debug-on-error if
13509 eval-expression-debug-on-error is nil. Detect changed
13510 debug-on-error, and propagate new value to global binding, if
13511 eval-expression-debug-on-error is non-nil,
13512 (eval-expression-debug-on-error): Change doc string.
a23c5037 13513
8b7bc628 135142000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13515
13516 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13517
13518 * emacs-lisp/lisp-mode.el (with-syntax-table):
13519 Set up lisp-indent-function property.
13520
13521 * subr.el (with-syntax-table): Moved from simple.el.
13522
13523 * simple.el (with-syntax-table): Moved to subr.el.
13524
7e3c74fa
GM
135252000-01-11 Gerd Moellmann <gerd@gnu.org>
13526
1fab1775
GM
13527 * tmm.el (tmm-shortcut): Delete region after prompt instead
13528 of erasing buffer.
13529
7e3c74fa 13530 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13531 (fill-context-prefix): Use the longest common prefix of first
13532 and second line fill prefix, if there is one.
7e3c74fa 13533
8b7bc628 135342000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13535
13536 * array.el (array-mode): Don't use make-variable-buffer-local.
13537 Use make-local-variable for `truncate-lines'.
13538
aa705642 135392000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13540
aa705642
GM
13541 * add-log.el (add-log-current-defun): Handle user-defined
13542 add-log-current-function returning nil,
a23c5037 13543
57df2446 13544 * add-log.el (add-change-log-entry): Insert version number
aa705642 13545 if having found a current function
c1356086
GM
13546
13547 * add-log.el (add-log-current-defun): Call
13548 `add-log-current-defun-function'. Try matches at level 0 and
13549 level 1. Strip whitespace from defun found.
a23c5037 13550
1d8c59e9
RS
135512000-01-10 John Wiegley <johnw@gnu.org>
13552
13553 * allout.el (isearch-done/outline-provisions): Added `edit'
13554 argument to correspond with the current definition of
13555 `isearch-done'.
13556
8cf87e9b
DL
135572000-01-10 Dave Love <fx@gnu.org>
13558
13559 * elide-head.el (elide-head): Use point-marker, not point.
13560
9050446c
GM
135612000-01-10 Gerd Moellmann <gerd@gnu.org>
13562
8321b22a
GM
13563 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13564 before and after the year 2000.
a23c5037 13565
9050446c
GM
13566 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13567 Add ispell- prefix.
13568
135692000-01-10 Ken Stevens <k.stevens@ieee.org>
13570
13571 * ispell.el: Only define dictionaries in menus when they exist.
13572 (version18p): New variable.
13573 (version20p): New variable.
13574 (xemacsp): New variable.
13575 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13576 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13577 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13578 run-together words.
9050446c
GM
13579 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13580 (ispell-dictionary-alist): Add koi8-r to customize definition.
13581 (check-ispell-version): Added documentation string. Returns
f24fef2f 13582 library path when called non-interactively.
9050446c
GM
13583 (ispell-menu-map-needed): Uses new variables.
13584 (ispell-library-path): New variable.
13585 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13586 (ispell-word): Improved documentation string. Test for valid
13587 character mappings. Correctly check typed in word changes that can
13588 result in single words split into multiple words. Returns
13589 replacement word.
13590 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13591 replace in recursive query replace mode. Help message for
13592 recursive edit mode.
13593 (ispell-show-choices): Protect against bad framepop bindings.
13594 (ispell-help): Fix to work with XEmacs.
13595 (ispell-highlight-spelling-error): Use new variables.
13596 (ispell-overlay-window): Fix to work with XEmacs.
13597 (ispell-parse-output): Passed and returns location information
13598 tracking spelling corrections. Doesn't recheck same word on
13599 current line.
13600 (ispell-init-process): Protect against bogus XEmacs variable binding.
13601 Fix call to single argument in sleep-for. Use new variables.
13602 (ispell-region): Passed and returns location information tracking
13603 spelling corrections. Doesn't check same word on current line.
13604 Improved documentation string. Doesn't resend a line already
13605 checked to the ispell process - fixes bug in LaTeX parsing.
13606 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13607 (ispell-skip-region): No longer skips <TT> in SGML.
13608 (ispell-process-line): Tracks location information with spelling
13609 corrections. Added documentation string. Accounts for words
13610 already accepted on this line. Don't allow query-replace on line
13611 starting with math characters. Doesn't resend a line already sent
13612 to ispell process. Fixes alignment error bug.
a23c5037 13613
8b7bc628 136142000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13615
a23c5037 13616 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13617 Suggest xloadimage, which is free, not xv, which isn't.
13618
a23c5037 13619 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13620 Don't ever include the host name or user name in the value.
13621
9ed79f5d
GM
136222000-01-09 Gerd Moellmann <gerd@gnu.org>
13623
13624 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13625 of a real newline.
13626
b950abb1
GM
136272000-01-09 Stephen Eglen <stephen@gnu.org>
13628
a23c5037 13629 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13630 for .png files.
13631
3c708e98
GM
136322000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13633
13634 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13635
bf61662d
GM
136362000-01-09 Gerd Moellmann <gerd@gnu.org>
13637
f1d851ae
GM
13638 * progmodes/cperl-mode.el: Replace ^F with ^L.
13639
bf61662d 13640 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13641 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13642 recursion.
13643
c65d14ee
DL
136442000-01-08 Dave Love <fx@gnu.org>
13645
8cf87e9b
DL
13646 * emacs-lisp/backquote.el: Remove inappropriate customization
13647 (allowing custom.el to use backquote).
c65d14ee 13648
83de2ebc
DL
136492000-01-07 Dave Love <fx@gnu.org>
13650
13651 * add-log.el (add-log-debugging): Deleted.
13652 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13653 file. Remove debugging code.
13654 (change-log-get-method-definition, change-log-name): Add doc.
13655 (change-log-sortable-date-at): New function.
13656 (change-log-merge): New command.
13657
13658 * time.el (display-time-string-forms): Make the Mail string active.
13659 (display-time-update): Provide help-echo for load average.
13660
13661 * bindings.el (make-mode-line-mouse2-map): New function.
13662 (mode-line-modified): Use it and simplify.
13663 (mode-line-mule-info): Provide help-echo info.
13664 (minor-mode-alist): Activate the strings.
13665 (make-mode-line-mouse-sensitive): Simplify for
13666 mode-line-buffer-identification.
13667
c1475eae
GM
136682000-01-07 Gerd Moellmann <gerd@gnu.org>
13669
13670 * play/pong.el: New file.
13671
83de2ebc
DL
136722000-01-06 Dave Love <fx@gnu.org>
13673
13674 * array.el: Assorted cleanups for compiler warnings, doc strings,
13675 `array-' prefix for symbols.
13676
136772000-01-05 Dave Love <fx@gnu.org>
13678
13679 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13680 outline-headers-as-kill.
13681 (outline-mode): Define imenu-generic-expression.
13682 (outline-headers-as-kill): New command.
13683
13684 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13685 from paragraph-start.
13686 (paragraph-indent-minor-mode): New command.
13687
13688 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13689 M-C-e, M-C-h, C-j, C-xnd, TAB.
13690 (fortran-mode): Set beginning-of-defun, end-of-defun.
13691 (fortran-column-ruler): Simplify.
13692 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13693 (fortran-with-subprogram-narrowing): Likewise.
13694 (fortran-indent-subprogram): Call mark-defun.
13695 (fortran-check-for-matching-do): Change narrowing.
13696
13697 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13698 (cl-lucid-hash-tag): Delete.
13699 (cl-hash-table-p): Correct test for native table.
13700 (cl-hash-table-count): Use hash-table-count.
13701
13702 * browse-url.el (browse-url): Fix case of
13703 browse-url-browser-function being an alist.
13704
676ac023
CD
137052000-01-05 Carsten Dominik <cd@gnu.org>
13706
c1475eae
GM
13707 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13708 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13709
13710 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13711 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13712
13713 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13714 `reftex-parse-file-extension'.
eb483e17 13715
88807984
DL
137162000-01-05 Dave Love <fx@gnu.org>
13717
83de2ebc 13718 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13719 (beginning-of-defun-raw): Use it.
13720 (end-of-defun): New variable.
13721 (end-of-defun): Use it.
13722 (check-parens): New command.
13723
1362aeb4
TTN
137242000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13725
c1475eae
GM
13726 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13727 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13728
7ddafb95
TTN
13729 Fix buglet in local variables initialization.
13730
7334aa99
AS
137312000-01-05 Andreas Schwab <schwab@suse.de>
13732
13733 * hscroll.el (hscroll): Doc fix.
13734
b12e24cd
CD
137352000-01-05 Carsten Dominik <cd@gnu.org>
13736
13737 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13738 idlw-toolbar.
13739
13740 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13741 file idlw-rinfo.el.
1362aeb4
TTN
13742 (idlwave-customize): load must read file idlw-shell.el.
13743 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13744
d6226972
CD
137452000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13746
13747 * progmodes/idlw-shell.el: Also provide idlwave-shell
13748 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13749 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13750
13751 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13752 both reftex-dcr and reftex-vcr.
1362aeb4 13753
d6226972
CD
13754 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13755
6ddb893f 137562000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13757
13758 * ps-print.el: PostScript code now is in separate files, doc fix.
13759 (ps-print-version): New version number (5.0.3).
13760 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13761 local.
13762 (ps-spool-config): Initialization fix.
c1475eae
GM
13763 (ps-print-prologue-1, ps-print-prologue-2)
13764 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13765 (ps-background-image): Little code reformating.
13766 (ps-begin-file, ps-begin-job): Fix code.
88807984 13767 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13768 (ps-prologue-file): New fun.
13769
ae833aae
KH
137702000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13771
c1475eae 13772 * ps-vars.el: Eliminated.
ae833aae
KH
13773
13774 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13775 `;;;###autoload'.
13776
13777 * ps-print.el: ps-vars eliminated, doc fix.
13778 (ps-print-version): New version number (5.0.2).
13779 (ps-spool-config): Initialization fix.
13780 (ps-print-customize): New fun.
13781
560a7bd2
GM
137822000-01-04 Gerd Moellmann <gerd@gnu.org>
13783
13784 * autorevert.el (auto-revert-mode): Return value of
13785 auto-revert-mode.
13786
f45dd0f4
DL
137872000-01-04 Dave Love <fx@gnu.org>
13788
fae2ac05
DL
13789 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13790 menu items.
f45dd0f4 13791
61255981
DL
137922000-01-03 Dave Love <fx@gnu.org>
13793
88807984 13794 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13795
83de2ebc 13796 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13797 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13798 `cl-hash-table-p', not `hash-table-p'.
13799 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13800
c182a70f
EZ
138012000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13802
13803 * faces.el (face-read-integer, read-face-attribute)
13804 (color-defined-p, color-values): unspecified-{f,b}g are now
13805 strings.
13806
047f434a
GM
138072000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13808
13809 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13810 at comment end, and re-insert them after filling.
13811
bab531e2
EZ
138122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13813
13814 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13815 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13816 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13817
d684c676
EZ
138182000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13819
13820 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13821 the new name of face-color-supported-p.
13822
13823 * term/w32-win.el (xw-defined-colors): Likewise.
13824
0aad4805
EZ
138252000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13826
13827 * simple.el (completion-setup-function): Count completion-size
13828 from minibuffer-prompt-end, not from point-min.
13829
5fe1d139
EZ
138302000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13831
13832 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13833 Pass the frame to tty-color-* functions.
13834 (display-color-p, frame-set-background-mode): Pass the frame to
13835 tty-display-color-p.
13836
13837 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13838 tty-color-alist.
13839 (tty-color-alist, tty-modify-color-alist): New functions.
13840 (tty-color-define, tty-color-clear, tty-color-approximate)
13841 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13842 an optional parameter FRAME.
13843
162dec01
GM
138442000-01-01 Gerd Moellmann <gerd@gnu.org>
13845
27189709
GM
13846 * image.el (create-image, defimage): Don't assume image data is a
13847 string.
13848
162dec01
GM
13849 * image.el (defimage): Handle specifications containing :data
13850 instead of :file.
13851 (image-type-from-data): New function.
13852 (image-type-from-file-header): Use it.
13853 (create-image): Add parameter DATA-P.
1362aeb4 13854
bea56df7 13855See ChangeLog.8 for earlier changes.
25a6fab1
KH
13856
13857;; Local Variables:
e64c3a75 13858;; coding: iso-2022-7bit
25a6fab1 13859;; End: