*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c899e7e6
GM
12001-03-15 Gerd Moellmann <gerd@gnu.org>
2
3 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
5
819dce0f
GM
62001-03-14 Gerd Moellmann <gerd@gnu.org>
7
697617d9
GM
8 * bindings.el (features): Add `md5' and `overlay' to the list.
9
819dce0f
GM
10 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
11 bound before using it. It's not bound when configured without X,
12 for instance.
13
e0067a9d
TTN
142001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
15
16 * progmodes/hideshow.el: Update copyright.
17 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 18 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 19
afcdc0a1
GM
202001-03-13 Gerd Moellmann <gerd@gnu.org>
21
e0067a9d 22 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
23 a non-list.
24
30564c48
EZ
252001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
26
27 * startup.el (fancy-splash-tail, command-line-1): Fix the
28 copyright year.
29
2b8e24b3
KH
302001-03-13 Kenichi Handa <handa@etl.go.jp>
31
32 * term.el: These changes are based on a patch sent from Yong Lu
33 <lyongu@yahoo.com>.
34 (term-set-escape-char): Bind M-x to execute-extended-command in
35 term-raw-escape-map.
36 (term-move-columns): Don't try to move to negagive column.
37 (term-emulate-terminal): Insert a string before deleting a text to
38 overwrite.
39
789b6186
GM
402001-03-12 Gerd Moellmann <gerd@gnu.org>
41
b0778a31
GM
42 * play/life.el (life): Rearrange code so that all calls to
43 life-display-generation are in a catch-form.
44
04528cda
GM
45 * progmodes/etags.el (tags-loop-continue): Don't change point in a
46 file that isn't interesting. In an interesting file, push the old
47 value of point on the mark ring.
48
760cefb5
GM
49 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
50 New function.
51 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
52 Use it.
53
789b6186
GM
54 * emacs-lisp/autoload.el (generate-file-autoloads): Remove
55 warning about line lengths.
56
a2ffbafe
FP
572001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
58
59 * progmodes/etags.el (tags-compression-info-list): New variable.
60 (find-tag-in-order): Use it to deal with compressed source files.
61 (tag-file-name-match-p): New function.
62 (etags-recognize-tags-table): Use it for better match of file names.
63
5c9d9d92
KH
642001-03-12 Kenichi Handa <handa@etl.go.jp>
65
ba3e9b9b
KH
66 * international/mule-cmds.el (register-input-method): Doc fix.
67
5c9d9d92
KH
68 * international/quail.el (quail-translate-key): Fix condition to
69 check if there's another breaking point in the current key.
70
40beecee
EZ
712001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
72
73 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
74 Babyl header to the newly-created output file, bind
75 coding-system-for-write to either rmail-file-coding-system or
76 emacs-mule-unix.
77
75c6cb7f
SM
782001-03-11 Stefan Monnier <monnier@cs.yale.edu>
79
80 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
81 Fix the name and regexp used for subsubsections.
82
5ec17636
DL
832001-03-10 Dave Love <fx@gnu.org>
84
85 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
86 and save-buffer if buffer-file-name non-nil. From rms.
87
6d2e2c02
AS
882001-03-10 Andre Spiegel <spiegel@gnu.org>
89
90 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 91 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
92 to reflect that.
93 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 94 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
95 variable bindings that might affect the diff command.
96 (vc-print-log): Don't switch to the *vc* buffer before the
97 command, so that local variable bindings are preserved.
98
789b6186 99 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
100 not the current buffer.
101 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
102
789b6186 103 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 104 make output go to buffer *vc*, not the current buffer.
a2ffbafe 105
b18f5523
SM
1062001-03-09 Stefan Monnier <monnier@cs.yale.edu>
107
108 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
109 so ^, $, *, ? and + are interpreted correctly.
110
3cfd8357
GM
1112001-03-09 Gerd Moellmann <gerd@gnu.org>
112
c085b77c 113 * help.el (string-key-binding): Renamed from
f9db8f19
SM
114 mode-line-key-binding. Handle any event on a string.
115 Check for `keymap' properties as well as `local-map' properties.
c085b77c 116
3cfd8357
GM
117 * comint.el (comint-insert-clicked-input): Use the last key
118 from this-command-keys to lookup the global key definition.
119
348f797a
KH
1202001-03-09 Kenichi Handa <handa@etl.go.jp>
121
3ebf3717
KH
122 * international/characters.el: Add category `j' for
123 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
124
348f797a
KH
125 * international/mule-conf.el (no-conversion): Fix docstring.
126 (raw-text): Fix docstring.
127
e1fbabaf
GM
1282001-03-08 Gerd Moellmann <gerd@gnu.org>
129
96e8e603
GM
130 * simple.el (choose-completion-string): When not leaving the
131 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
132 is set.
133
e1fbabaf
GM
134 * window.el (shrink-window-if-larger-than-buffer): Handle frame
135 parameter `(minibuffer . t)'.
136
f9db8f19
SM
1372001-03-07 Stefan Monnier <monnier@cs.yale.edu>
138
139 * progmodes/sh-script.el (sh-st-symbol): New symbol.
140 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
141 (sh-mode): Remove `make-local-variable' for unused var
142 `font-lock-unfontify-region-function'.
143
02756877
RS
1442001-03-07 Richard M. Stallman <rms@gnu.org>
145
132bf46d
RS
146 * info.el (Info-scroll-down): Fix previous change.
147
02756877
RS
148 * mail/rmail.el (rmail-toggle-header): Use a window which
149 is showing the Rmail buffer, rather than the selected window.
150
eeb24429
DL
1512001-03-07 Dave Love <fx@gnu.org>
152
153 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
154 now, to avoid problems with binding imenu directly to a mouse event.
155
3bdf2660
GM
1562001-03-07 Gerd Moellmann <gerd@gnu.org>
157
158 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
159 second arg t.
160
1612001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
162
163 * log-edit.el (log-edit-common-indent): New var.
164 (log-edit-set-common-indentation): Renamed from
165 log-edit-delete-common-indentation. Use the new var.
166 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
167
168 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
169 (cvs-mode-add-change-log-entry-other-window):
170 Don't presume change-log-default-name is defined.
171
172 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
173
174 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
175 the "tree" operation as well.
176
177 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
178
179 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
180 to match paragraph-start.
181
182 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
183 comment-start-skip and set comment-end-skip as well.
184 (sgml-comment-indent): Fix for new value of comment-start-skip.
185 (html-autoview-mode): Don't bother using make-local-hook.
186
2ad02767
GM
1872001-03-07 Gerd Moellmann <gerd@gnu.org>
188
189638d5
GM
189 * cus-edit.el (custom-save-delete): Move in front of local
190 variables, otherwise long Custom entries would make them
191 ineffective.
192
2ad02767
GM
193 * uniquify.el: Set maintainer to FSF.
194
656f8cae
EZ
1952001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
196
197 * dired-aux.el (dired-do-shell-command): Doc fix.
198
c83965c4
SM
1992001-03-06 Stefan Monnier <monnier@cs.yale.edu>
200
04af43bc
SM
201 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
202
203 * which-func.el (which-func-modes): Add cperl-mode.
204 (which-func-mode-global): Use define-minor-mode.
205
206 * info-look.el: Docstring fixes and dead code eliminated.
207 (cperl-mode): Add support.
208 (emacs-lisp-mode): List all entries from elisp manual, whether
209 or not they are currently (f)bound or not. Update regexp.
210
211 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
212
c83965c4
SM
213 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
214 so that C-h m shows the correct information.
215 Use make-local-variable rather than make-variable-buffer-local.
216 (cperl-info-buffer, cperl-setup-tmp-buf):
217 Use make-local-variable rather than make-variable-buffer-local.
218 (cperl-msb-fix, cperl-get-help-defer):
219 Check major-mode for `cperl-mode' as well.
220
221 * progmodes/cperl-mode.el: Updated to author version 4.23.
222 (cperl-electric-pod): SYNOPSIS was misspelled.
223 (cperl-find-pods-heres): @if ? a : b was considered a REx.
224 (cperl-after-expr-p): Make true after __END__.
225
f16a7aa5
GM
2262001-03-06 Gerd Moellmann <gerd@gnu.org>
227
157ae273 228 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 229 bookmark-completion-ignore-case is t.
157ae273 230
f16a7aa5
GM
231 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
232 switch, like xterm, and concat resource strings, with a newline
233 between them.
234
abaddb98
EZ
2352001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
236
a2ffbafe 237 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
238 (cp773-decode-table, cp774-decode-table): New variables.
239
abaddb98
EZ
240 * man.el (Man-hyphenated-reference-regexp): New variable.
241 (Man-build-references-alist): Use it to search for referenced
242 manpages. If hyphenated is non-nil, record a concatenated word in
243 Man-refpages-alist only if it matches Man-reference-regexp.
244 Update word's length when it is concatenated. Reverse the list,
245 to get the first manpage at the head.
246 (Man-possibly-hyphenated-word): New function.
247 (Man-follow-manual-reference): Use it instead of current-word to
248 find a manpage at point, in a way that accounts for hyphenated
249 references.
250
eb3f61dd
GM
2512001-03-06 Alex Schroeder <alex@gnu.org>
252
253 * sql.el (sql-interbase): New function.
254 (sql-interbase-program): New option.
255 (sql-interbase-options): New option.
256 And some typos fixed: "customise" to "customize".
257
fa84f42a
DL
2582001-03-06 Dave Love <fx@gnu.org>
259
260 * textmodes/flyspell.el (flyspell-region): Set up
261 flyspell-local-mouse-map.
262
fda3411d
RS
2632001-03-05 Richard M. Stallman <rms@gnu.org>
264
a2ffbafe 265 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
266 Don't call rmail-beginning-of-message.
267 Don't discard From: field. Do discard Received: field.
268 Use unwind-protect to re-prune.
269 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 270
e972ab1f
KH
2712001-03-06 Kenichi Handa <handa@etl.go.jp>
272
273 * international/quail.el (quail-title): Add autoload cookie.
274
335db3c1
DL
2752001-03-05 Dave Love <fx@gnu.org>
276
277 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
278 new defs.
279
278dd6ac
KH
2802001-03-05 Kenichi Handa <handa@etl.go.jp>
281
36d5e61d
KH
282 * language/ethio-util.el (ethio-toggle-space): Update
283 current-input-method-title if necessary.
284 (ethio-toggle-punctuation): Likewise.
285
341cd4f0
KH
286 * international/quail.el (quail-title): Fix for the case that a
287 title of an input method is specified by a list of the same form
288 as used in mode-line-format.
289
278dd6ac
KH
290 * international/mule-cmds.el (activate-input-method): If
291 current-input-method-title is set by activating INPUT-METHOD,
292 respect that value.
293
10ebaeb6
GM
2942001-03-05 Gerd Moellmann <gerd@gnu.org>
295
296 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
297
7a65c85c
GM
2982001-03-05 Alex Schroeder <alex@gnu.org>
299
300 * sql.el (sql-sybase): Fix typo (was: query user about server two
301 times instead of server and database).
302
303 * sql.el (sql-sybase): Doc change.
304 (sql-mysql): Doc change.
305 (sql-postgres): Doc change.
306
b86644f2
KH
3072001-03-05 Kenichi Handa <handa@etl.go.jp>
308
309 * international/mule-conf.el (emacs-mule, raw-text): Docstring
310 modified.
311
e30bd7b7
EZ
3122001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
313
314 * term/internal.el: Update copyright notice.
315
316 * term/pc-win.el: Update copyright notice.
317
7e365285
DL
3182001-03-02 Dave Love <fx@gnu.org>
319
320 * files.el (insert-file-contents-literally): Bind
321 inhibit-file-name-handlers and inhibit-file-name-operation, not
322 jka-compr-compression-info-list.
323
75ed43a6
SM
3242001-03-02 Stefan Monnier <monnier@cs.yale.edu>
325
326 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
327 spaces in default comment-start-skip settings rather than \s-.
328
53c4b1e6
EZ
3292001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
330
331 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
332 default-frame-alist as well.
333
028d739a
DL
3342001-03-01 Dave Love <fx@gnu.org>
335
336 * textmodes/reftex.el (defvar): Wrap some defvars in
337 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
338
339 * subr.el (event-basic-type): Doc fix.
340
341 * international/quail.el: Doc fixes.
342
343 * international/utf-8.el: Doc fixes.
344
345 * international/mule-cmds.el: Doc fixes.
346 (leim-list-header): Fix header text.
347
348 * international/mule.el (coding-system-category): Doc fix.
349
350 * international/ccl.el (ccl-compile): Doc fix.
351
15d1caef
SM
3522001-03-01 Stefan Monnier <monnier@cs.yale.edu>
353
354 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
355 rather than (before|after)-change-functions.
356
f84ff02c
GM
3572001-03-01 Gerd Moellmann <gerd@gnu.org>
358
359 * ediff-util.el (ediff-scroll-horizontally): Arrange for
360 scroll-left and scroll-right being called interactively so that
361 they set the window's min_hscroll.
362
e0c1e774
EZ
3632001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
364
365 * info.el (info-insert-file-contents-1): Accept an additional
366 argument `lfn': if it is non-nil, concatenate `filename' and
367 `suffix'; otherwise use the complicated MS-DOS code. All callers
368 changed.
369 (info-insert-file-contents, Info-find-node): If the MS-DOS port
370 can access long file names, try the long file-name version of
371 `info-insert-file-contents-1', then the short file-name version.
372
b8b2ea31 3732001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 374
af122766
KH
375 * language/ethio-util.el (setup-ethiopic-environment-internal):
376 Change bindings of functions keys to conform to "Emacs Lisp Coding
377 Convention".
378
379 * language/ethiopic.el ("Ethiopic"): Add documentation.
380
b8b2ea31
KH
3812001-02-28 Kenichi Handa <handa@etl.go.jp>
382
1d64e2ad
KH
383 * international/utf-8.el (mule-utf-8): Set coding-category
384 property to coding-category-utf-8.
385
91cb6e51
RS
3862001-02-27 Richard M. Stallman <rms@gnu.org>
387
388 * lpr.el (lpr-page-header-switches, print-region-1):
389 Undo 2000-07-06 change.
7298f3f7
RS
390 (lpr-add-switches): Default to t on gnu/linux.
391
c0cb1027
GM
3922001-02-27 Gerd Moellmann <gerd@gnu.org>
393
394 * bs.el (bs-attributes-list): Doc fix.
395
01459648
GM
3962001-02-26 Gerd Moellmann <gerd@gnu.org>
397
baebd8a5 398 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 399
01459648
GM
400 * help.el (view-order-manuals): Use goto-address.
401
402 * startup.el (command-line-1): Add info about ordering manuals
403 to the not so fancy splash screens.
404
f93e614e
AS
4052001-02-26 Andre Spiegel <spiegel@gnu.org>
406
01459648
GM
407 * vc.el (vc-default-workfile-unchanged-p)
408 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 409
12435002
GM
4102001-02-26 Gerd Moellmann <gerd@gnu.org>
411
a2ffbafe 412 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
413 fontify in the right buffer.
414
12435002
GM
415 * allout.el (outline-flag-region): Move macro in front of first
416 use to avoid a run-time error.
417
425de386
AI
4182001-02-24 Andrew Innes <andrewi@gnu.org>
419
420 * makefile.w32-in: Fix copyright notice.
421
66c56ed1
KH
4222001-02-24 Kenichi Handa <handa@etl.go.jp>
423
4c1593ce
KH
424 * international/utf-8.el (mule-utf-8): Set correct value for
425 valid-codes property.
426
66c56ed1
KH
427 * international/fontset.el (x-complement-fontset-spec): In the
428 case that we use ASCII font for the other charsets, use only
15d1caef 429 family and registry part of it.
66c56ed1 430
119171dd
EZ
4312001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
432
433 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
434 (shrink-window-if-larger-than-buffer): Doc fix.
435
932c309e
SM
4362001-02-23 Stefan Monnier <monnier@cs.yale.edu>
437
438 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
439 predicate passed to completing-read.
440
9b760e36
EZ
4412001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
442
443 * startup.el (command-line): Fix last change.
444
5c39a60f
JR
4452001-02-23 Jason Rumney <jasonr@gnu.org>
446
447 * startup.el (tool-bar-originally-present): New variable.
448 (command-line): Set it if the tool-bar is switched on at startup.
449
450 * frame.el (frame-notice-user-settings): Only adjust frame height
451 for no tool-bar case if tool-bar was originally switched on.
796ead7e 452 From E. Jay Berkenbilt.
5c39a60f 453
cb91b2c7
SM
4542001-02-22 Stefan Monnier <monnier@cs.yale.edu>
455
39b557e8
SM
456 * server.el (server-switch-buffer): Only switch window if the
457 current one is dedicated.
458
cb91b2c7
SM
459 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
460 rather than using (match-beginning 0) when searching for break point.
461
9238a8df
EZ
4622001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
463
464 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
465 @ follows an accent command such as @'. Support optional braces
466 in commands that insert accents, like makeinfo does.
467
3473f362
GM
4682001-02-22 Gerd Moellmann <gerd@gnu.org>
469
470 * startup.el (fancy-splash-text): Add a line for ordering
471 manuals. Reverse order of splash screens shown.
472 (use-fancy-splash-screens-p): Adapt to the text line added.
473
474 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
475 manuals from the FSF.
476
477 * help.el (view-order-manuals): New function.
478 (toplevel): Bind C-h C-m to this function.
479
76a4de07
SM
4802001-02-21 Stefan Monnier <monnier@cs.yale.edu>
481
482 * newcomment.el (comment-forward): Skip the comment-start before
483 searching for the comment-end.
484
75b71d85
DL
4852001-02-21 Dave Love <fx@gnu.org>
486
2f4c9a87
DL
487 * custom.el (custom-initialize-changed, defcustom): Doc fix.
488
75b71d85
DL
489 * international/mule-cmds.el, international/mule.el: Doc fixes.
490
491 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
492 (fortune) <defgroup>: Add :link.
493 (fortune-from-region): Use eq, not eql.
494
ffc9ff0c
GM
4952001-02-21 Gerd Moellmann <gerd@gnu.org>
496
497 * startup.el (fancy-splash-screens): Use display-hourglass
498 instead of display-busy-cursor.
499
500 * frame.el (display-hourglass): Renamed from busy-cursor.
501 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
502 (show-cursor-in-non-selected-windows): Doc fix.
503
f34eb373
DL
5042001-02-20 Dave Love <fx@gnu.org>
505
506 * international/utf-8.el: Doc and commentary fixes.
507
f55e4a7e
EZ
5082001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
509
510 * ehelp.el (with-electric-help): Doc fix.
511
fa97adf6
GM
5122001-02-20 Gerd Moellmann <gerd@gnu.org>
513
514 * msb.el (msb-mode): Call the update-buffers function explicitly
515 with a FORCE argument.
516
517 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
518 FORCE. If set, update the menu even if frame-or-buffer-changed-p
519 returns nil.
520
54ed3bd2
GM
5212001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
522
523 * ps-print.el: Timestamp package replacement. Some enhancements.
524 Some XEmacs compatibility. Doc fix.
525 (ps-print-version): New version number (6.4).
526 (ps-printer-name): Initialization fix.
527 (ps-zebra-stripe-follow): Funcionality enhancement.
528 (ps-prologue-file): Code enhancement.
529 (ps-right-header): Timestamp package replacement.
530 (ps-setup, ps-face-bold-p, ps-face-italic-p,
531 ps-get-page-dimensions)
532 (ps-generate-header, ps-begin-file, ps-begin-job)
533 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
534 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
535 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
536 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 537
e8ebf97d
MB
5382001-02-20 Miles Bader <miles@gnu.org>
539
540 * image-file.el (image-file-name-extensions): Add "tif".
541
136b27c5
GM
5422001-02-19 Gerd Moellmann <gerd@gnu.org>
543
544 * wid-edit.el (widget-button-click): Save the selected window
545 around the code handling clicks on buttons.
546
6ebbcf59
DL
5472001-02-18 Dave Love <fx@gnu.org>
548
549 * imenu.el (imenu--generic-function): Use mapc to iterate over
550 syntax characters.
551
595ded73
RS
5522001-02-17 Richard M. Stallman <rms@gnu.org>
553
b9fe3dc8
RS
554 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
555
595ded73
RS
556 * uniquify.el (uniquify-buffer-name-style): Doc fix.
557
f3f053f3
GM
5582001-02-16 Gerd Moellmann <gerd@gnu.org>
559
560 * mouse.el (mouse-save-then-kill): If the distance from the new
561 point to the mark is equal to the distance of point from the new
562 point, move point instead of the mark.
563
11570a8f
DL
5642001-02-16 Dave Love <fx@gnu.org>
565
566 * textmodes/flyspell.el (flyspell-get-word): Return string without
567 properties.
568
fb339cd5
EZ
5692001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
570
571 * generic.el (generic-find-file-regexp): Doc fix.
572 (generic-ignore-files-regexp): New defcustom.
573 (generic-mode-find-file-hook): If the file's name matches the
574 regexp in `generic-ignore-files-regexp', don't enter
575 default-generic-mode. Doc fix.
576
c56b1c1b
GM
5772001-02-16 Gerd Moellmann <gerd@gnu.org>
578
a2ffbafe 579 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
580 Add autoload cookies.
581
a2ffbafe 582 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
583 of cal-tex-24.
584
0d140e65
EZ
5852001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
586
81558867
EZ
587 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
588
0d140e65
EZ
589 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
590 the character class after the (optional) drive, to support file
591 names with embedded blanks.
592
713f7b15
SS
5932001-02-15 Sam Steingold <sds@gnu.org>
594
595 * textmodes/tex-mode.el (tex-shell-running):
596 Check the process buffer too.
597
9a2a6f73
DL
5982001-02-15 Dave Love <fx@gnu.org>
599
600 * battery.el (battery-status-function): Fix doc, :type.
601
15d1caef 602 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 603
fe10cef0
GM
6042001-02-15 Gerd Moellmann <gerd@gnu.org>
605
606 * subr.el (read-passwd): Clear Lisp memory holding password.
607
126f5d4d
MB
6082001-02-15 Miles Bader <miles@gnu.org>
609
610 * info.el (Info-copy-current-node-name): New function.
611 (Info-mode-menu): Add it to the menu.
612
92e98d63
RS
6132001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
614
615 * international/mule-cmds.el (toggle-input-method): Doc fix.
616
dd4e0e55
SM
6172001-02-13 Stefan Monnier <monnier@cs.yale.edu>
618
619 * replace.el (occur): Stop at end of buffer.
620
402dbbd1
EZ
6212001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
622
623 * international/mule-cmds.el (set-input-method): Another doc fix.
624
e9fcba3d
GM
6252001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
626
627 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
628
78ad1cd5
MB
6292001-02-13 Miles Bader <miles@gnu.org>
630
713f7b15 631 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
632 (set-face-stipple): Treat a value of nil as being `unspecified'.
633
fce9d9dc
DL
6342001-02-12 Dave Love <d.love@dl.ac.uk>
635
636 * international/latin1-disp.el: Doc fixes.
637 (latin1-display) <defgroup>: Add :link.
638 (latin1-display) <function>: Set variable latin1-display.
639
bc406911
EZ
6402001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
641
642 * international/mule-cmds.el (set-input-method): Doc fix.
643
68514d48
EL
6442001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
645
646 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
647 (speedbar-line-file): Return nil if not a file.
648 (speedbar-buffers-line-path): Return file for tags, and dir for files.
649
513bea45 6502001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 651
513bea45
MK
652 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
653 for remote files.
bc406911 654 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 655 with raw-text.
713f7b15 656
513bea45 657 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 658
513bea45
MK
659 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
660 handling of the diff mode
713f7b15 661
513bea45 662 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 663
bc406911 664 * viper.texi: Fix typos.
713f7b15 665
521d4010
DL
6662001-02-11 Dave Love <fx@gnu.org>
667
36fd8e17
DL
668 * shadowfile.el: Doc fixes.
669 (shadow) <defgroup>: Add :link.
670 (shadowfile-unload-hook): New function.
671 (shadow-initialize): Use defalias, not fset.
672 (shadow-define-cluster, shadow-define-literal-group)
673 (shadow-define-regexp-group, shadow-initialize): Add autoload
674 cookie.
675
521d4010
DL
676 * international/mule.el: Doc and message fixes.
677
36fd8e17
DL
678 * international/ccl.el (define-ccl-program): Doc fix.
679
92395bbe
KH
6802001-02-11 Kenichi Handa <handa@etl.go.jp>
681
682 * faces.el (mode-line): Set :line-width property to -1.
683
103db06c
RS
6842001-02-10 Richard M. Stallman <rms@gnu.org>
685
08b78974
RS
686 * complete.el (partial-completion-mode): Doc fix.
687
103db06c
RS
688 * simple.el (delete-key-deletes-forward-mode):
689 Change `let' to `let*' to fix gross bug in last change.
690
691 * repeat.el (repeat): Don't let execute-kbd-macro alter
692 real-last-command.
693
a6a1ee53
EZ
6942001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
695
696 * simple.el (eval-expression): Doc fix.
697
d2f288c6
DL
6982001-02-09 Dave Love <fx@gnu.org>
699
038f4ae3
DL
700 * imenu.el (imenu-generic-expression): Doc fix.
701
702 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
703 Juanma Barranquero.
704
15d1caef 705 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 706
9804b846
KH
7072001-02-09 Kenichi Handa <handa@etl.go.jp>
708
709 * faces.el (set-face-attribute): Describe the case of a negative
710 value specified for :line-width.
711
532f5197
SM
7122001-02-08 Stefan Monnier <monnier@cs.yale.edu>
713
714 * which-func.el (which-func-mode): Invert which-func-mode-global.
715 Fix from Juanma Barranquero <lektu@uol.com.br>.
716
1d279666
DL
7172001-02-08 Dave Love <fx@gnu.org>
718
4681ca3a
DL
719 * wid-edit.el (widget-plist-convert-widget): Replace binding of
720 widget-plist-value-type.
721 (widget-alist-convert-widget): Replace binding of
722 widget-alist-value-type.
723
1d279666
DL
724 * textmodes/paragraphs.el (sentence-end): Doc fix.
725
726 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
727 `backward-line'.
728
532f5197
SM
729 * play/pong.el (pong-blank-color, pong-bat-color)
730 (pong-ball-color, pong-border-color, pong-left-key)
731 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
732 (pong-pause-key, pong-resume-key, pong-timer-delay):
733 * mail/mh-comp.el (mh-compose-letter-function):
734 * eshell/esh-mode.el (eshell-skip-prompt-function):
735 * emulation/viper-ex.el (ex-unix-type-shell-options):
736 * recentf.el (recentf-menu-filter):
737 * ps-print.el (ps-print-region-function):
738 * lpr.el (print-region-function):
739 * forms.el (forms-mode-hooks):
740 * dirtrack.el (dirtrack-directory-change-hook):
741 * cus-start.el (temp-buffer-show-function, display-buffer-function):
742 * textmodes/spell.el (spell-filter):
743 * textmodes/fill.el (adaptive-fill-function):
744 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
745 * progmodes/etags.el (find-tag-default-function):
746 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
747 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
748
6f676109
EZ
7492001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
750
751d3bc4
EZ
751 * emulation/viper-init.el (viper-fast-keyseq-timeout)
752 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
753 Meyering <jim@meyering.net>.
754
6f676109
EZ
755 * loadup.el: Revert last change.
756
d3c26cdf
KH
7572001-02-07 Kenichi Handa <handa@etl.go.jp>
758
759 * international/mule.el (transform-make-coding-system-args): Make
760 it work also for coding systems not using CCL.
761
44806980
EZ
7622001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
763
9889af08
EZ
764 * simple.el (previous-matching-history-element)
765 (next-matching-history-element): Doc fix.
766
44806980
EZ
767 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
768 specific part.
769
1e36ff68
DL
7702001-02-06 Dave Love <fx@gnu.org>
771
713f7b15 772 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
773 (add-log-buffer-file-name-function, add-log-file-name-function):
774 Fix :type.
775 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
776
c7ca58df
EZ
7772001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
778
fecd556a
EZ
779 * info.el (info-initialize): Remove the test for system-type when
780 invocation-directory is non-nil.
781
c7ca58df
EZ
782 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
783 of `font-lock-defaults' to `backward-paragraph' rather than nil.
784
587b5737
AI
7852001-02-06 Andrew Innes <andrewi@gnu.org>
786
787 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
788 absolute.
789
baf7eee4
GM
7902001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
791
792 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
793 buffers. When hi-lock turned on rather than only checking current
794 buffer for regexps, all buffers are checked. Moved activation of
795 font-lock to hi-lock-refontify. When font-lock turned off rather
796 than removing added highlighting just in current buffer, remove it
797 in all buffers. Changed edit menu text from "Automatic
798 Highlighting" to "Regexp Highlighting" Documentation for
799 highlighting phrases, minor documentation changes.
800 (hi-lock-set-file-patterns): Execute only if there are new or
801 existing file patterns.
802 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
803 unfontify and, if a support mode is active, will not refontify the
804 whole buffer. If necessary, turn on font lock. (Removed
805 font-lock-unfontify and font-lock support-mode-specific calls,
806 such as lazy-lock-fontify-window.)
807 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
808 patterns are found. Not useful now since find-file-hook is removed
809 if hi-lock is off, but may be needed for per-buffer hi-lock
810 activation.
811 (hi-lock-face-phrase-buffer): New function. Also added related
812 menu item and keybinding.
813 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
814 (hi-lock-process-phrase): New function.
815 (hi-lock-line-face-buffer): Doc fixes.
816 (hi-lock-face-buffer): Doc fixes.
817 (hi-lock-unface-buffer): Doc fixes.
713f7b15 818
36710aa6
GM
8192001-02-06 Gerd Moellmann <gerd@gnu.org>
820
821 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
822 dabbrev-ignored-regexps.
823
d3f22784
EZ
8242001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
825
826 * simple.el (kill-line): Doc fix.
827
5cb3c8d4
DL
8282001-02-05 Dave Love <fx@gnu.org>
829
830 * loadup.el: Revert last two changes -- bootstrapping works with
831 regenerated loaddefs.
832
e6297e7d
EZ
8332001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
834
1e14b095
EZ
835 * isearch.el (isearch-forward): Doc fix.
836
e6297e7d
EZ
837 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
838 of font-lock-defaults to backward-paragraph.
839
e16f52ce
GM
8402001-02-05 Gerd Moellmann <gerd@gnu.org>
841
842 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
843 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
844
01d19dd7
GM
8452001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
846
847 * ebnf2ps.el: Eliminate time-stamp functions.
848 (ebnf-version): New version (3.5).
849 (ebnf-eps-finish-and-write): Replace time-stamp functions by
850 format-time-string.
851
24886813
GM
8522001-02-05 Gerd Moellmann <gerd@gnu.org>
853
854 * simple.el (next-line): Goto end-of-line before inserting a newline.
855
65e70fc4
MB
8562001-02-05 Miles Bader <miles@gnu.org>
857
858 * image-file.el (insert-image-file): When visiting an image, also
859 set `truncate-lines' to t so that any fringe arrow looks correct.
860
482f06c9
KH
8612001-02-05 Kenichi Handa <handa@etl.go.jp>
862
863 * isearch.el (isearch-forward): Add description about input method
864 in the docsting.
865
02399da7
SM
8662001-02-04 Stefan Monnier <monnier@cs.yale.edu>
867
868 * skeleton.el (skeleton-internal-1): Always push the mark for @.
869
2c366083
EZ
8702001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
871
872 * info.el (info-initialize): If installation-directory is nil, for
873 DOS/Windows systems try looking in a sibling of
874 invocation-directory.
875
bdadfce3
GM
8762001-02-02 Gerd Moellmann <gerd@gnu.org>
877
79fb38c0
GM
878 * wid-edit.el (widget-button-click): Fix last change.
879
bdadfce3
GM
880 * frame.el (frame-notice-user-settings): When resizing the initial
881 frame because the tool bar is off, also change the frame's top
882 position if a negative top position was specified.
883
33155ffb
MB
8842001-02-02 Miles Bader <miles@gnu.org>
885
886 * image-file.el (insert-image-file): When visiting an image,
887 suppress the cursor in the image buffer.
888
1355ba0c
DL
8892001-02-01 Dave Love <fx@gnu.org>
890
891 * progmodes/f90.el (f90-mode): Remove startup message.
892
fb758d2d 893 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 894
01acdb05
GM
8952001-02-01 Gerd Moellmann <gerd@gnu.org>
896
897 * startup.el (command-line): Fix code determining whether or not
898 to use delete-key-deletes-forward-mode.
899
5b1ee316
AS
9002001-02-01 Andre Spiegel <spiegel@gnu.org>
901
902 * vc.el (vc-diff-switches): New user option.
903 (vc-version-diff): Use it.
904 (vc-diff-switches-list): New macro.
905
906 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
907 customization options.
908 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
909
910 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
911
00b1e7a1
GM
9122001-02-01 Gerd Moellmann <gerd@gnu.org>
913
914 * msb.el (toplevel): Quote hook symbols.
915
85827036
KH
9162001-02-01 Kenichi Handa <handa@etl.go.jp>
917
8e028499 918 * international/mule.el (make-coding-system): Add description
3c948dde 919 about recognized properties in the docstring.
8e028499 920
85827036
KH
921 * international/mule-conf.el: Remove unused charsets
922 mac-roman-lower and mac-roman-upper.
923
7ccf7ab9
GM
9242001-01-31 Gerd Moellmann <gerd@gnu.org>
925
2441692d
GM
926 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
927 is in front of the left-margin, if any.
928
ee5cece0
GM
929 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
930 like `delete'.
931
932 * bindings.el: Define `kp-delete' like `delete' in
933 function-key-map.
934
7ccf7ab9
GM
935 * term/w32-win.el (mouse-set-font): Doc fix.
936
b4f30ec5 9372001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 938
b4f30ec5
GM
939 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
940 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
941 on already.
942
03e0fe6e
GM
9432001-01-31 Markus Rost <rost@math.ohio-state.edu>
944
945 * files.el (save-buffer): Don't give message if (buffer-file-name)
946 returns nil.
713f7b15 947
8f289acc
EZ
9482001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
949
cb4aae04
EZ
950 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
951
dbd98b19
EZ
952 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
953 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
954
8f289acc
EZ
955 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
956 display problems.
957
c12553c1
KH
9582001-01-31 Kenichi Handa <handa@etl.go.jp>
959
c7bf5db9
KH
960 * international/mule.el (charset-info): Fix docstring.
961
962 * international/mule-diag.el (describe-character-set): Check final
963 char valid before printing it.
c12553c1 964
14f16b9c
GM
9652001-01-30 Gerd Moellmann <gerd@gnu.org>
966
efaa080b
GM
967 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
968
eef93f99
GM
969 * frame.el (frame-notice-user-settings): Do the tool-bar
970 stuff only for graphical displays. Fix a braino.
713f7b15 971
14f16b9c
GM
972 * frame.el (frame-initialize): Create initial frame visible.
973 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 974 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
975
976 * startup.el (command-line): Remove manipulation of frame
977 height for tool bars.
978
4ad25e43
EZ
9792001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
980
981 * lpr.el: Compatibility with XEmacs and doc fixes.
982 (lpr-windows-system, lpr-lp-system): New vars.
983 (lpr-printer-switch): New defcustom.
984 (printer-name, lpr-command): Customization fix.
985 (print-region-1): Code fix.
986 (print-region-new-buffer, printify-region): Indentation fix.
987 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
988 functions.
989
e8f044a0
GM
9902001-01-29 Gerd Moellmann <gerd@gnu.org>
991
992 * msb.el (toplevel): Fix the eval-after-load.
993
850d5045
GM
9942001-01-29 Dave Love <fx@gnu.org>
995
762fe76e
DL
996 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
997
998 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
999
850d5045
GM
1000 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
1001 compiling.
1002 (tcl-using-emacs-19-23): Consider Emacs 21+.
1003 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1004 (tcl-add-emacs-menu): Supply menu name.
1005 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1006
3a768251
GM
10072001-01-29 Gerd Moellmann <gerd@gnu.org>
1008
1009 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1010
274d02f7
SM
10112001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1012
1013 * pcvs.el (cvs-mark-fis-dead): New function.
1014 (cvs-mode-add): Use it.
1015 (cvs-mode-add-change-log-entry-other-window):
1016 Rebind change-log-default-name to itself rather than to nil.
1017
ed5d446e
SS
10182001-01-29 Sam Steingold <sds@gnu.org>
1019
efaa080b 1020 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
1021 `autoload' statements.
1022
e2a80284
EZ
10232001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1024
8e1db7b3
EZ
1025 * files.el (confirm-kill-emacs): Doc fix.
1026
ff2a1c79
EZ
1027 * frame.el (frame-initialize): Doc fix.
1028
e7b0deaf
EZ
1029 * time-stamp.el (time-stamp-string): Doc fix.
1030
e2a80284
EZ
1031 * woman.el (WoMan-log-1): Make the log buffer writable. From
1032 Markus Rost <rost@math.ohio-state.edu>.
1033
005913e4
GM
10342001-01-29 Gerd Moellmann <gerd@gnu.org>
1035
1036 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1037 the `make-variable-buffer-local'.
1038
58622cc5
GM
10392001-01-29 Dave Love <fx@gnu.org>
1040
1041 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1042 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
1043 autoload cookie.
1044 (ansi-color-apply-sequence): Fix typo.
1045
0404d031
GM
10462001-01-29 Gerd Moellmann <gerd@gnu.org>
1047
ed5d446e 1048 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
1049 Postscript printing in black and white.
1050
0404d031
GM
1051 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1052 X-Mailman-Version, Precedence, List-Help, List-Post,
1053 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1054 Content-Type, Content-Length.
1055
3b6ed359
DL
10562001-01-29 Dave Love <fx@gnu.org>
1057
ddd16e7a
DL
1058 * elide-head.el (elide-head): Make overlay evaporate.
1059
3b6ed359
DL
1060 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
1061 fix.
1062
8005142f
EZ
10632001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1064
1065 * isearch.el (isearch-highlight): Don't punt if the display
1066 doesn't support colors, since isearch faces are defined for
1067 monochrome displays as well.
1068
84728570
SS
10692001-01-27 Sam Steingold <sds@gnu.org>
1070
1071 * shell.el (shell-write-history-on-exit): Make sure that we are in
1072 the shell buffer (M-x tex-file RET inserted the error message into
1073 the TeX buffer).
1074
e26f9ced
EZ
10752001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1076
1077 * simple.el (transient-mark-mode): Doc fix.
1078
dc0274bd
GM
10792001-01-27 Gerd Moellmann <gerd@gnu.org>
1080
84728570 1081 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
1082 tags-file-name.
1083
c1acacc4
EZ
10842001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1085
f5058b96
EZ
1086 * shell.el (shell-unquote-argument): If the shell is one of the
1087 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1088 quote character.
1089 (shell-dumb-shell-regexp): Document that the shells which match
1090 this regexp are supposed to not treat a backslash as a quote
1091 character.
1092
c1acacc4
EZ
1093 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
1094 from 2001-01-12. It is not needed, since backspace is mapped into
1095 DEL.
1096
103db06c 10972001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 1098
84728570 1099 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
1100 Treat a one-capital-letter abbrev as "not all upper case",
1101 so as to force preservation of the expansion's pattern
1102 if the expansion starts with a capital letter.
1103
cfa70244
EZ
11042001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1105
cfee9de7
EZ
1106 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1107 Doc fix.
1108
cfa70244
EZ
1109 * simple.el (transient-mark-mode): Document the fact that many
1110 commands act on the region when mark is active.
1111
17d90d6b
KH
11122001-01-27 Kenichi Handa <handa@etl.go.jp>
1113
1114 * international/quail.el (quail-setup-completion-buf): Make the
1115 multibyteness of current buffer inherited to Quail completion
1116 buffer.
1117 (quail-show-guidance-buf): Make the multibyteness of current
1118 buffer inherited to Quail guidance buffer.
1119 (quail-help): Make the multibyteness of current buffer inherited
1120 to Quail help buffer.
1121
61076b20
DL
11222001-01-26 Dave Love <fx@gnu.org>
1123
c47e2c68
DL
1124 * time-stamp.el: Doc fixes.
1125
84728570 1126 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
1127 (delphi-keyword-face, delphi-other-face): Fix :type.
1128
940f14b4
DL
1129 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1130
1131 * mail/feedmail.el (feedmail): Add :link.
1132 (feedmail-send-it): Doc fix.
1133
1134 * mail/sendmail.el: Doc fixes.
1135 (sendmail-send-it): Fix the non-ASCII regexp and use
1136 rfc2047-encode-string.
1137
61076b20
DL
1138 * dired.el, dired-aux.el: Revert last change.
1139
6c317bd2
GM
11402001-01-26 Gerd Moellmann <gerd@gnu.org>
1141
1142 * makefile.w32-in (DONTCOMPILE): Add various term files.
1143
11442001-01-26 Dave Love <fx@gnu.org>
1145
1146 * Makefile.in (DONTCOMPILE): Add various term files.
1147
1c636b5f
GM
11482001-01-26 Gerd Moellmann <gerd@gnu.org>
1149
af900b23
GM
1150 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1151
15fa6db0
GM
1152 * startup.el (display-startup-echo-area-message): Make sure
1153 the echo area is resized to fit the size of the startup
1154 message.
1155
1c636b5f
GM
1156 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1157 part of which is a constant.
1158
9b1adbd5
EZ
11592001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1160
1161 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
1162 twice.
1163
103db06c 11642001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
1165
1166 * simple.el (next-line): Don't let `newline' expand abbrevs.
1167 Simplify slightly.
1168 (open-line): Don't let `newline' expand abbrevs.
1169
219227ea
JW
11702001-01-25 John Wiegley <johnw@gnu.org>
1171
1172 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1173 to `repeat' in the :type field.
1174
1175 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1176 allow a choice of regexp or nil.
d2906bf8 1177 (pcomplete-dir-ignore): Same.
219227ea
JW
1178
1179 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1180 a command) to always fail.
1181
ceba0dac
GM
11822001-01-25 Gerd Moellmann <gerd@gnu.org>
1183
1184 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1185 discard the result.
1186 (iswitchb-to-end): Likewise.
1187
9b0630e5
SS
11882001-01-25 Sam Steingold <sds@gnu.org>
1189
1190 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 1191 Require vc.
9b0630e5 1192
a2ed9670
SM
11932001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1194
f0c1adab
SM
1195 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1196
a2ed9670
SM
1197 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1198
34ac3367
DL
11992001-01-25 Dave Love <fx@gnu.org>
1200
61076b20
DL
1201 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1202 (describe-coding-system): Tweak the English text.
1203
34ac3367
DL
1204 * loadup.el: Preload international/ccl for utf-8.
1205
4685e6b7
EZ
12062001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1207
1208 * mail/rmail.el (rmail-redecode-body): Doc fix.
1209
0fdb4475
KH
12102001-01-25 Kenichi Handa <handa@etl.go.jp>
1211
23cfab61
KH
1212 * international/mule-cmds.el (reset-language-environment): Reset
1213 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
1214
1215 * international/mule-conf.el (coding-category-utf-8): Initialize
1216 to mule-utf-8.
1217
9b0630e5 1218 * loadup.el: Preload international/utf-8.
0fdb4475
KH
1219
1220 * international/utf-8.el: New file.
1221
245ed2b1
SM
12222001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1223
1224 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1225
e95b0c08
SS
12262001-01-24 Sam Steingold <sds@gnu.org>
1227
1228 * dired.el (dired-replace-in-string): Removed.
1229 (dired-sort-toggle): Use `replace-regexps-in-string'
1230 instead of `dired-replace-in-string'.
9b0630e5 1231
ceba0dac
GM
1232 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1233 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 1234
e95b0c08
SS
1235 * gs.el (gs-replace-in-string): Removed.
1236 (gs-options): Use `replace-regexps-in-string'
1237 instead of `gs-replace-in-string'.
1238
c3902c3e
EZ
12392001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1240
1241 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1242 bug report is mailed to an email list and posted to a news group.
1243
b66b6aeb
GM
12442001-01-24 Gerd Moellmann <gerd@gnu.org>
1245
e7e41584
GM
1246 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1247 change of 2000-08-03 to move point to the start of the line again.
1248
b66b6aeb
GM
1249 * startup.el (tool-bar-images-pixel-height): New variable.
1250 (command-line): After loading the user's init file, when
1251 tool-bar-mode is on, increase the frame's size by some lines for
1252 the tool-bar.
1253
1254 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 1255
ff890e66
SZ
12562001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1257
1258 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1259 (chinese-big5): MIME:Big5.
1260
04363179
GM
12612001-01-24 Gerd Moellmann <gerd@gnu.org>
1262
e95b0c08 1263 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
1264 Handle commands with prefix args.
1265
d56aaa64
GM
12662001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1267
1268 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1269 being a list of numbers.
1270 (diary-mail-entries): Rewritten.
1271
99858627
DL
12722001-01-23 Dave Love <fx@gnu.org>
1273
7aeb1fa9
DL
1274 * international/mule.el (make-coding-system): Fix typo.
1275
99858627
DL
1276 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
1277 backward-paragraph as font-lock-beginning-of-syntax-function.
1278
5a43decf
EZ
12792001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1280
1281 * font-lock.el (font-lock-mode): Doc fix.
1282
b0e98867
KH
12832001-01-23 Kenichi Handa <handa@etl.go.jp>
1284
1285 * international/mule.el (make-translation-table): Fix docstring.
1286
9c8acefd
EZ
12872001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1288
fd4976b8
EZ
1289 * mail/rmail.el (rmail-redecode-body): New function.
1290
9c8acefd
EZ
1291 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1292
871e0439
GM
12932001-01-22 Gerd Moellmann <gerd@gnu.org>
1294
21c2bbe0
GM
1295 * isearch.el (isearch-lazy-highlight-case-fold-search)
1296 (isearch-lazy-highlight-regexp): New variables.
1297 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1298 case-fold search or regexp search has been toggled.
1299
5710730c
GM
1300 * wid-edit.el (widget-button-click): Avoid a save-excursion
1301 around running a global binding.
1302
871e0439
GM
1303 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1304 to 0.25.
1305
d0554957
MB
13062001-01-20 Miles Bader <miles@gnu.org>
1307
1308 * cus-edit.el (custom-face-save): Do post-processing on the face's
1309 new value like `custom-face-set' does.
1310
1519f618
EZ
13112001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1312
ccd87890
EZ
1313 * mail/emacsbug.el (report-emacs-bug): Report the value of
1314 LC_CTYPE, not LC_TYPE.
1315
1519f618
EZ
1316 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1317 isearch-toggle-regexp and isearch-edit-string to doc string.
1318
9724173b
GM
13192001-01-19 Gerd Moellmann <gerd@gnu.org>
1320
48bb9196
GM
1321 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1322 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1323
e95b0c08 1324 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
1325 font-lock-beginning-of-syntax-function to nil.
1326
dc81f8a2
EZ
13272001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * mail/emacsbug.el (report-emacs-bug): Report values of
1330 locale-coding-system, default-enable-multibyte-characters, and the
1331 environment variables LC_ALL, LC_TYPE, and LANG.
1332
99327974
GM
13332001-01-19 Gerd Moellmann <gerd@gnu.org>
1334
111c181e
GM
1335 * font-lock.el (font-lock-default-fontify-region): Fix last
1336 change.
e95b0c08 1337
2be6ecc6
GM
1338 * font-lock.el (font-lock-multiline): Default to nil.
1339 (font-lock-default-fontify-region): If font-lock-multiline is
1340 nil, don't check the property `font-lock-multiline'.
1341
99327974
GM
1342 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1343 is nil, don't check the `font-lock-multiline' text property.
1344
2550055a
MK
13452001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1346
0a949811 1347 * viper.el: Call initial-major-mode on startup.
e95b0c08 1348
0a949811 1349 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 1350
8501998a 1351 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 1352
2550055a 13532001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 1354
0a949811 1355 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 1356 diff mode, if available.
e95b0c08 1357
0a949811 13582001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 1359
8501998a 1360 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 1361
2550055a
MK
1362 * ediff-init.el (subst-char-in-string): Define and use it, unless
1363 it's already defined.
e95b0c08 1364
8962e303
GM
13652001-01-18 Gerd Moellmann <gerd@gnu.org>
1366
1367 * tooltip.el (tooltip-hide-delay): New user-option.
1368 (tooltip-show): Use tooltip-hide-delay instead of the default.
1369
6b453381
KH
13702001-01-18 Kenichi Handa <handa@etl.go.jp>
1371
1372 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1373 kill-local-variable doesn't work for enable-multibyte-characters.
1374
9eaf396b
DL
13752001-01-17 Dave Love <fx@gnu.org>
1376
cebd37ce
DL
1377 * ediff-init.el (ediff-before-setup-hook)
1378 (ediff-merge-filename-prefix): Add :version.
1379
9eaf396b
DL
1380 * international/latin1-disp.el: Require disp-table.
1381 (latin1-display): Fix :set.
1382
1383 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1384
f864120f
GM
13852001-01-17 Gerd Moellmann <gerd@gnu.org>
1386
1387 * isearch.el (isearch-lazy-highlight-initial-delay)
1388 (isearch-lazy-highlight-interval): Default to 0.
1389
13902001-01-17 Bob Glickstein <bobg@zanshin.com>
1391
1392 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1393 1 here rather than each time through
1394 isearch-lazy-highlight-new-loop.
1395 (isearch-lazy-highlight-max): Variable deleted.
1396 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1397 isearch-lazy-highlight-max but controls a single invocation of
1398 isearch-lazy-highlight-update.
1399 (isearch-lazy-highlight-wrapped): Variable recreated.
1400 (isearch-lazy-highlight-window-start): New variable.
1401 (isearch-lazy-highlight-cleanup): Restored to behavior of
1402 before 2-Jan.
1403 (isearch-lazy-highlight-remove-overlays): Function deleted;
1404 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1405 behavior removed.
1406 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1407 isearch-lazy-highlight-update in a loop rather than just once.
1408 Test isearch-invalid-regexp here and decide not to start a new
1409 loop, rather than testing it each time through
1410 isearch-lazy-highlight-update.
1411 (isearch-lazy-highlight-search): Function restored.
1412 (isearch-lazy-highlight-update): Get called in a timer loop again,
1413 but this time highlight more than one match each time through.
1414 Only highlight matches in the visible part of the window. Start
1415 at point, move in the direction of the search, and wrap around at
1416 the edge of the window. Use sit-for to force redisplay and ensure
1417 window-start is credible. "Face suppressing" behavior removed;
1418 overlay priorities should make it unnecessary, right?
1419 (isearch-highlight): Face suppressing behavior removed.
1420 (isearch-dehighlight): Face suppressing behavior removed.
1421 (isearch-set-lazy-highlight-faces-at): Removed.
1422
076ec540
KH
14232001-01-17 Kenichi Handa <handa@etl.go.jp>
1424
1425 * language/european.el ("Latin-1"): Make the format of description
1426 about additional language environments same as that of Latin-2.
1427
92328ec5
DL
14282001-01-16 Dave Love <fx@gnu.org>
1429
39f2174e
DL
1430 * isearch.el (isearch-lazy-highlight): Add :version.
1431
92328ec5
DL
1432 * simple.el (backward-delete-char-untabify-method)
1433 (next-line-add-newlines): Add :version.
1434
f251459d
GM
14352001-01-16 Gerd Moellmann <gerd@gnu.org>
1436
9d4850e5
GM
1437 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1438 Don't bind <delete> otherwise.
1439
1440 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1441 and <delete> via function-key-map.
1442
f251459d
GM
1443 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1444 Subject line only if point is after the `Subject:'.
1445
771ffcf7
KH
14462001-01-16 Kenichi Handa <handa@etl.go.jp>
1447
bda6b481
KH
1448 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1449 japanese-jisx0213-2 in `charset' property of this lang. env.
1450
35793af7
KH
1451 * language/european.el ("Latin-1"): Add description for Dutch and
1452 Spanish lang. env.
1453
771ffcf7
KH
1454 * international/mule.el (decode-char): Fix conditions.
1455 (encode-char): Handle eight-bit-control too.
1c8102ff 1456 (transform-make-coding-system-args): New function.
50c29104
KH
1457 (make-coding-system): Accept XEmacs style arguments for CCL base
1458 coding system.
771ffcf7 1459
e1cf67b6
GM
14602001-01-15 Gerd Moellmann <gerd@gnu.org>
1461
1462 * progmodes/etags.el (find-tag-noselect): Save the value of
1463 tags-file-name before switching buffers, for the case it has a
1464 buffer-local value.
1465
b3287acf
GM
14662001-01-15 Alex Schroeder <alex@gnu.org>
1467
9eaf396b
DL
1468 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1469 From Dave Love <fx@gnu.org>.
b3287acf
GM
1470 (ansi-color-for-comint-mode): Fix :version.
1471
14722001-01-15 Alex Schroeder <alex@gnu.org>
1473
1474 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1475
8d7ff9c8
EZ
14762001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1477
1478 * dired.el (dired-insert-directory): If file-system-info fails,
1479 remove the " free " part, but don't signal an error.
1480
dbe99ae9
SS
14812001-01-12 Sam Steingold <sds@gnu.org>
1482
1483 * bookmark.el (bookmark-maybe-historicize-string):
1484 Use new backquote syntax.
1485
103db06c 14862001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
1487
1488 * subr.el (last): Handle a list that doesn't end in nil.
1489
ca2ddd8e
SS
14902001-01-12 Sam Steingold <sds@gnu.org>
1491
1492 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1493 to `backward-delete-char-untabify'.
1494
1751c874
DL
14952001-01-12 Dave Love <fx@gnu.org>
1496
1497 * cus-edit.el (customize-menu-create): Fix the :filter following
1498 easymenu change.
1499
1500 * wid-edit.el (function): Add :match-alternatives.
1501 (widget-color-action): Doc fix.
1502
3cccce8d
GM
15032001-01-12 Gerd Moellmann <gerd@gnu.org>
1504
1505 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1506
18bfd6b5
KH
15072001-01-12 Kenichi Handa <handa@etl.go.jp>
1508
60a62fdc
KH
1509 * international/mule-cmds.el (prefer-coding-system): Fix
1510 docstring.
1511
18bfd6b5
KH
1512 * international/ccl.el (define-ccl-program): Fix docstring.
1513
562e00da
DL
15142001-01-11 Dave Love <fx@gnu.org>
1515
14fd0da3
DL
1516 * international/mule-cmds.el (standard-display-european-internal):
1517 Set display table for 2208 as for 160.
1518
1519 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1520
562e00da
DL
1521 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1522 entry for custom-menu-create change.
1523 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1524 don't cons it in the search loop.
1525
1526 * imenu.el (imenu--truncate-items): Revert last change.
1527
6e961dcd
EZ
15282001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1529
1530 * info.el (Info-setup-header-line): If the node header includes
1531 either Next: or Prev: links, don't show the File: and Node: parts
1532 in the header line.
1533
2c2ff7f2
GM
15342001-01-11 Gerd Moellmann <gerd@gnu.org>
1535
a7ee2d2e
GM
1536 * comint.el (comint-goto-process-mark): Don't print a message
1537 when running in batch mode.
1538
c5348233
GM
1539 * isearch.el (isearch-search): In the condition-case handler for
1540 `error', set isearch-invalid-regexp to the whole error message.
1541
422717d1
GM
1542 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1543 ensure that eval-after-load works for files dumped with Emacs.
1544
1545 * help.el (load-symbol-file-load-history): New function extracted
1546 from function symbol-file.
1547 (symbol-file): Use it.
1548
2c2ff7f2
GM
1549 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1550 exit.xpm.
1551
926861fb
EZ
15522001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1553
1554 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1555 behave as if there were no prefix argument.
1556 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1557 argument were nil.
1558
afa1f52c
RS
15592001-01-11 Richard M. Stallman <rms@gnu.org>
1560
ca2ddd8e 1561 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
1562 Don't look for more potential matches once maximum is exceeded.
1563 Use overlays-in to check correctly for overlap with current match.
1564 Ignore empty matches.
1565
47a9f362
MB
15662001-01-11 Miles Bader <miles@gnu.org>
1567
1568 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1569 (ispell-overlay-window, ispell-help, ispell-show-choices)
1570 (ispell-command-loop): Use it instead of `window-height'.
1571
d196f58d
GM
15722001-01-10 Gerd Moellmann <gerd@gnu.org>
1573
cf523f0e
GM
1574 * files.el (confirm-kill-emacs): New user-option.
1575 (save-buffers-kill-emacs): Ask for final confirmation before
1576 killing Emacs.
1577
d196f58d
GM
1578 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1579 to nil.
1580
7c6c3d8e
GM
15812001-01-10 Dave Love <fx@gnu.org>
1582
1f8be15d
DL
1583 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1584
1585 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1586 :type.
1587
1588 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1589
1590 * calculator.el (calculator-number-digits): Fix :type.
1591
0d5184de
DL
1592 * vc-cvs.el (vc-cvs-header): Fix :type.
1593 * vc-rcs.el (vc-rcs-header): Fix :type.
1594 * vc-sccs.el (vc-sccs-header): Fix :type.
1595
1596 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1597
7c6c3d8e
GM
1598 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1599
8c9f73a2
GM
1600 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1601
457b792c
GM
16022001-01-10 Gerd Moellmann <gerd@gnu.org>
1603
1604 * simple.el (set-variable): Force a thorough redisplay for the
1605 case that the variable has an effect on the display, like
1606 `tab-width' has.
1607
d2622d08
AS
16082001-01-10 Andre Spiegel <spiegel@gnu.org>
1609
1610 * vc.el: Add documentation for backend interface.
1611
ae4b5f4f
KH
16122001-01-10 Kenichi Handa <handa@etl.go.jp>
1613
e0844717
KH
1614 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1615
ae4b5f4f
KH
1616 * international/mule-conf.el (latin-extra-code-table): Set to t
1617 for \223 and \224.
1618
3184082b
KH
16192001-01-09 Kenichi Handa <handa@etl.go.jp>
1620
1621 * international/mule-cmds.el (locale-language-names): Map "es" to
1622 "Spanish" and "nl" to "Dutch".
1623
732b9cdd
GM
16242001-01-09 Gerd Moellmann <gerd@gnu.org>
1625
1dfca644
GM
1626 * bindings.el (global-map): Bind <home> to beginning-of-line,
1627 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1628 C-<end> to end-of-buffer.
1629
732b9cdd
GM
1630 * language/european.el: Add Dutch and Spanish language info
1631 to be able to use the appropriate tutorials.
1632
16332001-01-09 Alex Schroeder <alex@gnu.org>
1634
1635 * ansi-color.el (ansi-color-process-output): Use markers instead
1636 of positions for start and end of region.
1637 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1638 Previously, occasional mistakes happend when fontifying many
1639 chunks of output (eg. ls --color=yes /dev). This happened
1640 whenever an overlay was created up to the end of the region, which
1641 coincided with the process-mark. New text would then be added
1642 within that overlay instead of after it.
1643 (ansi-color-make-extent): Overlays are created with the property
1644 `modification-hooks' set to '(ansi-color-freeze-overlay).
1645 (ansi-color-freeze-overlay): New function. When inserting text at
1646 the end of the overlay, the overlay will resize.
1647
16482000-01-09 Alex Schroeder <alex@gnu.org>
1649
1650 * ansi-color.el (ansi-color-process-output): Doc change.
1651 (ansi-color-unfontify-region): Doc change. No longer installed
1652 automatically in font-lock-unfontify-region-function.
1653 (ansi-color-apply): Doc change.
1654 (ansi-color-apply-on-region): Use extents or overlays instead of
1655 text-properties.
1656 (ansi-color-make-extent): New function.
1657 (ansi-color-set-extent-face): New function.
1658
16592000-01-09 Alex Schroeder <alex@gnu.org>
1660
1661 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1662 both use ansi-color-process-output, now.
1663 (ansi-color-process-output): Doesn't return string anymore. It is
1664 installed in comint-output-filter-functions for both Emacs and
1665 XEmacs, now.
1666 (ansi-color-unfontify-region): Simplified code removing variables
1667 pos and start-ansi.
1668 (ansi-color-apply): Put text-property ansi-color before putting
1669 text-property face because ansi-color-unfontify-region is called
1670 immediately after the call to put-text-property.
1671 (ansi-color-context-region): Doc change.
1672 (ansi-color-filter-region): Simplified code.
1673 (ansi-color-apply-on-region): Changed start to start-marker, using
1674 a marker explicitly. Put text-property ansi-color before putting
1675 text-property face because ansi-color-unfontify-region is called
1676 immediately after the call to put-text-property.
1677
16782000-01-09 Alex Schroeder <alex@gnu.org>
1679
1680 * ansi-color.el (ansi-color-faces-vector): Doc change.
1681 (ansi-color-for-comint-mode): Changed :type property to choice.
1682 (ansi-color-last-context): Removed.
1683 (ansi-color-process-output): Don't use ansi-color-last-context, as
1684 the main functions will store their context now.
1685 (ansi-color-context): Doc change.
1686 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1687 Uses ansi-color-context such that repeated calls will strip
1688 partial escape sequences, too.
1689 (ansi-color-apply): Simplified code. Colorize end of string if
1690 face is not null. Store context in new (FACE STRING) format, such
1691 that repeated calls will strip partial escape sequences, too.
1692 Append faces to face property using ansi-color-apply-sequence such
1693 that cumulative mode actually works.
1694 (ansi-color-context-region): New variable.
1695 (ansi-color-filter-region): Rewrote it based on
1696 ansi-color-apply-on-region. Uses ansi-color-context-region such
1697 that repeated calls will strip partial escape sequences, too.
1698 (ansi-color-apply-on-region): Simplified code. Colorize end of
1699 region if face is not null. Store context in new (FACE POS)
1700 format, such that repeated calls will strip partial escape
1701 sequences, too. Append faces to face property using
1702 ansi-color-apply-sequence such that cumulative mode actually
1703 works.
1704 (ansi-color-apply-sequence): New function.
1705 (ansi-color-get-face): When the default face is added to the list
1706 of faces, all previous settings are discarded and the list of
1707 faces is set to '(default).
1708
17092000-01-09 Alex Schroeder <alex@gnu.org>
1710
1711 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1712 face, such that ansi-color-apply and ansi-color-apply-on-region
1713 will do the right thing.
1714 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1715 returns nil, set the list of faces back to nil instead of
1716 appending the result of ansi-color-get-face to the front of the
1717 list.
1718
17192000-01-09 Alex Schroeder <alex@gnu.org>
1720
1721 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1722 (ansi-color-process): Doc change.
1723 (ansi-color-last-context): New buffer-local variable.
1724 (ansi-color-process-output): New function. It is automatically
1725 added to comint-output-filter-functions if this is XEmacs.
1726 (ansi-color-unfontify-region): New optional parameter for XEmacs
1727 compatibility. Check wether font-lock-syntactic-keywords is
1728 boundp before removing the syntax table text property, as XEmacs
1729 doesn't have it.
1730 (ansi-color-filter-region): Doc change.
1731 (ansi-color-apply-on-region): Doc change.
1732 (ansi-color-make-face): New function. Compatibility layer for
1733 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1734 (ansi-color-make-color-map): Use ansi-color-make-face.
1735 (ansi-color-get-face): Avoid face text property '(nil) as results
1736 in an errow for XEmacs.
1737
17382000-01-09 Alex Schroeder <alex@gnu.org>
1739
1740 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1741 text-property ansi-color in order to preserve fontification by
1742 ansi-color. When the package is loaded, a lambda expression is
1743 put onto font-lock-mode-hook. This lambda expression will check
1744 font-lock-unfontify-region-function and replace
1745 font-lock-default-unfontify-region with
1746 ansi-color-unfontify-region.
1747 (ansi-color-apply): Add text-property ansi-color in addition to
1748 text-property face.
1749 (ansi-color-apply-on-region): Add text-property ansi-color in
1750 addition to text-property face.
1751 (save-buffer-state): Copy of the macro that is also used by
1752 lazy-lock and font-lock.
1753
1754 (ansi-color-for-comint-mode): New option.
1755 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1756 (ansi-color-for-comint-mode-off): Ditto.
1757 (ansi-color-for-comint-mode-filter): Ditto.
1758 (ansi-color-process): New function. Uses
1759 ansi-color-for-comint-mode to decide what to do. This function is
1760 added to comint-preoutput-filter-functions when the package is
1761 loaded.
1762
1763 (ansi-color-for-shell-mode-set): Removed.
1764 (ansi-color-for-shell-mode): Removed.
1765
17662000-01-09 Alex Schroeder <alex@gnu.org>
1767
1768 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1769 the lambda expression from the ansi-color-for-shell-mode :set
1770 property. Additionally, modify shell-mode-hook to enable or
1771 disable font-lock-mode for future shell buffers.
1772 (ansi-color-for-shell-mode): The :set property calls
1773 ansi-color-for-shell-mode-set instead of a lambda expression.
1774
17752000-01-09 Alex Schroeder <alex@gnu.org>
1776
1777 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1778 (ansi-color-context): New variable.
1779 (ansi-color-apply): Save context between calls.
1780
fb55ff10
EZ
17812001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1782
29910493
EZ
1783 * isearch.el (isearch, isearch-lazy-highlight-face): New
1784 definitions for face colors and attributes.
1785
fb55ff10
EZ
1786 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1787 of display-mouse-p.
1788
134d6265
KH
17892001-01-09 Kenichi Handa <handa@etl.go.jp>
1790
1791 * international/mule.el (make-coding-system): If the coding system
1792 accepts extra latin codes, register such codes as safe for the
1793 coding system.
1794
103db06c 17952001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1796
984c9f75
RS
1797 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1798 don't mention the file name or the date here, because they are
1799 logged at the start of the file.
1800
18012001-01-08 Richard M. Stallman <rms@gnu.org>
1802
78b8eee8
RS
1803 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1804 Change screen-width to frame-width.
1805
1460e5d4
EZ
18062001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1807
1808 * info.el (Info-search): Print the default as part of the prompt.
1809
56f24bc1
AS
18102001-01-08 Andre Spiegel <spiegel@gnu.org>
1811
ca2ddd8e 1812 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1813 constant implementations in backends.
1814
1815 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1816 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1817
1818 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1819 WRITABLE to EDITABLE.
1820
1821 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1822 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1823 to EDITABLE.
1824
b7812d30
EZ
18252001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1826
1827 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1828 (copyright, copyright-update): Compute the current year at run
1829 time.
1830
7e56ea04
GM
18312001-01-08 Gerd Moellmann <gerd@gnu.org>
1832
1833 * isearch.el (isearch-old-signal-hook): Removed.
1834 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1835 instead of setting signal-hook-function.
1836 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1837
a758f97d
GM
18382001-01-08 Kevin Gallagher <kevingal@onramp.net>
1839
1840 * emulation/edt.el: Update to version 4.0. Provide support for
1841 EDT scroll margins at top and bottom of the window. Provide an
1842 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1843 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1844 user when file-related buffer modifications exist. Provide
1845 support for running EDT Emulation in XEmacs. Provide customize
1846 access to some user updatable variables. Add Commentary section
1847 to file header. Fixed a few minor bugs and cleaned up some code.
1848
1849 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1850 for detecting a keypress that generates an ASCII key sequence.
1851 (Previously, only a keypress that generates a vector was
1852 recognized.) Embed Window Manager name into name of the generated
1853 EDT Emulation initialization file since the initialization file is
1854 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1855
30db89f9
EZ
18562001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1857
4deb3ba9
EZ
1858 * mail/sendmail.el (mail-mode): Doc fix.
1859
30db89f9
EZ
1860 * info.el (Info-goto-emacs-command-node): Doc fix.
1861 (Info-goto-emacs-key-command-node): Doc fix.
1862
c3f2772b
EZ
18632001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1864
8726e79b 1865 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1866 systems without long file-name support.
1867
0dac6924
AI
18682001-01-06 Andrew Innes <andrewi@gnu.org>
1869
1870 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1871
4e6ef391
EZ
18722001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1873
380866a2
EZ
1874 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1875 (isearch-lazy-highlight-update): Doc fix.
1876
148b5960
EZ
1877 * ffap.el (ffap-bindings): Doc fix.
1878
4e6ef391
EZ
1879 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1880
4cb1bcc2
DL
18812001-01-05 Dave Love <fx@gnu.org>
1882
1883 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1884
3828218c
GM
18852001-01-05 Gerd Moellmann <gerd@gnu.org>
1886
f1ade7d3
GM
1887 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1888 scroll-preserve-screen-position to nil.
1889
1f4139d5
GM
1890 * isearch.el (isearch-old-signal-hook): New variable.
1891 (isearch-mode): Set signal-hook-function to isearch-done.
1892 (isearch-done): Restore old signal-hook-function.
1893
3828218c
GM
1894 * info.el (Info-fontify-node): Mark one more char as intangible.
1895
3970013f
KH
18962000-01-05 Kenichi Handa <handa@etl.go.jp>
1897
3828218c 1898 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1899 it is non-nil, compose preceding characters by compose-region with
1900 COMPONENTS.
1901
1902 * international/quail.el (quail-input-string-to-events): New function.
1903 (quail-input-method): Convert input string to events here.
1904 (quail-start-translation): Return input string, not event list.
1905 (quail-start-conversion): Likewise.
1906
f3b05e99
GM
19072001-01-04 Gerd Moellmann <gerd@gnu.org>
1908
ca2ddd8e 1909 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1910 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1911 and tooltip-add-timeout.
1912 (tooltip-show): Set border color from faces's foreground.
1913 (tooltip-show-help-function): If called with the same help string
1914 as last time, do nothing.
1915 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1916
0f2ac578
GM
1917 * startup.el (fancy-splash-screens): Don't bind show-help-function
1918 to nil.
1919
f3b05e99
GM
1920 * tooltip.el (tooltip-frame-parameters): Remove colors.
1921 (tooltip): New face
1922 (tooltip-set-param): New function.
1923 (tooltip-show): Set up color frame parameters from face `tooltip'.
1924 Display the tooltip text in face `tooltip'.
1925
8416e94a
DL
19262001-01-04 Dave Love <fx@gnu.org>
1927
1928 * whitespace.el (whitespace-global-mode): Fix typo.
1929
1930 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1931
30db89f9
EZ
19322001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1933
1934 * help.el (help-for-help): Fix a typo in a doc string. From
1935 kwzh@gnu.org (Karl Heuer).
1936
b847eb8c
DL
19372001-01-03 Dave Love <fx@gnu.org>
1938
1939 * dired-x.el: Doc fixes. Maintainer change.
1940 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1941 :type.
1942 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1943 (dired-guess-shell-alist-user): Customize.
1944 (dired-x-help-address): Set to bug-gnu-emacs.
1945 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1946 (dired-default-directory): Renamed from default-directory.
1947
1948 * hl-line.el (hl-line): Doc fix.
1949
43c4b570
KF
19502001-01-03 Karl Fogel <kfogel@red-bean.com>
1951
1bf6b1bf 1952 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1953
984c9f75 19542001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1955
1956 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1957 to remove all the current alternative-match highlighting.
1958 If nil, remove only what's outside the current window.
1959 (isearch-lazy-highlight-remove-overlays): Take optional
1960 region within which NOT to remove them.
1961 (isearch-lazy-highlight-new-loop): Greatly simplified.
1962 (isearch-lazy-highlight-update): Find all the other occurrences
1963 visible in the window, in just one call.
1964 (isearch-lazy-highlight-start): Now holds start of region to scan.
1965 (isearch-lazy-highlight-end): Now holds end of region to scan.
1966 (isearch-lazy-highlight-wrapped): Variable deleted.
1967 (isearch-lazy-highlight-search): Function deleted.
1968
13d6a61c
AI
19692000-01-02 Andrew Innes <andrewi@gnu.org>
1970
1971 * w32-fns.el (convert-standard-filename): Do length check on name
1972 before aref.
1973
064866e7
DL
19742001-01-02 Dave Love <fx@gnu.org>
1975
b33e041b
DL
1976 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1977 value.
1978 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1979
1980 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1981
8166ffd5
DL
1982 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1983 read syntax.
1984
064866e7
DL
1985 * calendar/todo-mode.el (todo): Add :link, :version.
1986 (todo-save-top-priorities): Remove autoload cookie.
1987 (todo-add-category, todo-add-item-non-interactively)
1988 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1989 cookie.
1990
6dde6abc
GM
19912001-01-02 Gerd Moellmann <gerd@gnu.org>
1992
1993 * comint.el (comint-input-history-ignore): New variable.
1994 (comint-read-input-ring): Ignore entries matching
1995 comint-input-history-ignore.
1996
1a8a9daf
GM
19972001-01-02 Eric M. Ludlam <zappo@gnu.org>
1998
1999 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2000 (lm-copyright-mark): New function.
2001 (lm-crack-copyright): New function.
2002 (lm-verify): Check that the file has a copyright.
2003 Check that the file is copyright Free Software Foundation.
2004
9c92eb53
KH
20052000-12-30 Kenichi Handa <handa@etl.go.jp>
2006
2007 * international/mule-diag.el (print-fontset): Indent font name by
2008 24 columns, not 25.
2009
49172314
GM
20102000-12-29 Gerd Moellmann <gerd@gnu.org>
2011
762a68ec
GM
2012 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2013 in Subject line.
2014
49172314
GM
2015 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2016 Use mail-mode-hook instead of mail-setup-hook. Otherwise
2017 continuing an interrupted message with C-u C-x m for instence,
2018 winds up in Mail mode without abbrevs.
2019
bd7a2e26
GM
20202000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2021
2022 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2023 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 2024 fix.
bd7a2e26
GM
2025 (ps-print-version): New version number (6.3.3).
2026 (ps-end-with-control-d): Initialization fix.
2027 (ps-lines-printed): New var.
2028 (ps-skip-newline): New fun.
2029 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2030 (ps-next-line, ps-continue-line, ps-plot-region)
2031 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 2032
2b3f28a4
KH
20332000-12-29 Kenichi Handa <handa@etl.go.jp>
2034
2035 * international/fontset.el (x-complement-fontset-spec): Resolve
2036 ASCII font name so that the same family name is used for fonts
2037 registered in x-font-name-charset-alist.
2038 (create-fontset-from-fontset-spec): Adjusted for the above change.
2039 The name of fontset alias should be a unresolved ASCII font name.
2040
2ece9174
GM
20412000-12-28 Gerd Moellmann <gerd@gnu.org>
2042
2043 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2044 and delete in isearch-mode-map.
2045
cbe3ad7a
RS
20462000-12-28 Richard M. Stallman <rms@gnu.org>
2047
ca2ddd8e 2048 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
2049 Use xpdf instead of acroread.
2050
a816f1c5
KH
20512000-12-28 Kenichi Handa <handa@etl.go.jp>
2052
f086e73c
KH
2053 * textmodes/artist.el (artist-butlast): Deleted.
2054 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 2055 artist-butlast.
f086e73c 2056
a816f1c5
KH
2057 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2058
2059 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2060
b202115b
EZ
20612000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2062
2063 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2064
2065 * ls-lisp.el: Better support for the Mac and MS-Windows.
2066 (ls-lisp): New defgroup.
2067 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 2068 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
2069 (ls-lisp-support-shell-wildcards): New defcustoms.
2070 (ls-lisp-parse-symlink): New function.
2071 (insert-directory): Code to convert switches to a list and set up
2072 the wildcard argument copied from ls-lisp-insert-directory.
2073 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2074 for -C and -R switches.
2075 (ls-lisp-column-format): New function.
ca2ddd8e 2076 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
2077 (ls-lisp-format-time): Add doc strings.
2078 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2079 Support ls-lisp-dirs-first.
2080 (ls-lisp-classify, ls-lisp-extension): New functions.
2081 (ls-lisp-format): Optionally support emulation of symlinks.
2082 Support -i, -s, and -G switches.
2083
6061fbf0
GM
20842000-12-27 Gerd Moellmann <gerd@gnu.org>
2085
5e25feee
GM
2086 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2087
6061fbf0
GM
2088 * version.el (emacs-version): Print X scroll bar information.
2089
2090 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2091 instead of x-toolkit-scroll-bars-p.
2092
2093 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2094 of x-toolkit-scroll-bars-p.
2095
25050dab
EZ
20962000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2097
2098 * ffap.el (ffap-bindings): Make interactive and add an autoload
2099 cookie.
2100 (ffap-bindings): Doc fix, to reflect the above change.
2101
c1786874
KH
21022000-12-27 Kenichi Handa <handa@etl.go.jp>
2103
2104 * term.el (term-char-mode): Define all non-ascii self-inserting
2105 characters to 'term-send-raw in term-raw-map.
2106
7261ece3 21072000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 2108
6061fbf0 2109 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 2110 guard.
ca2ddd8e 2111
6061fbf0 2112 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 2113 initialization; use add-hook.
6061fbf0 2114 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 2115
6061fbf0 2116 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 2117
6061fbf0
GM
2118 * ediff.el (ediff-patch-buffer): Bug fix.
2119 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 2120
83f40583
SM
21212000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2122
2123 * subr.el (combine-run-hooks): Remove.
2124
2125 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2126 and remove the rogue second spec.
2127
bdd6d4e8
GM
21282000-12-23 Gerd Moellmann <gerd@gnu.org>
2129
2130 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2131
26736ce3
SM
21322000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2133
0e86b6b0
SM
2134 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2135 Use minibuffer menu prompt for the `=' prefix.
2136 (smerge-command-prefix): Change default to C-^.
6eabfb26 2137 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 2138
26736ce3
SM
2139 * skeleton.el (skeleton-internal-1): Make sure the first line of
2140 the region is also re-indented.
d21584d6
SM
2141 (skeleton-end-newline): New var.
2142 (skeleton-end-hook): Use it.
26736ce3 2143
95fa4fd7
MB
21442000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2145
2146 * comint.el (comint-password-prompt-regexp): Support CVS.
2147
f060b834
GM
21482000-12-22 Gerd Moellmann <gerd@gnu.org>
2149
856ff7a7
GM
2150 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
2151 backspace key combinations, depending on
2152 delete-key-deletes-forward.
2153
2154 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2155
f060b834
GM
2156 * simple.el (delete-key-deletes-forward): Doc fix.
2157
653558a1
GM
21582000-08-22 Emmanuel Briot <briot@gnat.com>
2159
2160 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 2161 white spaces are relevant in the XML file.
653558a1
GM
2162 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2163 to parse was already edited. This allows for on-the-fly analysis
26736ce3 2164 of XML files.
653558a1
GM
2165 (xml-parse-tag): Check that the casing is the same in the start
2166 tag and end tag, since XML is case-sensitive. Allows for spaces
2167 in the end tag, after the name of the tag.
2168 (xml-parse-attlist): Allow for the character '-' in the name of
2169 attributes, as in the standard http-equiv attribute Do not save
26736ce3 2170 the properties in the XML tree, since they are not relevant.
653558a1 2171
3ad93d8d
SM
21722000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2173
2174 * generic.el (generic-read-type): Undo last change, inline into
2175 `generic-mode' and then remove.
2176 (generic-mode): Inline generic-read-type.
2177 (define-generic-mode): Push the symbol name rather than the symbol
2178 onto generic-mode-list.
2179
177f4e88
GM
21802000-12-21 Gerd Moellmann <gerd@gnu.org>
2181
8e15274f
GM
2182 * generic.el (generic-read-type): Build an alist for
2183 completing-read as in 20.7.
2184
2185 * play/landmark.el (lm): Use interactive spec `P'.
2186 (toplevel): Don't set debug-on-error.
2187
177f4e88
GM
2188 * server.el (server-switch-buffer): Choose a window on a visible
2189 frame.
2190
6ba384dc
GM
21912000-12-21 Dave Pearson <davep@davep.org>
2192
2193 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 2194
647a066c
GM
21952000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2196
2197 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2198 ranges like \177-\237, but accepts the character sequence from \177 to
2199 \237. Doc fix.
2200 (ebnf-version): New version (3.4).
2201 (ebnf-setup): Code fix.
2202 (ebnf-range-regexp): New fun.
2203 (ebnf-8-bit-chars): Const fix.
2204
2205 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2206 entry. Doc fix.
2207 (ebnf-bnf-lex): Code fix.
2208 (ebnf-bnf-comment-chars): Const fix.
2209
2210 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2211 entry. Doc fix.
2212 (ebnf-iso-comment-chars): Const fix.
2213
2214 * ebnf-otz.el: Doc fix.
2215
2216 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2217 entry. Doc fix.
2218 (ebnf-yac-skip-code): Code fix.
2219 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 2220
bc22fd18
EZ
22212000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2222
2223 * files.el (insert-directory-safely): New function.
834d23b2 2224 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 2225 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 2226
587fc3f9
KH
22272000-12-21 Kenichi Handa <handa@etl.go.jp>
2228
eeefcfde 2229 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 2230 coding-category-list more rigidly. Improve help message.
eeefcfde 2231
587fc3f9
KH
2232 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2233
01860fb9
MB
22342000-12-21 Miles Bader <miles@gnu.org>
2235
587fc3f9
KH
2236 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
2237 prefix.
01860fb9 2238
3f9d67a6
KH
22392000-12-21 Kenichi Handa <handa@etl.go.jp>
2240
9fd1c1f7
KH
2241 * international/mule-diag.el (describe-char-after): Make *Help*
2242 buffer inherit multibyteness of the current buffer.
2243
3f9d67a6
KH
2244 * international/mule.el (make-char): Docstring adjusted for the
2245 change of make-char-internal.
2246
c9669fac
SM
22472000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2248
2249 * international/iso-cvt.el: Docstrings fix.
2250
19594307
DL
22512000-12-20 Dave Love <fx@gnu.org>
2252
2253 * subr.el (eval-after-load): Doc fix.
2254
b1a447b3
KH
22552000-12-20 Kenichi Handa <handa@etl.go.jp>
2256
2257 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2258 for numbers.
2259
09877d5d
MB
22602000-12-20 Miles Bader <miles@gnu.org>
2261
2262 * international/quail.el (quail-help): Resize the help window
2263 again after it has all its contents. Remove unneeded progn.
2264
71d4497a
GM
22652000-12-19 Gerd Moellmann <gerd@gnu.org>
2266
2267 * pcmpl-linux.el: Fix copy/paste error.
2268
741e56a0
AI
22692000-12-19 Andrew Innes <andrewi@gnu.org>
2270
2271 * simple.el (delete-key-deletes-forward-mode): Fix typo in
2272 docstring.
2273
cc24d91c
CD
22742000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2275
ba4c05aa
CD
2276 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2277
2278 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2279
2280 * progmodes/idlw-shell.el: Fixed copyright notice.
2281
2282 * progmodes/idlwave.el: Fixed copyright notice.
2283
71d4497a 2284 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
2285 TAB as key separators.
2286
524c8caf
GM
22872000-12-19 Alex Schroeder <alex@gnu.org>
2288
2289 * sql.el (sql-sybase-options): New option.
2290 (sql-sybase): Use it. Add sql-database to the list of parameters
2291 provided for login. The options -w 2048 -n are not used any more.
2292 (sql-postgres-options): Changed default from "--pset" to "-P".
2293 (sql-mysql-options): Doc change.
2294 (sql-stop): Doc change.
2295
b5fa513d
KH
22962000-12-19 Kenichi Handa <handa@etl.go.jp>
2297
2298 * international/quail.el (quail-input-method): Always hide
2299 the guidance buffer on exiting.
2300
91c9e6ce
GM
23012000-12-18 Gerd Moellmann <gerd@gnu.org>
2302
c6da4eb4
GM
2303 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2304 isn't fboundp.
2305
3d2a0e0b
GM
2306 * server.el (server-buffer-done): Bury the buffer before
2307 killing it.
2308
91c9e6ce
GM
2309 * faces.el (face-spec-set): Interpret a nil in specs for
2310 foreground and background colors as `unspecified', for
2311 compatibility with 20.x.
2312
40fa0008
DL
23132000-12-18 Dave Love <fx@gnu.org>
2314
22adbe54
DL
2315 * simple.el (mail-user-agent): Doc fix.
2316 (input-mode-8-bit): Removed.
2317
2318 * international/mule.el (set-keyboard-coding-system): Doc fix.
2319 (keyboard-coding-system): New option.
2320
40fa0008
DL
2321 * mail/sendmail.el (send-mail-function): Customize.
2322
6f4745e2
EZ
23232000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2324
2325 * international/codepage.el (cp866-decode-table): New table.
2326
82b90229
GM
23272000-12-18 Gerd Moellmann <gerd@gnu.org>
2328
2329 * version.el (emacs-version): Remove `%a' from the time format
2330 because the weekday doesn't fit well into each locale.
2331
5a047002
MB
23322000-12-18 Miles Bader <miles@gnu.org>
2333
7f49aa07
MB
2334 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2335
ca2ddd8e 2336 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
2337 Check that emacs-major-version is `=' to 20, not `>='.
2338 (artist-replace-chars): Use `make-string' instead of a loop.
2339
22ea2607
EZ
23402000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2341
2342 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2343 (cvs-execute-single-file): Don't change directory.
2344 Patch from Per Cederqvist.
2345
6c825f8e
EZ
23462000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2347
2348 * textmodes/ispell.el (check-ispell-version): If
2349 `ispell-program-name' is "aspell", pass it the -v switch instead
2350 of -vv.
2351
8ff06845
KH
23522000-12-16 Kenichi Handa <handa@etl.go.jp>
2353
af4bb4c8
KH
2354 * international/mule-diag.el (mule-diag): Insert information about
2355 configure options, multibyte awareness, language env.
2356
8ff06845
KH
2357 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2358 regexp to search for candidates.
2359
b24e84ab
EZ
23602000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2361
2362 * info.el (Info-forward-node): If the node has an
2363 Info-header-line, widen the buffer before searching for "next:"
2364 and "up:" pointers, and set the search limit to stay in the
2365 current node.
2366
7981d89f
MB
23672000-12-16 Miles Bader <miles@gnu.org>
2368
2369 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2370
88ee7917
MB
23712000-12-15 Miles Bader <miles@gnu.org>
2372
2373 * comint.el (comint-send-string, comint-send-region): Also accept
2374 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2375 process-send-string/region.
2376
0c28d842
GM
23772000-12-15 Gerd Moellmann <gerd@gnu.org>
2378
4ea7fdca
GM
2379 * isearch.el (isearch-lazy-highlight-max): New user-option.
2380 (isearch-lazy-highlight-update): Don't highlight more than
2381 isearch-lazy-highlight-max matches.
2382
0c28d842
GM
2383 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2384
984c9f75 23852000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 2386
8062e53a
GM
2387 * sort.el (sort-columns): Fix error message.
2388
3ffa545b
GM
2389 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2390 `upcase' or `downcase' or nil.
2391 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2392 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2393 (dabbrev--substitute-expansion): New arg record-case-pattern.
2394 If it is non-nil, set dabbrev--last-case-pattern.
2395 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2396
2397 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2398
c2d7f289
MB
23992000-12-15 Miles Bader <miles@gnu.org>
2400
b6348438
MB
2401 * paths.el (Info-default-directory-list): Don't delete
2402 configure-info-directory from the list of standard info
2403 directories when appending it to the end -- their order is
2404 important.
2405
f9056dd9
MB
2406 * faces.el (read-face-attribute): If there's no entry for the
2407 user's input in VALID, just use it as-is (this will often result
2408 in an error, but it may be OK for e.g. colors using hexadecimal
2409 notation, and at least will yield a better error message).
2410
c2d7f289 2411 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 2412 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
2413 Variables removed.
2414 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2415 window is really the right size. Use vertical-motion
2416 rather than forward-line.
2417 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2418 (ispell-command-loop, ispell-show-choices): Use the variable
2419 ispell-choices-win-default-height, rather than the function.
2420 (ispell-choices-win-default-height): Function removed.
2421 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 2422
8f530b95
SM
24232000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2424
2425 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2426
6d435deb
EZ
24272000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2428
4dddb0b7
EZ
2429 * paths.el (Info-default-directory-list): If
2430 configure-info-directory is not one of the standard directories,
2431 put it first in the list; otherwise put it last. Doc string
2432 changed accordingly.
2433
2434 * info.el (Info-directory-list): Change doc string to reflect the
2435 change in Info-default-directory-list.
2436
6d435deb
EZ
2437 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2438 windows-nt as windowed environments, even under -nw.
2439
2440 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2441 if not fboundp. Switch delete-forward mode for the <delete> key
2442 on all PC platforms, even under -nw.
2443
2444 * term/internal.el ([M-delete]): Remap to M-d.
2445
9d7d9263
GM
24462000-12-14 Gerd Moellmann <gerd@gnu.org>
2447
2448 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2449
7cf0153a
EZ
24502000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2451
2452 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2453
5e5b3d41
GM
24542000-12-14 Gerd Moellmann <gerd@gnu.org>
2455
5f368d29
GM
2456 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2457 if appropriate.
2458
2459 * simple.el (delete-key-deletes-forward): New user-option.
2460 (delete-key-deletes-forward-mode): New function.
2461
9d7d9263 2462 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 2463
5e5b3d41
GM
2464 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2465 if symbol is bound before getting its value.
2466
2467 * tooltip.el (tooltip-show): If an error is signaled in
2468 x-show-tip, display that error, and display the help in the
2469 echo area.
ca2ddd8e 2470
191b83b6
KH
24712000-12-14 Kenichi Handa <handa@etl.go.jp>
2472
2473 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2474 "... entries" messages for every 10000 entries, not 10.
2475
6192b604
KF
24762000-12-13 Karl Fogel <kfogel@red-bean.com>
2477
2478 * bookmark.el: Provide a generic exit hook, as suggested by
2479 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
2480 (bookmark-exit-hook): New var.
2481 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
2482 old raw lambda form in `kill-emacs-hook', and runs new
2483 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2484 as logically that feature must have been provided if this function
2485 is running.
2486 Removed ;;;###autoload before the `add-hook' call.
2487
5edf6b55
SM
24882000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2489
2490 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2491 (easy-menu-current-active-maps): New function.
2492 (easy-menu-get-map): Use it.
2493 Make a proper menu entry when creating a new keymap.
2494
16b5e8e6
KH
24952000-12-13 Kenichi Handa <handa@etl.go.jp>
2496
d49fc4eb
KH
2497 * international/characters.el: Fix cases and syntaxes for
2498 mule-unicode-0100-24ff.
2499
3b53d876
KH
2500 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2501 that a Japanese character is not appended after day and year.
2502
16b5e8e6
KH
2503 * info.el (Info-suffix-list): Change format for a command that
2504 requires arguments.
2505 (info-insert-file-contents): Adjusted for the above change.
2506
1df1c518
AS
25072000-12-12 Andreas Schwab <schwab@suse.de>
2508
2509 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2510 on the name of the tar buffer. Verify that the existing buffer is
2511 visiting the same subfile.
2512
a7a07b98
DL
25132000-12-12 Dave Love <fx@gnu.org>
2514
2515 * subdirs.el: Add obsolete.
2516
4fdbd809
GM
25172000-12-12 Gerd Moellmann <gerd@gnu.org>
2518
bfdb75ee
GM
2519 * mail/rmailsum.el (rmail-summary-expunge)
2520 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2521 instead of rmail-confirm-expunge.
2522
4fdbd809
GM
2523 * replace.el (perform-replace): Don't use an empty match adjacent
2524 to a non-empty match when computing the next match before the
2525 replacement is performed.
2526
e9a59cad
GM
25272000-12-12 Milan Zamazal <pdm@freesoft.cz>
2528
2529 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2530 definition (patch by Stefan Monnier).
2531 (glasses-mode): Use jit-lock instead of `after-change-functions'
2532 (patch by Stefan Monnier).
2533
c2def7a0
MB
25342000-12-12 Miles Bader <miles@gnu.org>
2535
2536 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2537 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2538
591b63b4
AC
25392000-12-12 Andrew Choi <akochoi@i-cable.com>
2540
2541 * term/mac-win.el: Remove load for ls-lisp.
2542
a924cf63 2543 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 2544
5ff4ba3d
MB
25452000-12-12 Miles Bader <miles@gnu.org>
2546
2547 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2548 Respect field end too.
2549 (just-one-space): Respect fields as `delete-horizontal-space'.
2550 (newline-and-indent, reindent-then-newline-and-indent): Use
2551 `delete-horizontal-space'.
2552
d0c679bc
SM
25532000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2554
adf9c994
SM
2555 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2556 (so as to obey the field property in the minibuffer).
2557
4b0cd42d
SM
2558 * obsolete/c-mode.el: Moved from lisp/progmodes.
2559 * obsolete/auto-show.el: Moved from lisp.
2560 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 2561
89f85863
CD
25622000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2563
2564 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 2565 changes to list them here.
89f85863
CD
2566
2567 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2568 many changes to list them here.
2569
2570 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2571 many changes to list them here.
2572
2573 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2574
3e0d35ce
GM
25752000-12-11 Gerd Moellmann <gerd@gnu.org>
2576
d990421f
GM
2577 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2578 nil.
2579
ca2ddd8e 2580 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
2581 Comment fix.
2582
3e0d35ce
GM
2583 * hscroll.el: Moved to `obsolete' subdir.
2584
ff904dd6
MB
25852000-12-11 Miles Bader <miles@gnu.org>
2586
2587 * window.el (window-text-height): Function removed (now in C).
2588
fb97d87f
SM
25892000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2590
2591 * log-edit.el (log-edit-parent-buffer): New var.
2592 (log-edit): Set it. Add BUFFER argument.
2593 (log-edit-done): Use char-before.
2594 Don't bother checking validity of vc-comment-ring.
2595 Only bury the buffer if log-edit popped it up.
2596
2597 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2598 (cvs-mode-diff-help): Remove.
2599 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 2600 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
2601
2602 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2603 Remove binding for ? now made unnecessary.
2604
7de77417
CD
26052000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2606
2607 * textmodes/reftex.el (reftex-scanning-info-available-p): New
dd4e0e55 2608 function
7de77417
CD
2609 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2610
2611 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2612 when master file is not open.
2613
4efa209f
SM
26142000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2615
2616 * progmodes/ada-stmt.el: Update `maintainer'.
2617
0a8052bd
GM
26182000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2619
2620 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2621 choices to match documentation string.
2622
a12167c5
MB
26232000-12-09 Miles Bader <miles@gnu.org>
2624
2161605d
MB
2625 * minibuf-eldef.el: New file.
2626
a12167c5
MB
2627 * window.el (fit-window-to-buffer): Don't pass last argument to
2628 pos-visible-in-window-p, now that its meaning is inverted.
2629
9ea8de1b
EZ
26302000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2631
2632 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2633 <ceder@lysator.liu.se>.
2634
5002ddbb
SM
26352000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2636
b6114d80
SM
2637 * autoinsert.el (auto-insert-alist): Add missing final \n.
2638
ee8d23ee
SM
2639 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2640 (cvs-menu-map): Remove.
2641 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2642 (cvs-mode-quit): Turn it back into a plain function.
2643
5002ddbb 2644 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 2645 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
2646
2647 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2648 file where it's more visible.
2649 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2650 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2651 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2652 (texinfo-inside-macro-p): Only catch `scan-error's.
2653 (texinfo-inside-env-p): Make better use of the match info.
2654 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2655 (texinfo-insert-@end): Slight re-organization.
2656 Also remove useless `looking-at' call.
2657
30cd075d
AI
26582000-12-08 Andrew Innes <andrewi@gnu.org>
2659
2660 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2661 accessible in -nw mode.
2662
2663 * term/w32-win.el: Remove stuff about selection timeout, which is
2664 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2665 it is accessible in -nw mode.
2666
01b91009
DL
26672000-12-08 Dave Love <fx@gnu.org>
2668
2669 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2670 font-lock-keywords-case-fold-search.
2671
842b2a94
GM
26722000-12-08 Gerd Moellmann <gerd@gnu.org>
2673
2674 * textmodes/ispell.el (ispell): Doc fix.
2675
f9d5f611
KH
26762000-12-08 Kenichi Handa <handa@etl.go.jp>
2677
2678 * international/quail.el (quail-insert-decode-map): Check the
2679 frame width of a window displaying the current buffer, not that of
2680 the selected frame.
2681 (quail-help): Make sure that the help buffer has window before
2682 inserting text in it.
2683
e04d21aa
SS
26842000-12-07 Sam Steingold <sds@gnu.org>
2685
2686 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2687 Backquote is used in isearch.el, so autoloading saves nothing.
2688
fc3e23a4
EZ
26892000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2690
137cad7c
EZ
2691 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2692 the CVS and RCS subdirectories case-insensitively.
2693
fc3e23a4
EZ
2694 * dired.el (dired-insert-directory): If file-system-info is
2695 fboundp, call it instead of invoking dired-free-space-program.
2696
796ecd10
GM
26972000-12-07 Gerd Moellmann <gerd@gnu.org>
2698
0f5f7c3e
GM
2699 * server.el (server-visit-files): Push files on file-name-history.
2700
3764ba49
GM
2701 * progmodes/cc-langs.el: Update copyright.
2702
8e7931da
GM
2703 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2704
ae0d7485 2705 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2706
796ecd10
GM
2707 * bindings.el (mode-line-mode-menu): Reverse the order
2708 of define-keys so that the menu appears in alphabetical order.
2709
ae0d7485
GM
27102000-12-07 Milan Zamazal <pdm@freesoft.cz>
2711
2712 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2713 of the function.
2714
e2849090
DL
27152000-12-07 Dave Love <fx@gnu.org>
2716
2717 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2718
2719 * facemenu.el (facemenu-unlisted-faces): Fix value.
2720
5c7f629c
SM
27212000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2722
2723 * font-lock.el (font-lock-default-fontify-region):
2724 Include the terminating \n (off-by-one error).
2725 (font-lock-set-defaults): Use dolist.
2726
2727 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2728
73481ae3
KH
27292000-12-07 Kenichi Handa <handa@etl.go.jp>
2730
ffbaa122
KH
2731 * international/mule-cmds.el (describe-language-environment): Fix
2732 for the case that an input method title is not string but a list.
2733
73481ae3
KH
2734 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2735 of wrong SIZE record.
2736
e2896b22
DL
27372000-12-06 Dave Love <fx@gnu.org>
2738
67292061
DL
2739 * newcomment.el (comment-region, comment-dwim): Doc fix.
2740
2741 * textmodes/texinfo.el: Require tex-mode when compiling.
2742 (texinfo-update-node): Doc fix.
2743 (texinfo-imenu-generic-expression): Add @anchor.
2744 (texinfo-font-lock-keywords): Add @uref.
2745 (texinfo-inside-macro-p): Don't use ignore-errors.
2746 (texinfo-insert-quote): Match more contexts.
2747
e76938e7
DL
2748 * international/mule.el (decode-char, encode-char): Doc fix.
2749 (auto-coding-alist): Customize.
2750
2751 * files.el (load-file): Fix change of 2000-03-12.
2752
e2896b22
DL
2753 * wid-edit.el (widget-text-keymap): Doc fix.
2754
6610f4b2
AI
27552000-12-06 Andrew Innes <andrewi@gnu.org>
2756
2757 * makefile.w32-in (lisp): Set to an absolute directory, namely
2758 $(CURDIR).
2759
9e3366e4
EZ
27602000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2761
2762 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2763 read generated-autoload-file, and set buffer-file-coding-system to
2764 raw-text-unix after reading the file.
2765
2766 * international/mule-conf.el (file-coding-system-alist): Use
2767 raw-text for reading loaddefs.el and raw-text-unix for writing
2768 it.
2769
d94d636f
GM
27702000-12-06 Gerd Moellmann <gerd@gnu.org>
2771
384333ee
GM
2772 * replace.el (occur): Make line-number-width 1 smaller for the
2773 colon following the line number.
2774
347d0813
GM
2775 * startup.el (fancy-splash-text, command-line-1): Use
2776 `File' for the menu name instead of `Files'.
e04d21aa 2777
d4b72d58
GM
2778 * tmm.el: Update copyright.
2779
d94d636f
GM
2780 * cus-start.el: Add entry for even-window-heights.
2781
6e424019
MB
27822000-12-06 Miles Bader <miles@gnu.org>
2783
2784 * faces.el (frame-set-background-mode): Avoid stomping on
2785 locally modified faces.
2786
e6477b58
KH
27872000-12-06 Kenichi Handa <handa@etl.go.jp>
2788
2789 * international/fontset.el: Correct the font registries for
2790 japanese-jisx0213-1 and japanese-jisx0213-2.
2791
21999ab9
GM
27922000-12-05 Gerd Moellmann <gerd@gnu.org>
2793
57d6e381
GM
2794 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2795
21999ab9
GM
2796 * iswitchb.el: Update customization commentary.
2797
7422819c
GM
27982000-12-05 Rob Riepel <riepel@Stanford.EDU>
2799
2800 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2801 (tpu-search-highlight): Fixed comparison of overlay end positions.
2802 (tpu-trim-line-ends): Implemented trimming logic locally.
2803
2804 * emulation/tpu-extras.el (tpu-write-file-hook)
2805 (tpu-set-cursor-bound): Replaced picture-clean with
2806 tpu-trim-line-ends.
2807
73daff18
KH
28082000-12-05 Kenichi Handa <handa@etl.go.jp>
2809
2810 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2811 to cn-gb.
2812 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2813
6a4cd002
DL
28142000-12-04 Dave Love <fx@gnu.org>
2815
2816 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2817
6452929e
GM
28182000-12-04 Gerd Moellmann <gerd@gnu.org>
2819
e04d21aa 2820 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2821 (rmail-summary-expunge-and-save): Ask for confirmation with
2822 rmail-expunge-confirmed.
2823
2824 * mail/rmail.el (rmail-expunge-confirmed): New function.
2825 (rmail-expunge): Use it.
2826
1790abf4
FP
28272000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2828
0c68ce6f
GM
2829 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2830 (etags-recognize-tags-table, find-tag-in-order): New
2831 functionality: interpret file names as tags.
e04d21aa 2832
7a53d8c8
EZ
28332000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2834
2835 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2836 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2837 visit the first subnode until the bottom of the current node is
2838 visible.
2839
caa15ef7
GM
28402000-12-04 Gerd Moellmann <gerd@gnu.org>
2841
2842 * format.el (format-decode): Don't change buffer's undo list.
2843
e225faa7
KH
28442000-12-04 Kenichi Handa <handa@etl.go.jp>
2845
2846 * faces.el (face-font-registry-alternatives): Add entries for CJK
2847 fonts. Doc-string adjusted for the actual usage of this data.
2848
2849 * international/fontset.el: Change the font registries for CJK
2850 fonts in the default fontset. Don't append '*' to registries.
2851
8b262a65
SM
28522000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2853
e04d21aa 2854 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2855 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2856
2857 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2858 (derived-mode-p): New function.
2859 (derived-mode-make-docstring): Add `docstring' argument.
2860 Use it if available and complete it if necessary.
2861
33c4460b
AS
28622000-12-03 Andreas Schwab <schwab@suse.de>
2863
2864 * type-break.el (type-break): Don't make parent of itself.
2865
5c9b3fac
MB
28662000-12-03 Miles Bader <miles@gnu.org>
2867
2868 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2869
27ce741e
SM
28702000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2871
07c16ec4
SM
2872 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2873 (tex-main-file, tex-file): Simplify.
2874 (tex-generate-zap-file-name): Use subst-char-in-string.
2875 (tex-strip-dots): Remove.
2876
c19cc275
SM
2877 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2878
27ce741e
SM
2879 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2880 to check if the match succeeded.
2881
285991dc
GM
28822000-12-02 Gerd Moellmann <gerd@gnu.org>
2883
2884 * startup.el (use-fancy-splash-screens-p): New function.
2885 (command-line-1): Use it to determine whether or not to use
2886 a fancy splash screen.
2887
52dca1b2
AS
28882000-12-02 Andreas Schwab <schwab@suse.de>
2889
2890 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2891
d3e7e7cf
EZ
28922000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2893
2dce2360
EZ
2894 * international/mule.el (make-char): Fix last change.
2895
9768eaa7
EZ
2896 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2897 New defcustoms.
2898 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2899 autoloading tex-mode; instead, do the same manually. Use
2900 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2901 with numeric argument. Docstring fix.
2902 (toplevel): Require cl when compiling.
e04d21aa 2903
285991dc 2904 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2905
0dd5e255
JR
29062000-12-02 Jason Rumney <jasonr@gnu.org>
2907
2908 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2909 the Emacs Lisp manual)
2910
fbb87147
EZ
29112000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2912
5cbb3e93
EZ
2913 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2914
fbb87147
EZ
2915 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2916 the Emacs Lisp manual).
2917
1636ca09
GM
29182000-12-02 Gerd Moellmann <gerd@gnu.org>
2919
2920 * simple.el (next-line-add-newlines): Change default to nil.
2921
68875f0e
EZ
29222000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2923
2924 * files.el (revert-buffer, recover-file): Bind
2925 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2926
fd9ac94c
GM
29272000-12-01 Gerd Moellmann <gerd@gnu.org>
2928
2929 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2930
45450dd5
MB
29312000-12-01 Miles Bader <miles@gnu.org>
2932
2933 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2934
09df8881
KH
29352000-12-01 Kenichi Handa <handa@etl.go.jp>
2936
2937 * international/mule-diag.el (describe-char-after): Fix typo.
2938 (describe-character-set, non-iso-charset-alist): Fix typo.
2939
dea0a87d
MB
29402000-12-01 Miles Bader <miles@gnu.org>
2941
b170205b
MB
2942 * image-file.el (image-file-name-regexp): Automatically add
2943 upper-case variants of each filename extension in
2944 `image-file-name-extensions', since they seem to be common.
2945
e04d21aa 2946 * simple.el (minibuffer-contents)
dea0a87d
MB
2947 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2948 New functions.
2949 * filecache.el (file-cache-directory-name)
2950 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2951
2b69bc11 29522000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2953
dea0a87d
MB
2954 * filecache.el (file-cache-minibuffer-complete): Don't try to
2955 delete the minibuffer prompt.
2956
a8a1b05d
DL
29572000-11-30 Dave Love <fx@gnu.org>
2958
2959 * cus-start.el: Fix read-buffer-function type.
2960
693c4692
GM
29612000-11-30 Gerd Moellmann <gerd@gnu.org>
2962
2963 * md5.el: Removed. There's a built-in function, now.
2964
2c0b1898
GM
29652000-11-30 Markus Rost <rost@math.ohio-state.edu>
2966
2967 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2968 as dummy 0-th char of rmail-deleted-vector.
2969
63dfcf4b
EZ
29702000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2971
2972 * ps-print.el (ps-end-job): Bind case-fold-search only after
2973 switching to ps-spool-buffer.
2974
29752000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2976
2977 * ps-print.el: Line number font customization. PostScript: Lines and
2978 PageCount are initialized on each page. Doc Fix.
2979 (ps-print-version): New version number (6.3.2).
2980 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2981 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2982 (ps-right-header): Customization fix.
2983 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2984 Fix code.
2985 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2986 New vars.
2987
df3aedcf
GM
29882000-11-30 Gerd Moellmann <gerd@gnu.org>
2989
edfb795e
GM
2990 * bs.el: Fix typos and spelling errors.
2991 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2992 (bs-configuration): Doc fix.
e04d21aa 2993
df3aedcf
GM
2994 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2995
8b8a7f01
GM
29962000-11-30 Rob Riepel <riepel@Stanford.EDU>
2997
2998 * emulation/tpu-edt.el (tpu-version): New version.
2999 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3000 (tpu-original-mode-line): Variable deleted.
3001 (tpu-mark-flag): New initial value.
3002 (tpu-set-mode-line): Don't redefine mode-line-format. Add
3003 tpu-mark-flag to minor-mode-alist.
3004 (tpu-update-mode-line): New mark flag logic.
3005 (tpu-get): Use find-file-wildcards.
3006 (tpu-search-highlight): Move overlay less, reset overlay properly.
3007 (tpu-unselect): Deactivate mark.
3008 (tpu-lm-replace): Reset overlay properly.
3009 (tpu-forward-line): Use forward-visible-line.
3010 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3011
3012 * emulation/tpu-extras.el (tpu-forward-line): Use
3013 forward-visible-line.
e04d21aa 3014
c069a9d3
GM
30152000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3016
3017 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3018
b02cd40b
GM
30192000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3020
3021 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3022 and skip whitespace and newlines.
e04d21aa 3023
b7a90344
SM
30242000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3025
3026 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3027
be6bbb55
GM
30282000-11-29 Gerd Moellmann <gerd@gnu.org>
3029
0383ed60
GM
3030 * help.el (describe-function-1): Regexp-quote function name
3031 when used as part of a regexp.
3032
c7957947
GM
3033 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
3034 face-attribute instead of face-foreground and face-background.
3035 (tool-bar-add-item): Likewise, and handle unspecified colors.
3036
3037 * enriched.el (enriched-face-ans): Use face-attribute instead
3038 of face-foreground and face-background.
3039
3040 * faces.el (face-foreground, face-background, face-stipple):
3041 Return nil if attribute is unspecified, for backward
3042 compatibility.
3043
7423978d
GM
3044 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3045
ef128c78
GM
3046 * play/5x5.el: Remove version info.
3047
a81fc510
GM
3048 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3049
be6bbb55
GM
3050 * frame.el (blink-cursor-mode): Doc fix.
3051
f9396e03
GM
30522000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3053
3054 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3055 to create Makefile rules.
3056 (antlr-tool-command): New user option.
3057 (antlr-ask-about-save): New user option.
3058 (antlr-makefile-specification): New user option.
3059 (antlr-file-formats-alist): New variable.
3060 (antlr-special-file-formats): New variable.
3061 (antlr-unknown-file-formats): New user option.
3062 (antlr-help-unknown-file-text): New variable.
3063 (antlr-help-rules-intro): New variable.
3064 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3065 (antlr-mode-menu): Add entries.
3066 (antlr-file-dependencies): New function.
3067 (antlr-directory-dependencies): New function.
3068 (antlr-superclasses-glibs): New function.
3069 (antlr-run-tool): New command.
3070 (antlr-makefile-insert-variable): New function.
3071 (antlr-insert-makefile-rules): New function.
3072 (antlr-show-makefile-rules): New command.
3073
3074 * antlr-mode.el: More Emacs/XEmacs stuff.
3075 (antlr-no-action-keywords): New constant with value nil.
3076 (antlr-font-lock-keywords-alist): Use it. Old value would break
3077 syntax highlighting in Emacs-21.0.
3078 (antlr-default-directory): Emacs/XEmacs dependend function.
3079 (antlr-read-shell-command): Ditto.
3080 (antlr-with-displaying-help-buffer): Ditto.
3081
30822000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3083
3084 * antlr-mode.el: imenu, parsing and highlighting changes.
3085 (antlr-imenu-create-index-function): Don't create extra submenus
3086 for definitions in different grammar classes. It is not necessary
3087 for the menu and would make command `imenu' awkward to use.
3088 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3089 header actions and more than one.
3090 (antlr-font-lock-tokendef-face): Changed color.
3091 (antlr-font-lock-tokenref-face): Changed color.
3092 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3093 (antlr-mode-syntax-table): New variable.
3094 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3095 (antlr-with-syntax-table): Don't copy syntax table.
3096
30972000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3098
3099 * antlr-mode.el: Minor changes: language setting.
3100 (antlr-language-alist): The value for file option "language" can
3101 be both an identifier and a string.
3102 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3103 (antlr-language-limit-n-regexp): Change accordingly.
3104
31052000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3106
3107 * antlr-mode.el: Minor changes: tabs, hiding.
3108 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3109 (antlr-action-visibility): Also allow value nil to also hide the
3110 braces. Renamed from `antlr-tiny-action-length'.
3111 Suggested by Jay@aol.com.
3112 (antlr-hide-actions): Change accordingly. Hide line if completely
3113 hidden action is on a line of its own.
e04d21aa 3114
6ad948eb
SM
31152000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3116
3117 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3118
3119 * sort.el (sort-columns): Don't concat strings with numbers.
3120
9c6a4107
DL
31212000-11-29 Dave Love <fx@gnu.org>
3122
3123 * cus-edit.el (face): Fix :format.
3124
3125 * mail/feedmail.el: Require smtpmail when compiling.
3126 (mail-do-fcc): Autoload.
3127 (feedmail) <defgroup>: Fix :link.
3128 (feedmail-nuke-body-in-fcc): Fix :type.
3129 (feedmail-send-it): Add autoload cookie.
3130
053b8d35
SM
31312000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3132
3133 * newcomment.el (comment-indent): Save excursion around call to
3134 comment-indent-function.
3135
242c13e8
MB
31362000-11-29 Miles Bader <miles@gnu.org>
3137
3138 * subr.el (member-ignore-case): Return the tail of the list who's
3139 car matches, like `member', not the matching element itself.
3140
8f4b5f28
KH
31412000-11-29 Kenichi Handa <handa@etl.go.jp>
3142
3143 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3144 should not contain `\n'.
3145
bebe4a2c
GM
31462000-11-28 Gerd Moellmann <gerd@gnu.org>
3147
fd9ac94c 3148 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 3149
ba7e40eb
GM
3150 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3151
75ab0c79
GM
3152 * dired-aux.el (dired-do-create-files): Construct default file
3153 name for dired-mark-read-file-name so that when the user enters
3154 just RET, the target file will end up in the target directory.
3155
bebe4a2c
GM
3156 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3157 local-abbrev-table before changing buffers because it might
3158 have a buffer-local binding.
3159
fa6d1ca8
MB
31602000-11-28 Miles Bader <miles@gnu.org>
3161
3162 * simple.el (delete-horizontal-space): Handle fields more generally.
3163
8d2c2642
GM
31642000-11-28 Gerd Moellmann <gerd@gnu.org>
3165
3166 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3167
8b31236d
DL
31682000-11-28 Dave Love <fx@gnu.org>
3169
3cbd02d2
DL
3170 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3171 comment-start-skip locally.
3172
8b31236d
DL
3173 * progmodes/fortran.el (fortran-mode): Don't set
3174 fortran-comment-line-start-skip. Set comment-start to
3175 fortran-comment-line-start.
3176 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3177 (fortran-comment-line-start-skip): Simplify slightly.
3178
ae4bf56d
GM
31792000-11-28 Gerd Moellmann <gerd@gnu.org>
3180
17ef7534
GM
3181 * play/5x5.el: Remove RCS keyword.
3182
fd9ac94c 3183 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 3184
665b27a6
GM
31852000-11-28 Milan Zamazal <pdm@freesoft.cz>
3186
3187 * textmodes/tildify.el (tildify-string-alist): Add
3188 `plain-tex-mode' here.
3189
fe3c2ae3
GM
31902000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3191
3192 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3193 reference.
3194
d970106b
MB
31952000-11-28 Miles Bader <miles@gnu.org>
3196
36b80a0d
MB
3197 * cus-face.el (custom-face-attributes): Add post-filter function
3198 for :box. Make pre-filter function for :box handle all cases.
3199
d970106b
MB
3200 * wid-edit.el (widget-choose): Make sure pop-up window is large
3201 enough to display all the choices, as there's no way to scroll it.
3202
5a2bae6c
KH
32032000-11-28 Kenichi Handa <handa@etl.go.jp>
3204
3205 * international/mule-conf.el: Make the coding system no-conversion
3206 safe for all characters.
3207
9e836e23
DL
32082000-11-27 Dave Love <fx@gnu.org>
3209
8b31236d
DL
3210 * net/ldap.el (ldap) <defgroup>: Add :version.
3211
9e836e23
DL
3212 * tooltip.el (tooltip-use-echo-area): Doc fix.
3213
3214 * cus-start.el <minibuffer-prompt-properties>: Add version.
3215 <read-buffer-function>: Add.
3216
3217 * apropos.el (apropos-print): Add help-echo to active text.
3218
3219 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3220
4a74d071
GM
32212000-11-27 Gerd Moellmann <gerd@gnu.org>
3222
3223 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3224 type, group and version.
3225
76058c27
EZ
32262000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3227
4a74d071 3228 * select.el (x-get-selection): Docstring fix.
76058c27 3229
fd9ac94c 32302000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 3231
fd9ac94c 3232 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 3233
49060c51
AI
32342000-11-27 Andrew Innes <andrewi@gnu.org>
3235
3236 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3237
3238 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3239
b2a8e429
MB
32402000-11-27 Miles Bader <miles@gnu.org>
3241
3242 * dired.el (dired-get-filename): Return filename verbatim if
3243 LOCALP is `verbatim'.
3244 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3245 `verbatim' so that we don't inadvertently delete a non-existant
3246 directory name.
3247
5ac0366d
KH
32482000-11-27 Kenichi Handa <handa@etl.go.jp>
3249
3250 * international/characters.el: Specify cases and syntaxes for
3251 mule-unicode-0100-24ff.
3252
67f1cf4c
GM
32532000-11-27 Gerd Moellmann <gerd@gnu.org>
3254
3255 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3256 that foreground and/or background colors of the face `tool-bar'
3257 are unspecified.
3258
46c56972
MB
32592000-11-27 Miles Bader <miles@gnu.org>
3260
e04d21aa 3261 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
3262 (widget-field-end): Handle widget field `pseudo-overlays'.
3263 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3264 if it's there instead of in `widget-field-list'.
3265
46c56972 3266 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
3267 (help-make-xrefs): Delete extraneous newlines at the end of the
3268 docstring.
46c56972 3269
640a9cdd
JR
32702000-11-25 Jason Rumney <jasonr@gnu.org>
3271
3272 * startup.el (command-line): Call set-locale-environment after
3273 Window System init file is read, as it can result in a call to
3274 redraw-frame.
3275
0b3f96d4
EZ
32762000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3277
3278 * simple.el (shell-command): Mention the effect of the prefix
3279 argument in the doc string.
3280
8da6e2a1
MB
32812000-11-25 Miles Bader <miles@gnu.org>
3282
a658d039
MB
3283 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3284
8da6e2a1 3285 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 3286 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 3287
d3416cca
JR
32882000-11-24 Jason Rumney <jasonr@gnu.org>
3289
3290 * international/mule-cmds.el (locale-language-names): Add "jp" as
3291 a non-standard alternative for Japanese.
3292
17e37f53
AS
32932000-11-24 Andre Spiegel <spiegel@gnu.org>
3294
3295 * vc-hooks.el: Require 'cl during compilation.
3296
9aa5f148
GM
32972000-11-24 Gerd Moellmann <gerd@gnu.org>
3298
ba193890
GM
3299 * faces.el (face-set-after-frame-default): Let face attributes
3300 specified for new frames override frame parameters.
3301
9aa5f148
GM
3302 * startup.el (command-line): Fix computation of the source file
3303 for user-init-file when user-init-file is a compiled file.
3304
51a1edab
MB
33052000-11-24 Miles Bader <miles@gnu.org>
3306
e04d21aa 3307 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
3308 (custom-post-filter-face-spec): New functions.
3309 (custom-face-set, custom-face-value-create): Filter the face spec
3310 before and after customization.
3311 (custom-face-set): If VALUE specifies a null face, pass a
3312 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3313 * cus-face.el (custom-face-attributes): Remove SET and GET
3314 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3315 cases they're needed.
3316
1ed74431
MB
3317 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3318 that it's distinguishable from the :off-glyph on dark-background
3319 displays. Set its background color too.
3320
67ee1125
MB
3321 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3322 so that people can easily turn it off.
3323
7d027816 33242000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 3325
7d027816 3326 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 3327
9aa5f148 3328 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 3329
9aa5f148 3330 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 3331
9aa5f148 3332 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 3333 redundant skip-small-frames test.
e04d21aa 3334
9aa5f148 3335 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 3336 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 3337
9aa5f148
GM
3338 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3339 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3340 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 3341 functions.
e04d21aa 3342
9aa5f148 3343 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 3344
9aa5f148 3345 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 3346
f07fa1b8
KH
33472000-11-24 Kenichi Handa <handa@etl.go.jp>
3348
3349 * international/mule-diag.el (list-iso-charset-chars): For
3350 two-byte charset, fix the `while' condition.
3351 (list-non-iso-charset-chars): Fix the `while' condition.
3352
ba8299ff
SM
33532000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3354
79372165
SM
3355 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3356 if the variable is make-variable-buffer-local.
3357
ba8299ff
SM
3358 * progmodes/ada-stmt.el (ada-template-map): Initialize
3359 and bind it to C-c t in ada-mode-map.
3360 (ada-stmt-mode-hook): New function extracted from old code.
3361 Only change the buffer-local side of skeleton-*.
3362 (ada-mode-hook): Use it.
3363
68a887fa
EZ
33642000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3365
3366 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3367 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3368 we expect to be returned by minibuffer-depth once we prompt the
3369 user in the minibuffer.
3370 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3371 as recorded in iswitchb-minibuf-depth, return non-nil.
3372
3b345582
EZ
33732000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3374
3375 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3376 (hscroll-window-maybe): Docstring fix.
3377
595dead2
DL
33782000-11-23 Dave Love <fx@gnu.org>
3379
3380 * rect.el (string-rectangle): Don't test delete-selection-mode.
3381
1e66b27a
GM
33822000-11-23 Gerd Moellmann <gerd@gnu.org>
3383
02790ce2
GM
3384 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3385 is in the tool bar.
3386
1e66b27a
GM
3387 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3388 with `no-dir'; we want the directory part to be able to remove
3389 it.
3390
a4caa65d
SM
33912000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3392
3393 * textmodes/outline.el (outline-flag-region):
3394 Don't bind inhibit-read-only since we don't modify the buffer.
3395 (outline-isearch-open-invisible): Don't jump to overlay-start
3396 since we're trying to unhide text around point.
3397 (outline-discard-overlays): Use dolist.
3398
3399 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3400
03e757c1
GM
34012000-11-22 Gerd Moellmann <gerd@gnu.org>
3402
e04d21aa 3403 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 3404 y-or-n-p.
e04d21aa 3405
1598a961
SM
34062000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3407
3408 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3409 Fix ARG regexp to skip quoted braces.
3410 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3411 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3412 are (correctly) handled separately).
3413 Remove `caption' and `footnote' from `citations': they contain text.
3414 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3415 (latex-skeleton-end-hook): New function.
3416 (latex-mode): Use it.
3417 (tex-start-tex-marker): Remove.
3418 (tex-send-tex-command): Don't set tex-start-tex-marker.
3419 (tex-error-parse-syntax-table): New var.
3420 (tex-compilation-parse-errors): Use it.
3421 Ignore tex-start-tex-marker. Don't bother with marker-position.
3422 (tex-validate-buffer): Don't bother with marker-position.
3423
3424 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 3425 (flyspell-generic-progmode-verify): Use it.
1598a961 3426
eaae8106
SS
34272000-11-22 Sam Steingold <sds@gnu.org>
3428
03e757c1
GM
3429 * simple.el (delete-trailing-whitespace): New interactive
3430 function.
e04d21aa 3431
eaae8106 3432 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 3433 `ada-remove-trailing-spaces'.
eaae8106 3434 (ada-remove-trailing-spaces): Removed.
e04d21aa 3435
eaae8106 3436 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 3437
1598a961
SM
3438 * textmodes/picture.el (picture-clean): Removed.
3439 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 3440
a41d49e9
GM
34412000-11-22 Gerd Moellmann <gerd@gnu.org>
3442
e053c60f
GM
3443 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3444
a41d49e9
GM
3445 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3446 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 3447 do anything special when jit-lock is active.
a41d49e9
GM
3448 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3449
197615f3
DL
34502000-11-22 Dave Love <fx@gnu.org>
3451
ddbfaa9f
DL
3452 * calendar/todo-mode.el (todo-top-priorities): Use
3453 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3454
ddc3c695
DL
3455 * language/chinese.el, language/cyrillic.el:
3456 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3457 * language/hebrew.el, language/indian.el, language/japanese.el:
3458 * language/korean.el, language/lao.el, language/misc-lang.el:
3459 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3460 Use provide.
3461
fb9fa98d
DL
3462 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3463 (custom-variable-set): Improve validation error mesage.
3464
197615f3
DL
3465 * rect.el (string-rectangle): Revert last change.
3466 (string-rectangle-line): New arg DELETE.
3467 (string-rectangle): Check delete-selection-mode.
3468
3469 * emacs-lisp/edebug.el (edebug-version)
3470 (edebug-maintainer-address): Deleted.
3471 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3472 (edebug-read-function): Account for other `'#' read forms.
3473 (edebug-mode-menus): Make some items toggles.
3474 (edebug-outside-unread-command-event, unread-command-event):
3475 Remove these to avoid warnings.
3476
f4117c4d
GM
34772000-11-22 David Ponce <david@dponce.com>
3478
3479 * recentf.el (recentf-menu-items-for-commands)
3480 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 3481 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 3482
f4117c4d
GM
3483 (recentf-build-dir-rules, recentf-dump-variable)
3484 (recentf-edit-list, recentf-open-files-item)
3485 (recentf-open-files): Replaced unnecessary `mapcar' with new
3486 built-in `mapc'.
eaae8106 3487
f8e2f3f2
MB
34882000-11-23 Miles Bader <miles@gnu.org>
3489
3490 * faces.el (menu): Make inverse-video on ttys too.
3491
4c4a541d
SM
34922000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3493
3494 * simple.el (comment-line-break-function): Use the new name
3495 indent-new-comment-line -> comment-indent-new-line.
3496 (clone-indirect-buffer): Don't ignore NORECORD.
3497 (next-completion): Properly handle the case where items are adjacent.
3498
3499 * mouse.el (popup-menu): Stupid typo.
3500
980d836e
GM
35012000-11-22 Gerd Moellmann <gerd@gnu.org>
3502
60e8e0a5
GM
3503 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3504 maintainer, keywords tags.
3505
980d836e
GM
3506 * rect.el (replace-rectangle): Don't call string-rectangle-line
3507 with too many arguments.
3508
e08b2069
AS
35092000-11-22 Andre Spiegel <spiegel@gnu.org>
3510
60e8e0a5 3511 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 3512 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
3513 vc-locking-user, which no longer exists.
3514
3515 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3516
c6779d8d
DL
35172000-11-22 Dave Love <fx@gnu.org>
3518
3519 * md5.el (md5): Provide.
3520 (md5): Fix error call.
3521
e672fdce
MB
35222000-11-22 Miles Bader <miles@gnu.org>
3523
eaae8106 3524 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
3525 (refill-fill-paragraph-at): Remove debugging code.
3526
80e24c04
MB
3527 * calendar/calendar.el (generate-calendar-window): When we don't
3528 call `fit-window-to-buffer', make sure the top line is fully visible.
3529
3a17d6cc
MB
3530 * image-file.el (insert-image-file): Don't make `read-only'
3531 property rear-nonsticky.
3532
ae1a21c6
MB
3533 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3534 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3535 stashing away its original value.
3536 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3537 in the recursive edit.
3538 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3539 (isearch-done): Restore `minibuffer-message-timeout'.
3540
e672fdce
MB
3541 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3542
3ea79df8
SM
35432000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3544
3545 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3546
3547 * find-lisp.el (find-lisp-find-files-internal):
3548 Use dolist, when and file-name-as-directory.
3549
980d836e 3550 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
3551 (define-derived-mode, define-minor-mode): Add specs.
3552
3553 * window.el: General comment and spacing fixes.
3554 (save-selected-window): Use backquotes.
3555 (window-safely-shrinkable-p): New function.
3556 (shrink-window-if-larger-than-buffer): Use it.
3557
3558 * subr.el (make-local-hook): Docstring fix.
3559
3560 * shell.el (shell-mode): Use define-derived-mode.
3561
3562 * newcomment.el (comment-indent): Insert comment before calling
3563 comment-indent-function. Don't insert in column 0.
3564 (comment-dwim): Indent before inserting comment.
3565
3566 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3567 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3568 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3569 Use mapc rather than map.
3570
3571 * files.el (find-buffer-visiting): Compare all attributes before
3572 declaring two files identical (rather than just their inode-no).
3573 (auto-mode-alist): Use \' rather than $.
3574
3575 * which-func.el: Update maintainer line.
3576
3577 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3578 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3579 (uniquify-buffer-file-name): Use it.
3580
8f62f2b8
MB
35812000-11-22 Miles Bader <miles@gnu.org>
3582
3583 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3584 * simple.el (minibuffer-avoid-prompt): New function.
3585
fb279a6d
GM
35862000-11-21 Gerd Moellmann <gerd@gnu.org>
3587
3588 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3589
867092e9
MB
35902000-11-21 Miles Bader <miles@gnu.org>
3591
ef860850
MB
3592 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3593 inclusion of `track-mouse'.
3594
867092e9
MB
3595 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3596 (refill-adjust-ignorable-overlay): New function.
3597 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3598 only the paragraph's tail if possible.
3599 Update `refill-ignorable-overlay'.
3600 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3601
3602 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3603 point inside the fill-prefix.
3604
3605 * textmodes/refill.el (refill-post-command-function): Don't reset
3606 refill-doit in the case where a self-insertion command doesn't
3607 case a refill. Use `refill-fill-paragraph-at', getting position
3608 from `refill-doit'.
3609 (refill-after-change-function): Set `refill-doit' to END.
3610 (refill-fill-paragraph-at): New function, mostly from old
3611 refill-fill-paragraph.
3612 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3613 (refill-pre-command-function): New function.
3614 (refill-mode): Add it to `pre-command-hook'.
3615
ff9ab414
GM
36162000-11-20 Gerd Moellmann <gerd@gnu.org>
3617
29a01b72
GM
3618 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3619
ff9ab414
GM
3620 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3621 javadoc tags.
eaae8106 3622
885b211b
AS
36232000-11-20 Andre Spiegel <spiegel@gnu.org>
3624
3625 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3626 vc.el).
3627
eaae8106 3628 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 3629 require vc.
eaae8106
SS
3630
3631 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 3632 checkouts.
eaae8106 3633
d1838556
DL
36342000-11-20 Dave Love <fx@gnu.org>
3635
3636 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3637
2b69bc11 36382000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 3639
2b69bc11
GM
3640 * calculator.el (calculator-paste): Use `if' instead of `and'
3641 and `or'.
3642 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 3643
b95b34e5
GM
36442000-11-19 Gerd Moellmann <gerd@gnu.org>
3645
030de92f
GM
3646 * info.el (info-menu-5): Doc fix.
3647
b95b34e5
GM
3648 * textmodes/artist.el: New file.
3649
54970452
AS
36502000-11-19 Andre Spiegel <spiegel@gnu.org>
3651
eaae8106 3652 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
3653 and differentiate according to checkout model.
3654 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3655 since this function is only concerned with master state.
3656
eaae8106 3657 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
3658 vc-default-workfile-unchanged-p): Moved here from vc.el.
3659
eaae8106 3660 * vc.el (vc-workfile-unchanged-p,
54970452
AS
3661 vc-default-workfile-unchanged-p): See above.
3662
e5a9dabf
MB
36632000-11-19 Miles Bader <miles@gnu.org>
3664
3665 * image-file.el (insert-image-file): Make `intangible' and
3666 `read-only' properties rear-nonsticky too.
3667
24127af0
GM
36682000-11-18 Gerd Moellmann <gerd@gnu.org>
3669
d392e9c5 3670 * ps-print.el: Update copyright notice.
eaae8106 3671
d392e9c5
GM
3672 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3673 (tooltip-show): Use the offsets.
3674
24127af0 3675 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 3676 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
3677 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3678
2b69bc11 36792000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 3680
2b69bc11
GM
3681 * ps-print.el (toplevel): Test for find-coding-system being
3682 fboundp before calling ps-x-find-coding-system.
08ea6f17 3683
66321b2f
SM
36842000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3685
3686 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3687 (vc-version-backup-file): Docstring fix.
3688
046110c6
GM
36892000-11-16 Gerd Moellmann <gerd@gnu.org>
3690
4104194e
GM
3691 * files.el (basic-save-buffer): Don't add a newline if
3692 find-file-literally is non-nil.
3693 (find-file-literally): Extend doc string.
3694
046110c6
GM
3695 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3696 sort(1) with the `-f' argument.
3697
6505c16e
AS
36982000-11-16 Andre Spiegel <spiegel@gnu.org>
3699
fd063975
AS
3700 * vc.el: Updated backend documentation.
3701 (vc-default-check-headers): New function.
3702
3d02dd81 3703 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3704
3705 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3706 up-to-date.
eaae8106 3707 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3708 the minibuffer is not active.
fd063975 3709
eaae8106 3710 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3711 `vc-cvs-use-edit' is on.
eaae8106
SS
3712 (vc-cvs-checkout): When this is used for reverting the workfile,
3713 make a backup of the original contents and revert to that in case
8791d617 3714 of error.
eaae8106 3715 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3716 remote repositories.
eaae8106 3717
6505c16e
AS
3718 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3719 for both version and ratio in the minibuffer.
fd063975 3720
eaae8106 3721 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3722 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3723
a13f0660
KH
37242000-11-16 Kenichi Handa <handa@etl.go.jp>
3725
3726 * international/quail.el (quail-start-translation): Don't call
3727 `message' before reading key sequence.
3728
1389a414
MB
37292000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3730
3731 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3732
9256a532
KH
37332000-11-16 Kenichi Handa <handa@etl.go.jp>
3734
3735 * window.el (fit-window-to-buffer): Be sure to acquire at least
3736 one text line even if the buffer is empty.
3737
0e14fe9f
GM
37382000-11-16 Gerd Moellmann <gerd@gnu.org>
3739
eaae8106 3740 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3741 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3742 ange-ftp-process-verbose to nil.
3743
da645c53
DL
37442000-11-15 Dave Love <fx@gnu.org>
3745
233d5cde
DL
3746 * wid-edit.el (widget-specify-field, widget-specify-button): If
3747 :help-echo is a function, set help-echo of overlay to
3748 widget-mouse-help.
3749 (widget-mouse-help): New function.
3750 (widget-echo-help): Rewritten for :help-echo functions only taking
3751 a widget arg.
3752
b12057b9
DL
3753 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3754 display-graphic-p.
3755 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3756 and that JPEG is available.
3757 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3758
da645c53
DL
3759 * international/mule-cmds.el (locale-charset-language-names):
3760 Match @euro.
3761
6d133d1f
GM
37622000-11-15 Gerd Moellmann <gerd@gnu.org>
3763
3764 * faces.el (face-set-after-frame-default): If
0e14fe9f 3765 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3766 default face from X resources.
3767
49ac2ac5
EZ
37682000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3769
3770 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3771 Don't set EMACSLOADPATH.
3772
4fb0a34c
EZ
37732000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3774
3775 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3776 texinfo-insert-@url.
3777 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3778 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3779
bb304a7a
SM
37802000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3781
82bc80bf
SM
3782 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3783 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3784 (checkdoc-minor-keymap): Backward compatibility.
3785 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3786 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3787 (checkdoc-this-string-valid-engine): Be a bit more strict
3788 to avoid matching substrings of `...' quoted vars/funs.
3789 (checkdoc-defun-info): Only look for `interactive' if alone.
3790 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3791
e8c87124
SM
3792 * progmodes/compile.el (grep): `tag-default' can be nil.
3793
bb304a7a
SM
3794 * newcomment.el (comment-indent): Paren typo.
3795
8628686a
DL
37962000-11-14 Dave Love <fx@gnu.org>
3797
25c269ef
DL
3798 * calculator.el: New maintainer version.
3799
66321b2f 3800 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3801
8628686a
DL
3802 * cmuscheme.el: Doc fixes.
3803 (cmuscheme) <defgroup>: Use `scheme' as parent.
3804 (cmuscheme-program-name): Remove. Change uses to
3805 scheme-program-name.
3806
3807 * xscheme.el (scheme-program-name): Don't define here.
3808
3809 * progmodes/scheme.el (scheme-program-name): New variable
3810 (originally in cmuscheme).
3811
88f0a1eb
MB
38122000-11-14 Miles Bader <miles@gnu.org>
3813
3814 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3815 Handle header-lines. Don't loop forever if we can't enlarge the
3816 window anymore. Simplify a bit.
3817
cd9a000c
KH
38182000-11-14 Kenichi Handa <handa@etl.go.jp>
3819
3820 * window.el (fit-window-to-buffer): Don't check
3821 window-text-height. Assure that the last line is fully visible.
3822
3823 * international/quail.el (quail-show-guidance-buf): Call
3824 fit-window-to-buffer to assure the enough height of the guidance
3825 buffer.
3826 (quail-update-guidance): Avoid making the guidance buffer shorter.
3827
d3fcda22
SM
38282000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3829
bdbd9606
SM
3830 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3831 rather than `prepend' and add an interesting comment.
3832 (tex-math-face, tex-font-lock-syntactic-face-function):
3833 New face and function to use it.
3834 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3835 than `menu-enable' symbol property.
3836 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3837 (tex-mode): Add some latex-mode commands for auto-selection.
3838 Use tex-font-lock-syntactic-face-function.
3839 (tex-insert-quote): Simplify.
3840 (tex-shell): New mode.
3841 (tex-start-shell): Use it.
3842 (tex-shell-proc, tex-shell-buf): New functions.
3843 (tex-send-command): Use it.
3844 (tex-main-file): Fix the meaning of the new arg REALFILE.
3845 (tex-send-tex-command): New function split from `tex-start-tex'.
3846 Set compilation-last-buffer and compilation-parsing-end.
3847
d3fcda22
SM
3848 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3849 when it follows non-comment text on the line.
3850
3851 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3852 Set font-lock-defaults.
3853 (lisp-mode-shared-map): Init inside the defvar.
3854 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3855 Use define-derived-mode.
3856
bdab1d43
MB
38572000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3858
3859 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3860
936ae731
GM
38612000-11-14 Gerd Moellmann <gerd@gnu.org>
3862
3863 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3864 recursively optimize body because that can lead to infinite
3865 recursion; see comment there.
3866
1695ca2b
EZ
38672000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3868
3869 * faces.el (face-spec-set-match-display): Revert the change from
3870 2000-10-24. Add a FIXME for after v21.1.
3871
9d348294
MB
38722000-11-13 Miles Bader <miles@gnu.org>
3873
3874 * textmodes/fill.el (skip-line-prefix): New function.
3875 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3876 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3877 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3878 point inside the fill-prefix.
9d348294 3879
b85fa13c
MB
38802000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3881
3882 * calendar/calendar.el (generate-calendar-window): Use
3883 `fit-window-to-buffer'.
3884
a0b47716
SM
38852000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3886
3887 * gud.el (gud-minor-mode): New var.
3888 (gud-symbol, gud-val): New functions.
3889 (gud-find-file): Copy gud-minor-mode to the new buffer.
3890 (gud-menu-map): Include entries for commands that are not always
3891 available, using :enable to (de)activate them.
3892 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3893 (gud-mode-map): New map.
eaae8106 3894 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3895 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3896 Don't set up gud's menu (it's done by the minor-mode).
3897 (gud-minibuffer-local-map): New.
3898 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3899 (gud-query-cmdline): New function.
3900 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3901 (gud-mode): Use define-derived-mode.
3902 Don't set up gud's menu (it's done by the minor-mode).
3903 (gud-chop-words): Remove.
3904 (gud-common-init): Use split-string instead.
3905 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3906
3907 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3908 Add keyword arg :name.
3909
3910 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3911 (diff-count-matches, diff-split-hunk): New functions.
3912 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3913
3914 * pcvs-info.el (cvs-fi-conflict-face): New var.
3915
3916 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3917 Make it into a simple syntax-table, shared among all submodes.
3918 (sh-heredoc-face): Re-introduce.
3919 (sh-font-lock-syntactic-face-function): New function.
3920 (sh-mode): Use it. Also use define-derived-mode.
3921 Remove old bogus setting of indent-region-function.
3922 (sh-set-shell): Don't set the syntax-table any more.
3923 (sh-mode-syntax-table) <defun>: Remove.
3924
f5ed37df
MB
39252000-11-12 Miles Bader <miles@gnu.org>
3926
3927 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3928 message if interactive.
3929
0b074c2f
DL
39302000-11-12 Dave Love <fx@gnu.org>
3931
3932 * mail/feedmail.el: Fix header,
3933 (feedmail) <defgroup>: Add :link.
3934
3935 * view.el: Use local-map property, not keymap on mode-line string.
3936
3937 * scroll-all.el (scroll-all-mode): Customize variable. Add
3938 autoload cookie to function.
3939
3940 * lazy-lock.el: Remove compatibility code.
3941
3942 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3943 (finder-help-echo): New variable.
3944 (finder-mouse-face-on-line): Add help-echo stuff.
3945 (finder-list-keywords, finder-list-matches): Use mapc.
3946
3947 * faces.el (face-font-registry-alternatives): Add :version.
3948
3949 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3950 tags-table-list.
3951
a0b47716 3952 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3953
a0b47716 3954 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3955 (mail-mode): Use [:alnum:] in some regexps.
3956
6d502396
DL
39572000-11-10 Dave Love <fx@gnu.org>
3958
3959 * ediff.el (ediff-regions-internal, ediff-documentation):
3960 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3961 fundamental mode.
3962
3963 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3964 buffer into fundamental mode.
3965 (ediff-set-difference): Use copy-sequence if available.
3966
3967 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3968 ediff-patch-map non-nil.
3969 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3970 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3971 buffer into fundamental mode.
3972
3973 * ediff-merg.el (state-or-merge): Defvar when compiling.
3974
a82fe213
JR
39752000-11-10 Jason Rumney <jasonr@gnu.org>
3976
3977 * w32-fns.el (w32-add-charset-info): New function.
3978 (w32-charset-info-alist): Use it.
3979
52d89894
GM
39802000-11-10 Gerd Moellmann <gerd@gnu.org>
3981
3982 * faces.el (face-font-registry-alternatives): New user-option.
3983
178932de
SM
39842000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3985
d7fa3319
SM
3986 * textmodes/texinfo.el (texinfo-block-default): New var.
3987 (texinfo-insert-block): Use it. Insert a newline if needed.
3988
178932de
SM
3989 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3990 (fill-region-as-paragraph): Use it.
3991
3992 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3993 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3994 Tweak paragraph regexps to allow a leading [ \t]*.
3995 (tex-latex-block): Insert a newline if necessary.
3996 (latex-insert-item): Only insert a newline if necessary.
3997 (tex-guess-main-file): New function.
3998 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3999 Set tex-main-file if TeX-master is provided.
4000 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4001
bd02b8e0
GM
40022000-11-10 Gerd Moellmann <gerd@gnu.org>
4003
4004 * startup.el (command-line): Set the default tooltip-mode
4005 to t for graphical displays which implement x-show-tip.
4006
4007 * tooltip.el (tooltip-mode): Add a comment about startup.el
4008 setting the default value of this user-option.
4009
b29b03eb
SM
40102000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4011
4012 * font-lock.el (font-lock-*-face) <defvar>: Move.
4013 (font-lock-defaults-alist): Mark obsolete.
4014 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4015 (font-lock-mode): Use define-minor-mode.
4016 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4017 (font-lock-turn-off-thing-lock): Be more explicit.
4018 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4019 (font-lock-syntactic-face-function): New var.
4020 (font-lock-fontify-syntactically-region): Use it.
4021 (font-lock-doc-face): New.
4022
4023 * pcvs.el (cvs-enabledp): Ignore errors.
4024 (cvs-commit-filelist): Never query.
4025 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4026 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4027 (cvs-do-removal): Use cvs-partition rather than delete-if.
4028 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4029 cvs-bury-buffer.
4030
4031 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4032 Allow `next' to jump to after the end of the last match.
4033
778fbc46
GM
40342000-11-09 Gerd Moellmann <gerd@gnu.org>
4035
730c746c
GM
4036 * simple.el (byte-compiling-files-p): New function.
4037
4038 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4039 if it is there.
4040
4041 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4042 nil again.
4043
778fbc46
GM
4044 * textmodes/ispell.el (ispell-library-path): Don't call
4045 check-ispell-version when byte-compiling because that starts
4046 an ispell process, and ispell might not be installed.
4047 (toplevel): Don't set up a menu when byte-compiling.
4048
4049 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4050 it, so that a boundp test can be used to determine if we're
4051 currently byte-compiling.
4052
5912c5bb
DL
40532000-11-09 Dave Love <fx@gnu.org>
4054
4055 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
4056 eval-after-load.
4057
7bb054a5
GM
40582000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4059
4060 * ps-print.el: Patch for variable initialization when spooling. Doc
4061 fix.
4062 (ps-output-list): Fun eliminated.
4063 (ps-begin-file, ps-begin-job): Code fix.
4064
9db2706e
DL
40652000-11-08 Dave Love <fx@gnu.org>
4066
4067 * ediff-wind.el (ediff-control-frame-parameters): Zero
4068 tool-bar-lines.
4069
f7eb32aa
GM
40702000-11-08 Gerd Moellmann <gerd@gnu.org>
4071
4072 * simple.el (shell-command, display-message-or-buffer)
4073 (shell-command-on-region): Mention resize-mini-windows in the doc
4074 string.
4075 (display-message-or-buffer): Take the value of resize-mini-windows
4076 into account.
4077
7b01b08c
GM
40782000-11-07 Gerd Moellmann <gerd@gnu.org>
4079
acad3c0b
GM
4080 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4081
7b01b08c
GM
4082 * dired.el (dired-between-files): Add `^. find' as an alternative
4083 to the regular expression, for find-dired.
4084
6f602bd0
SM
40852000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4086
4087 * textmodes/texnfo-upd.el: Require texinfo.
4088 (defmacro, defgroup): Remove.
4089 (texinfo-section-to-generic-alist): Remove.
4090 Use texinfo-section-list instead (i.e. level is changed string->int).
4091 (texinfo-filter): New function.
4092 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4093 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4094 Use it. And use regexp-opt.
4095 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4096 (texinfo-update-menu-region-beginning)
4097 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4098 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4099 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 4100 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
4101 (texinfo-sequential-node-update): Remove autoload cookie.
4102
4103 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4104 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4105 (texinfo-chapter-level-regexp): Remove.
4106 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4107
bb216218
DL
41082000-11-06 Dave Love <fx@gnu.org>
4109
6f602bd0 4110 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 4111
6f602bd0
SM
4112 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4113 Match defun*.
bb216218 4114
ff8dd5d5
KH
41152000-11-06 Kenichi Handa <handa@etl.go.jp>
4116
4117 * composite.el (composition-function-table): Variable declaration
4118 moved to src/composite.c.
4119 (compose-chars-after): New optional arg object.
4120
e9da51a1
GM
41212000-11-06 Gerd Moellmann <gerd@gnu.org>
4122
e0c12c68
GM
4123 * bindings.el (mode-line-toggle-read-only)
4124 (mode-line-toggle-modified, mode-line-widen)
4125 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4126 (make-mode-line-mouse2-map): Rewritten.
4127 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4128 functions so that C-h k can show something with a doc string.
eaae8106 4129
e9da51a1
GM
4130 * startup.el (fancy-splash-delay): Set to 10 seconds.
4131 (fancy-splash-max-time): New user-option.
4132 (fancy-splash-stop-time): New variable.
4133 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4134 (fancy-splash-screens-1): Throw `stop-splashing' when current
4135 time is greater than fancy-splash-stop-time.
4136
611dbdf0
SM
41372000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4138
4d2806e2
SM
4139 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4140
611dbdf0
SM
4141 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4142 Prompt user for a file rather than raising an error.
4143 (cvs-enabledp): Fix call to cvs-mode-marked.
4144 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4145 (cvs-mode-insert): Use it. Change the init prompt' value.
4146 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4147
4148 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4149 Don't pass default arg to ewoc-locate.
4150 (ewoc-collect): Return result in the right order.
4151
4152 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4153
4154 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4155 (cvs-status-get-tags): Fix regexp.
4156 (cvs-status-trees, cvs-status-cvstrees):
4157 Combine after change hooks and don't sit-for.
4d2806e2
SM
4158 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4159 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
4160 Use make-char rather than hard-coded cryptic data.
4161 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4162
4163 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4164
4165 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4166 (cvs-insert-strings): New function.
4167
937b2877
MB
41682000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4169
4170 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4171 `mwheel-scroll-amount'.
4172 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4173 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4174 string-matching against the version string.
4175
c6c97763
KH
41762000-11-06 Kenichi Handa <handa@etl.go.jp>
4177
6eaec747
KH
4178 * language/thai.el ("Thai"): Set a lisp form that produces
4179 composed string in `sample-text' language info.
4180
4181 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4182 composed string in `sample-text' language info.
4183
4184 * international/mule-cmds.el (describe-language-environment): Eval
4185 `sample-text' data and insert the result.
4186
c6c97763
KH
4187 * international/mule-conf.el (compound-text): Define this coding
4188 system here. Make x-ctext and ctext aliases of it.
4189
4190 * language/european.el (compound-text, ctext): Moved to
4191 international/mule-conf.el.
4192
d1145f85
AI
41932000-11-05 Andrew Innes <andrewi@gnu.org>
4194
4195 * w32-fns.el (w32-version): New function.
4196
178a6a45
SM
41972000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4198
4199 * progmodes/awk-mode.el: Update copyright.
4200 (awk-mode-abbrev-table): Remove.
4201 (awk-font-lock-keywords): Use regexp-opt.
4202 (awk-mode): Use define-derived-mode.
4203
4204 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4205 when extracting a suffix.
4206
1ba90166
AS
42072000-11-04 Andre Spiegel <spiegel@gnu.org>
4208
4209 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4210 auto-save-mode.
4211
546790cb
JR
42122000-11-04 Jason Rumney <jasonr@gnu.org>
4213
4214 * language/european.el (decode-mac-roman): Test against r1 not r0.
4215
d247e32d
SM
42162000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4217
fbf44f44
SM
4218 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4219 (icon-mode): Define indent-line-function.
4220 (icon-comment-indent): Simplify.
4221 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4222
4223 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4224
4225 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4226 Bind change-log-default-mode to defeat the caching done on it.
4227 Don't bother saving excursion any more.
4228
4229 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4230
4231 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4232 (set-frame-font): Use the new name (and the old for compatibility).
4233
eaae8106
SS
4234 * toolbar/tool-bar.el (tool-bar-mode):
4235 * time.el (display-time-mode):
4236 * recentf.el (recentf-mode):
4237 * paren.el (show-paren-mode):
4238 * mwheel.el (mouse-wheel-mode):
4239 * msb.el (msb-mode):
4240 * jka-compr.el (auto-compression-mode):
4241 * image-file.el (auto-image-file-mode):
4242 * hl-line.el (hl-line-mode):
4243 * delsel.el (delete-selection-mode):
4244 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
4245 * complete.el (partial-completion-mode): Drop unneeded positional args.
4246
eaae8106 4247 * info.el (Info-mode):
79372165 4248 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 4249
d247e32d
SM
4250 * log-edit.el (log-edit-menu): New menu.
4251
4921558e
MB
42522000-11-03 Miles Bader <miles@gnu.org>
4253
4254 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4255 definition, so that trailing spaces are handled properly.
4256 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4257
1fc02b3c
GM
42582000-11-03 Gerd Moellmann <gerd@gnu.org>
4259
4260 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4261 tab character.
4262 (fancy-splash-screens): Set tab-width to 20.
4263
51d001f7
DL
42642000-11-03 Dave Love <fx@gnu.org>
4265
4266 * comint.el (comint-completion-addsuffix): Fix custom type.
4267
ba22aeff
SM
42682000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4269
4270 * font-lock.el (font-lock-buffers): Remove.
4271 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4272 (font-lock-change-major-mode): Remove.
4273 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4274 (font-lock-default-fontify-region): Extend the multiline
4275 fontification to whole lines.
4276 (font-lock-fontify-anchored-keywords)
4277 (font-lock-fontify-keywords-region): If matching just one
4278 line (with \n) only mark the \n as multiline.
4279
4280 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4281 Correctly handle the case where several :group args are supplied.
4282 Allow :extra-args.
4283 (easy-mmode-define-global-mode): Allow :extra-args.
4284 Correctly handle the case where several :group args are supplied.
4285
9c887ada
MB
42862000-11-02 Miles Bader <miles@gnu.org>
4287
eaae8106 4288 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
4289 (holiday-face): Remove dependency on `window-system'.
4290
7f25090d
KR
42912000-11-02 Ken Raeburn <raeburn@gnu.org>
4292
4293 * Makefile.in (emacs): Set EMACSLOADPATH always.
4294 (update-authors, .el.elc, compile-files): Don't do it explicitly
4295 here.
9b911107 4296 (compile-files): Bomb out if compilation of a file fails.
7f25090d 4297
7dd6009c
DL
42982000-11-02 Dave Love <fx@gnu.org>
4299
4300 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4301
94821e4f
EZ
43022000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4303
4304 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4305 punctuation in the warning inserted into the *mail* buffer.
4306
1ac3fc42
GM
43072000-11-02 Gerd Moellmann <gerd@gnu.org>
4308
57731876
GM
4309 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4310 (authors-public-domain-p): New function.
4311 (authors-print): Use it.
4312
975f82c9
GM
4313 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4314
1ac3fc42
GM
4315 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4316
4b3eb10f
GM
43172000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4318
975f82c9 4319 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
4320 (ps-print-version): New version number (6.3.1).
4321 (ps-even-or-odd-pages): Customization fix.
4322 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4323 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4324 (ps-page-count): Var replaced by `ps-page-column'.
4325 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4326 (ps-print-sheet-p): New fun.
4327
7da794df
MB
43282000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4329
4330 * tooltip.el (tooltip-gud-tips-setup): New function.
4331 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4332 (tooltip-mode): Call tooltip-gud-tips-setup.
4333 (tooltip-gud-tips): Use `gud-basic-call' instead of
4334 process-send-string, so the prompt gets frobbed appropriately.
4335 Handle nil return value from `tooltip-gud-print-command'.
4336
0e40b809
EL
43372000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4338
4339 * comint.el (comint-add-to-input-history): New function.
4340 (comint-send-input): Use `comint-add-to-input-history'.
4341
50ada0db
MB
43422000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4343
973a3104
MB
4344 * info.el (info-menu-header): New face.
4345 (Info-fontify-menu-headers): New function.
4346 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4347
50ada0db
MB
4348 * info.el (Info-insert-dir): Don't include blank lines at
4349 beginning of additional dir files (one is added automatically).
4350
bff53411
SM
43512000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4352
4353 * emacs-lisp/easy-mmode.el (define-minor-mode):
4354 Revert the latest changes.
4355 Allow the three positional arguments to be skipped and replaced
4356 by keyword arguments.
4357 Add a :toggle argument to determine whether a nil arg means toggle
4358 or means turn-on. The default is unchanged.
4359 Add a call to force-mode-line-update.
4360
6b8a0b2d
DL
43612000-11-01 Dave Love <fx@gnu.org>
4362
4363 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
4364 cookie.
4365
5bf99100
MB
43662000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4367
4368 * calendar/calendar.el (diary-face, holiday-face): Add
4369 dark-background variants.
4370
a4032611
SS
43712000-10-31 Sam Steingold <sds@gnu.org>
4372
4373 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4374 `tex-main-file' does not have directory in it.
4375
c286608e
SM
43762000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4377
4378 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4379
4836835a
TTN
43802000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4381
4382 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4383 functional change.
4384
26dcb81b
GM
43852000-10-31 Gerd Moellmann <gerd@gnu.org>
4386
4387 * files.el (find-file-noselect): When we expand a wildcard, return
4388 a list of buffers, as we should do according to the doc string.
4389
49fc4500
KR
43902000-10-31 Ken Raeburn <raeburn@gnu.org>
4391
4392 * loadup.el (top level): Adjust load path if program name is
4393 "../src/bootstrap-emacs", in case it's not dumped and thus the
4394 load path adjustment hasn't already been done.
4395
ea0c615d
GM
43962000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4397
4398 * ps-print.el: Fix bug on selected pages for printing. Use
4399 `color-values' for Emacs 21. Ensure fontification when jit-lock
4400 is on. Try to avoid warning messages when compiling. Doc Fix.
4401 (ps-print-version): New version number (6.3).
4402 (ps-color-device): Use `color-values' to determine if device
4403 supports color.
4404 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4405 (ps-print-page-p): Changed from defsubst to defun.
4406 (ps-page-number): Changed from defmacro to defun.
4407 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4408 printing.
c286608e 4409 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
4410 (ps-end-file, ps-dummy-page): Funs eliminated.
4411 (ps-print-color-scale): Changed default value.
4412 (ps-page-n-up, ps-print-page-p): New internal vars.
4413 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4414 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4415
9e20722f
GM
4416 * delim-col.el: Little programming improvement.
4417 (delimit-columns-str): New macro.
4418 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4419
d7a0fd00
KH
44202000-10-31 Kenichi Handa <handa@etl.go.jp>
4421
c286608e
SM
4422 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4423 Moved to european.el.
d7a0fd00
KH
4424 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4425 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
4426 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4427 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 4428
234be340
DL
44292000-10-30 Dave Love <fx@gnu.org>
4430
4431 * progmodes/cc-menus.el (imenu-generic-expression)
4432 (imenu-progress-message): Only defvar when compiling.
4433
4edc4a39
DL
4434 * emacs-lisp/elp.el (elp-unload-hook): New function.
4435
4436 * loadhist.el (unload-feature): Call elp-restore-function,
4437 checking for symbols; don't use elp-restore-all.
4438 (loadhist-hook-functions): Doc fix.
4439
70c825df
SM
44402000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4441
4442 * log-edit.el (log-edit-confirm): Fix the default.
4443
1d3baf74
GM
44442000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4445
4446 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4447 delimit-columns-format.
4448 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 4449
1ec321a7
MB
44502000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4451
4452 * comint.el (comint-replace-by-expanded-history): Don't use
4453 comint-get-old-input (we're not looking at *old* input).
4454 (comint-get-old-input-default): If using fields, signal an error
4455 when the point is not in an input field.
4456
70737ea9
KH
44572000-10-30 Kenichi Handa <handa@etl.go.jp>
4458
4459 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4460 and mule-unicode-e000-ffff.
4461
fa0cb51d 4462 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
4463 (make-coding-system): Accept a symbol of translation table as a
4464 value of property `safe-chars'.
4465
4466 * international/mule-cmds.el (encode-coding-char): Check property
4467 safe-chars instead of safe-charsets.
4468
4469 * international/fontset.el (fontset-default): Modified for
4470 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4471 (x-font-name-charset-alist): Likewise.
4472 (ccl-encode-unicode-font): New CCL program. Record it in
4473 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4474
70c825df
SM
4475 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4476 New translation tables.
70737ea9
KH
4477 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4478 programs are modified and moved from mac-win.el.
4479 (mac-roman): Definition of this coding system is modified and
4480 moved from mac-win.el.
4836835a 4481
fda2ce24 44822000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4483
1d3baf74 4484 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 4485 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 4486
dd4d3cb6
MB
44872000-10-29 Miles Bader <miles@gnu.org>
4488
4489 * custom.el (custom-add-to-group): Allow multiple entries for a
4490 given value OPTION, as long as their widget types are different.
4491 * cus-edit.el (custom-face-value-create): If face name doesn't end
4492 with "face", add such here (similar to custom group widgets).
4493
4494 * comint.el (comint-highlight-prompt): Add :type.
4495
dace60cf
JW
44962000-10-28 John Wiegley <johnw@gnu.org>
4497
4498 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4499 Changed this function to operate on a temporary buffer instead of
4500 the main buffer. This not only keeps flyspell from marking a
4501 buffer as changed that wasn't, but it solves the jumpy cursor
4502 problem when attempts are made to edit incorrect words.
4503 (flyspell-maybe-correct-doubling): Same change as for
4504 `flyspell-maybe-correct-transposition'.
4505
4506 * calendar/timeclock.el (timeclock-log): Doc fix.
4507 (timeclock-last-event): Doc fix.
4508 (timeclock-log): Kill the timelog buffer after appending a new
4509 event.
4510 (timeclock-find-discrep): Use a temp buffer to read in the
4511 timelog, instead of visiting the file.
4512 (timeclock-log-data): A new function, along with a host of helper
4513 functions, for the purpose of making timelog data accessible to
4514 programmers.
4515
4516 * eshell/esh-mode.el (window-height test): Make certain that
4517 `eshell-stringify-t' is non-nil.
4518 (eshell-password-prompt-regexp): Changed to a much simpler
4519 password regexp.
4520 (eshell-send-input): If `eshell-invoke-directly' returns t,
4521 directly invoke the parsed command using `eval'. This improves
4522 turn-around time on simple commands by a factor of three or
4523 greater, such as cd, ls, pwd, etc. -- which get used very often.
4524 It also conserves thousands of cons cells per call (since
4525 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4526 in the Pacific Cookie Company).
4527
4528 * eshell/esh-test.el (eshell-test): Whitespace fix.
4529
4530 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4531 `eshell-ls-initial-args' nil when inserting directory contents.
4532
4533 * eshell/em-script.el (eshell-script-initialize): Add names to
4534 `eshell-complex-commands, since `source' and `.' are complex.
4535
0467b076
EZ
4536 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4537 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
4538 `eshell-copy-handles'.
4539 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4540 bodies.
4541 (eshell-separate-commands): Whitespace fix.
4542 (eshell-complex-commands): Added a new list of names, for
4543 determining whether a given command is as simple as it looks.
4544 (eshell-invoke-directly): New function. Returns t if a command
4545 should be invoked directly (using `eval'), rather than indirectly
4546 using `eshell-do-eval'.
4547 (eshell-do-eval): Whitespace fix.
4548
4549 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4550 which provides an emulation of the DOS shell behavior of assuming
4551 that cp/mv/ln should copy/move/link to the current directory.
4552 (eshell-remove-entries): Added a doc string.
4553 (eshell-shuffle-files): Removed the check for `target' being null.
4554 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4555 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4556 it to do a smarter check of whether a destination was provided.
4557 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4558 (eshell/ln): Enable `:preserve-args', and use
4559 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
4560 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4561 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
4562 list after flattening it. This makes it possible to cat files
4563 with numerical names.
4564 (eshell-unix-initialize): Added several names to
4565 `eshell-complex-commands.
4566 (eshell-unix-command-complex-p): Return t if a given command name
4567 may result in external processes being invoked.
4568
4569 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4570 variable nil by default, since it slows down glob processing by a
4571 factor of two or more, and increases memory consumption.
4572
4573 * eshell/em-smart.el: Added a note about how memory consumptive
4574 smart display mode can be (at least this is true in Emacs 21).
4575 (eshell-smart-initialize): Whitespace fix.
4576 (eshell-refresh-windows): Use `if' instead of `when'.
4577 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4578 not necessary.
4579 (eshell-currently-handling-window): Added a missing global
4580 variable.
4581
4582 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4583 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4584 Whitespace fix.
4585 (eshell-ls-exclude-hidden): Added this variable in addition to
4586 `eshell-ls-exclude-regexp'. This one prevents files beginning
4587 with . from even being read, which can improve memory consumption
4588 quite a bit.
4589 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4590 read file entries beginning with a dot. In home directories with
4591 lots of hidden files, fully two-thirds of the time spent in ls is
4592 used to read directory entries that are immediately thrown away.
4593 (eshell-ls-initial-args): Added back this configuration variable,
4594 for specifying default initial arguments to every call to ls.
4595 Much faster than using an alias to do the same thing.
4596 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4597 (eshell-ls-dir): Whitespace change.
4598
4599 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4600
4601 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4602 available.
4603 (eshell-stringify-t): Added a customization variable, to indicate
4604 whether `t' should be rendered as a string at all. If not, one
4605 can still determine if the result of an expression is true using
4606 "file-exists-p FILE && echo true".
4607 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4608 stringify t!
4609
4610 * eshell/esh-module.el: Whitespace fix.
4611
4612 * eshell/em-alias.el (eshell-alias-initialize): Added
4613 `eshell-command-aliased-p' to `eshell-complex-commands'.
4614 (eshell-command-aliased-p): New function that returns t if a
4615 command name names an aliased.
4616
657f9cb8 46172000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4618
0467b076 4619 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 4620 redrawing the screen when changing cursor color.
0467b076
EZ
4621 (viper-insert-state-pre-command-sentinel)
4622 (viper-replace-state-pre-command-sentinel)
70c825df
SM
4623 (viper-replace-state-post-command-sentinel):
4624 Use viper-preserve-cursor-color.
657f9cb8
MK
4625 Many functions changed to use viper= instead of = when comparing
4626 characters.
0467b076 4627 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 4628 working with characters.
0467b076 4629 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
4630 Many functions changed to use viper= instead of = when comparing
4631 characters.
0467b076 4632 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 4633
0467b076 4634 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 4635 Several typos fixed in various docstrings.
0467b076
EZ
4636 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4637 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 4638 hook.
0467b076
EZ
4639 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4640 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4641 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4642 (ediff-get-selected-buffers): New function.
4643 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4644 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 4645 save-window-excursion.
0467b076 4646 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 4647 termination check in while loop.
0467b076 4648 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 4649 dired buffer.
0467b076
EZ
4650 (ediff-files,ediff-merge-files,ediff-files3)
4651 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 4652
4f490d99
DL
46532000-10-28 Dave Love <fx@gnu.org>
4654
4655 * info.el (Info-fontify-node): Add help-echo for menu items.
4656
45b84006
EZ
46572000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4658
5ebc02b3
EZ
4659 * startup.el (normal-top-level): If the value of $TERM indicates
4660 we are running from xterm or one of its work-alikes, default to a
4661 light background mode.
4662
45b84006
EZ
4663 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4664 * faces.el (tty-handle-reverse-video): New function.
4665 (tty-create-frame-with-faces): Call it.
4666
4667 * frame.el (frame-notice-user-settings): Don't apply
4668 default-frame-alist and initial-frame-alist to MS-DOS frames.
4669 Call tty-handle-reverse-video, frame-set-background-mode, and
4670 face-set-after-frame-default for non-MS-DOS frames.
4671
4672 * startup.el (tty-long-option-alist): New variable.
4673 (tty-handle-args): New function.
4674 (command-line): Call tty-handle-args.
4675
4676 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4677 startup.el now does that for all character-terminal frames.
4678
eab6e8b9
MB
46792000-10-28 Miles Bader <miles@gnu.org>
4680
4681 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4682 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4683 global. If :global is followed by a non-nil but non-t value,
4684 make the mode buffer-local, but also generate a `global-MODE'
4685 version using `easy-mmode-define-global-mode'. Add
4686 :conditional-turn-on keyword argument.
4687
51a29efc
DL
46882000-10-28 Dave Love <fx@gnu.org>
4689
4690 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4691 use window-system.
4692
d71d7114
EZ
46932000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4694
4695 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4696 Don't call find-buffer-file-type-coding-system. Instead, just
4697 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4698 if the file is on an untranslated filesystem.
4699 (add-untranslated-filesystem): Use "D" instead of "f" inside
4700 interactive.
4701
1f9cab4b
DL
47022000-10-27 Dave Love <fx@gnu.org>
4703
70c825df 4704 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4705 (refill-mode): Use it.
4706
70c825df
SM
47072000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4708
4709 * international/quail.el (quail-activate): Don't make-local-hook.
4710
7432cf10
AS
47112000-10-27 Andre Spiegel <spiegel@gnu.org>
4712
4836835a 4713 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4714 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4715 (vc-make-version-backup): Don't do it on MS-DOS without long file
4716 names.
4836835a 4717
7432cf10
AS
4718 * vc.el (vc-version-other-window): If an automatic backup of the
4719 desired version exists, rename it instead of copying it.
4720
4836835a
TTN
4721 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4722 after command. If there's an unexpected error, signal it instead
7432cf10 4723 of being silent.
e1483c38 4724 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4725
05ea7ef2
MB
47262000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4727
fd1035aa
MB
4728 * shell.el (shell): Add BUFFER argument.
4729 * comint.el (make-comint-in-buffer): New function.
4730 (make-comint): Use it.
4731
05ea7ef2
MB
4732 * faces.el (face-spec-choose): Change syntax so that the list of
4733 attribute-value pairs is now the cdr of each clause, not the cadr.
4734 Detect old-style entries, and handle them. Use pop.
4735
835a55fe
SM
47362000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4737
f5ab1cdd
SM
4738 * cus-edit.el (custom-mode-map): Use a sparse map.
4739 (custom-mode): Don't bother with make-local-hook.
4740
4741 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4742
835a55fe
SM
4743 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4744
c13b0ec8
GM
47452000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4746
4747 * ps-print.el: Avoid compilation gripes.
4748 (ps-print-version): New version number (6.2.1).
4836835a 4749
e9f63196
DL
47502000-10-26 Dave Love <fx@gnu.org>
4751
0b95284b
DL
4752 * menu-bar.el: Modify some menu item help strings.
4753 (menu-bar-help-menu): Add link to MORE.STUFF.
4754
e9f63196
DL
4755 * cus-edit.el (custom-mode): Add `special' mode-class property.
4756
4757 * wid-browse.el (widget-browse-mode): Likewise.
4758
4759 * wid-edit.el (widget-specify-field): Revert to using local-map
4760 property, not keymap.
4761
e276a14a
MB
47622000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4763
c1545d88
MB
4764 * wid-edit.el (widget-field-end): When checking for a `boundary'
4765 field, do so in the correct buffer.
4766
3c1b77ca
MB
4767 * simple.el (undo): Correctly distinguish between numeric and
4768 non-numeric prefix args in non-transient-mark-mode, as per the doc
4769 string. When in transient-mark-mode, treat all prefix-args as
4770 numeric.
4771
f5ab1cdd
SM
4772 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4773 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4774
4775 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4776 (comint-mode-map): Reverse order of `comint-write-output' and
4777 `comint-append-output-to-file'.
4778 (comint-append-output-to-file): Reinstate this function, for the
4779 benefit of the menu.
4780
d97151cb
SM
47812000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4782
4783 * vc.el (vc-version-other-window): Bind `file'.
4784
ea7d6f5b
GM
47852000-10-25 Gerd Moellmann <gerd@gnu.org>
4786
f5ab1cdd 4787 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4788
4789 * emacs-lisp/authors.el (batch-update-authors): New function.
4790 (authors-fixed-entries): New defconst.
4791 (authors-add-fixed-entries): New function.
4792 (authors): Call it.: Don't process lispref/.
4793
17c25cea
JR
47942000-10-25 Jason Rumney <jasonr@gnu.org>
4795
4796 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4797 Merge x w32 and mac definitions.
4798
4ecda532
GM
47992000-10-25 Gerd Moellmann <gerd@gnu.org>
4800
4801 * menu-bar.el (menu-bar-options-menu): Add a help string for
4802 `uniquify'.
4803
b6735035
GM
48042000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4805
f5ab1cdd
SM
4806 * time-stamp.el (time-stamp-string-preprocess):
4807 Fix a wrong type argument error.
b6735035 4808
f4cbc7a0
MB
48092000-10-25 Miles Bader <miles@gnu.org>
4810
4811 * recentf.el (recentf-mode): Variable removed.
4812 (recentf-mode): Use `define-minor-mode'.
4813
4814 * mwheel.el (mouse-wheel-mode): New global minor mode.
4815 (mwheel-install): Use `mouse-wheel-mode'.
4816
f4b020f6
DL
48172000-10-25 Dave Love <fx@gnu.org>
4818
f5ab1cdd
SM
4819 * progmodes/cperl-mode.el (cperl-mode):
4820 Set normal-auto-fill-function correctly.
072cb6f9 4821
f4b020f6
DL
4822 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4823 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4824 bindings.
f4b020f6 4825
ebe2a441
MB
48262000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4827
ff4dcd4b
MB
4828 * wid-edit.el (widget-field-at): New function.
4829 (widget-at, widget-field-activate): Use it.
4830 (widget-tabable-at): Use `widget-at'.
4831 (widget-specify-field): If the terminating character of the widget
4832 field (which is read-only) is a newline, put it into a special
4833 `boundary' field so that C-n/C-p act more naturally.
4834 (widget-field-end): Also don't subtract one if a special
4835 `boundary' field has been added after the widget field.
4836
ebe2a441
MB
4837 * comint.el (comint-output-filter, comint-send-input): Don't
4838 bother adding stickiness fields to overlays to fool the field
4839 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4840
ebe2a441
MB
4841 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4842 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4843 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4844
fe50b6ab
GM
48452000-10-24 Gerd Moellmann <gerd@gnu.org>
4846
53df4dda
GM
4847 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4848 (authors): Set file coding system to iso-2022-7bit. Add
4849 file-local variables to output buffer.
4850
4836835a 4851 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4852 WARN is nil.
4853
53df4dda
GM
48542000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4855
4856 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4857
4858 * delim-col.el: Now there is a column formatting mechanism.
4859 Modified to customization mechanisms convention. Doc fix.
4860 (columns): New group for delim-col.
4861 (delimit-columns-before, delimit-columns-after)
4862 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4863 (delimit-columns-end): New vars.
4864 (delimit-columns-customize, delimit-columns-format): New funs.
4865 (delimit-columns-region, delimit-columns-rectangle)
4866 (delimit-columns-rectangle-line): Modified to support column
4867 formatting.
4836835a 4868
a9839779
DL
48692000-10-24 Dave Love <fx@gnu.org>
4870
4871 * log-edit.el (log-edit): Add :version and a :group for vc.
4872
df0267b8
GM
48732000-10-24 Gerd Moellmann <gerd@gnu.org>
4874
9acc3873
GM
4875 * files.el (after-find-file): Don't print a message ``New file''
4876 if WARN is nil.
4877
63e1b552
GM
4878 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4879 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4880 get duplicate tool-bar entries because we'll see the global ones
4881 on more than one path through keymaps.
4882
1946f901
GM
4883 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4884
df0267b8
GM
4885 * progmodes/cmacexp.el: Change Francesco's email address.
4886
ae3b264b
KH
48872000-10-24 Kenichi Handa <handa@etl.go.jp>
4888
4889 * window.el (fit-window-to-buffer): Adjust point of the window
4890 buffer, not that of the current buffer.
4891
23afac01
EZ
48922000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4893
4894 * progmodes/cmacexp.el: Update the euthor's email address.
4895
22d1a4ed
MB
48962000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4897
4898 * faces.el (face-spec-set-match-display): Add `graphic' display
4899 type (the inverse of `tty'). Use `display-graphic-p' instead of
4900 the window-system variable.
4901
f408aa48
KH
49022000-10-24 Kenichi Handa <handa@etl.go.jp>
4903
4904 * international/isearch-x.el (isearch-with-input-method): Call
4905 input-method-function with the first event in
4906 unread-command-events.
4907
94fe8a31
MB
49082000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4909
4910 * faces.el (face-default-spec, face-user-default-spec): Make
4911 defsubsts.
4912
8f47302e
AC
49132000-10-24 Andrew Choi <akochoi@i-cable.com>
4914
4915 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4916 New charsets.
4917
4918 * term/mac-win.el: Remove definitions of mac-roman-lower and
4919 mac-roman-upper, require dired, and define instead of set
4920 mac-ready-for-drag-n-drop to avoid compilation error.
4921
446c097e
AI
49222000-10-23 Andrew Innes <andrewi@gnu.org>
4923
4924 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4925 superfluous calls to subst-char-in-string; instead apply
4926 expand-file-name after convert-standard-filename to ensure
4927 expected directory separators are used.
4928
379b70e7
EZ
49292000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4930
4931 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4932
85c766e9
DL
49332000-10-23 Dave Love <fx@gnu.org>
4934
b7e03a67
DL
4935 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4936 (tool-bar-add-item): Set foreground and background for XBM icons.
4937
4938 * international/latin1-disp.el (latin1-char-displayable-p): New
4939 function (from Handa).
4940 (latin1-display-check-font): Use it.
4941
0dcf8835
DL
4942 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4943 using :key-sequence, making it much more usable. Use nconc, not
4944 append.
4945 (imenu--create-keymap-1): Avoid append.
4946
85c766e9 4947 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4948
cb3069bb
MB
49492000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4950
4951 [the following changes fix a bug where `define-minor-mode' didn't
4952 correctly generate :require clauses for defcustoms in compiled files]
4953 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4954 (byte-compile-log-file, byte-compile-log-1): Don't set
4955 `byte-compile-current-file' to nil. Instead set
4956 `byte-compile-last-logged-file' to it. Test whether
4957 byte-compile-current-file equals byte-compile-last-logged-file
4958 instead of whether its nil.
3b6542ba 4959 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4960
6db6243b
SM
49612000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4962
4963 * textmodes/refill.el: Fix var names in doc.
4964 (refill-mode): Don't bother with make-local-hook anymore.
4965
98490598
MB
49662000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4967
e01cd227
MB
4968 * faces.el (face-user-default-spec, face-default-spec): New functions.
4969 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4970 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4971 Use `face-user-default-spec'. Simplify code slightly.
4972
4836835a 4973 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4974 (woman-unknown-face): Add dark-background variants.
4975 (woman-default-faces): Renamed from `woman-colour-faces'.
4976 Set using the stored defaults, rather than using hard-wired colors.
4977 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4978 Just make the foreground `unspecified' rather than "black".
4979 (woman-menu): Rename menu entries accordingly.
4980
98490598
MB
4981 * faces.el (header-line): Make more reasonable on mono/grayscale
4982 displays.
4983
1a578e9b
AC
49842000-10-23 Andrew Choi <akochoi@i-cable.com>
4985
4986 * cus-edit.el (custom-button-face): Use 3D look for mac.
4987 (custom-button-pressed-face): Likewise.
4988
4989 * faces.el (set-face-attributes-from-resources): Handle mac frames
4990 in the same way as x and w32 frames.
4991 (face-valid-attribute-values): Likewise.
4992 (read-face-attribute): Likewise.
4993 (defined-colors): Likewise.
4994 (color-defined-p): Likewise.
4995 (color-values): Likewise.
4996 (display-grayscale-p): Likewise.
4997 (face-set-after-frame-default): Likewise.
4998 (mode-line): Same default face as for x and w32.
4999 (tool-bar): Likewise.
5000
5001 * frame.el: Remove call to frame-notice-user-settings at end of
5002 the file.
5003
5004 * info.el (Info-fontify-node): make underlines invisible for mac
5005 as for x, pc, and w32 frame types.
5006
5007 * term/mac-win.el: New file.
5008
aaaf7be7
DL
50092000-10-22 Dave Love <fx@gnu.org>
5010
5011 * textmodes/refill.el: New file.
5012
5392d654
AS
50132000-10-22 Andre Spiegel <spiegel@gnu.org>
5014
4836835a 5015 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 5016 MANUAL and REGEXP.
4836835a 5017 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
5018 New functions.
5019 (vc-before-save): Use the latter.
5020 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5021 confusion.
5022
4836835a 5023 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
5024 expected by vc[-hooks].el.
5025
5026 * vc.el (vc-checkout): Added `-p' suffix in call to
5027 vc-make-version-backups-p; use vc-make-version-backup to actually
5028 make the backup.
5029 (vc-version-other-window, vc-version-backup-file): Handle both
5030 automatic and manual backups.
5031 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5032 of all of them.
5033
1e221c16
MB
50342000-10-22 Miles Bader <miles@gnu.org>
5035
7ff4fda5
MB
5036 * comint.el (comint-highlight-input, comint-highlight-prompt):
5037 Renamed, `-face' at end removed.
5038 (comint-send-input, comint-output-filter): Use renamed faces.
5039
3511cde8
MB
5040 * window.el (fit-window-to-buffer): Change defaulting of
5041 MAX-HEIGHT slightly.
5042
1e221c16
MB
5043 * faces.el (color-values, color-defined-p): Use `member', not
5044 `memq', because it works correctly for strings.
5045 (frame-set-background-mode): Actually, "unspecified-fg" and
5046 "unspecified-bg" *are* strings. Use `member', not `memq', and
5047 `equal', not `eq', when a string value is possible.
5048
b6ef4898
EZ
50492000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5050
5051 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5052
34939e2c
SM
50532000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5054
5055 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5056 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5057 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5058 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5059 (sh-font-lock-syntactic-keywords): Use them.
5060 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5061 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5062 (sh-mode): Don't override font-lock-unfontify-region-function.
5063 Use a copy of sh-font-lock-syntactic-keywords.
5064 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5065 Don't call sh-scan-buffer since font-lock does it on the fly.
5066 (sh-get-indent-info): Use `face' rather than `syntax-table'
5067 text-property to detect here-documents.
5068 Replace sh-special-syntax with sh-st-punc.
5069 (sh-prev-line): Use `face' rather than `syntax-table'
5070 text-property to skip over here-documents.
5071 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5072 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5073 (sh-electric-less, sh-set-here-doc-region)
4836835a 5074 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
5075 (sh-scan-buffer, sh-rescan-buffer): Remove.
5076
f3d3c491
AI
50772000-10-21 Andrew Innes <andrewi@gnu.org>
5078
5079 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5080 remote (ange-ftp) file names.
5081
b86c791c
MB
50822000-10-21 Miles Bader <miles@gnu.org>
5083
d9c30bdf
MB
5084 * window.el (fit-window-to-buffer): New function.
5085 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
5086 (window-text-height): Don't expect minibuffers to have mode-lines.
5087
d9c30bdf 5088 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
5089 * international/quail.el (quail-update-guidance): Use
5090 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 5091
617fee5a
MB
5092 * international/quail.el (quail-show-guidance-buf): Make sure
5093 guidance window really has enough room.
5094 (quail-update-guidance): If quail-guidance-win is already shown,
5095 make sure its height is OK.
5096
b86c791c
MB
5097 * window.el (window-text-height, set-window-text-height):
5098 New functions.
5099 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5100 instead of `window-height' & `mode-line-window-height-fudge'.
5101 (mode-line-window-height-fudge): Add FACE parameter.
5102 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5103 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5104
e34850d1
MB
51052000-10-20 Miles Bader <miles@gnu.org>
5106
5107 * window.el (height-affecting-face-attributes): Use `defconst'.
5108
5109 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5110 New function, conditionally aliased to `mode-line-window-height-fudge'.
5111 (ispell-help): Use it.
5112 (ispell-choices-win-default-height): Don't include mode-line fudge.
5113 (ispell-choices-win-default-height): New function.
5114 (ispell-show-choices, ispell-command-loop): Use function
5115 `ispell-choices-win-default-height' instead of variable.
5116
a8b883c2
MB
51172000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5118
8c6e4a58
MB
5119 * window.el (mode-line-window-height-fudge): New variable.
5120 (height-affecting-face-attributes): New variable.
5121 (mode-line-window-height-fudge): New function.
5122 (shrink-window-if-larger-than-buffer): Use it.
5123 * help.el (resize-temp-buffer-window): Likewise.
5124
a8b883c2
MB
5125 * info.el (Info-fontify-node): Add support for @subsubsection
5126 titles, which use `Info-title-4-face'.
5127 (Info-title-4-face): New face.
5128 (Info-title-3-face): Inherit from Info-title-4-face instead of
5129 variable-pitch.
5130
e64c3a75
JR
51312000-10-19 Jason Rumney <jasonr@gnu.org>
5132
5133 * dired.el (dired-insert-directory): Do not let errors signalled by
5134 attempt to run dired-free-space-program prevent dired from working.
5135
c70fe852
SM
51362000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5137
5138 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5139
877cf6b4
GM
51402000-10-19 Gerd Moellmann <gerd@gnu.org>
5141
5de037e0
GM
5142 * dirtrack.el (dirtrack): Fix call to run-hooks.
5143
6deb9af9
GM
5144 * cmuscheme.el (cmuscheme-program-name): Renamed from
5145 scheme-program-name because xscheme.el contains a defcustom with
5146 the same name. As a consequence, customizing group `cmuscheme'
5147 loaded `xscheme' which redefined run-scheme.
5148 (run-scheme): Use cmuscheme-program-name.
5149
877cf6b4
GM
5150 * ps-print.el (ps-print-emacs-type): Move into the
5151 eval-and-compile.
5152
e597d8fb 5153 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 5154 anonymous address, and add a website for Befrienders International.
4836835a 5155
3e9cb08f
GM
51562000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5157
c70fe852
SM
5158 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5159 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
5160 (ps-print-version): New version number (6.2).
5161 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5162 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5163 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5164 (ps-x-extent-priority, ps-x-extent-start-position)
5165 (ps-x-face-font-instance, ps-x-find-coding-system)
5166 (ps-x-font-instance-properties, ps-x-make-color-instance)
5167 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5168 avoid compilation gripes without defining functions.
5169 (ps-e-find-composition): Alias for function find-composition, to have a
5170 suitable function depending on Emacs version.
5171 (ps-color-device, ps-color-values, ps-face-foreground-name)
5172 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5173 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5174 (ps-print-ensure-fontified): Function definitions surrounded by
5175 `eval-and-compile' to avoid compilation gripes.
5176 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5177 by symbol-value to avoid compilation gripes.
5178 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5179 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5180
d8abcd91
MB
51812000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5182
13ab33c4
MB
5183 * startup.el (normal-top-level): Call `frame-set-background-mode'
5184 after `frame-notice-user-settings' because the latter doesn't call
5185 the former on a tty.
5186
d8abcd91
MB
5187 * faces.el (frame-set-background-mode): `unspecified' &c are
5188 symbols, not strings.
5189
e8bce0a9
EZ
51902000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5191
c70fe852
SM
5192 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5193 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 5194
c70fe852
SM
5195 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5196 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 5197
773272d8
KH
51982000-10-19 Kenichi Handa <handa@etl.go.jp>
5199
c70fe852 5200 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
5201 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5202 for ISO10646-1 fonts.
5203 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5204
772139c0
EZ
52052000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5206
5207 * faces.el (frame-set-background-mode): If a tty frame defines a
5208 background color, use that to compute the background mode, instead
5209 of always defaulting to "dark".
5210
d134a19f
MB
52112000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5212
8bb84cb2
MB
5213 * comint.el (comint-write-output): New function.
5214 (comint-mode-map): Add it to the menu.
e40a778f 5215 Bind `C-c C-s' to comint-write-output.
d134a19f 5216
dada41e1
GM
52172000-10-18 Gerd Moellmann <gerd@gnu.org>
5218
5219 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5220 Use fancy-splash-delay.
5221
9b5360aa
GM
52222000-10-18 Alex Schroeder <alex@gnu.org>
5223
5224 * progmodes/sql.el (sql-sybase-options): New option.
5225 (sql-sybase): Use it. Add sql-database to the list of parameters
5226 provided for login. The options -w 2048 -n are not used any more.
5227
9035a35a
GM
5228 * comint.el (comint-read-input-ring): Bugfix such that the first
5229 and the last entry of the input ring file are not lost.
5230
3556c6dd
GM
52312000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5232
5233 * ps-print.el: Internal variable changes to defcustom,
5234 make-local-hook changes to defvar. Doc fix.
5235 (ps-print-version): New version number (6.1).
5236 (ps-setup, ps-do-despool): Code fix.
5237 (ps-printer-name): Customization fix.
5238 (ps-printer-name-option): Now is a defcustom instead of an
5239 internal variable.
5240 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5241 (ps-print-begin-column-hook): Now are defvar instead of
5242 make-local-hook.
4836835a 5243
4e217e50
MB
52442000-10-18 Miles Bader <miles@gnu.org>
5245
5246 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5247 (comint-kill-output): Changed into an alias for `comint-delete-output',
5248 and made obsolete.
5249 (comint-mode-map): Rename references to comint-kill-output.
5250
34460354
EZ
52512000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5252
5253 * diff-mode.el (diff-header-face, diff-file-header-face)
5254 (diff-changed-face): Add bold and italic attributes to tty faces.
5255 (diff-function-face): New face.
5256 (diff-font-lock-keywords): Use it.
5257
17ea3cdb
MB
52582000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5259
5260 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5261 Remove commented-out call to force-mode-line-update.
5262 (comint-kill-output): Use `forward-line 0' instead of
5263 beginning-of-line to make sure we get past the prompt.
5264
9244f2c7
SM
52652000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5266
5267 * diff-mode.el (diff-header-face, diff-file-header-face):
5268 Add specific setting for dark background.
5269 (diff-context-face): Renamed from diff-comment-face.
5270 Set explicitly rather than inheriting from font-lock-comment-face.
5271
1592c1ef
EZ
52722000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5273
5274 * startup.el (command-line): Move the code which sets the default
5275 TTY colors to before before-init-hook.
5276
f86292a9
GM
52772000-10-17 Gerd Moellmann <gerd@gnu.org>
5278
5279 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5280
f7f2e883
EZ
52812000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5282
e854cc22
EZ
5283 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5284 extensions, for MS-DOS.
5285
f7f2e883
EZ
5286 * diff-mode.el (diff-header-face, diff-file-header-face)
5287 (diff-changed-face): Define tty-specific colors.
5288
c7b4f0f9
GM
52892000-10-17 Gerd Moellmann <gerd@gnu.org>
5290
5291 * startup.el (fancy-splash-text): Realign the text.
5292
12a72271
EZ
52932000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5294
5295 * font-lock.el (font-lock-comment-face): Define a separate default
5296 for dark-background tty's.
5297
61dfccfd
MB
52982000-10-17 Miles Bader <miles@gnu.org>
5299
5300 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5301 being obscured by whizzy mode-lines on graphics displays.
5302
333cd59e
EZ
53032000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5304
5305 * info.el (Info-title-1-face, Info-title-2-face)
5306 (Info-title-3-face): Define colors for tty's.
dada41e1 5307 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 5308
dbf1fcc1
EZ
53092000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5310
5311 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5312 reverse from the frame parameters, and don't invert foreground and
5313 background colors.
5314
ac629823
MB
53152000-10-16 Miles Bader <miles@gnu.org>
5316
5317 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5318 string "*Info*". Call propertized-buffer-identification to spruce
5319 up the result.
5320
76eebffc
GM
53212000-10-16 Gerd Moellmann <gerd@gnu.org>
5322
3a6b59d9
GM
5323 * help.el: Provide `help' for the sake of define-minor-mode
5324 which generates defcustoms with requires.
5325
6569c3d3
GM
5326 * jit-lock.el (jit-lock-after-change): If we're in text that
5327 matches a multi-line font-lock pattern, make sure the whole text
5328 will be redisplayed.
5329
c2e0a611
GM
5330 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5331 author's name is unknown.
5332
76eebffc
GM
5333 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5334 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5335 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5336 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5337 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5338 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5339 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5340 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5341 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5342 Add author information.
5343
cf1e7b12
MB
53442000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5345
5346 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5347 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5348 full-color version (using the Gimp) to eliminate dithering artifacts.
5349
5586f3eb
SM
53502000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5351
5352 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5353
5354 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5355
ad64a888
DL
53562000-10-15 Dave Love <fx@gnu.org>
5357
5358 * progmodes/sh-script.el: Require skeleton and comint when
5359 compiling.
5360
5361 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5362
5363 * whitespace.el: Doc fixes.
5364 (top-level): Don't add hooks here.
5365 (whitespace-running-emacs): Deleted.
5366 (timer): Don't require.
5367 (whitespace): Add back :version conditional on xemacs test.
5368 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5369 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5370 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5371 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5372 Avoid specific xemacs test.
5373 (whitespace-global-mode): New option.
5374 (whitespace-global-mode): New command.
5375 (whitespace-unload-hook): New function.
5376
5377 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 5378 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
5379 (Info-fontify-node): `Goto' goes to `Go to'.
5380 (Info-fontify-node): Add help-echo to xref links.
5381
1ef49fc6
EZ
53822000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5383
5384 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5385
8b7707e1
SM
53862000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5387
b3b7f42f
SM
5388 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5389 Use plist-get and allow :inherit.
5390
5391 * emacs-lisp/cl-macs.el (cl-do-arglist):
5392 Use plist-get and plist-member instead of memq.
5393
3c7fafc7
SM
5394 * emacs-lisp/ewoc.el (ewoc-location): New function.
5395 (ewoc-enter-after, ewoc-enter-before): Document return value.
5396 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5397 Don't need make-local-hook any more.
5398 (cvs-addto-collection): Return the new tin.
5399 (cvs-mode-insert): Jump to the new line.
5400
8b7707e1
SM
5401 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5402
5403 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5404
5405 * font-lock.el (font-lock-syntactically-fontified): New var.
5406 (font-lock-fontify-syntactic-keywords-region): Use it.
5407 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5408
5409 * diff-mode.el (diff-find-file-name): Fix regexp.
5410
5411 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5412 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5413
5414 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5415 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5416 (sh-mode): Don't make all vars local here.
5417 (sh-kw): Reformat.
5418 (sh-set-shell): Use dolist. Don't set indent-region-function.
5419 (sh-mode-syntax-table): Use pop.
5420 (sh-remember-variable): Use push.
5421 (sh-help-string-for-variable): Use memq.
5422 (sh-safe-backward-sexp): Remove.
5423 (sh-safe-forward-sexp): Add ARG.
5424 (sh-get-indent-info, sh-prev-stmt): Use it.
5425 (sh-prev-line): Simplify by using forward-comment.
5426 (sh-this-is-a-continuation): Simplify.
5427 (sh-learn-buffer-indent): Use dolist.
5428 (sh-do-nothing): Remove.
5429 (sh-set-char-syntax, sh-set-here-doc-region):
5430 Use inhibit-modification-hooks.
5431 (sh-name-style): Use mapcar and push.
5432 (sh-load-style): Use dolist.
5433 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5434 (sh-case, sh-while-getopts): Use propertize directly rather
5435 than sh-electric-rparen.
5436
54372000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5438
5439 * textmodes/tex-mode.el: Require CL when compiling.
5440 (tex-mode-syntax-table): Init immediately.
5441 (tex-mode-map): Bind M-RET to latex-insert-item.
5442 (latex-mode): Set indent-line-function to latex-indent.
5443 (tex-common-initialization): Don't setup the syntax-table any more.
5444 (latex-insert-item): New skeleton.
5445 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 5446 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 5447 (latex-indent, latex-find-indent): New functions.
4836835a 5448 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
5449 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5450 (tex-compilation-parse-errors): Use with-syntax-table.
5451
86b7fcbb
MB
54522000-10-15 Miles Bader <miles@gnu.org>
5453
5454 * font-lock.el (font-lock-comment-face): Change dark-background,
5455 color, non-tty, default to `chocolate1'.
5456
57a24508
JW
54572000-10-13 John Wiegley <johnw@gnu.org>
5458
5459 * eshell/esh-util.el (require): Added a missing `require' form,
5460 needed when compiling (for an ange-ftp macro definition).
5461
40ad3db4
DL
54622000-10-13 Dave Love <fx@gnu.org>
5463
5464 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5465
db460189
GM
54662000-10-13 Gerd Moellmann <gerd@gnu.org>
5467
b41c9501
GM
5468 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5469 fix.
5470
4836835a 5471 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
5472 transparent -colors 8).
5473
3b5e21df
GM
54742000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5475
5476 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5477 that breaks with old list format timestamps.
5478 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5479 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5480 strings.
5481
16908a3f
JW
54822000-10-13 John Wiegley <johnw@gnu.org>
5483
d7103dda
JW
5484 * align.el, pcomplete.el, calendar/timeclock.el,
5485 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5486
dace60cf 5487 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
5488 faulty math, where holiday hours were being computing as seconds.
5489
b6b70cda
JW
54902000-10-13 John Wiegley <johnw@gnu.org>
5491
5492 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5493 specifying what "other" kinds of buffers should be saved. This
5494 used to be hard-coded.
5495 (desktop-buffer-misc-functions): A global for specifying how
5496 auxiliary data should be determined for special buffer types.
5497 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5498 instead of hard-coding the special buffer types.
5499 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5500 auxiliary data, instead of hard-coding for Info buffers and dired.
5501 (desktop-buffer-info-misc-data): Aux function for determining Info
5502 buffer auxiliary info.
5503 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5504 (desktop-buffer-info): Changed this function to use the info
5505 gathered above.
5506 (desktop-create-buffer): Be a little more careful about what
5507 `minor-mode' means before calling it. This is important for some
5508 buffer types.
5509
8c6b1d83
JW
55102000-10-13 John Wiegley <johnw@gnu.org>
5511
5512 * eshell/esh-util.el: Added a global form which declares an
5513 autoload for `parse-time-string', if that function is not already
5514 defined, and if parse-time.el is available on the user's system.
5515
5516 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5517 to be aware of ange-ftp user info.
5518 (eshell-do-ls): Bind `ange-cache'. Also, use
5519 `eshell-file-attributes'.
5520 (eshell-ls-annotate): Use `eshell-file-attributes'.
5521 (eshell-ls-file): Made the user-id printing code a bit smarter.
5522
5523 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5524 allow identification of alias user ids in remote directories.
5525 It's manual, but there's no other way to know when the current
5526 user on the local machine, is also the owning user on the remote
5527 machine.
5528 (fboundp): Bind `ange-cache'.
5529 (eshell-directory-files-and-attributes): Re-organized the logic a
5530 bit to use `eshell-file-attributes' instead of `file-attributes'.
5531 The former is more sensitive to directories that are read via FTP,
5532 and knows how to use ange-ftp to determine full attribute
5533 information, instead of just the name and last modtime.
5534 (eshell-current-ange-uids): Return the current user id when in a
5535 remote directory.
5536 (eshell-parse-ange-ls): Parse a full directory listing that has
5537 been returned by ange-ftp.
5538 (eshell-file-attributes): This beefed up version of
5539 `file-attributes' is only special if the user is currently in a
5540 remote directory, in which case it does a lot of work to find out
5541 what the real attributes of a file are, as they appear on the
5542 remote machine. This makes usage of remote directories (i.e.,
5543 ange-ftp pathnames) much more useful. You can now use Eshell as a
5544 full-fledged FTP client, with much more manipulation ability than
5545 most other clients.
5546
5547 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5548 variable, which means that Eshell's du should always be preferred
5549 in remote directories.
5550 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5551 just `file-attributes'.
5552 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5553 when reading remote directories. This is an Eshell-specific
5554 variable (not part of ange-ftp).
5555 (eshell/ln): Bind `ange-cache'.
5556 (eshell/du): Added some extra logic for determining when to use
5557 Eshell's du (which is slow), and when to use the external version
5558 (which may or may not exist).
5559
5560 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5561 `eshell-interactive-process', rather than using
5562 `get-buffer-process', since backgrounded processes don't count in
5563 the context of this function's logic.
5564
5565 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5566 `forward-char', so that null strings are parsed correctly.
5567
87730e84 55682000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5569
5570 * eshell/em-pred.el (eshell-pred-file-type,
5571 eshell-pred-file-links, eshell-pred-file-size): Use
5572 `eshell-file-attributes'. This is more correct over ange-ftp.
5573
5574 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5575 that remote file globbing is more efficient.
5576
5577 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5578 gathering the files and attributes within a directory.
5579
5580 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5581 the command line is a special file (not a regular file, directory
5582 or symlink), always attempt to call the external version of cat.
5583
87730e84 55842000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5585
5586 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5587 Eshell-friendly version of find-tag.
5588
1c7e37a9
MB
55892000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5590
4836835a 5591 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
5592 (image-file-name-regexps): Add autoload cookies.
5593
11a7f341
KH
55942000-10-13 Kenichi Handa <handa@etl.go.jp>
5595
5596 * international/mule-cmds.el (select-safe-coding-system): If FROM
5597 is string, show it in *Warning* buffer.
5598
8ddddcb0
EZ
55992000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5600
5601 * startup.el (normal-top-level): Use display-popup-menus-p instead
5602 of window-system.
5603 (command-line): Use display-graphic-p instead of window-system.
5604 (command-line-1): Use display-popup-menus-p and display-mouse-p
5605 instead of window-system.
5606
72200f89
SS
56072000-10-12 Sam Steingold <sds@gnu.org>
5608
5609 * tooltip.el (tooltip-use-echo-area): New user variable.
5610 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5611
8661c643
DL
56122000-10-12 Dave Love <fx@gnu.org>
5613
d0b40dc1
DL
5614 * recentf.el: Maintainer's checkdoc fixes.
5615
a622451f
DL
5616 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5617 character class, not ASCII when matching file names.
5618 (fancy-splash-head): Add trailing slash to URL.
5619 (command-line): Don't require XPM support for toolbar.
5620
8661c643
DL
5621 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5622 (cperl-invalid-face): Revert last change.
5623 (cperl-init-faces): Quote cperl-invalid-face.
5624
ef2ed8ab
KH
56252000-10-12 Kenichi Handa <handa@etl.go.jp>
5626
5627 * startup.el (fancy-splash-text): Remove superfluous quote.
5628
b0da379e
GM
56292000-10-12 Gerd Moellmann <gerd@gnu.org>
5630
dbeb499b
GM
5631 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5632 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5633 (command-line-1): Don't use fancy-splash-pending-command.
5634 (fancy-splash-screens-1): Goto point-min after inserting text.
5635
d861718a
GM
5636 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5637
b0da379e
GM
5638 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5639 instead of shared-lisp-mode-map.
5640
4fb2ad98
MB
56412000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5642
1cb4393e
MB
5643 * faces.el (header-line): Change tty-variant to use underlining.
5644
4fb2ad98
MB
5645 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5646 (isearch-highlight): Restore lazy-isearch face properties at old
5647 position, and suppress them at new position.
5648 (isearch-dehighlight): Restore lazy-isearch face properties.
5649 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5650 over the real isearch overlay, but in that case, don't give it a
5651 face property. Use `push'.
5652
eb991b25
KH
56532000-10-12 Kenichi Handa <handa@etl.go.jp>
5654
5655 * man.el (Man-getpage-in-background): Fix previous change.
5656 Decode the process output only when we are in multibyte mode.
5657
a818c1c0
DL
56582000-10-11 Dave Love <fx@gnu.org>
5659
c990f53a
DL
5660 * info.el (Info-mode-menu): Fix some help.
5661 (info-tool-bar-map): Add entry for Info-last.
5662
a818c1c0
DL
5663 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5664 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5665 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5666 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5667 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5668 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5669 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5670 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5671 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5672 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5673 Reduce colour requirements to 25 overall. (Probably wants
5674 revisiting from the originals to reduce further.)
5675
c1b096cb
EZ
56762000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5677
5678 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5679 buffer-file-coding-system, instead of raw-text.
5680 (dehexlify-buffer): Bind coding-system-for-read to
5681 buffer-file-coding-system, instead of raw-text.
5682
5c8b7eaf
SS
56832000-10-11 Sam Steingold <sds@gnu.org>
5684
5685 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5686 `underline' - fixes the bug introduced on 2000-09-21.
5687
2cfbdb7a
DL
56882000-10-11 Dave Love <fx@gnu.org>
5689
5690 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5691 compiler warnings.
5692 (scheme-mode): Doc fix.
5693 (scheme-font-lock-keywords-1): Match `define-syntax'.
5694
56952000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5696
5697 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5698 face specs as well as default ones. Only do anything if the
5699 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5700 (region): Make dark-background `region' face less in-your-face.
4b33f290 5701
690ec649
SS
57022000-10-10 Sam Steingold <sds@gnu.org>
5703
5704 * chistory.el, ielm.el, ledit.el:
5705 * progmodes/inf-lisp.el, progmodes/scheme.el:
5706 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5707
3b95d6bb
SM
57082000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5709
5710 * textmodes/texinfo.el: Update copyright and fix typo.
5711
5712 * desktop.el (desktop-modes-not-to-save): New var.
5713 (desktop-save-buffer-p): Use it.
a30eb617
DL
5714 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5715 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5716
57172000-10-10 Dave Love <fx@gnu.org>
5718
5719 * toolbar/tool-bar.el (tool-bar-add-item)
5720 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5721 display.
5722
5723 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5724 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5725 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5726 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5727 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5728 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5729 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5730 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5731 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5732 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5733 the .xpms; probably need retouching.
5734
57352000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5736
5737 * subr.el (add-to-list): Add optional argument APPEND.
5738 * battery.el (display-battery): Use `add-to-list'.
5739
57402000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5741
5742 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5743 these vars as symbol properties.
5744 (zone, zone-when-idle, zone-leave-me-alone)
5745 (zone-pgm-whack-chars): Use new symbol properties.
5746
5747 * battery.el (display-battery): Doc spelling fix.
5748
5749 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5750 property.
5751
57522000-10-09 Dave Love <fx@gnu.org>
5753
5754 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5755 has been initialized before calling tool-bar-setup.
5756 (tool-bar-add-item-from-menu): Add autoload cookie.
5757
57582000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5759
5760 * menu-bar.el (send-mail-item-name): New function.
5761 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5762 of mail-user-agent in the menu. Don't display the "Send Mail"
5763 item if mail-user-agent is nil or its value is ignore.
5764 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5765 if read-mail-command is nil or its value is ignore.
5766
5767 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5768
57692000-10-09 Miles Bader <miles@gnu.org>
5770
5771 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5772 Correct image size.
5773 * toolbar/left_arrow.xpm: Correct image size.
5774
5775 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5776 will be done by the definition of `auto-compression-mode' if
5777 necessary. Move code to uninstall existing file-name handler
5778 before definition of `auto-compression-mode'.
5779
5780 * image-file.el (auto-image-file-mode): Move to the end of the
5781 file, because `define-minor-mode' actually calls the mode-function
5782 if the associated variable is non-nil, which requires that all
5783 needed functions be already defined.
5784
5785 * mouse.el (popup-menu): Balance parens.
5786
57872000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5788
5789 * mouse.el (popup-menu): Move the command call outside the loop
5790 so that popup-menu returns whatever the command returns.
5791
5792 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5793 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5794 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5795 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5796
5797 * vc.el (vc-version-diff): diff-switches can be a list.
5798 Use relative filenames for prettier output.
5799
5800 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5801 (vc-post-command-functions): Remove old-VC compatibility code.
5802
5803 * newcomment.el (comment-indent-default): Autoload.
5804
5805 * font-lock.el (font-lock-defaults): Make buffer-local.
5806 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5807 (font-lock-choose-keywords):
5808 Ignore LEVEL unless KEYWORDS is a list of syms.
5809 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5810 Don't wrap regexp-opt things in \(...\) unnecessarily.
5811
5812 * jit-lock.el: Don't require font-lock any more.
5813 (jit-lock-functions): Make buffer-local.
5814 (jit-lock-saved-fontify-buffer-function): Remove.
5815 (jit-lock-mode): Remove autoload cookie.
5816 Remove font-lock specific code.
5817 (jit-lock-unregister): Don't bother handling complex hooks any more.
5818 (jit-lock-refontify): New function.
5819 (jit-lock-fontify-buffer): Use it.
5820 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5821 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5822 Add optional args START and END.
5823 Never call font-lock-fontify-region directly.
5824 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5825
5826 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5827
58282000-10-08 Dave Love <fx@gnu.org>
5829
5830 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5831
5832 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5833
5834 * play/studly.el (studlify-region, studlify-word): Add autoload
5835 cookie.
5836
5837 * play/morse.el (morse-region, unmorse-region): Add autoload
5838 cookie.
5839
5840 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5841 concat.
5842
5843 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5844 insist on symbols starting with word syntax.
5845 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5846 (eval-defun-1): Doc fix.
5847 (indent-sexp): Use nconc to build up indent-stack.
5848
5849 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5850 Gnus with little use.
5851 (mail-setup-hook): Add mail-abbrevs-setup to options.
5852
5853 * recentf.el: Doc fixes.
5854
5855 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5856 Clean up remainder.
5857
5858 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5859 without timezone and (8) with timezone to enforce some whitespace.
5860 Simplify code somewhat.
5861
5862 * options.el (list-options): Doc that you should use customize.
5863
5864 * iswitchb.el (iswitchb-mode): Add :require.
5865
5866 * info.el (Info-goto-node, Info-menu): Doc fix.
5867 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5868 (info-tool-bar-map): New variable.
5869 (Info-mode): Use it.
5870 (Info-edit-map): Define all in defvar.
5871 (speedbar-attached-frame): Avoid compiler warning.
5872
5873 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5874 (global-map): Bind [tool-bar] to a filtered map.
5875 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5876 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5877 Allow PBM icons.
5878 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5879
5880 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5881 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5882 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5883 icons, except up_arrow, which is left-arrow rotated.
5884
5885 * imenu.el (imenu-add-to-menubar): Fix last change.
5886
58872000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5888
5889 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5890 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5891
58922000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5893
5894 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5895 typos in doc strings.
5896
5897 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5898 the doc strings how to customize Font Lock faces.
5899
5900 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5901 computing growth when dragging the header line.
5902
59032000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5904
5905 * simple.el (kill-line): Doc fix.
5906
59072000-10-08 Miles Bader <miles@gnu.org>
5908
5909 * faces.el (secondary-selection): Make foreground visible on tty.
5910
5911 * jka-compr.el (auto-compression-mode): Move to the end of the
5912 file, because `define-minor-mode' actually calls the mode-function
5913 if the associated variable is non-nil, which requires that all
5914 needed functions be already defined.
5915 (with-auto-compression-mode): Add autoload cookie.
5916
59172000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5918
5919 * files.el (find-backup-file-name) [ms-dos]: If support for long
5920 file names is not available, behave as if version-control were set
5921 to never.
5922
59232000-10-07 Dave Love <fx@gnu.org>
5924
5925 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5926 (browse-url-gnome-moz): New function.
5927 (browse-url-browser-function): Use it.
5928 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5929
59302000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5931
5932 * indent.el (tab-always-indent): New var.
5933 (indent-for-tab-command): Use it.
5934
5935 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5936 raise an error. This way it can still default to a sane value.
5937
59382000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5939
5940 * startup.el (fancy-splash-screens): Use local rather than global map.
5941 Don't use `update-menu-bindings' any more.
5942 Get rid of assumptions about keymap representation.
5943
59442000-10-06 Dave Love <fx@gnu.org>
5945
5946 * textmodes/fill.el (sentence-end-double-space)
5947 (sentence-end-without-period): Doc fix.
5948 (adaptive-fill-regexp): Purecopy.
5949 (unjustify-current-line): Use line-end-position.
5950 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5951
5952 * net/eudc-vars.el (eudc): Add :version, :link.
5953
5954 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5955
5956 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5957 Fix for define-minor-mode.
5958 (function-at-point): Alias to function-called-at-point.
5959
5960 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5961
5962 * simple.el (backward-word): Doc fix.
5963
5964 * image-file.el (image-file-name-regexp): image-file-regexps ->
5965 image-file-name-regexps.
5966 (image-file-name-extensions): Add pbm.
5967
59682000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5969
5970 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5971 and add filename to the names so that diff-mode can jump to source.
5972
5973 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5974 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5975 (tex-font-lock-keywords-1): Remove.
5976 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5977 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5978 (font-lock-default-fontify-region):
5979 Expand beg..end correctly when just following a multiline region.
5980 (font-lock-fontify-anchored-keywords):
5981 Include the anchor text as part of the multiline.
5982
59832000-10-06 Gerd Moellmann <gerd@gnu.org>
5984
5985 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5986 latter needs the autoloaded define-minor-mode macro during the
5987 bootstrap.
5988
5989 * startup.el (command-line): For now, activate tool-bar-mode only
5990 if XPM images are supported.
5991
5992 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5993 window by dragging a header-line at the top of the frame; that's
5994 confusing because the header-line doesn't move.
5995 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5996 of treating the event as a list. Some cleanup.
5997
59982000-10-06 Miles Bader <miles@gnu.org>
5999
6000 * simple.el (display-message-or-buffer): New function.
6001 (shell-command-on-region): Use `display-message-or-buffer'.
6002
6003 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6004 docstring parts.
6005
6006 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6007 (smbclient-prompt-regexp): Add usage note to doc string.
6008 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6009 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6010 Use add-hook for adding the comint filter function, and only do so
6011 if it's not already in the global hook list.
6012 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6013 to `make-local-variable'.
6014 (nslookup-font-lock-keywords): Remove prompt entry.
6015 (nslookup): Don't set the process-filter.
6016 (finger): Exit the loop correctly when the regexps list runs out.
6017 (ftp, smbclient, smbclient-list-shares):
6018 Set the real major mode immediately, not after execing.
6019 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6020
6021 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6022
60232000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6024
6025 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6026
6027 * which-func.el (which-func-format): Remove spurious space.
6028 (which-func-mode): Don't make it permanent-local.
6029 (which-func-ff-hook): Allow which-func-maxout to be nil.
6030 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6031 (which-func-mode): Simplify.
6032 Use post-command-idle-hook rather than post-command-hook.
6033 Go through all buffers and update their state.
6034 (which-function): Also try add-log-current-defun-function.
6035
6036 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6037 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6038 Update call to with-vc-properties accordingly.
6039 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6040 (vc-revert-buffer): More careful about window selection and deletion.
6041 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6042
6043 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6044 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6045 (cvs-dired-action): Change the default to quickdir.
6046
6047 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6048 if comment-indent-function returns nil.
6049 (comment-indent-default): New function.
6050 (comment-indent-function): Use it and document the new semantics.
6051
6052 * image-file.el: Docstring fixes.
6053
6054 * help.el (help-xref-on-pp): Use match-string.
6055 (describe-variable): New arg BUFFER.
6056 Store the current buffer in the help-xref-stack.
6057 (temp-buffer-resize-mode): Use define-minor-mode.
6058
6059 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6060 consistently with its docstring.
6061 Set jit-lock-first-unfontify-pos in an idempotent way.
6062 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6063
60642000-10-05 Alex Schroeder <alex@gnu.org>
6065
6066 * sql.el (sql-mysql-options): New variable.
6067 (sql-mysql): Use it.
6068
60692000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6070
6071 * image.el (image): New group.
6072
6073 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6074 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6075
60762000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6077
6078 * net/net-utils.el (nslookup-font-lock-keywords)
6079 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6080 Ignore the value of wqindow-system; always define keywords
6081
60822000-10-05 Kenichi Handa <handa@etl.go.jp>
6083
6084 * startup.el (fancy-splash-screens): Remove the code for
6085 debugging; `(trace-to-stderr "EXITTT\n")'.
6086
60872000-10-05 Miles Bader <miles@gnu.org>
6088
6089 * diff-mode.el (diff-goto-source): Update call to
6090 `diff-hunk-status-msg' to reflect new REV variable.
6091
60922000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6093
6094 * progmodes/icon.el (icon-mode):
6095 Don't gratuitously override the default for comment-column.
6096
6097 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6098
6099 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6100 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6101 (jit-lock-functions): New var.
6102 (jit-lock-function-1): Use it if non-nil.
6103 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6104 Set the `fontified' property before doing the fontification to avoid
6105 repeatedly going through the same error.
6106 Don't turn errors into messages.
6107 (jit-lock-register, jit-lock-unregister): New functions.
6108
6109 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6110 Use with-current-buffer.
6111
6112 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6113 Turn comment into docstring.
6114
6115 * apropos.el (apropos-mode): Use define-derived-mode.
6116
61172000-10-04 Gerd Moellmann <gerd@gnu.org>
6118
6119 * startup.el (fancy-splash-pending-command): New variable.
6120 (fancy-splash-pre-command): New function.
6121 (fancy-splash-screens): Rewritten.
6122 (command-line-1): If fancy-splash-pending-command is set, call it
6123 interactively.
6124
61252000-10-04 Dave Love <fx@gnu.org>
6126
6127 * toolbar/tool-bar.el (tool-bar-setup): New function.
6128 (tool-bar-mode): Use it.
6129
6130 * subr.el (substitute-key-definition): Doc fix.
6131 (play-sound-file): New command.
6132
61332000-10-04 Andre Spiegel <spiegel@gnu.org>
6134
6135 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6136 vc-version-backup-file-name): New functions.
6137
6138 * files.el (basic-save-buffer): Call vc-before-save before saving.
6139
6140 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6141 vc-cvs-stay-local-p.
6142
6143 * vc.el (vc-revert-buffer): Handle empty diff properly.
6144 (vc-version-backup-file): New function.
6145 (vc-checkout): Create a version backup if necessary.
6146 (vc-checkin): If a version backup file exists, delete it.
6147 (vc-version-diff): Diff locally using version backups, if available.
6148 (vc-revert-file): If there's a version backup, revert locally.
6149 (vc-transfer-file): Use version backup for base version, if
6150 available. If not, ask for confirmation whether to get it from the
6151 server. Update mode line before check-in.
6152
61532000-10-04 Dave Love <fx@gnu.org>
6154
6155 * toolbar/tool-bar.el (tool-bar-setup): New function.
6156 (tool-bar-mode): Use it.
6157
61582000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6159
6160 * net/net-utils.el (nslookup-font-lock-keywords)
6161 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6162 Only set if window-system is non-nil
6163 (net-utils-run-program): Returns buffer.
6164 (network-connection-reconnect): Added this function.
6165
6166 * generic.el:
6167 Incorporates extensive cleanup and docfixes by
6168 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6169 Uses cl compile-time macros.
6170 (generic-mode-name, generic-comment-list)
6171 (generic-keywords-list, generic-font-lock-expressions)
6172 (generic-mode-function-list, generic-mode-syntax-table):
6173 Removed variables.
6174 (generic-mode-alist): Renamed to generic-mode-list.
6175 (generic-find-file-regexp): Default changed to "^#".
6176 (generic-read-type): Uses completing read on generic-mode-list.
6177 (generic-mode-sanity-check): removed this function.
6178 (generic-add-to-auto-mode): Removed this function
6179 (generic-mode-internal): Bind mode-specific definitions
6180 into function instead of putting them in alist.
6181 (generic-mode-set-comments): Reworked extensively.
6182 (generic-mode-find-file-hook): Simplified regexp searching
6183 (generic-make-keywords-list): Omit extra pair of parens
6184
6185 * find-lisp.el (find-lisp-find-files-internal):
6186 Make sure directory name ends with "/".
6187
6188 * generic-x.el (apache-conf-generic-mode):
6189 Regexp now allows leading whitespace.
6190 (rc-generic-mode): Added eval-when-compile
6191 around generic-make-keywords-list.
6192 Deleted duplicate regexp
6193 (rul-generic-mode): Added eval-when-compile
6194 around generic-make-keywords-list.
6195 (etc-fstab-generic-mode): New generic mode.
6196 (rul-generic-mode): Removed one eval-when-compile
6197 which caused a max-specpdl-size exceeded error.
6198
61992000-10-04 Miles Bader <miles@gnu.org>
6200
6201 * simple.el (minibuffer-temporary-goal-position): New variable.
6202 (next-history-element): Try to keep the position of point in the
6203 input string constant.
6204
6205 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6206 (dired-do-create-files): If there's only one file, pass it in as
6207 the DEFAULT arg to dired-mark-read-file-name.
6208
62092000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6210
6211 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6212 (diff-goto-source): Be smarter when choosing REVERSE or not.
6213
6214 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6215 (texinfo-mode-menu): Add an explicit shortcut for update all.
6216
62172000-10-03 Andre Spiegel <spiegel@gnu.org>
6218
6219 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6220 factorize backend-specific code cleanly (this was essentially
6221 conceived by Stefan Monnier).
6222 (vc-unregister): Function removed.
6223 (vc-revert-file): New function.
6224 (vc-revert-buffer): Delegate some of the work to it.
6225
6226 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6227 default branch unconditionally.
6228 (vc-rcs-set-default-branch): New function.
6229 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6230 (vc-rcs-checkin): If an appropriate default branch has been set,
6231 force creation of that branch.
6232 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6233 code (as suggested by Stefan Monnier).
6234
62352000-10-02 Gerd Moellmann <gerd@gnu.org>
6236
6237 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6238 highlighting overlay with a different face over the overlay
6239 isearch uses to highlight the current match because that can lead
6240 to bad face combinations.
6241
6242 * loadup.el (toplevel): Load faces before isearch.
6243
6244 * isearch.el (isearch-faces): New custom group.
6245 (isearch): New defface; was already tested for in the code.
6246 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6247 (isearch-highlight): Always use face `isearch'.
6248
62492000-10-02 Dave Love <fx@gnu.org>
6250
6251 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6252 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6253 comparison of opcode with operand.
6254
62552000-10-03 Miles Bader <miles@gnu.org>
6256
6257 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6258 buffer, since the echo area will now grow to accommodate them.
6259
62602000-10-02 Andre Spiegel <spiegel@gnu.org>
6261
6262 * vc-hooks.el (vc-registered): If FILE used to be registered under
6263 a certain backend, try that one first.
6264
6265 * vc.el (vc-responsible-backend): Undo the previous change in the
6266 argument list. Handle multiple backends correctly.
6267 (vc-find-new-backend): Function removed.
6268 (vc-register): Use vc-responsible-backend, as before.
6269 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6270
62712000-10-02 Gerd Moellmann <gerd@gnu.org>
6272
6273 * startup.el (fancy-splash-head): Change message below the
6274 logo.
6275
62762000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6277
6278 * diff-mode.el (diff-goto-source): Emit a status message.
6279 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6280 (diff-test-hunk): Fix doc string.
6281 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6282 (diff-advance-after-apply-hunk): New variable.
6283 (diff-apply-hunk): Don't return a value.
6284
62852000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6286
6287 * vc.el (vc-editable-p): Minor optimization.
6288 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6289 (vc-find-new-backend): New function split from vc-responsible-backend.
6290 (vc-register): Use it.
6291 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6292 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6293 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6294 (vc-clear-headers): Don't use find-file.
6295 (vc-revert-buffer): Use `and' again (must have been a braino).
6296 (vc-switch-backend): Only prompt if requested.
6297 Short circuit if nothing is to be done.
6298 Don't use vc-resynch-buffer which could lose unsaved editing.
6299 (vc-default-receive-file): Update call to vc-unregister.
6300 (with-vc-file, vc-next-action-on-file):
6301 Use vc-backend rather than vc-registered.
6302 (vc-next-action-on-file): Use intern-soft.
6303 Deal with read-only *vc-diff* buffer.
6304 (vc-transfer-file): Docstring fix.
6305
6306 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6307 (vc-rcs-receive-file): Avoid with-vc-properties.
6308 Update call to vc-unregister.
6309 Use constant `RCS' rather than (dynamically bound) var `backend'.
6310
63112000-10-01 Andre Spiegel <spiegel@gnu.org>
6312
6313 * vc.el (vc-next-action-on-file): Update mode line only if file
6314 is visited.
6315 (vc-start-entry): New argument initial-contents. Don't visit the file
6316 if it isn't already visited. Brought documentation up-to-date.
6317 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6318 (vc-checkin): New optional arg initial-contents, which is passed to
6319 vc-start-entry.
6320 (vc-finish-logentry): Make sure to bury log buffer only if there
6321 really is one. Call `vc-resynch-buffer' on log-file, not
6322 buffer-file-name.
6323 (vc-default-comment-history, vc-default-wash-log): New functions.
6324 (vc-index-of): Removed.
6325 (vc-transfer-file): Make do without the above.
6326 (vc-default-receive-file): Call comment-history unconditionally. Pass
6327 the resulting string to vc-checkin, instead of inserting it into the
6328 comment ring.
6329
6330 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6331 unconditionally. Use the comments as initial contents of the log
6332 entry buffer. Document the trick to force branch creation with no
6333 changes.
6334
63352000-10-01 Miles Bader <miles@gnu.org>
6336
6337 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6338 `recenter' with an arg to prevent redrawing the display.
6339
63402000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6341
6342 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6343
6344 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6345
6346 * progmodes/c-mode.el (c-mode):
6347 Don't gratuitously override the default for comment-column.
6348
6349 * textmodes/tex-mode.el (latex-metasection-list): New var.
6350 (latex-imenu-create-index): Use it.
6351 Move the regexp construction outside loops (and use push).
6352 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6353 (tex-font-lock-keywords): Moved from font-lock.el.
6354 (tex-comment-indent): Remove.
6355 (tex-common-initialization): Don't set comment-indent-function.
6356 (latex-block-default): New var.
6357 (tex-latex-block): Use it to provide a default choice.
6358 Add any unknown choice to latex-block-names.
6359 Insert [...] after {...}.
6360 (tex-last-unended-begin): Simplify regexp.
6361 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6362 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6363 (latex-mode): Set forward-sexp-function.
6364
6365 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6366 Add regexp for @ignore ... @end ignore.
6367 (texinfo-heading-face): New face.
6368 (texinfo-font-lock-keywords): Use it.
6369 (texinfo-mode-menu): New menu.
6370 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6371 New functions.
6372 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6373 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6374 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6375 Remove declaration.
6376 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6377
6378 * delsel.el (delete-selection-mode): Use define-minor-mode.
6379
6380 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6381
63822000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6383
6384 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6385
63862000-09-30 Gerd Moellmann <gerd@gnu.org>
6387
6388 * replace.el (keep-lines-read-args): New function.
6389 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6390 read arguments interactively. Add parameters RSTART and REND.
6391 Operate on the active region in Transient Mark mode.
6392
6393 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6394
6395 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6396 (authors-obsolete-files-regexps): New variable.
6397 (authors-add): Don't record changes in obsolete files.
6398
63992000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6400
6401 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6402
6403 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6404 (comment-indent): Make sure there's a space between code and comment.
6405 Shift comments left to avoid going past fill-column.
6406
64072000-09-29 Gerd Moellmann <gerd@gnu.org>
6408
6409 * startup.el (startup-echo-area-message): New function.
6410 (display-startup-echo-area-message): Use it.
6411 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6412 (fancy-splash-default-action): New function.
6413 (fancy-splash-screens-1): New function.
6414 (fancy-splash-head): Put a help-echo and a keymap under the image.
6415
64162000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6417
6418 * diff-mode.el (diff-add-log-file-name): Remove.
6419 (diff-mode): Use add-log-buffer-file-name-function.
6420
6421 * add-log.el (find-change-log): New arg BUFFER-FILE.
6422 (add-log-file-name): Obey add-log-file-name-function.
6423 (add-log-buffer-file-name-function): New var.
6424 (add-change-log-entry): Use it.
6425
64262000-09-29 Miles Bader <miles@gnu.org>
6427
6428 * image-file.el (image-file-name-extensions): New variable.
6429 (image-file-name-regexps): Renamed from `image-file-regexps'.
6430 New default value is nil. Call `auto-image-file-mode'.
6431 (image-file-name-regexp): New function.
6432 (auto-image-file-mode): New minor mode.
6433 (insert-image-file): Don't make conditional on the image-file
6434 handler being enabled.
6435 (image-file-handler): Make the call here conditional instead.
6436 (set-image-file-handler-enabled, enable-image-file-handler)
6437 (disable-image-file-handler): Functions removed.
6438
6439 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6440 string.
6441
64422000-09-29 Gerd Moellmann <gerd@gnu.org>
6443
6444 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6445 it's a function from CL.
6446 (latex-imenu-create-index): Replace eval-when-compile with progn
6447 because latex-section-alist is not bound while compiling.
6448
64492000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6450
6451 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6452 (outline-mode): Use define-derived-mode.
6453
6454 * progmodes/perl-mode.el (perl-mode):
6455 * progmodes/awk-mode.el (awk-mode):
6456 * progmodes/asm-mode.el (asm-mode):
6457 Don't gratuitously override the default for comment-column.
6458
6459 * emacs-lisp/lisp.el (lisp-complete-symbol):
6460 Distinguish the let-binding case from the funcall case.
6461 (forward-sexp-function): New variable.
6462 (forward-sexp): Use it.
6463
6464 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6465 (easy-mmode-defmap): Remove the now useless autoload.
6466
6467 * time.el (display-time-mode): Use define-minor-mode.
6468
6469 * subr.el (add-minor-mode): Don't eval NAME.
6470 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6471 Use if rather than cond.
6472
6473 * simple.el (read-expression-map): Define more properly.
6474 (comment-indent-hook): Remove.
6475 (string-to-syntax): Bug fix.
6476
6477 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6478 (cvs-ediff-diff): Fix typo.
6479 (cvs-revert-if-needed): Don't bother preserving read-only.
6480
6481 * paren.el (show-paren-mode): Use define-minor-mode.
6482
6483 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6484 (toggle-auto-compression): Remove.
6485 (jka-compr-build-file-regexp): Remove useless grouping.
6486
6487 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6488 Avoid user-reserved bindings.
6489 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6490 (diff-header-face): Revert to grey85.
6491
6492 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6493
6494 * complete.el (partial-completion-mode) <defcustom>: Remove.
6495 (partial-completion-mode): Use define-minor-mode.
6496 (PC-do-completion): Understand `completion-auto-help = delay'
6497 to mean to popup the completion buffer only the second time.
6498 (PC-include-file-all-completions, PC-include-file-all-completions)
6499 (PC-include-file-all-completions): Don't quote lambda.
6500
6501 * comint.el (comint-mode-hook): Docstring fix.
6502 (comint-mode): Use define-derived-mode.
6503 (comint-mode-map): Remove obsolete comment.
6504 (make-comint): Minor stylistic change.
6505 (comint-insert-clicked-input): Be more careful to find the overlay.
6506 Use this-command-keys rather than hardcoding mouse-2.
6507
6508 * font-lock.el: Replace confusing (,@ with ,
6509 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6510 Don't use regexp-opt-depth. Spice up the regexp for args.
6511 Don't distinguish between cmds that can take an opt arg or not.
6512 Use `append' and `prepend' rather than `keep'.
6513
6514 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6515 (latex-outline-regexp): New var.
6516 (latex-outline-level): New fun.
6517 (latex-section-alist): New var.
6518 (latex-imenu-create-index): Use it. Use `push' as well.
6519 (tex-shell-map): Initialize it properly.
6520 (tex-mode): Minor stylistic change.
6521 (plain-tex-mode): Use define-derived-mode.
6522 (latex-mode): Use define-derived-mode.
6523 Construct the paragraph regexps in a more readable way.
6524 Set the buffer-local outline-{level,regexp} vars.
6525 (slitex-mode): Derive from latex-mode.
6526 (tex-common-initialization): Don't kill-all-vars anymore.
6527 Add setting for comment-add and font-lock-defaults.
6528 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6529 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6530 (tex-start-tex): New arg DIR (and send a chdir command for it).
6531 Also display the shell buffer and save it in tex-last-buffer-texed.
6532 (tex-region): Use expand-file-name rather than concat.
6533 Remove code made useless by changes in tex-start-tex.
6534 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6535
6536 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6537
65382000-09-28 Dave Love <fx@gnu.org>
6539
6540 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6541
65422000-09-28 Gerd Moellmann <gerd@gnu.org>
6543
6544 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6545 `append'.
6546
65472000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6548
6549 * info.el (Info-extract-pointer): Undo last change.
6550 Instead, fix the position of the `bound' arg to re-search-backward.
6551
65522000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6553
6554 * info.el (Info-extract-pointer):
6555 Widen more carefully, to avoid finding pointers in other nodes.
6556 (Info-index): Use push.
6557
65582000-09-27 Gerd Moellmann <gerd@gnu.org>
6559
6560 * frame.el (set-frame-font): Remove call to obsolete function
6561 frame-update-faces.
6562 (set-foreground-color, set-background-color): Likewise for
6563 frame-update-face-colors.
6564
65652000-09-27 Miles Bader <miles@gnu.org>
6566
6567 * image-file.el: New file.
6568
65692000-09-27 Gerd Moellmann <gerd@gnu.org>
6570
6571 * frame.el (frame-notice-user-settings): Don't call
6572 frame-update-faces, which is a no-op now.
6573
6574 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6575 tool-bar-lines.
6576
65772000-09-27 Dave Love <fx@gnu.org>
6578
6579 * mouse.el: Fix last change.
6580
65812000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6582
6583 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6584
65852000-09-22 Kenichi Handa <handa@etl.go.jp>
6586
6587 * international/quail.el (quail-help): The output message is
6588 improved.
6589
65902000-09-26 Dave Love <fx@gnu.org>
6591
6592 * mouse.el (popup-menu): If POSITION is nil, set it using
6593 mouse-position.
6594
65952000-09-25 Sam Steingold <sds@gnu.org>
6596
6597 * net/browse-url.el (browse-url-file-url): Check for null maps.
6598
65992000-09-26 Gerd Moellmann <gerd@gnu.org>
6600
6601 * frame.el (frame-notice-user-settings): Don't add a
6602 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6603
6604 * frame.el (frame-notice-user-settings):
6605 Make tool-bar-mode and default-frame-alist consistent.
6606
6607 * toolbar/tool-bar.el (tool-bar-help): New function.
6608
66092000-09-25 Gerd Moellmann <gerd@gnu.org>
6610
6611 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6612 current-load-list in top-level forms. Else this leaks a cons cell
6613 every time a defun is called.
6614
6615 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6616
66172000-09-25 Dave Love <fx@gnu.org>
6618
6619 * startup.el (fancy-splash-head): Check XPM is available.
6620
6621 * autoinsert.el (auto-insert): Doc fix.
6622 (auto-insert-alist): Following GNU notices, don't say `copyright
6623 _by_'. Use line-beginning-position.
6624 (auto-insert): Check buffer-file-name is non-nil before use.
6625
66262000-09-25 Gerd Moellmann <gerd@gnu.org>
6627
6628 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6629 starting with `@def' or `@multitable', in addition to ones
6630 specified by the user in auto-fill-inhibit-regexp.
6631
66322000-09-25 Markus Rost <rost@math.ohio-state.edu>
6633
6634 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6635 rmail-dont-reply-to-names matches the empty string.
6636
66372000-09-25 Gerd Moellmann <gerd@gnu.org>
6638
6639 * startup.el (command-line-1, fancy-splash-text): Change the
6640 text to sound more friendly.
6641
66422000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6643
6644 * progmodes/hideshow.el: Update author email address.
6645 Generally, sync w/ maintainer version 5.22.
6646 (hs-hide-all-non-comment-function): New var.
6647 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6648 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6649 (hs-show-region): Delete this command.
6650 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6651
66522000-09-22 Dave Love <fx@gnu.org>
6653
6654 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6655 (hl-line-highlight): Specify buffer when moving overlay.
6656
6657 * progmodes/fortran.el (fortran-mode): Locally set
6658 normal-auto-fill-function.
6659 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6660 (fortran-mode-map): Adjust auto-fill menu entry.
6661
66622000-09-22 Gerd Moellmann <gerd@gnu.org>
6663
6664 * vc-rcs.el (toplevel): Require `vc' when compiling.
6665
6666 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6667
66682000-09-22 Andre Spiegel <spiegel@gnu.org>
6669
6670 * vc.el (vc-switch-backend): Signal an error if the file is not
6671 registered under the new backend.
6672
6673 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6674 without explicit revision number.
6675
66762000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6677
6678 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6679 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6680 (diff-xor): New function.
6681 (diff-find-source-location): Use it. Fix a stupid name clash.
6682 (diff-hunk-status-msg): New function.
6683 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6684 (diff-test-hunk): Use diff-find-source-location.
6685 (diff-goto-source): Favor the `reverse'.
6686 (diff-hunk-text): Properly handle one-sided context diffs.
6687 (diff-apply-hunk): When done, advance to the next hunk.
6688
66892000-09-21 Gerd Moellmann <gerd@gnu.org>
6690
6691 * startup.el (command-line): If frame was created with a non-zero
6692 tool-bar-lines parameter, switch tool-bar-mode on.
6693
6694 * add-log.el (change-log-date-face, change-log-name-face)
6695 (change-log-email-face, change-log-file-face)
6696 (change-log-list-face, change-log-conditionals-face)
6697 (change-log-function-face, change-log-acknowledgement-face):
6698 New faces, inheriting from font-lock faces.
6699 (change-log-font-lock-keywords): Use them.
6700
67012000-09-21 Dave Love <fx@gnu.org>
6702
6703 * progmodes/cperl-mode.el (top-level): Clean up
6704 `eval-when-compile's and assorted defvars.
6705 (cperl-invalid-face): Don't double-quote value. Change custom
6706 type.
6707 (cperl-mode): Set normal-auto-fill-function and don't zap
6708 auto-fill-function.
6709 (cperl-imenu--function-name-regexp-perl): Renamed from
6710 imenu-example--function-name-regexp-perl.
6711 (cperl-imenu--create-perl-index): Renamed from
6712 imenu-example--create-perl-index.
6713 (cperl-xsub-scan): Don't require cl.
6714
6715 * msb.el (msb-mode-map): Use substitute-key-definition.
6716 (msb-mode): Use msb-mode-map.
6717
67182000-09-21 Andre Spiegel <spiegel@gnu.org>
6719
6720 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6721 New functions.
6722 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6723 (vc-switch-backend): New function.
6724 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6725 (vc-register): Fix prompt.
6726 (vc-unregister, vc-default-unregister): New functions.
6727 (vc-version-diff): Handle empty buffer in sentinel.
6728
6729 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6730 (vc-rcs-state-heuristic): Use it to guess the state of files with
6731 non-strict locking.
6732 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6733 been set with -b, but not created yet.
6734 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6735 contents in order to find the state.
6736 (vc-rcs-checkin): Allow creation of branches with no changes.
6737 (vc-rcs-unregister, vc-rcs-receive-file)
6738 (vc-rcs-set-non-strict-locking): New functions.
6739
6740 * vc-hooks.el (vc-name): Force correct computation of the value
6741 in case it is missing.
6742
67432000-09-21 Gerd Moellmann <gerd@gnu.org>
6744
6745 * startup.el (fancy-splash-tail): Use a different foreground
6746 color on a dark frame background.
6747
67482000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6749
6750 * info.el: Use the correct capitalization when making Info-mode
6751 and Info-edit-mode `special' modes.
6752
67532000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6754
6755 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6756 (diff-mode): Add support for add-log.el.
6757 (diff-hunk-text): Use char offsets rather than line offsets.
6758 (diff-find-source-location): Replace LINE with line-offset (nil
6759 if not found) and always set POS to a meaningful position.
6760 Adapt to the new char-offsets.
6761 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6762 Adapt to the new diff-find-source-location.
6763 (diff-goto-source): Adapt to the new diff-find-source-location.
6764
6765 * add-log.el (add-log-file-name): New function (split out of
6766 add-change-log-entry).
6767 (add-change-log-entry): Use it.
6768 Call add-log-file-name-function with the changelog file name if
6769 the current buffer is not associated with any file.
6770 Avoid find-file if the selected window is dedicated.
6771
6772 * diff-mode.el (diff-find-source-location):
6773 Move code from diff-apply-hunk. Return buffer rather than file.
6774 (diff-apply-hunk): Use the new result from diff-find-source-location.
6775 (diff-goto-source): Use the new diff-find-source-location.
6776
67772000-09-20 Dave Love <fx@gnu.org>
6778
6779 * iswitchb.el: Some doc fixes.
6780 (iswitchb-mode-map): Define completely initially. Inherit
6781 minibuffer-local-map.
6782 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6783 fundamental-mode.
6784 (iswitchb-global-map): New variable.
6785 (iswitchb-summaries-to-end): Amalgamate regexps.
6786 (iswitchb-mode): New.
6787 (iswitchb-mode-hook): New variable.
6788 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6789 `extensions'.
6790
67912000-09-20 Gerd Moellmann <gerd@gnu.org>
6792
6793 * ehelp.el (electric-help): New defgroup.
6794 (electric-help-shrink-window): New user-option.
6795 (with-electric-help): Use it.
6796
6797 * window.el (shrink-window-if-larger-than-buffer): If face
6798 `mode-line' has a :box, and we're on a graphical frame, add 1
6799 to the needed window height.
6800
6801 * frame.el (frame-notice-user-settings): Add a last parameter nil
6802 to a call to `append', because the last list passed to `append' is
6803 not copied, and so subsequent calls to assq-delete-all will modify
6804 default-frame-alist.
6805
6806 * startup.el (fancy-splash-image): Change :type.
6807 (fancy-splash-head): Use an XBM image if appropriate.
6808 (command-line-1): Show splash screens in more cases.
6809
6810 * startup.el (fancy-splash-text): Don't quote faces.
6811
6812 * dired.el (dired-font-lock-keywords): Undo last change.
6813 (dired-readin): Bind indent-tabs-mode to nil.
6814
6815 * startup.el (fancy-splash-head): If frame's background mode
6816 is `dark', change the black background of the image to gray.
6817 (fancy-splash-screens): Display startup echo area message.
6818 (display-startup-echo-area-message): New function.
6819
68202000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6821
6822 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6823
6824 * info.el (info-header-node): Tweak for color ttys.
6825
6826 * faces.el (face-valid-attribute-values): Make sure directories we
6827 search for stipples both exist and are readable before trying to
6828 search them.
6829
6830 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6831 in the dry-run case.
6832
6833 * jka-compr.el (with-auto-compression-mode): New macro.
6834
6835 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6836 (custom-group-tag-face, custom-variable-tag-face): Use relative
6837 :height and inherit from `variable-pitch' face instead of
6838 hardwiring :family.
6839 * hi-lock.el (hi-black-hb): Likewise.
6840
6841 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6842 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6843 toolbar-add-item, if image doesn't have a mask add a `:mask
6844 heuristic'.
6845
68462000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6847
6848 * diff-mode.el: Docstring fixes.
6849 (diff-header-face, diff-comment-face): New faces.
6850 (diff-font-lock-keywords): Highlight a bit differently.
6851 (diff-find-source-location): Don't return SPAN any more.
6852 (diff-hunk-text): Don't bother erasing the temp buffer.
6853 (diff-find-text): Drop argument LINE.
6854 (diff-apply-hunk): Update calls to diff-find-text.
6855 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6856
6857 * calendar/calendar.el: Docstring fixes.
6858 (calendar-make-alist): Don't quote lambda.
6859 (calendar-star-date): Use make-local-variable.
6860
68612000-09-19 Dave Love <fx@gnu.org>
6862
6863 * toolbar/tool-bar.el: Renamed from toolbar.el.
6864 Change `toolbar' to `tool-bar' generally in symbols.
6865 Make some items invisible in `special' major modes.
6866 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6867 Add arg PROPS.
6868
6869 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6870 Add :version here.
6871 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6872
68732000-09-19 Gerd Moellmann <gerd@gnu.org>
6874
6875 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6876
6877 * files.el (find-file-suppress-same-file-warnings): New user-option.
6878 (find-file-noselect): Use it.
6879
6880 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6881 (fancy-splash-screen): Defgroup.
6882
6883 * add-log.el (change-log-font-lock-keywords): Match names
6884 more exactly for the case that font-lock-constant-face is
6885 underlined.
6886
68872000-09-19 Richard M. Stallman <rms@gnu.org>
6888
6889 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6890
68912000-09-19 Andre Spiegel <spiegel@gnu.org>
6892
6893 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6894
68952000-09-19 Gerd Moellmann <gerd@gnu.org>
6896
6897 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6898 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6899 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6900 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6901 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6902 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6903 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6904 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6905 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6906 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6907 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6908 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6909
6910 * startup.el (fancy-splash-text): New variable.
6911 (fancy-splash-delay, fancy-splash-image): New user-options.
6912 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6913 (fancy-splash-screens): New functions.
6914 (command-line-1): If display has a `display' frame parameter, has
6915 colors, and we have XPM support, show more fancy splash screens.
6916
69172000-09-19 Dave Love <fx@gnu.org>
6918
6919 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6920 with null `help'. Use modern backquote syntax.
6921
69222000-09-19 Gerd Moellmann <gerd@gnu.org>
6923
6924 * font-lock.el (font-lock-mode): Change message telling the user
6925 that ``the buffer is too big''.
6926
6927 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6928 for instance for the case that tab-width is 2.
6929
69302000-09-18 Gerd Moellmann <gerd@gnu.org>
6931
6932 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6933 toolbar-add-item, if image doesn't have a mask add a `:mask
6934 heuristic'.
6935
69362000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6937
6938 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6939 and return a cons if it's non-nil.
6940 (diff-apply-hunk): Try to jump to the line in the source text
6941 corresponding to the position of point in the in the hunk.
6942
6943 * info.el (Info-title-3-face, Info-title-2-face)
6944 (Info-title-1-face): Use face inheritance and relative sizes
6945 instead of hard-wiring things.
6946
6947 * faces.el (secondary-selection): Make dark-background variant sane.
6948
69492000-09-16 Andrew Innes <andrewi@gnu.org>
6950
6951 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6952 read-only, since they aren't under VC now.
6953
69542000-09-17 Dave Love <fx@gnu.org>
6955
6956 * tmm.el: Replace mapcar with mapc in several places.
6957
6958 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6959 ad-unadvise.
6960
6961 * international/latin1-disp.el: New file.
6962
6963 * calendar/cal-move.el (scroll-calendar-left)
6964 (scroll-calendar-right): Make arg optional (for active mode line).
6965
6966 * calendar/calendar.el (calendar-mode-line-format): Make fields
6967 mouse-sensitive.
6968 (calendar-read-date, calendar-read-date, calendar-window-list):
6969 Unquote lambda.
6970 (calendar-month-name): Use aref, not sref.
6971
6972 * view.el (minor-mode-alist): Propertize the string.
6973
6974 * international/characters.el (standard-case-table): Add entries
6975 for Greek.
6976
69772000-09-18 Miles Bader <miles@gnu.org>
6978
6979 * info.el (info-node, info-xref): Add dark-background variants.
6980
6981 * faces.el (header-line): Change defaults to be less confusing
6982 when mixed with mode-lines.
6983
6984 * info.el (Info-fontify-node): Make a few cleanups.
6985 Add extra `help-echo' and `local-map' props to node xrefs.
6986 Use header-specific faces for node-names & xrefs.
6987 (Info-use-header-line): New variable.
6988 (info-header-xref, info-header-node): New faces.
6989 (Info-setup-header-line): New function.
6990 (Info-select-node): Call Info-setup-header-line when enabled.
6991 (Info-extract-pointer): Work even if the header line is hidden.
6992 (Info-header-line): New variable.
6993
69942000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6995
6996 * vms-patch.el (print-region-function): Don't quote lambda.
6997
6998 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6999
7000 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7001 (lm-get-header-re): Allow spaces between the header and the colon.
7002 (lm-header): Allow $ in non-RCS headers.
7003 (lm-header-multiline): Put the strings back into order.
7004 Stop at an empty line. Don't require two space chars if the
7005 line is clearly not another header line.
7006
7007 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7008 (popup-menu-popup): Remove.
7009
70102000-09-15 Gerd Moellmann <gerd@gnu.org>
7011
7012 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7013 specification if or if not tool-bar item contains an `:enabled'
7014 property.
7015
7016 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7017 current buffer has no file name.
7018
70192000-09-15 Dave Love <fx@gnu.org>
7020
7021 * strokes.el: Sync with maintainer's current version with changes
7022 for Emacs, but avoid runtime cl and levents.
7023 (toplevel): Change autoloads and compilation requires.
7024 (strokes-version, strokes-bug-address, strokes-lift): Values
7025 changed.
7026 (strokes-xpm-header, strokes-insinuated): New variable.
7027 (strokes): Add :link.
7028 (strokes-mode): Customized.
7029 (strokes-while-inhibiting-garbage-collector): New macro.
7030 (strokes-remassoc): Avoid remove-if.
7031 (strokes-fix-button2-command): Don't use ad-do-it.
7032 (strokes-insinuate): New function.
7033 (strokes-button-press-event-p, strokes-button-release-event-p):
7034 New functions, used instead of non-`strokes-' versions..
7035 (strokes-mouse-event-p): Rewritten.
7036 (strokes-event-closest-point): Avoid event-point.
7037 (strokes-get-grid-position): Avoid cdadr, caadr
7038 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7039 functions.
7040 (strokes-help): Use with-output-to-temp-buffer.
7041 (strokes-window-configuration-changed-p): New function.
7042 (strokes-update-window-configuration): Use buffer-live-p,
7043 strokes-window-configuration-changed-p.
7044 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7045 (strokes-char-face): New face.
7046 (strokes-char-table, strokes-base64-chars): New variable.
7047 (strokes-xpm-for-stroke, strokes-list-strokes)
7048 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7049 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7050 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7051 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7052 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7053 functions.
7054
70552000-09-15 Gerd Moellmann <gerd@gnu.org>
7056
7057 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7058
7059 * image.el (create-image): Doc fix.
7060
7061 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7062 instead of `:heuristic-mask t'.
7063
70642000-09-14 Andrew Innes <andrewi@gnu.org>
7065
7066 * makefile.w32-in: Revert to Unix line endings.
7067
70682000-09-14 Andrew Innes <andrewi@gnu.org>
7069
7070 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7071 when installing.
7072
7073 * makefile.nt (DONTCOMPILE): Fix typo.
7074
7075 * shell.el (shell-write-history-on-exit): New function.
7076 (shell-dumb-shell-regexp): New custom variable.
7077 (shell-mode): Make shell-write-history-on-exit the process
7078 sentinel if shell name matches shell-dumb-shell-regexp.
7079
7080 * w32-fns.el: Comment out before-init-hook function which resets
7081 source-directory based; this breaks bootstrap.
7082
70832000-09-14 Dave Love <fx@gnu.org>
7084
7085 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7086 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7087 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7088 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7089 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7090 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7091 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7092 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7093 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7094
7095 * toolbar/toolbar.el: New.
7096
7097 * subdirs.el: Add toolbar.
7098
70992000-09-14 Gerd Moellmann <gerd@gnu.org>
7100
7101 * indent.el (indent-for-tab-command): Doc fix.
7102
71032000-09-14 Alex Schroeder <alex@gnu.org>
7104
7105 * ansi-color.el (ansi-colors): Doc change.
7106 (ansi-color-get-face): Simplified regexp.
7107 (ansi-color-faces-vector): Added more faces, doc change.
7108 (ansi-color-names-vector): Doc change.
7109 (ansi-color-regexp): Simplified regexp.
7110 (ansi-color-parameter-regexp): New regexp.
7111 (ansi-color-filter-apply): Doc change.
7112 (ansi-color-filter-region): Doc change.
7113 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7114 deal with zero length parameters.
7115 (ansi-color-apply-on-region): Doc change.
7116 (ansi-color-map): Doc change.
7117 (ansi-color-map-update): Removed debugging message.
7118 (ansi-color-get-face-1): Added condition-case to trap
7119 args-out-of-range errors.
7120 (ansi-color-get-face): Doc change.
7121 (ansi-color-make-face): Removed.
7122 (ansi-color-for-shell-mode): New option.
7123
71242000-09-13 Kenichi Handa <handa@etl.go.jp>
7125
7126 * international/quail.el (quail-start-translation): Translate KEY
7127 if necessary even if it doesn't have any mapping in the current
7128 input method.
7129 (quail-start-conversion): Likewise.
7130 (quail-help): The output message is improved.
7131
71322000-09-13 Miles Bader <miles@gnu.org>
7133
7134 * comint.el (comint-output-filter): Revert to using
7135 `insert-before-markers'. Add bletcherous hack to undo damage
7136 caused by `insert-before-markers'. Put `front-sticky' property on
7137 overlays created here so that the field code understands how the
7138 overlay works. Use a let when making comint-last-prompt-overlay,
7139 so that the code is easier to read.
7140
71412000-09-13 Dave Love <fx@gnu.org>
7142
7143 * wid-edit.el (widget-default-format-handler): DTRT when
7144 doc-property is a function.
7145
71462000-09-12 Francesco Potorti` <pot@gnu.org>
7147
7148 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7149 filed name if it's not there.
7150
71512000-09-12 Dave Love <fx@gnu.org>
7152
7153 * simple.el (read-mail-command): Doc fix.
7154 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7155
7156 * vc.el (vc-dired-listing-switches): Fix :version.
7157
7158 * vc-hooks.el: Doc fixes.
7159
7160 * subr.el (add-minor-mode): Use toggle-fun arg.
7161
7162 * speedbar.el: Add :version to several defcustoms.
7163
7164 * imenu.el (imenu--truncate-items, imenu--cleanup)
7165 (imenu--generic-function): Avoid mapcar.
7166 (imenu--replace-spaces): Function removed.
7167 (imenu--completion-buffer): Use subst-char-in-string.
7168 (imenu-add-to-menubar): Use keymap inheritance.
7169
71702000-09-12 Miles Bader <miles@gnu.org>
7171
7172 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7173 (diff-mode-map): Bind `diff-test-hunk'.
7174 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7175
71762000-09-11 Gerd Moellmann <gerd@gnu.org>
7177
7178 * bytecomp.el (byte-compile-defvar): Undo last change
7179 because it breaks '(make-variable-buffer-local (defvar ...)'
7180 which is used at least in dired.
7181
71822000-09-12 Kenichi Handa <handa@etl.go.jp>
7183
7184 * international/quail.el (quail-define-package): Docstring
7185 modified.
7186
71872000-09-12 Kenichi Handa <handa@etl.go.jp>
7188
7189 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7190 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7191 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7192 docstring of "chinese-py".
7193
7194 * international/quail.el (quail-translation-docstring): New
7195 variable.
7196 (quail-show-keyboard-layout): Docstring modified.
7197 (quail-select-current): Likewise.
7198 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7199 infinite recursive call.
7200 (quail-help): Check quail-translation-docstring. Format of the
7201 output changed.
7202 (quail-help-insert-keymap-description): Adjusted for the above
7203 change.
7204
72052000-09-11 Gerd Moellmann <gerd@gnu.org>
7206
7207 * bytecomp.el (byte-compile-defvar): Only cons onto
7208 current-load-list in top-level forms. Else this leaks a cons cell
7209 every time a defun is called.
7210
72112000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7212
7213 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7214 Now understands non-unified diffs. Some functionality moved into
7215 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7216 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7217 modify anything. Only reposition point in the patched file if the
7218 patch succeeds. Only pop up another window if POPUP is true.
7219 Emit a message describing what happened if successful, and at what
7220 line-offset. Automatically detect reversed hunks and do something
7221 appropriate.
7222 (diff-hunk-text, diff-find-text): New functions.
7223 (diff-filter-lines): Function removed.
7224 (diff-test-hunk): New function.
7225 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7226
72272000-09-10 Dave Love <fx@gnu.org>
7228
7229 * textmodes/tildify.el: Minor doc/commentary fixes.
7230 (tildify) <defgroup>: Add :version.
7231
7232 * faces.el (face-x-resources): Make custom type more specific.
7233 (frame-background-mode): Use mapc.
7234 (region) <defcustom>: Add :version.
7235
72362000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7237
7238 * vc-sccs.el (vc-sccs-register):
7239 * vc-rcs.el (vc-rcs-register):
7240 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7241 * vc.el (vc-register): Clear file's properties.
7242
72432000-09-08 Gerd Moellmann <gerd@gnu.org>
7244
7245 * faces.el (face-spec-set): Only face-spec-reset-face when
7246 ATTRS is non-nil.
7247
72482000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7249
7250 * help.el (help-insert-xref-button): Fix a typo in doc string.
7251
72522000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7253
7254 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7255 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7256 methods.
7257
7258 * menu-bar.el (read-mail-item-name): New function.
7259 (menu-bar-tools-menu): Use it to compute and display the package
7260 used to read email.
7261 (menu-bar-tools-menu): Fix typo in GUD's help string.
7262
72632000-09-07 Dave Love <fx@gnu.org>
7264
7265 * diff-mode.el (diff-mouse-goto-source): New function.
7266
7267 * vc-sccs.el: Doc fixes.
7268 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7269
7270 * vc-rcs.el: Doc fixes.
7271 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7272 (vc-rcs-checkout-switches, vc-rcs-header)
7273 (vc-rcs-master-templates): Add or change :version.
7274
7275 * vc-cvs.el: Doc fixes.
7276 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7277 (vc-cvs-stay-local): Add :version.
7278
7279 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7280
72812000-09-07 Kenichi Handa <handa@etl.go.jp>
7282
7283 * international/quail.el (quail-help): Fix previous change.
7284
72852000-09-07 Gerd Moellmann <gerd@gnu.org>
7286
7287 * faces.el (color-values): Doc fix.
7288
7289 * faces.el (frame-set-background-mode): Use frame-parameter
7290 instead of frame-parameters.
7291
7292 * frame.el (filtered-frame-list): Reduce consing.
7293 (frames-on-display-list): Call frame-parameter instead of
7294 frame-parameters.
7295
72962000-09-07 Kenichi Handa <handa@etl.go.jp>
7297
7298 * language/devan-util.el (devanagari-to-indian-region): In the
7299 loop, change the following char, not preceding char.
7300
73012000-09-07 Gerd Moellmann <gerd@gnu.org>
7302
7303 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7304 instead of frame-parameters.
7305
7306 * faces.el (set-face-attribute): Simplify by calling
7307 internal-set-lisp-face-attribute with FRAME being 0.
7308
7309 * vc.el: Remove `Id' version control keyword.
7310
73112000-09-07 Kenichi Handa <handa@etl.go.jp>
7312
7313 * help.el (help-make-xrefs): Adjusted for the change of
7314 help-xref-mule-regexp.
7315 (help-insert-xref-button): New function.
7316
7317 * international/mule-cmds.el (help-xref-mule-regexp-template):
7318 Include the pattern for character set.
7319 (leim): New group.
7320
7321 * international/quail.el: Don't require face.
7322 (quail): New group.
7323 (quail-other-command): Dummy command to make quail-help work better.
7324 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7325 (quail-keyboard-layout-substitution): New variable.
7326 (quail-update-keyboard-layout): New function.
7327 (quail-keyboard-layout-type): New customizable variable.
7328 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7329 (quail-keyboard-translate): Pay attention to
7330 quail-keyboard-layout-substitution.
7331 (quail-insert-kbd-layout): New function.
7332 (quail-show-keyboard-layout): New function.
7333 (quail-get-translation): If the definition is a vector of length
7334 1, and the element is a string of length 1, return the character
7335 in that string.
7336 (quail-update-current-translations): Fix the case of
7337 relative-index out of range.
7338 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7339 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7340 Show key sequences for all available characters.
7341 (quail-help-insert-keymap-description): Don't show such verbose
7342 key bindings as quail-self-insert-command.
7343
7344 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7345 Format changed, and each element now have extra documentations.
7346 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7347 Adjusted for the change of quail-cxterm-package-ext-info.
7348
73492000-09-06 Gerd Moellmann <gerd@gnu.org>
7350
7351 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7352 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7353 during bootstrap.
7354
73552000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7356
7357 * vc.el: (toplevel): Don't require `dired' at run-time.
7358 (vc-dired-resynch-file): Remove autoload cookie.
7359
73602000-09-05 Andre Spiegel <spiegel@gnu.org>
7361
7362 * vc.el: Made several backend functions optional.
7363 (vc-default-responsible-p): New function.
7364 (vc-merge): Use RET for first version to trigger merge-news, not
7365 prefix arg.
7366 (vc-annotate): Handle backends that do not support annotation.
7367 (vc-default-merge-news): Removed. The existence of a merge-news
7368 implementation is now checked on caller sites.
7369
7370 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7371 case.
7372
7373 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7374 special case that has been removed from the default in vc-hooks.el.
7375
73762000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7377
7378 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7379
73802000-09-05 Andre Spiegel <spiegel@gnu.org>
7381
7382 * vc-hooks.el: Require vc during compilation.
7383 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7384 macro `with-vc-properties' in vc.el.
7385 (vc-file-getprop): Doc fix.
7386 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7387
7388 * vc.el: Require dired-aux during compilation.
7389 (vc-name-assoc-file): Moved to vc-sccs.el.
7390 (with-vc-properties): New macro.
7391 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7392 vc-finish-steal): Use it.
7393 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7394 to the backend-specific function is now supposed to do the checkout,
7395 too.
7396 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7397
7398 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7399 set file properties; that gets done in the generic code now.
7400
7401 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7402 Changed parameter list, added code from vc.el that does the
7403 checkout, possibly with a double-take.
7404
7405 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7406 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7407 the above under the new name.
7408 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7409 parameter list, added checkout command.
7410 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7411 properties; that gets done in the generic code now.
7412
74132000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7414
7415 * vc.el: Docstring fixes (courtesy of checkdoc).
7416
74172000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7418
7419 * vc.el (vc-checkout-writable-buffer-hook)
7420 (vc-checkout-writable-buffer): Remove.
7421 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7422 (vc-log-mode): Make it into a clean derived major mode.
7423 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7424 vc-log-mode if log-edit is not available.
7425 (vc-dired-mode-map): Don't set-keymap-parent yet.
7426 (vc-dired-mode): Do set-keymap-parent here.
7427 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7428
74292000-09-05 Gerd Moellmann <gerd@gnu.org>
7430
7431 * faces.el (set-face-attribute, face-spec-reset-face)
7432 (face-spec-set): Avoid consing by removing calls to `apply'.
7433
7434 * frame.el (frame-parameter): Move to C code.
7435
74362000-09-05 Dave Love <fx@gnu.org>
7437
7438 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7439 insert-before-markers-and-inherit. Now checked systematically!
7440
74412000-09-05 Alex Schroeder <alex@gnu.org>
7442
7443 * sql.el (sql-postgres): Use sql-postgres-options.
7444 (sql-postgres-options): New variable.
7445
74462000-09-05 Alex Schroeder <alex@gnu.org>
7447
7448 * sql.el (sql-mode-menu): Work around missing variable mark-active
7449 in XEmacs.
7450 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7451 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7452 compatibility.
7453
74542000-09-04 Gerd Moellmann <gerd@gnu.org>
7455
7456 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7457
7458 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7459
7460 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7461
74622000-09-04 Andre Spiegel <spiegel@gnu.org>
7463
7464 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7465 don't support anything else under SCCS yet.
7466
7467 * vc-hooks.el: Minor doc fixes.
7468
74692000-09-04 Andre Spiegel <spiegel@gnu.org>
7470
7471 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7472 not necessary. If verbose in state `needs-patch', do the same as
7473 under `up-to-date'. When NOT verbose and `needs-patch', check out
7474 latest version instead of `merge-news'.
7475 (vc-next-action-dired): Don't mess with default-directory here; it
7476 breaks other parts of dired. It is the job of the
7477 backend-specific functions to adjust it temporarily if they need it.
7478 (vc-next-action): Remove a special CVS case.
7479 (vc-clear-headers): New optional arg FILE.
7480 (vc-checkin, vc-checkout): Set properties vc-state and
7481 vc-checkout-time properly.
7482 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7483 (vc-print-log): Use new backend function `show-log-entry'.
7484 (vc-cancel-version): Do the checks in a different order. Added a
7485 FIXME concerning RCS-only code.
7486
7487 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7488 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7489
7490 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7491
7492 * vc-hooks.el (vc-default-mode-line-string): Show state
7493 `needs-patch' as a `-' too.
7494
74952000-09-04 Andre Spiegel <spiegel@gnu.org>
7496
7497 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7498 (vc-default-could-register): New function.
7499 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7500 (vc-resynch-buffer): Call vc-dired-resynch-file.
7501 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7502 vc-resynch-buffer instead of vc-resynch-window.
7503 (vc-next-action-dired): Don't redisplay here, that gets done as a
7504 result of the individual file operations.
7505 (vc-retrieve-snapshot): Corrected prompt order.
7506
7507 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7508
7509 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7510 as well.
7511 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7512 hostname regexps. Updated all callers.
7513 (vc-cvs-responsible-p): Handle directories as well.
7514 (vc-cvs-could-register): New function.
7515 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7516 properties up-to-date.
7517
7518 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7519 user whether to create one.
7520
75212000-09-04 Andre Spiegel <spiegel@gnu.org>
7522
7523 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7524 check out a non-existing file.
7525
7526 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7527 workfile does not exist.
7528
7529 * vc.el (vc-version-diff): Use `require' to check for existence of
7530 diff-mode.
7531
75322000-09-04 Andre Spiegel <spiegel@gnu.org>
7533
7534 * vc-cvs.el (vc-cvs-registered): Use new function
7535 vc-cvs-parse-entry to do the actual work.
7536
75372000-09-04 Andre Spiegel <spiegel@gnu.org>
7538
7539 * vc-hooks.el (vc-find-backend-function): If function doesn't
7540 exist, return nil instead of error.
7541 (vc-call-backend): Doc fix.
7542
7543 * vc.el (vc-do-command): Doc fix.
7544 (vc-finish-logentry): When checking in from vc-dired, choose the
7545 right backend for logentry check.
7546 (vc-dired-mode-map): Inherit from dired-mode-map.
7547 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7548 simplified.
7549 (vc-dired-state-info): Removed, updated caller.
7550 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7551 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7552 (vc-dired-listing-switches): New variable.
7553 (vc-directory): Use it, instead of dired-listing-switches.
7554
7555 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7556 (vc-cvs-dir-state): New function.
7557 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7558 (vc-cvs-parse-entry): New function, also to be used in
7559 vc-cvs-registered.
7560
75612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7562
7563 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7564 *or* single-window-frames.
7565
75662000-09-04 Andre Spiegel <spiegel@gnu.org>
7567
7568 * vc.el (vc-update-changelog): Split into generic part and default
7569 implementation. Doc string adapted.
7570 (vc-default-update-changelog): New function. Call the `rcs2log'
7571 script in exec-directory, to fix a long-standing nuisance.
7572
7573 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7574 simply signals an error.
7575
75762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7577
7578 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7579 control-flow more clear and to avoid running `cvs' twice.
7580
7581 * vc.el (vc-next-action-on-file): Doc fix.
7582 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7583 (vc-print-log): Eval `file' before constructing the continuation.
7584
75852000-09-04 Andre Spiegel <spiegel@gnu.org>
7586
7587 * vc.el (vc-next-action-on-file): Corrected several messages.
7588 (vc-merge): Add prefix arg `merge-news'; handle it.
7589
7590 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7591 is not reached. It is.
7592 (vc-cvs-merge): Set state to 'edited after merge.
7593 (vc-cvs-merge-news): Set workfile version to nil if not known.
7594 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7595
7596 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7597 via stdout. (Merge from main line.)
7598
75992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7600
7601 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7602 detection.
7603
76042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7605
7606 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7607 against kill-all-local-variables.
7608 (vc-log-edit): Don't save vc-parent-buffer any more.
7609 (vc-last-comment-match): Initialize to an empty string.
7610 (vc-post-command-functions): New hook.
7611 (vc-do-command): Run it.
7612 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7613 (vc-finish-logentry): Only add the comment to the ring if it's
7614 different from the last comment entered.
7615 (vc-new-comment-index): New function.
7616 (vc-previous-comment): Use it. Make the minibuffer message
7617 slightly less terse.
7618 (vc-comment-search-reverse): Make it work forward as well. Don't
7619 set vc-comment-ring-index if no match is found. Use
7620 vc-new-comment-index.
7621 (vc-comment-search-forward): Use vc-comment-search-reverse.
7622 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7623 define-derived-mode will do it for us. Bind `v' to a keymap that
7624 inherits from vc-prefix-map so that we can bind `vt' without
7625 binding C-x v t.
7626 (vc-retrieve-snapshot): Parenthesis typo.
7627
7628 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7629 to 1. Make sure to switch to *vc* before looking for an error
7630 message. Use vc-parse-buffer.
7631
76322000-09-04 Andre Spiegel <spiegel@gnu.org>
7633
7634 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7635 and NAME.
7636 (vc-retrieve-snapshot): Split into two parts.
7637 (vc-default-retrieve-snapshot): New function.
7638
7639 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7640 (vc-cvs-retrieve-snapshot): New function (untested).
7641 (vc-cvs-stay-local): Default to t.
7642 (vc-cvs-remote-p): New function and property.
7643 (vc-cvs-state): Stay local only if the above is t.
7644 (vc-handle-cvs): Removed.
7645 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7646 done via vc-handled-backends now.
7647 (vc-cvs-header): Escape Id.
7648
76492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7650
7651 * vc.el (vc-do-command): Remove unused commands.
7652 (vc-version-diff): Make sure default-directory ends with a slash.
7653 Move the window commands into a vc-exec-after.
7654 (vc-print-log): Move more of the code into the `vc-exec-after'.
7655
76562000-09-04 Andre Spiegel <spiegel@gnu.org>
7657
7658 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7659 (vc-print-log): Search current revision from beginning of buffer.
7660 (vc-revert-buffer): Clear echo area after the diff is finished.
7661 (vc-prefix-map): Removed definition of "t" for terse display in vc
7662 dired.
7663 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7664 definition of "vt" for terse display.
7665 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7666
76672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7668
7669 * vc.el (vc-exec-after): Avoid caddr.
7670
76712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7672
7673 * vc.el (vc-exec-after): New function.
7674 (vc-do-command): Use it to add a termination message for async
7675 procs.
7676 (vc-checkout): Try to handle a missing-backend situation.
7677 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7678 of a directory with a backend using async diffs.
7679 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7680 present.
7681
7682 * vc-sccs.el (vc-sccs-state-heuristic): Use
7683 file-ownership-preserved-p.
7684
7685 * vc-rcs.el (vc-rcs-state-heuristic): Use
7686 file-ownership-preserved-p.
7687 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7688
76892000-09-04 Andre Spiegel <spiegel@gnu.org>
7690
7691 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7692 vc-do-command.
7693
7694 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7695 when there are no changes.
7696
76972000-09-04 Andre Spiegel <spiegel@gnu.org>
7698
7699 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7700
7701 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7702
77032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7704
7705 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7706
7707 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7708 the `fset' outside of the defvar so that it works even if
7709 vc-prefix-map was already defined.
7710 (vc-setup-buffer): New function, split out of vc-do-command.
7711 (vc-do-command): Allow BUFFER to be t to mean `just use the
7712 current buffer without any fuss'.
7713 (vc-version-diff): Change the `diff' backend operation to just put
7714 the diff in the current buffer without erasing it. Always use
7715 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7716 shrink-window-if-larger-than-buffer.
7717 (vc-print-log): Change the `print-log' backend operation to just
7718 put the log in the current buffer without erasing it. Protect
7719 shrink-window-if-larger-than-buffer.
7720 (vc-update-change-log): Fix setd typo.
7721
7722 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7723 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7724
7725 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7726 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7727 CMP.
7728
7729 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7730 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7731 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7732
77332000-09-04 Andre Spiegel <spiegel@gnu.org>
7734
7735 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7736 not possible, use vc-BACKEND-workfile-unchanged-p.
7737 (vc-default-workfile-unchanged-p): New function. Delegates to a
7738 full vc-BACKEND-diff.
7739
7740 * vc-hooks.el (vc-simple-command): Removed.
7741
7742 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7743 instead of vc-simple-command.
7744 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7745 avoid doing a diff when opening a file.
7746 (vc-rcs-state): Added check for unlocked-changes.
7747 (vc-rcs-header): Escape Id.
7748 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7749 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7750 version.
7751
7752 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7753 (vc-sccs-diff): Remove optional arg CMP.
7754 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7755 SCCS-specific function.
7756
7757 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7758 vc-simple-command.
7759
77602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7761
7762 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7763 (with-vc-file, vc-merge): Use vc-editable-p.
7764 (vc-do-command): Remove unused var vc-file and fix the
7765 doubly-defined `status' var. Add a user message when starting an
7766 async command.
7767 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7768 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7769 Use with-current-buffer.
7770 (vc-buffer-sync): Use unless.
7771 (vc-next-action-on-file): If the file is 'edited by read-only,
7772 make it read-write instead of trying to commit.
7773 (vc-version-diff, vc-update-change-log): Use `setq
7774 default-directory' rather than `cd'.
7775 (vc-log-edit): Don't forget to set default-directory in the
7776 buffer.
7777
7778 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7779 (vc-sccs-state-heuristic): Use file-writable-p instead of
7780 comparing userids.
7781 (vc-sccs-checkout): Use `unless'.
7782
7783 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7784 of comparing userids.
7785 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7786 Simplify the logic by eliminating unreachable code.
7787 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7788 just do a recursive call if we need to retry.
7789 (vc-rcs-checkout): Handle the case where rcs is missing by making
7790 the buffer read-write if requested and re-signalling the error.
7791
7792 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7793
77942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7795
7796 * vc-hooks.el (vc-handled-backends): Docstring change.
7797 (vc-ignore-vc-files): Mark obsolete.
7798 (vc-registered): Check vc-ignore-vc-files.
7799 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7800 vc-ignore-vc-files.
7801
7802 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7803
78042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7805
7806 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7807 files since ange-ftp already has vc-registered return nil.
7808
7809 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7810 (vc-sccs-workfile-version): Use with-temp-buffer and new
7811 vc-parse-buffer and don't bother setting the property.
7812 (vc-sccs-add-triple): Use with-current-buffer and
7813 find-file-noselect.
7814 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7815
7816 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7817 derives from the old vc-parse-buffer but uses the revision number
7818 rather than the date (much easier to compare robustly).
7819 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7820 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7821 locking-user more directly. Check strict locking and set
7822 checkout-model appropriately.
7823 (vc-rcs-parse-locks): Remove.
7824 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7825 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7826 (vc-rcs-system-release): Use with-current-buffer and
7827 vc-parse-buffer.
7828 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7829
7830 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7831 (vc-simple-command): Docstring fix.
7832 (vc-registered): Align the way the file-handler is called with the
7833 way the function itself works.
7834 (vc-file-owner): Remove.
7835
7836 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7837 extraction of fields and call to file-attributes because of a
7838 temporary bug in rcp.el.
7839 (vc-cvs-fetch-status): Use with-current-buffer.
7840
78412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7842
7843 * vc.el (vc-do-command): Use file-relative-name.
7844 (vc-responsible-backend): Use vc-backend if possible.
7845 (vc-create-snapshot): Improve the `interactive' spec. Add support
7846 for branches and dispatch to backend-specific `create-snapshot'.
7847 (vc-default-create-snapshot): New function, containing the bulk of
7848 the old vc-create-snapshot.
7849 (vc-retrieve-snapshot): Improve the interactive spec.
7850
7851 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7852 (vc-backend-hook-functions): Remove.
7853 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7854 (vc-backend): Reintroduce the test for `file = nil' now that I
7855 know why it was there (and added a comment to better remember).
7856
7857 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7858 code from vc-sccs-hooks.el.
7859 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7860 'vc anymore.
7861 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7862 and file-directory-p instead of file-exists-p.
7863 (vc-sccs-check-headers): Simplify the regexp.
7864
7865 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7866 from vc-rcs-hooks.el. Don't require 'vc anymore.
7867 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7868 file-directory-p instead of file-exists-p.
7869
7870 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7871 from vc-cvs-hooks.el.
7872 (proto vc-cvs-registered): Require 'vc-cvs instead of
7873 'vc-cvs-hooks. Don't require 'vc anymore.
7874 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7875 file-directory-p instead of file-exists-p.
7876 (vc-cvs-create-snapshot): New function, replacing
7877 vc-cvs-assign-name.
7878 (vc-cvs-assign-name): Remove.
7879
78802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7881
7882 * vc-cvs.el (vc-cvs-header): New var.
7883
7884 * vc-rcs.el (vc-rcs-exists): Remove.
7885 (vc-rcs-header): New var.
7886
7887 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7888 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7889 (vc-sccs-header): New var.
7890
7891 * vc.el (vc-do-command): Get rid of the `last' argument.
7892 (vc-header-alist): Remove, replaced by vc-X-header.
7893 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7894 (vc-dired-hook): Use expand-file-name instead of concat.
7895 (vc-directory): Use file-name-as-directory.
7896 (vc-snapshot-precondition, vc-create-snapshot)
7897 (vc-retrieve-snapshot): Allow the command to operate on any
7898 directory.
7899
7900 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7901 just removing the 'WORKFILE argument or by removing the 'MASTER
7902 argument and replacing `file' with (vc-name file).
7903
79042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7905
7906 * vc.el: Update Copyright and add a crude list of backend funs.
7907 (vc-writable-p): New function.
7908 (with-vc-file): Use vc-writable-p.
7909 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7910 (vc-register): Avoid vc-name.
7911 (vc-locking-user): Remove.
7912 (vc-steal-lock): Make the `owner' arg non-optional.
7913 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7914 vc-checkout-model.
7915 (vc-default-dired-state-info): Use vc-state instead of
7916 vc-locking-user and return special strings for special states.
7917 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7918 and get rid of one of the special CVS cases.
7919 (vc-cancel-version): prettify error message with \\[...].
7920 (vc-rename-master): New function.
7921 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7922 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7923 the CVS special case generic.
7924 (vc-default-record-rename): Remove.
7925 (vc-file-tree-walk-internal): Only call FUNC for files that are
7926 under control of some VC backend and replace `concat' with
7927 expand-file-name.
7928 (vc-file-tree-walk): Update docstring.
7929 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7930 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7931
7932 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7933 vc-sccs-record-rename. Use `find-file-noselect' rather than
7934 `find-file' and call `vc-rename-master' to do the actual move.
7935 (vc-sccs-diff): Remove unused `backend' variable.
7936
7937 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7938 to delay loading of vc-sccs until it is really used.
7939 (vc-sccs-master-templates): Preload.
7940 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7941 (vc-sccs-project-dir): Remove (merged into
7942 vc-sccs-search-project-dir).
7943 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7944 rather than `concat', make sure it is preloaded and don't bother
7945 to check that the file actually exists.
7946 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7947 `locks' argument (use buffer's content instead) and eliminate n^2
7948 behavior.
7949
7950 * vc-rcs.el: Update Copyright.
7951 (vc-rcs-rename-file): New function.
7952 (vc-rcs-diff): Remove unused `backend' variable.
7953
7954 * vc-hooks.el: Update Copyright.
7955 (vc-backend): Don't accept a nil argument any more.
7956 (vc-up-to-date-p): Turn into a defsubst.
7957 (vc-possible-master): New function.
7958 (vc-check-master-templates): Use `vc-possible-master' and allow
7959 funs in vc-X-master-templates to return a non-existent file.
7960
7961 * vc-cvs.el: Update Copyright.
7962 (vc-cvs-diff): Remove unused `backend' variable.
7963 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7964
7965 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7966
79672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7968
7969 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7970 since it can be called from vc-rcs.el.
7971 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7972
79732000-09-04 Andre Spiegel <spiegel@gnu.org>
7974
7975 * vc.el (vc-version-diff): Expand file name read from the
7976 minibuffer. Handle the case when a previous version number can't
7977 be guessed. Give suitable messages when there were no differences
7978 found.
7979 (vc-clear-headers): Call backend-specific implementation, if one
7980 exists.
7981 (vc-cancel-version): Made error checks generic. When done, clear
7982 headers generically, too.
7983
7984 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7985 from vc-clear-headers in vc.el.
7986
7987 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7988 correctly.
7989 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7990 optional. Handle the case when it's not there.
7991
79922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7993
7994 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7995
79962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7997
7998 * vc-hooks.el (vc-loadup): Remove.
7999 (vc-find-backend-function): Use `require'. Also, handle the case
8000 where vc-BACKEND-hooks.el doesn't exist.
8001 (vc-call-backend): Cleanup.
8002
80032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8004
8005 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8006 vc-rcs-grab-templates)
8007 (vc-rcs-registered): Remove. The default function works as well.
8008 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8009 vc-sccs-grab-templates)
8010 (vc-sccs-registered): Remove. The default function works as well.
8011
8012 * vc.el (vc-version-diff): Left out a vc- in call to
8013 vc-call-backend.
8014 (vc-default-dired-state-info, vc-default-record-rename)
8015 (vc-default-merge-news): Update for the new backend argument.
8016
8017 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8018 using the default function.
8019 (vc-call-backend): If calling the default function, pass it the
8020 backend as first argument. Update the docstring accordingly.
8021 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8022 for the new backend argument.
8023 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8024 (vc-find-backend-function): Use the new name.
8025 (vc-default-registered): New function.
8026
80272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8028
8029 * vc.el (vc-merge): Use vc-find-backend-function.
8030
8031 * vc-hooks.el (vc-backend-functions): Remove.
8032 (vc-loadup): Don't setup 'vc-functions.
8033 (vc-find-backend-function): New function.
8034 (vc-call-backend): Use above fun and populate 'vc-functions
8035 lazily.
8036 (vc-backend-defines): Remove.
8037
80382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8039
8040 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8041 Call vc-call-backend without the leading vc-.
8042 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8043 (vc-check-headers): Call vc-call-backend without the leading vc-.
8044 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8045 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8046 Call vc-call-backend without the leading vc-.
8047
8048 * vc-cvs.el (tail): Provide vc-cvs.
8049 * vc-sccs.el (tail): Provide vc-sccs.
8050 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8051
8052 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8053 (vc-make-backend-function, vc-call): Pass names without leading
8054 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8055 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8056 (vc-call-backend): Always try to load vc-X-hooks.
8057 (vc-registered): Remove vc- in call to vc-call-backend.
8058
80592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8060
8061 * vc.el (vc-process-filter): New function.
8062 (vc-do-command): Setup `vc-process-filter' for the async process.
8063 (vc-maybe-resolve-conflicts): New function to reduce
8064 code-duplication. Additionally, it puts the buffer in
8065 `smerge-mode' if applicable.
8066 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8067 calling `merge-news'.
8068 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8069 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8070 interfacing to log-edit.el.
8071 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8072 log-edit is available.
8073 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8074
80752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8076
8077 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8078 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8079 defvar and the initialization.
8080 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8081
8082 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8083 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8084
8085 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8086
80872000-09-04 Andre Spiegel <spiegel@gnu.org>
8088
8089 * vc.el (vc-file-clear-masterprops): Removed.
8090 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8091 (vc-version-diff): Use buffer-size without argument.
8092 (vc-register): Heed vc-initial-comment.
8093
8094 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8095 default branch.
8096
8097 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8098 file name and workfile version.
8099 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8100
8101 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8102 vc-file-clear-masterprops.
8103
8104 * vc-sccs.el (vc-sccs-checkout): Removed call to
8105 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8106 rather than user login name.
8107
8108
81092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8110
8111 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8112 `want-differences-if-changed' and simplify.
8113 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8114 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8115 output (which is invalid for async vc-diff) to decide whether to
8116 do the revert silently or not.
8117
81182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8119
8120 * vc-hooks.el (vc-loadup): Load files quietly.
8121 (vc-call-backend): Oops, brain fart.
8122
81232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8124
8125 * vc-cvs.el (vc-cvs-state): Typo.
8126 (vc-cvs-merge-news): Return the status code rather than the error msg.
8127
81282000-09-04 Andre Spiegel <spiegel@gnu.org>
8129
8130 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8131 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8132 vc-state or vc-up-to-date-p.
8133 (vc-merge): Use vc-backend-defines to check whether merging is
8134 possible. Set state to 'edited after successful merge.
8135
8136 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8137 return that name. Redocumented.
8138
81392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8140
8141 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8142 new `vc-state' semantics.
8143 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8144 'vc-locking-user to the current user.
8145 (vc-merge): Inline vc-backend-merge. Comment out code that I
8146 don't understand and hence can't adapt to the new `vc-state' and
8147 `vc-locking-user' semantics.
8148 (vc-backend-merge): Remove.
8149
8150 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8151 rather than 'vc-locking-user.
8152
8153 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8154
8155 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8156 (vc-state): Don't use 'reserved any more. Just use the same
8157 convention as the one used for vc-<backend>-state where the
8158 locking user (as a string) is returned.
8159 (vc-locking-user): Update, based on the above convention. The
8160 'vc-locking-user property has disappeared.
8161 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8162
8163 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8164 with a heuristic one.
8165 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8166 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8167 error. That allows us to get to 'needs-merge even in the
8168 stay-local case. There's still no way to detect 'needs-patch in
8169 such a setup (or to force an update for that matter).
8170 (vc-cvs-logentry-check): Remove, the default works as well.
8171
81722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8173
8174 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8175
8176 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8177 major-mode in which the buffer might have been put earlier. Use
8178 `remove' and `when'. Allow `okstatus' to be `async' and use
8179 `start-process' in this case.
8180 (vc-version-diff): Handle the case where the diff looks empty
8181 because of the use of an async process.
8182
81832000-09-04 Andre Spiegel <spiegel@gnu.org>
8184
8185 * vc.el (vc-next-action-on-file): Removed optional parameter
8186 `simple'. Recompute state unconditionally.
8187 (vc-default-toggle-read-only): Removed.
8188
8189 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8190 (vc-toggle-read-only): Undid prev change.
8191
8192 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8193 vc-cvs-simple-toggle. Redocumented.
8194 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8195 (vc-cvs-toggle-read-only): Removed.
8196
81972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8198
8199 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8200 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8201 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8202 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8203 still is. So maybe it should be removed.
8204 (vc-head-version, vc-find-binary): Remove.
8205 (vc-recompute-state): Move from vc-hooks.el.
8206 (vc-next-action-on-file): Add a `simple' argument to allow
8207 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8208 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8209 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8210 (vc-dired-mode-map): Properly defvar it.
8211 (vc-print-log): Call log-view-mode if available.
8212 (small-temporary-file-directory): defvar instead of use boundp.
8213 (vc-merge-news): Moved to vc-cvs.el.
8214 (vc-default-merge-news): New function.
8215
8216 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8217 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8218 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8219 unknown `vc-latest-version' function. It should probably refer to
8220 vc-workfile-version or somesuch, but it's very unclear to me and I
8221 don't have SCCS to test things.
8222
8223 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8224 (vc-sccs-state-heuristic): Fix typo.
8225 (vc-sccs-workfile-unchanged-p): Add missing argument.
8226
8227 * vc-rcs.el: Require vc and vc-rcs-hooks.
8228 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8229 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8230 (vc-release-greater-or-equal-p): Move from vc.
8231 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8232 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8233 (vc-rcs-checkout): Add a missing `new-version' argument in the
8234 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8235
8236 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8237 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8238 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8239 than the apparently unbound `workfile-version'.
8240
8241 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8242 (vc-file-prop-obarray): Use `make-vector'.
8243 (vc-backend-functions): Add new hookable functions
8244 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8245 (vc-loadup): If neither backend nor default functions exist, use
8246 the backend function rather than nil.
8247 (vc-call-backend): If the function if not bound yet, try to load
8248 the non-hook file to see if it provides it.
8249 (vc-call): New macro plus use it wherever possible.
8250 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8251 nor `vc-find-binary' since it's only called from
8252 vc-mistrust-permission which is only used once the backend is known.
8253 (vc-checkout-model): Fix parenthesis.
8254 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8255
8256 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8257 (vc-cvs-release, vc-cvs-system-release): Remove.
8258 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8259 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8260 status symbols.
8261 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8262 (vc-cvs-toggle-read-only): First cut at a function to allow a
8263 cvs-status-free vc-toggle-read-only.
8264 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8265 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8266 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8267 (vc-cvs-checkout): Modify access rights directly if the user
8268 requested not to use `cvs edit'. And refresh the mode line.
8269
8270 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8271 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8272
82732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8274
8275 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8276 workfile' that got lost when the code was extracted from vc.el.
8277 And merged the tail with the rest of the code (not possible in the
8278 old vc.el where the tail was shared among all backends). And
8279 explicitly set the state to 'edited if `writable' is set.
8280
8281 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8282 (vc-cvs-state): Be careful to return the value from
8283 vc-cvs-parse-state.
8284 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8285 property but return it instead. Also be careful to handle a nil
8286 or "" `rev' when workfile is non-nil (it was handled properly when
8287 workfile was nil).
8288
8289 * vc.el: Removed those pesky unnecessary `(function' quotes.
8290 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8291 directly in the defvar.
8292 (vc-do-command): Bind inhibit-read-only so as to properly handle
8293 the case where the destination buffer has been made read-only.
8294 (vc-diff): Delegate to vc-version-diff in all cases.
8295 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8296 (vc-annotate-mode-variables): Removed (code moved partly to
8297 defvars and partly to vc-annotate-add-menu).
8298 (vc-annotate-mode): Turned into a derived-mode.
8299 (vc-annotate-add-menu): Moved in code in
8300 vc-annotate-mode-variables.
8301 (vc-update-change-log): Use make-temp-file if available.
8302
83032000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8304
8305 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8306 `vc-checkout-model' updated to `vc-cvs-update-model'.
8307
83082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8309
8310 * vc.el (vc-next-action-on-file): Added handling of state
8311 `unlocked-changes'.
8312 (vc-checkout-carefully): Is now practically obsolete, unless the
8313 above is too slow to be enabled unconditionally.
8314 (vc-update-change-log): Fixed typo.
8315
8316 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8317
8318 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8319 Now handles state `unlocked-changes'.
8320 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8321
8322 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8323
8324 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8325 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8326 `unlocked-changes'.
8327 (vc-rcs-workfile-unchanged-p): Renamed from
8328 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8329 function yet, but supposed to become one soon.
8330
8331 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8332 `vc-steal-lock'.
8333 (vc-call-backend): Changed error message.
8334 (vc-state): Added description of state `unlocked-changes'.
8335
83362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8337
8338 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8339 always return t in CVS-controlled directories.
8340
8341 * vc.el (vc-responsible-backend): New function.
8342 (vc-register): Largely rewritten.
8343 (vc-admin): Removed (implementation moved into vc-register).
8344 (vc-checkin): Redocumented.
8345 (vc-finish-logentry): If no backend defined yet (because we are in
8346 the process of registering), use the responsible backend.
8347
8348 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8349 Updated function lists.
8350 (vc-call-backend): Fixed typo.
8351
8352 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8353 New functions.
8354 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8355 Removed query option. Redocumented.
8356
83572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8358
8359 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8360
8361 * vc.el: Updated callers of `vc-checkout-required' to use
8362 `vc-checkout-model'.
8363
83642000-09-04 Martin Lorentzson <martinl@gnu.org>
8365
8366 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8367 stuff updated to reference this function instead of the old
8368 `vc-backend-release-p'.
8369
83702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8371
8372 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8373 vc-checkout-model. Return appropriate values. Updated callers.
8374
83752000-09-04 Martin Lorentzson <martinl@gnu.org>
8376
8377 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8378 (vc-backend-revert): Function moved into `vc-revert';
8379 `vc-next-action' must be updated to accomodate this change.
8380 (vc-backend-steal): Function moved into `vc-finish-steal'.
8381 (vc-backend-logentry-check): Function moved into
8382 `vc-finish-logentry'.
8383 (vc-backend-printlog): Function moved into `vc-print-log'.
8384 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8385 (vc-backend-assign-name): Function moved into
8386 `vc-create-snapshot'.
8387
83882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8389
8390 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8391 Rename to vc-checkout-model. Return appropriate values.
8392 Update callers.
8393
8394 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8395 to vc-checkout-model.
8396 (vc-checkout-required): Rename to vc-checkout-model.
8397 Re-implement and re-comment.
8398 (vc-after-save): Use vc-checkout-model.
8399
84002000-09-04 Martin Lorentzson <martinl@gnu.org>
8401
8402 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8403 Update to use the vc-BACKEND-diff functions instead.
8404 `vc-diff' is now working.
8405
8406 * vc-rcs.el (vc-rcs-logentry-check): New function.
8407
8408 * vc-cvs.el (vc-cvs-logentry-check): New function.
8409
8410 * vc-sccs.el (vc-sccs-diff): Function changed name from
8411 `vc-backend-diff'. This makes `vc-diff' work.
8412
8413 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8414 of functions possibly implemented in a vc-BACKEND library.
8415 (vc-checkout-required): Fix bug that caused an error to be
8416 signaled during `vc-after-save'.
8417
8418 * vc.el: Fix typo.
8419 This checkin is made with our new VC code base for the very first time.
8420 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8421
8422 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8423 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8424
8425 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8426 updated to `vc-uses-locking'.
8427 (vc-checkout-required): Call to backend function.
8428 `vc-checkout-required' updated to `vc-uses-locking' instead.
8429
8430 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8431 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8432
8433 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8434 to match the split into various backends.
8435 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8436 (vc-retrieve-snapshot): Bug fix.
8437
84382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8439
8440 * vc-sccs.el (vc-sccs-release): Doc fix.
8441
84422000-09-04 Martin Lorentzson <martinl@gnu.org>
8443
8444 * vc.el (vc-next-action-on-file): Bug found and fixed.
8445 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8446 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8447
8448 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8449 (vc-rcs-checkout): Name space cleaned up. No more revision number
8450 crunching function names that are not prefixed with vc-rcs.
8451 (vc-rcs-checkout-model): Function added. References to
8452 `vc-checkout-model' replaced.
8453
84542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8455
8456 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8457 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8458 still need to be split, and implemented for RCS).
8459
84602000-09-04 Martin Lorentzson <martinl@gnu.org>
8461
8462 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8463
8464 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8465 required by the vc.el file.
8466
8467 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8468 required by the vc.el file.
8469 (vc-rcs-exists): Function added.
8470
8471 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8472 required by the vc.el file.
8473
8474 * vc.el (vc-admin): Updated to handle selection of appropriate
8475 backend. Current implementation is crufty and need re-thinking.
8476
8477 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8478
84792000-09-04 Martin Lorentzson <martinl@gnu.org>
8480
8481 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8482 beginning of annotate buffers correctly.
8483
8484 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8485 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8486 functionality updated quite a lot to support multiple backends.
8487 Variables `vc-annotate-mode', `vc-annotate-buffers',
8488 `vc-annotate-backend' added.
8489
8490 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8491 `vc-annotate-difference' added to supported backend functions.
8492
84932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8494
8495 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8496 Use with-temp-file instead of /bin/sh. Merged from mainline
8497
84982000-09-04 Martin Lorentzson <martinl@gnu.org>
8499
8500 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8501
8502 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8503
8504 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8505
85062000-09-04 Martin Lorentzson <martinl@gnu.org>
8507
8508 * vc-hooks.el: vc-state-heuristic added to
8509 vc-backend-hook-functions.
8510
8511 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8512
8513 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8514
8515 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8516 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8517 state to `reserved'.
8518
8519 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8520 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8521
85222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8523
8524 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8525 untouched.
8526
8527 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8528
8529 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8530 if defined. (Merged from main line, slightly adapted.)
8531
8532 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8533 millenium problem (merged from mainline).
8534
85352000-09-04 Martin Lorentzson <martinl@gnu.org>
8536
8537 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8538 part and moved the non-BACKEND stuff to vc.el.
8539
8540 * vc.el: Split the annotate feature into a BACKEND specific part
8541 and moved it from the vc-cvs.el file to this one.
8542
85432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8544
8545 * vc-hooks.el: Implement new state model.
8546 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8547 (vc-locking-user): Simplify. Now only needed if the file is
8548 locked by somebody else.
8549 (vc-lock-from-permissions): Remove. Functionality is in
8550 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8551 (vc-mode-line-string): New name for former vc-status. Adapted.
8552 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8553
8554 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8555 Various simplifications and adaptations all over the place.
8556
8557 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8558 Simplify and adapt the rest.
8559
8560 * vc.el (vc-resynch-window): Add TODO comment: check for
8561 interaction with view mode according to recent RCS change.
8562 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8563
85642000-09-04 Martin Lorentzson <martinl@gnu.org>
8565
8566 * vc.el: Convert the remaining function comments to docstrings.
8567
85682000-09-04 Martin Lorentzson <martinl@gnu.org>
8569
8570 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8571 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8572 (vc-minor-part, vc-previous-version): Functions that operate and
8573 compare revision numbers got proper documentation. Comments added
8574 about their possible removal.
8575
85762000-09-04 Martin Lorentzson <martinl@gnu.org>
8577
8578 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8579 the vc-backend.el files.
8580
8581 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8582
8583 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8584 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8585 (vc-rcs-previous-version): Functions added.
8586
8587 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8588
8589 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8590
85912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8592
8593 * vc-hooks.el (vc-master-templates): Is really obsolete.
8594 Comment out the definition for now. What is the right procedure
8595 to get rid of it?
8596 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8597 rewritten.
8598 (vc-default-registered): Remove.
8599 (vc-check-master-templates): New function; does mostly what the
8600 above did before.
8601 (vc-locking-user): Don't rely on the backend to set the property.
8602
8603 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8604 Rewrite documentation.
8605 (vc-rcs-templates-grabbed): New variable.
8606 (vc-rcs-grab-templates): New function.
8607 (vc-rcs-registered): Rewrite to use above mechanism.
8608
8609 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8610 Rewrite documentation.
8611 (vc-sccs-templates-grabbed): New variable.
8612 (vc-sccs-grab-templates): New function.
8613 (vc-sccs-registered): Rewrite to use above mechanism.
8614 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8615 Don't throw the result, simply return it.
8616
8617 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8618 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8619 (vc-cvs-registered): Does the check itself now. Simplify.
8620
8621 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8622 from main line.
8623
86242000-09-04 Martin Lorentzson <martinl@gnu.org>
8625
8626 * vc-cvs.el (vc-cvs-diff): New function.
8627
8628 * vc-sccs.el (vc-sccs-diff): New function.
8629
8630 * vc-rcs.el (vc-rcs-diff): New function.
8631 (vc-rcs-checkout): Bug (typo) found and fixed.
8632 (vc-rcs-register-switches): New variable.
8633
8634 * vc.el (vc-backend-diff): Function removed and placed in the
8635 backend files.
8636
86372000-09-04 Martin Lorentzson <martinl@gnu.org>
8638
8639 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8640
8641 * vc.el (vc-backend-checkout): Function removed and replaced in
8642 the vc-backend.el files.
8643
8644 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8645
8646 * vc.el (vc-backend-admin): Removed and replaced in the
8647 vc-backend.el files.
8648
8649 * vc.el (Martin): Removed all the annotate functionality since it
8650 is CVS backend specific.
8651
86522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8653
8654 * spec.txt: Added specification of vc-state.
8655
8656 * vc-sccs-hooks.el (vc-sccs-master-properties):
8657 Remove handling of vc-latest-version and
8658 vc-your-latest-version. What used to be vc-latest-version, is now
8659 returned as vc-workfile-version.
8660 (vc-sccs-workfile-version): Adapt.
8661
86622000-09-04 Dave Love <fx@gnu.org>
8663
8664 * vc.el: [Merged from mainline.]
8665 (vc-dired-mode): Make the dired-move-to-filename-regexp
8666 regexp match the date, to avoid treating date as file size.
8667 Add YYYY S option to WESTERN/
8668
86692000-09-04 Dave Love <fx@gnu.org>
8670
8671 * vc.el: Require `compile' when compiling.
8672 (vc-logentry-check-hook): New option.
8673 (vc-steal-lock): Use compose-mail.
8674 (vc-dired-mode-map): Defvar when compiling.
8675 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8676 vc-sccs.el and renamed. Callers changed.
8677 (vc-backend-checkout, vc-backend-logentry-check)
8678 (vc-backend-merge-news): Doc fix.
8679 (vc-default-logentry-check): New function.
8680 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8681 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8682 (vc-backend-merge): Doc fix. Use backend functions.
8683 (vc-check-headers): Use backend functions.
8684
8685 * vc-cvs.el: Require vc when compiling.
8686 (vc-cvs-register-switches): Doc fix.
8687 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8688 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8689 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8690 New functions (code from vc.el).
8691 (vc-annotate-display-default): Fix interactive spec.
8692 (vc-annotate-time-span): Doc fix.
8693
8694 * vc-rcs.el: Require vc when compiling.
8695 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8696 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8697 (vc-rcs-checkin): New functions (code from vc.el).
8698 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8699 Doc fix.
8700 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8701
8702 * vc-sccs.el: Require vc when compiling.
8703 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8704 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8705 (vc-sccs-revert)
8706 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8707 from vc.el).
8708 (vc-sccs-add-triple, vc-sccs-record-rename)
8709 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8710 (vc-sccs-admin): Doc fix.
8711
87122000-09-04 Martin Lorentzson <martinl@gnu.org>
8713
8714 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8715 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8716 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8717 from vc.el.
8718
8719 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8720
8721 * vc-cvs.el: Moved the annotate functionality from vc.el.
8722 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8723
87242000-09-04 Dave Love <fx@gnu.org>
8725
8726 * vc.el (vc-backend-release): Call vc-system-release.
8727
8728 * vc-sccs.el (vc-sccs-system-release):
8729 Renamed from vc-sccs-backend-release.
8730
8731 * vc-rcs.el (vc-rcs-system-release):
8732 Renamed from vc-rcs-backend-release.
8733
8734 * vc-cvs.el (vc-cvs-system-release):
8735 Renamed from vc-cvs-backend-release.
8736
87372000-09-04 Dave Love <fx@gnu.org>
8738
8739 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8740 backend files.
8741 (vc-backend-release): Dispatch to backend functions.
8742 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8743 probably needs attention.]
8744
8745 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8746 (vc-sccs-backend-release): New function.
8747
8748 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8749 (vc-cvs-backend-release): New function.
8750
8751 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8752 Doc fix.
8753 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8754 (vc-default-dired-state-info): New function.
8755 (vc-dired-state-info): Dispatch to backends.
8756 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8757
8758 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8759 from vc.el and renamed.
8760
87612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8762
8763 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8764 (vc-version-other-window, vc-backend-assign-name): Removed
8765 references to vc-latest-version; sometimes changed into
8766 vc-workfile-version.
8767
8768 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8769 vc-rcs-master-workfile-version.
8770 (vc-rcs-workfile-version): Use the above. Don't call
8771 vc-latest-version (that was unreachable code, anyway).
8772 (vc-rcs-fetch-master-properties): Doc fix.
8773
8774 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8775 (vc-backend-hook-functions): Removed them from this list, too.
8776 (vc-fetch-properties): Removed.
8777 (vc-workfile-version): Doc fix.
8778
8779 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8780 (vc-rcs-workfile-version, vc-rcs-locking-user)
8781 (vc-rcs-uses-locking): Use it.
8782
8783 * vc-hooks.el (vc-consult-rcs-headers):
8784 Moved into vc-rcs-hooks.el, under the name
8785 vc-rcs-consult-headers.
8786
8787 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8788 headers.
8789 (vc-cvs-find-master): Use this name only; correct different
8790 versions of the name.
8791
8792 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8793 New functions.
8794 (vc-sccs-locking-user): Use the latter.
8795
8796 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8797 New functions.
8798
8799 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8800 Moved into both
8801 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8802 functions are implementation details of those two backends.
8803
88042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8805
8806 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8807 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8808
8809 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8810 (vc-sccs-parse-locks): SCCS-specific code moved here from
8811 vc-hooks.
8812
8813 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8814 code moved here from vc-hooks.
8815
8816 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8817 into back-end specific parts and removed. Callers not updated
8818 yet; because I guess these callers will disappear into back-end
8819 specific files anyway.
8820
88212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8822
8823 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8824 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8825 `vc-uses-locking'.
8826
8827 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8828 Store yes/no in the property, and return t/nil. Updated all
8829 callers.
8830
8831 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8832 vc-sccs-uses-locking. Don't set property.
8833 (vc-sccs-locking-user): Don't set property.
8834
8835 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8836 vc-cvs-uses-locking. Don't set property here; leave that to
8837 vc-hooks.
8838 (vc-cvs-locking-user): Reflect above change. Streamlined.
8839
8840 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8841 vc-rcs-uses-locking.
8842 (vc-rcs-locking-user): Reflect above change.
8843
88442000-09-04 Dave Love <fx@gnu.org>
8845
8846 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8847
8848 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8849
8850 * vc-hooks.el (vc-checkout-model): Punt to backends.
8851
8852 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8853
8854 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8855
8856 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8857 New functions.
8858
8859 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8860 New functions.
8861
8862 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8863 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8864
8865 * vc-hooks.el (vc-default-locking-user): New function.
8866 (vc-locking-user, vc-workfile-version): Punt to backends.
8867
88682000-09-04 Dave Love <fx@gnu.org>
8869
8870 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8871 (vc-master-workfile-version): Moved from vc-hooks.
8872
8873 * vc-rcs-hooks.el: Fix duplicate code in last change.
8874
8875 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8876 (vc-rcs-master-templates): Improve :type.
8877 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8878 vc-master-workfile-version): Moved from vc-hooks.
8879
8880 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8881 (vc-sccs-master-templates): Improve :type.
8882 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8883
8884 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8885
8886 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8887 (vc-cvs-master-templates): Improve :type. Use
8888 vc-cvs-find-cvs-master.
8889 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8890 from vc-hooks.
8891 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8892
8893 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8894 Moved to vc-cvs-hooks.
8895
8896 * vc-hooks.el: Add doc strings in various places. Simplify the
8897 minor mode setup.
8898 (vc-handled-backends): New user variable.
8899 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8900 simplification.
8901
89022000-09-04 Dave Love <fx@gnu.org>
8903
8904 * vc.el: Some doc fixes for autoloaded and interactive functions.
8905 Fix compilation warnings from ediff stuff.
8906 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8907
8908 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8909
8910 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8911
8912 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8913
89142000-09-04 Dave Love <fx@gnu.org>
8915
8916 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8917 New variable.
8918 (vc-make-backend-function, vc-loadup, vc-call-backend)
8919 (vc-backend-defines): New functions.
8920
8921 * vc-hooks.el: Various doc fixes.
8922 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8923 (vc-match-substring): Function removed. Callers changed to use
8924 match-string.
8925 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8926 Simplify.
8927
89282000-09-04 Dave Love <fx@gnu.org>
8929
8930 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8931 type.
8932 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8933 (vc-sccs-registered): Doc fix.
8934
8935 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8936 (vc-cvs-registered): Doc fix.
8937
8938 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8939 (vc-rcs-registered): Doc fix.
8940
89412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8942
8943 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8944
8945 * vc-hooks.el: vc-registered has been renamed
8946 vc-default-registered. Some functions have been moved to the
8947 backend specific files. they all support the
8948 vc-BACKEND-registered functions.
8949
89502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8951
8952 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8953
8954 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8955
89562000-09-04 Dave Love <fx@gnu.org>
8957
8958 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8959 menu-bar-update-hook.
8960
8961 * help.el (help-manyarg-func-alist): Add
8962 find-operation-coding-system.
8963
8964 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8965
8966 * custom.el (custom-set-variables): Print message about errors in
8967 setting.
8968
89692000-09-03 Andrew Innes <andrewi@gnu.org>
8970
8971 * makefile.w32-in: Change to DOS line endings.
8972
89732000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8974
8975 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8976 minor-mode keymaps, if they don't have one.
8977
89782000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8979
8980 * eshell/esh-module.el (eval-when-compile): Don't lose if
8981 esh-module.el's file name is truncated to DOS 8+3 limits.
8982
89832000-09-01 John Wiegley <johnw@gnu.org>
8984
8985 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8986 predicate, which caused entries in the completion list to be
8987 doubled.
8988
89892000-08-30 John Wiegley <johnw@gnu.org>
8990
8991 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8992 sending to subprocesses. Also, hook pre-command-hook if
8993 `eshell-send-direct-to-subprocesses' is non-nil.
8994 (eshell-send-direct-to-subprocesses): New config variable. If t,
8995 subprocess input is send immediately.
8996 (eshell-toggle-direct-send): New function.
8997 (eshell-self-insert-command): New function.
8998 (eshell-intercept-commands): New function.
8999 (eshell-send-input): If direct subprocess sending is enabled,
9000 don't echo any input to the Eshell buffer. Let the subprocess
9001 handle that. This requires "stty echo" in bash, for example.
9002
90032000-08-28 John Wiegley <johnw@gnu.org>
9004
9005 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9006 completion function for Eshell's implementation of `unset'.
9007
90082000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9009
9010 * info.el (Info-directory-list): Doc fix.
9011
90122000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9013
9014 * filecache.el (file-cache-add-directory-using-find): Don't quote
9015 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9016
90172000-08-31 Kenichi Handa <handa@etl.go.jp>
9018
9019 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9020 coding systems.
9021
90222000-08-30 Andrew Innes <andrewi@gnu.org>
9023
9024 * timer.el (run-with-idle-timer): Undo last change, so that timer
9025 is not activated immediately if Emacs is already idle. Some
9026 existing code relies on this behaviour.
9027
90282000-08-30 Miles Bader <miles@gnu.org>
9029
9030 * frame.el (set-frame-font): Do completion of font-name for
9031 interactive use.
9032
90332000-08-30 Kenichi Handa <handa@etl.go.jp>
9034
9035 * international/quail.el (quail-start-translation): Bind locally
9036 last-command-event, last-command, and this-command.
9037 (quail-start-conversion): Likewise.
9038 (quail-self-insert-command): Fix docstring.
9039
90402000-08-29 Gerd Moellmann <gerd@gnu.org>
9041
9042 * progmodes/executable.el
9043 (executable-make-buffer-file-executable-if-script-p): Check that
9044 buffer contains at least 2 characters.
9045
90462000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9047
9048 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9049
90502000-08-29 Dave Love <fx@gnu.org>
9051
9052 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9053 (diff-mode-shared-map): Bind mouse-2.
9054 (diff-imenu-generic-expression): New variable.
9055 (diff-mode): Use it.
9056
9057 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9058 (mouse-popup-menubar): Add minor mode menus.
9059 (popup-menu): Check for lookup-key returning number.
9060
90612000-08-29 Miles Bader <miles@gnu.org>
9062
9063 * comint.el (comint-send-input): Create overlays using the proper
9064 front/read-advance arguments.
9065
90662000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9067
9068 * ps-print.el: Even/odd pages printing. Doc fix.
9069 (ps-print-version): New version number (6.0).
9070 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9071 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9072 (ps-print-duplex-feature): Variable eliminated.
9073 (ps-even-or-odd-pages): New variable.
9074
9075 * progmodes/ebnf2ps.el: Doc fix.
9076 (ebnf-version): New version (3.3).
9077 (ebnf-user-arrow): Change variable customization to sexp.
9078 (ebnf-user-arrow): Function eliminated.
9079 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9080
90812000-08-29 Kenichi Handa <handa@etl.go.jp>
9082
9083 * help.el (help-xref-mule-regexp): New variable.
9084 (help-make-xrefs): Handle help-xref-mule-regexp.
9085
9086 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9087 variable.
9088 (describe-input-method): Temporarily activate the specfied input
9089 method to display the information.
9090 (describe-language-environment): Hyperlinks to mule related items.
9091
9092 * international/mule-diag.el (charset-multibyte-form-string): New
9093 function.
9094 (list-character-sets-1): Use charset-multibyte-form-string.
9095 (describe-character-set): New function.
9096 (describe-coding-system): Hyperlinks to safe character sets.
9097
9098 * international/quail.el (quail-help): New arg PACKAGE.
9099 Hyperlinks to mule related items.
9100 (quail-help-insert-keymap-description): Use
9101 substitute-command-keys instead of describe-bindings.
9102 (quail-translation-help): Hyperlinks to mule related items.
9103
91042000-08-28 John Wiegley <johnw@gnu.org>
9105
9106 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9107 have a defsubst call itself. Made `eshell-flatten-list' back into
9108 a function again.
9109
9110 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9111 catch, in case re-centering point at bottom messes up the display.
9112 This happens frequently in Emacs 21, due I believe to variable
9113 line heights.
9114
9115 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9116 to call `find-tag-interactive'.
9117
9118 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9119 the list of remember directories.
9120
91212000-08-28 John Wiegley <johnw@gnu.org>
9122
9123 * align.el: Test align-region-separate to see if it's a symbol.
9124
91252000-08-28 John Wiegley <johnw@gnu.org>
9126
9127 * eshell/esh-util.el (eshell-flatten-list): Made this function
9128 into a defsubst form. It gets used very frequently, although
9129 calls don't occur all that often.
9130
9131 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9132 examining it.
9133
9134 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9135 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9136 `eshell-protect'.
9137 (eshell-copy-handles): Created a new macro for duplicating the
9138 current set of open handles. This is needed by the looping
9139 functions.
9140 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9141 is not incorrectly stomped on.
9142
9143 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9144 declaration for pcomplete-use-paring.
9145 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9146 value of eshell-cmpl-use-paring.
9147 * pcomplete.el (pcomplete-use-paring): New config variable, to
9148 indicate whether paring should be used.
9149 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9150 completion alternatives that have already been used.
9151
9152 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9153 bound to C-c C-y, which will repeat the previous N arguments
9154 (based on prefix argument).
9155 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9156
9157 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9158 if there is no *Help* buffer. This is for XEmacs, which renames
9159 its help buffers uniquely. TODO: Find out what the current buffer
9160 name to delete is.
9161
9162 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9163 first entry that correlates to a passwd/group number. Later
9164 entries (used for group/user name aliasing to multiple IDs) are
9165 ignored.
9166
9167 * eshell/em-xtra.el (eshell/expr):
9168 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9169 (eshell-grep, eshell/diff, eshell/locate):
9170 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9171 argument list, before passing it to the system command.
9172
9173 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9174 `find-tag' for use at final position in Eshell buffers (which
9175 otherwise triggers an error on Emacs 21).
9176 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9177 buffer, if it is currently bound to `find-tag'.
9178
9179 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9180 in the list of matched Makefile names.
9181 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9182 directory, prefer its contents to Makefile.
9183
9184 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9185 directory parts (like "cd old new", or "cd =regexp"), are now case
9186 sensitive on non-Windows/DOS platforms.
9187
9188 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9189 types RET after an open delimiter (like "), display a message
9190 indicating that Eshell is waiting for the closing delimiter.
9191
9192 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9193 environment variables.
9194
9195 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9196 gracefully if the user enters incorrect arguments.
9197
9198 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9199 Eshell buffers.
9200
9201 * eshell/esh-var.el (eshell-interpolate-variable):
9202 * eshell/esh-mode.el (eshell-move-argument):
9203 * eshell/em-unix.el (eshell-du-sum-directory):
9204 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9205 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9206 (not (= ...)).
9207
9208 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9209 to ensure the `preserve' flag gets propagated when doing recursive
9210 directory copies.
9211
92122000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9213
9214 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9215 Don't convert \n into \0177 in memory.
9216 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9217 and back again, when reading and writing.
9218
92192000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9220
9221 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9222 testing of `fboundp' on `processp'.
9223
9224 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9225 (eshell/jobs): Don't call process-list if it is not bound.
9226 (eshell-gather-process-output): Support systems where async
9227 subprocesses aren't supported.
9228 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9229 variables.
9230
9231 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9232 eshell-do-eval returns t.
9233 (eshell-do-pipelines-synchronously): New defmacro.
9234 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9235 when async subprocesses aren't supported.
9236 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9237 if async subprocesses aren't supported.
9238 (eshell-resume-command): Don't assume STATUS is a string.
9239
9240 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9241
9242 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9243 (eshell-close-target, eshell-get-target): Use eshell-processp.
9244 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9245 fix.
9246 (eshell-get-target, eshell-create-handles): Doc fix.
9247
92482000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9249
9250 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9251 criterion to include commands that output something, as long as it
9252 leaves both the command and the end-of-buffer visible when the
9253 command has exited.
9254 (eshell-review-quick-commands): Adjust the help doc string
9255 accordingly.
9256
92572000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9258
9259 * locate.el (locate): Cleaned up locate command's interactive prompting
9260 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9261
9262 * filecache.el (file-cache-case-fold-search): New variable
9263 (file-cache-assoc-function): New variable
9264 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9265 Use file-cache-case-fold-search variable
9266 (file-cache-add-file): Use file-cache-assoc-function
9267 (file-cache-delete-file): likewise
9268 (file-cache-directory-name): likewise
9269 (file-cache-debug-read-from-minibuffer): likewise
9270
92712000-08-28 Gerd Moellmann <gerd@gnu.org>
9272
9273 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9274 (abbrev-table-name): New function.
9275 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9276 If non-nil list local abbrev, only.
9277
92782000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9279
9280 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9281 from Gnus support code, and use special article copy buffer
9282 `(gnus-original-article-buffer)' instead. This allows to get rid
9283 of article-hide-headers usage (which breaks in the latest Gnus
9284 version). Thanks to Detlev Zundel.
9285
92862000-08-28 Kenichi Handa <handa@etl.go.jp>
9287
9288 * international/quail.el (quail-use-package): Hide "... loaded"
9289 message.
9290 (quail-start-translation, quail-start-conversion): Likewise.
9291
9292 * international/kkc.el (kkc-region): Hide "... loaded" message.
9293
92942000-08-27 Dave Love <fx@gnu.org>
9295
9296 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9297
92982000-08-27 Miles Bader <miles@gnu.org>
9299
9300 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9301
93022000-08-27 Kenichi Handa <handa@etl.go.jp>
9303
9304 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9305 'ja-dic-cnv), not (require 'skkdic-cnv).
9306
93072000-08-26 Miles Bader <miles@gnu.org>
9308
9309 * faces.el (face-x-resources): Add entry for :inherit.
9310 * cus-face.el (custom-face-attributes): Add support for :inherit
9311 attribute. Add support for relative face heights.
9312 (custom-face-attributes-get): Treat `nil' as being a default value
9313 for :inherit (as well as `unspecified').
9314
9315 * faces.el (set-face-attribute): Update doc string.
9316 (face-attribute-name-alist): Add :inherit.
9317 (face-valid-attribute-values): Handle :inherit.
9318 (face-read-string): Rephrase prompt to be less confusing.
9319 Assume that DEFAULT is a string, since we must return a string.
9320 (face-read-integer): Use `format' to turn DEFAULT into an
9321 acceptable default for face-read-string. Match NEW-VALUE against
9322 the string "unspecified", not the symbol `unspecified', since
9323 that's what face-read-string returns.
9324 (read-face-attribute): Lookup a name for old-value in valid, and
9325 use it as a default if we find one. Treat all values from
9326 face-read-string as strings. If the default is used, don't do any
9327 more processing on the value, just use the old value directly.
9328 (read-face-and-attribute, modify-face): Tweak prompt.
9329 (read-face-name): Don't assume prompt ends with a space.
9330
9331 * faces.el (describe-face): Add support for :inherit attribute.
9332
93332000-08-25 Kenichi Handa <handa@etl.go.jp>
9334
9335 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9336 concat doesn't accept interger.
9337
9338 * international/kkc.el: Remove SKK from Keywords. Require
9339 ja-dic-utl instead of skkdic-utl.
9340
9341 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9342 Provide ja-dic-cnv instead of skkdic-cnv.
9343 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9344 (iso-2022-7bit-short): Add safe-charsets property.
9345 (skkdic-convert-postfix): Search Japanese chou-on character in
9346 addition to Hiragana character.
9347 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9348 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9349 (batch-skkdic-convert): Likewise.
9350
9351 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9352 Provide ja-dic-utl instead of skkdic-utl.
9353 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9354
93552000-08-24 Dave Love <fx@gnu.org>
9356
9357 * disp-table.el (standard-display-default): Make the test of `l'
9358 useful.
9359
9360 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9361 mod sample text.
9362
9363 * international/iso-ascii.el: Make pilcrow convenient string
9364 consistent with section.
9365 (iso-ascii-display): Set up multibyte characters as well as
9366 unibyte.
9367
93682000-08-24 Kenichi Handa <handa@etl.go.jp>
9369
9370 * international/mule-cmds.el (reset-language-environment): Set
9371 default-process-coding-system to '(undecided . iso-latin-1), which
9372 makes process I/O almost consistent with file I/O. Call this
9373 function when mule-cmds.el[c] is loaded.
9374
93752000-08-22 Andrew Innes <andrewi@gnu.org>
9376
9377 * makefile.w32-in: New file.
9378
93792000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9380
9381 * comint.el (comint-output-filter): Compare end of
9382 comint-last-output-overlay with the start of the newly inserted
9383 text, not the end, when deciding whether to extend it.
9384 Set saved-point's insertion type to advance after insertion.
9385
9386 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9387 since this is now done independently of font-lock mode.
9388
93892000-08-21 Gerd Moellmann <gerd@gnu.org>
9390
9391 * server.el (server-kill-new-buffers): New user option.
9392 (server-existing-buffer): New buffer-local variable.
9393 (server-visit-files): When using an existing buffer, set
9394 server-existing-buffer to t.
9395 (server-buffer-done): If server-kill-new-buffers is t, kill the
9396 buffer, unless it was already present before visiting it with
9397 Emacs server.
9398
93992000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9400
9401 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9402 even if the display doesn't support colors: some displays will
9403 support bold/underline faces.
9404
94052000-08-21 Gerd Moellmann <gerd@gnu.org>
9406
9407 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9408
9409 * startup.el (command-line): If user's init file had an error,
9410 add explanatory text to *Messages*.
9411
94122000-08-21 Kenichi Handa <handa@etl.go.jp>
9413
9414 * man.el (Man-getpage-in-background): Decode the process output by
9415 the system locale coding system.
9416
94172000-08-20 Dave Love <fx@gnu.org>
9418
9419 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9420 Don't test x-popup-menu.
9421 (function) <complete-function>: Complete only fbound symbols.
9422 <validate, value>: New.
9423 (variable) <complete-function>: Complete only bound symbols.
9424 (coding-system): Add :base-only, :complete-function, :validate,
9425 :value, :prompt-match.
9426 (widget-coding-system-prompt-value): Use read-coding-system and
9427 act on :base-only.
9428 (editable-field): Add :help-echo.
9429 (widget-push-button-gui, widget-push-button-cache)
9430 (widget-gui-action, widget-editable-list-gui): COmment out, along
9431 with uses.
9432 (widget-at): Make arg optional.
9433 (widget-echo-help): Adjust for current help-echo calling sequence.
9434 (widget-specify-field, widget-specify-button)
9435 (widget-specify-insert, widget-get-sibling, widget-image-find)
9436 (widget-convert, widget-insert, widget-leave-text)
9437 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9438 (widget-setup, widget-field-find, widget-before-change)
9439 (widget-after-change, widget-default-complete)
9440 (widget-default-create, widget-default-delete)
9441 (widget-push-button-value-create, editable-field)
9442 (widget-field-prompt-value, widget-field-validate)
9443 (widget-choice-value-create, widget-choice-action)
9444 (widget-choice-validate, widget-checklist-add-item)
9445 (widget-radio-add-item, widget-radio-chosen)
9446 (widget-radio-value-inline, widget-editable-list-value-create)
9447 (widget-editable-list-entry-create)
9448 (widget-documentation-link-add)
9449 (widget-documentation-string-value-create)
9450 (widget-regexp-validate, widget-file-complete)
9451 (widget-sexp-validate, widget-plist-convert-widget)
9452 (widget-plist-convert-widget, widget-alist-convert-widget)
9453 (widget-alist-convert-widget, widget-color-complete): Simplify,
9454 particularly to avoid bindings which aren't optimized out.
9455
9456 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9457 Doc fix.
9458 (down-list, backward-up-list, up-list, kill-sexp)
9459 (backward-kill-sexp, mark-sexp): Make arg optional.
9460 (lisp-complete-symbol): Add optional arg PREDICATE.
9461
9462 * cus-start.el: Add display-buffer-reuse-frames,
9463 file-coding-system-alist.
9464
94652000-08-20 Gerd Moellmann <gerd@gnu.org>
9466
9467 * startup.el (command-line): Clear realized faces after
9468 modifying TTY color mappings.
9469
94702000-08-20 Miles Bader <miles@gnu.org>
9471
9472 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9473 merely a subset of FACE's attributes.
9474
94752000-08-19 Miles Bader <miles@gnu.org>
9476
9477 * comint.el (comint-output-filter): Save the point with a marker,
9478 not just a buffer position.
9479
9480 * international/mule.el (set-buffer-process-coding-system): Make
9481 interactive prompt less confusing.
9482
94832000-08-19 Gerd Moellmann <gerd@gnu.org>
9484
9485 * hilit-chg.el: General cleanup of doc strings, comments and
9486 code formatting.
9487
94882000-08-19 Miles Bader <miles@gnu.org>
9489
9490 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9491 Compiler macro removed; beginning-of-line is no longer always
9492 equivalent to forward-line, in the presence of fields.
9493
9494 * comint.el (comint-output-filter): Remove ad-hoc saving of
9495 restriction, and just use save-restriction, now that it works
9496 correctly. Don't adjust comint-last-input-start to account for
9497 our insertion; it shouldn't have moved because we don't use
9498 insert-before-markers anymore. Comment out call to
9499 `force-mode-line-update'; why is it here?
9500
9501 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9502 while checking for prompt to delete. Use `forward-line 0'
9503 instead of beginning-of-line.
9504 (gud-filter): Temporarily widen gud comint buffer while
9505 examining output.
9506
95072000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9508
9509 * progmodes/sh-script.el: Big bag of typos.
9510
9511 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9512 check since ispell-process is not bound when ispell is not yet loaded.
9513
95142000-08-18 Dave Love <fx@gnu.org>
9515
9516 * image.el (find-image): Copy `spec' before using plist-put.
9517
95182000-08-18 Gerd Moellmann <gerd@gnu.org>
9519
9520 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9521 `portugues'.
9522
9523 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9524 backward-kill-sexp, analogous to kill-sexp.
9525
9526 * progmodes/icon.el (icon-indent-line)
9527 (icon-is-continuation-line): Handle comments specially.
9528
95292000-08-17 Ken Stevens <k.stevens@ieee.org>
9530
9531 * ispell.el: Set to standard author/maintainer/keyword fields.
9532 Fine tuning to menu map appearance and operation, and added help.
9533 Remove `start' and `end' error messages when compiling.
9534 (ispell-choices-win-default-height): Fixed comment string.
9535 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9536 castellano8 dictionaries.
9537 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9538 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9539 dictionary, added italiano dictionary.
9540 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9541 word character
9542 (ispell-tex-skip-alists): Added psfig support.
9543 (ispell-skip-html): Renamed from ispell-skip-sgml.
9544 (ispell-begin-skip-region-regexp, ispell-skip-region)
9545 (ispell-minor-check): Improved html skipping support to skip across
9546 code, and recognize `&' commands without propper `;' syntax;
9547 (ispell-process-line): Fix alignment error when manually
9548 correcting spelling.
9549 (ispell): Fix comment string.
9550 (ispell-add-per-file-word-list): Always put word list on new line.
9551
95522000-08-17 Gerd Moellmann <gerd@gnu.org>
9553
9554 * format.el (format-encode-run-method): Fix error message to say
9555 `encode' instead of `decode'. Use save-window-excursion around
9556 shell-command-on-region as in format-decode-run-method because
9557 shell-command-on-region can display a buffer with error output.
9558 (format-decode): Don't record undo information for the decoding.
9559 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9560 that number part of the temporary buffer name so that more than
9561 one decoding using a temporary buffer can happen safely.
9562
9563 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9564 of `A-z' in the regexp.
9565
9566 * hilit-chg.el: Fix typos in commentary.
9567
9568 * help.el (view-emacs-news): Rewritten for new naming scheme
9569 for old NEWS files.
9570
9571 * startup.el (command-line): Pop to *Messages* in case an error
9572 is signaled while loading user-init-file.
9573
95742000-08-17 Andreas Schwab <schwab@suse.de>
9575
9576 * files.el (insert-directory): Don't lose original file name,
9577 undoing an undocumented change.
9578
95792000-08-17 Alex Schroeder <alex@gnu.org>
9580
9581 * sql.el (sql-magic-go): Use comint-bol.
9582 (sql-copy-column): Use comint-line-beginning-position.
9583 (comint-line-beginning-position): Define a replacement for
9584 comint-line-beginning-position if it is not fboundp.
9585
95862000-08-17 Alex Schroeder <alex@gnu.org>
9587
9588 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9589 it didn't have any effect anyway.
9590
95912000-08-17 Alex Schroeder <alex@gnu.org>
9592
9593 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9594 --pset and pager=off instead of sending \\o|cat at the beginning
9595 of the session.
9596
95972000-08-17 Miles Bader <miles@gnu.org>
9598
9599 * progmodes/octave-inf.el: Add compatibility definition of
9600 comint-line-beginning-position.
9601
96022000-08-17 Kenichi Handa <handa@etl.go.jp>
9603
9604 * startup.el (normal-top-level): Look in each dir in load-path for
9605 a leim-list.el file too. This assures of loading leim-list.el
9606 that is created at Emacs installation time even if a user have his
9607 own leim-list.el.
9608
96092000-08-17 Miles Bader <miles@gnu.org>
9610
9611 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9612 foreground color to black if the background is dark.
9613
96142000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9615
9616 * loadhist.el (unload-feature): Typo.
9617
9618 * finder.el (finder-compile-keywords):
9619 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9620 to the generated file.
9621
9622 * mail/mh-e.el (mh-make-local-vars):
9623 Replace make-variable-buffer-local with make-local-variable.
9624
9625 * play/landmark.el:
9626 * options.el (Edit-options-{set,toggle,t,nil}):
9627 * mail/mailabbrev.el (mail-abbrevs-mode):
9628 * textmodes/tex-mode.el (tex-expand-files):
9629 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9630
9631 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9632
9633 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9634 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9635 Allow going past the last element.
9636 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9637 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9638 (cvs-mouse-toggle-mark): Don't move point.
9639 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9640
9641 * progmodes/compile.el (grep): Provide a default set of files.
9642 (next-error): Docstring fix.
9643 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9644
9645 * emacs-lisp/easy-mmode.el (define-minor-mode):
9646 Use `symbol-value' to keep the byte-compiler quiet.
9647
9648 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9649 (diff-find-source-location): New fun, extracted from diff-goto-source.
9650 (diff-goto-source): Use it.
9651 (diff-next-complex-hunk, diff-filter-lines): New function.
9652 (diff-apply-hunk): New command.
9653
9654 * smerge-mode.el (smerge-mode-menu): Doc fix.
9655
9656 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9657
96582000-08-16 Dave Love <fx@gnu.org>
9659
9660 * windmove.el (windmove) <defgroup>: Add :version.
9661
9662 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9663 (goto-address-fontify-p, goto-address-highlight-p)
9664 (goto-address-url-face, goto-address-url-mouse-face)
9665 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9666 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9667 (goto-address-fontify, goto-address-at-mouse): Simplify,
9668 (goto-address-at-point): browse-url-url-at-point,
9669 goto-address-find-address-at-point can return nil.
9670 (goto-address-find-address-at-point): Return nil on failure.
9671
9672 * align.el (align) <defgroup>: Add :version.
9673
9674 * calculator.el (calculator): Add :version.
9675 (calculator): Use two lines for calculator window if `modeline'
9676 face is boxed.
9677
9678 * play/5x5.el: Doc fixes.
9679 (5x5) <defgroup>: Add :version.
9680
9681 * play/fortune.el (fortune) <defgroup>: Add :version.
9682 (fortune-append): Fix error message.
9683 (fortune-from-region): Doc fix.
9684
9685 * play/pong.el (pong): Doc fix.
9686
9687 * play/morse.el: Keywords, commentary, autoloads.
9688
96892000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9690
9691 * desktop.el (desktop-save): Don't look at symbol-value of a
9692 member of minor-mode-alist, unless it is boundp.
9693
96942000-08-16 Sam Steingold <sds@gnu.org>
9695
9696 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9697 `while'; use `with-current-buffer' instead of `save-excursion'.
9698 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9699
97002000-08-16 Kenichi Handa <handa@etl.go.jp>
9701
9702 * international/ccl.el (declare-ccl-program): Docstring modified.
9703 (ccl-execute-with-args): Likewise.
9704
97052000-08-16 Miles Bader <miles@gnu.org>
9706
9707 * progmodes/sql.el: Add compatibility definition of
9708 comint-line-beginning-position.
9709
97102000-08-15 Gerd Moellmann <gerd@gnu.org>
9711
9712 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9713 'buffer-menu' property.
9714 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9715 fails.
9716 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9717 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9718 wasn't killed.
9719
9720 * buff-menu.el (list-buffers-noselect): Don't display the
9721 *Buffer List* buffer.
9722
9723 * font-lock.el: Require jit-lock to prevent a very late
9724 `Loading jit-lock' message.
9725
9726 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9727 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9728 mail address.
9729
97302000-08-15 Miles Bader <miles@gnu.org>
9731
9732 * textmodes/ispell.el (ispell-graphic-p): New constant.
9733 (ispell-choices-win-default-height, ispell-help): Use
9734 `ispell-graphic-p' instead of `xemacsp'.
9735
97362000-08-15 Dave Love <fx@gnu.org>
9737
9738 * simple.el: Autoload widget-convert when compiling.
9739 (mail-user-agent): Doc fix.
9740
9741 * help.el (function-called-at-point, variable-at-point): Use
9742 with-syntax-table.
9743 (help-manyarg-func-alist): Add insert-and-inherit.
9744
9745 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9746
9747 * delsel.el (delsel-unload-hook): New function.
9748
9749 * find-file.el: Doc fixes. Move provide to end.
9750 (ff) <defgroup>: Add :link.
9751 (ff-goto-click): Deleted.
9752 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9753 Use mouse-set-point.
9754
9755 * textmodes/tildify.el: Doc fixes.
9756 (tildify) <defgroup>: Add:version.
9757
9758 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9759 (glasses-custom-set): Use set-default, not set.
9760 (minor-mode-alist): Propertize the lighter.
9761 (glasses-mode): Provide optional arg.
9762
9763 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9764 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9765 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9766 option. Provide :type.
9767 (cwarn-configuration): Provide :type.
9768 (cwarn-mode): Doc fix.
9769
9770 * add-log.el (change-log-merge): Doc fix.
9771 (change-log-redate): New command.
9772
9773 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9774 Doze and Dog.
9775 (browse-url): Use dolist, not mapcar.
9776 (browse-url-at-point): Check for null url.
9777 (browse-url-event-buffer, browse-url-event-point): Functions
9778 deleted.
9779 (browse-url-at-mouse, browse-url-netscape): Simplify.
9780
9781 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9782 modes.
9783 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9784 Fix previous change to mapcan.
9785 (msb--init-file-alist, msb--add-separators)
9786 (msb--make-keymap-menu): Simplify.
9787 (msb--choose-file-menu): Use copy-sequence.
9788 (msb-mode-map): Add title to keymap.
9789 (msb-unload-hook): New function.
9790
9791 * bs.el: Fix indentation.
9792 (bs) <defgroup>: Add :links.
9793 (bs-show): Doc fix.
9794 (bs-apply-sort-faces): Don't use window-system.
9795 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9796
97972000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9798
9799 * calendar/timeclock.el (timeclock-file): Run .timelog through
9800 convert-standard-filename.
9801
98022000-08-14 Gerd Moellmann <gerd@gnu.org>
9803
9804 * emacs-lisp/authors.el: New file.
9805
9806 * paren.el (show-paren-priority): New user option.
9807 (show-paren-function): Set overlay priorities to
9808 show-paren-priority.
9809
98102000-08-14 Miles Bader <miles@gnu.org>
9811
9812 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9813 beginning-of-line with inhibit-field-text-motion bound.
9814
98152000-08-14 Gerd Moellmann <gerd@gnu.org>
9816
9817 * calendar/timeclock.el: New file.
9818
98192000-08-14 David Ponce <david@dponce.com>
9820
9821 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9822 `widget-button-click'. so that one can use left mouse button to
9823 click on dialog buttons.
9824
98252000-08-14 Emmanuel Briot <briot@gnat.com>
9826
9827 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9828 identifiers, since XML is case sensitive
9829
98302000-08-12 Miles Bader <miles@gnu.org>
9831
9832 * comint.el (comint-output-filter): Don't bother frobbing
9833 window-start, it doesn't seem to be necessary.
9834
9835 * comint.el (comint-send-string, comint-send-region): Make into
9836 real functions. Snapshot the prompt before sending.
9837
98382000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9839
9840 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9841 technique similar to Info-index, instead of relying on specific
9842 names of relevant Index nodes.
9843 (Info-goto-emacs-command-node): Bind Info-history to nil when
9844 going to the first node found by Info-find-emacs-command-nodes.
9845
98462000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9847
9848 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9849
98502000-08-10 Miles Bader <miles@gnu.org>
9851
9852 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9853
98542000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9855
9856 * info.el (Info-file-list-for-emacs): More elements for the
9857 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9858 and woman manuals.
9859
98602000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9861
9862 * comint.el (comint-send-input): Make the newline boundary overlay
9863 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9864 (comint-output-filter): Use `insert' instead of
9865 `insert-before-markers'. Extend comint-last-output-overlay when
9866 necessary since we can't rely on insert-before-markers to do it.
9867 * gud.el (gud-filter): Use `with-current-buffer' instead of
9868 save-excursion when inserting the output, so that point gets
9869 updated correctly; the old method relied on a rather dodgy
9870 side-effect of comint-output-filter to avoid the effect of
9871 save-excursion.
9872
98732000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9874
9875 * files.el (recover-file): Call insert-directory instead of
9876 invoking `ls' directly.
9877
98782000-08-10 Miles Bader <miles@gnu.org>
9879
9880 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9881 (comint-last-prompt-overlay): New variables.
9882 (comint-output-filter): Implement prompt highlighting.
9883 (comint-snapshot-last-prompt): New function.
9884 (comint-send-input): Snapshot the last prompt.
9885 Use comint-highlight-input-face.
9886 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9887 Use defface instead of defcustom.
9888 (send-invisible, comint-send-eof): Snapshot the last prompt.
9889 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9890 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9891
98922000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9893
9894 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9895 (regexp-opt-group): Use a list of chars for `letters'.
9896 (regexp-opt-charset): `chars' is now a list of chars.
9897 Use a char-table rather than a vector so it works for multibyte chars.
9898
9899 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9900 Set cvs-minor-current-files to the selected fileinfo.
9901 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9902 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9903
99042000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9905
9906 * files.el (insert-directory): Don't call access-file on
9907 directories on DOS and Windows.
9908
99092000-08-09 Kenichi Handa <handa@etl.go.jp>
9910
9911 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9912 longer if necessary.
9913 (ccl-embed-code): Call ccl-embed-data to store CODE in
9914 ccl-program-vector.
9915
99162000-08-09 Miles Bader <miles@gnu.org>
9917
9918 * comint.el (comint-output-filter): Properly handle the case where
9919 the text surrounded by comint-last-output-overlay was deleted.
9920
99212000-08-08 Gerd Moellmann <gerd@gnu.org>
9922
9923 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9924 non-nil.
9925 (Info-file-list-for-emacs): Remove "info" from the list because
9926 that leads to trying to use the documentation from file `info'
9927 in various situations where it isn't appropriate, for instance
9928 C-h C-k C-h i.
9929
9930 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9931 DIR and/or STRING are nil.
9932
9933 * progmodes/compile.el (compilation-setup): Make variable
9934 compilation-error-screen-columns buffer-local, as some comment
9935 in the code suggests it should be.
9936
9937 * files.el (auto-mode-interpreter-regexp): New variable.
9938 (set-auto-mode): Use it.
9939
9940 * indent.el (indent-for-tab-command): Doc fix.
9941
9942 * mouse-sel.el (mouse-sel-mode): Doc fix.
9943
9944 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9945 labels.
9946
9947 * help.el (print-help-return-message): When
9948 display-buffer-reuse-frames is set, let the help window been quit,
9949 instead of deleting it, which might delete a reused frame.
9950
99512000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9952
9953 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9954 rename a directory to a name that differs only by its letter case.
9955
99562000-08-08 Kenichi Handa <handa@etl.go.jp>
9957
9958 * international/quail.el (quail-define-rules): Handle Quail decode
9959 map correctly. Add code for supporting annotations.
9960 (quail-install-decode-map): New function.
9961 (quail-defrule-internal): New optional arguments decode-map and
9962 props.
9963 (quail-advice): New function.
9964
99652000-08-07 Sam Steingold <sds@gnu.org>
9966
9967 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9968 `defconst', `define-condition', `with-slots'.
9969 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9970
99712000-08-03 Miles Bader <miles@gnu.org>
9972
9973 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9974 New variable.
9975 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9976 comint-use-prompt-regexp-instead-of-fields.
9977 (comint-send-input): Add `input' field property to stuff we send to
9978 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9979 (comint-output-filter): Add `output' field property to process
9980 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9981 (comint-replace-by-expanded-history)
9982 (comint-get-old-input-default, comint-show-output)
9983 (comint-backward-matching-input, comint-forward-matching-input)
9984 (comint-next-prompt, comint-previous-prompt): Use field
9985 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9986 (comint-line-beginning-position): New function.
9987 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9988 (comint-replace-by-expanded-history-before-point): Use
9989 comint-line-beginning-position and line-end-position.
9990 (comint-last-output-overlay): New variable.
9991 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9992
9993 * shell.el (shell-prompt-pattern): Doc change.
9994 (shell-backward-command): Use line-beginning-position.
9995
9996 * gud.el (gud-gdb-complete-command): Use
9997 comint-line-beginning-position.
9998
9999 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10000 comint-bol doesn't actually go to the beginning of the line.
10001
10002 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10003 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10004 (try-expand-line-all-buffers): Likewise.
10005
10006 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10007 explicitly matching comint-prompt-regexp.
10008 (sql-copy-column): Use comint-line-beginning-position instead of
10009 explicitly matching comint-prompt-regexp.
10010
10011 * progmodes/octave-inf.el (inferior-octave-complete): Use
10012 comint-line-beginning-position.
10013
10014 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10015
10016 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10017 looking for a prompt, use `forward-line 0' instead of
10018 `beginning-of-line', to avoid getting caught by an input field.
10019
100202000-08-07 Gerd Moellmann <gerd@gnu.org>
10021
10022 * files.el (shell-quote-wildcard-pattern): Make sure to return
10023 PATTERN, in the Unix case.
10024
100252000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10026
10027 * play/zone.el (zone): Discard any pending input before running
10028 the randomly-chosen pgm.
10029
100302000-08-07 Kenichi Handa <handa@etl.go.jp>
10031
10032 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10033 checking the existence of any multibyte characters.
10034
100352000-08-06 Gerd Moellmann <gerd@gnu.org>
10036
10037 * help.el (describe-mode): Test minor-mode symbol for being
10038 bound before testing its value for being nil.
10039
10040 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10041 `first', `second', and `third'.
10042
10043 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10044 (second): Make it an alias for `cadr'.
10045
100462000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10047
10048 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10049 types of display support faces now.
10050
100512000-08-05 Gerd Moellmann <gerd@gnu.org>
10052
10053 * pcvs.el (require): Require `cl' during compilation, only.
10054
10055 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10056 (toplevel): Remove `remq' and `remove' from autoloads.
10057 (cl-fake-autoloads): New variable. If set, arrange for an error
10058 when CL functions etc. are autoloaded.
10059
100602000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10061
10062 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10063
10064 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10065 popped up, but the user clicks outside the menu, return an empty
10066 regexp (that causes unhighlight-regexp to have no effect).
10067
10068 * menu-bar.el (menu-bar-games-menu): Add Zone.
10069
10070 * hi-lock.el (toplevel): Require font-lock.
10071
100722000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10073
10074 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10075 (ebnf-8-bit-chars): New var for bug fix.
10076 (ebnf-string): Bug fix.
10077
100782000-08-03 Sam Steingold <sds@gnu.org>
10079
10080 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10081 instead of `buffer-string'.
10082 (require 'cl): Always, not just when compiling.
10083 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10084 necessary.
10085
100862000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10087
10088 * international/mule-cmds.el (select-safe-coding-system): Make
10089 the message text about selecting a safe coding system more clear.
10090
100912000-08-02 Gerd Moellmann <gerd@gnu.org>
10092
10093 * hi-lock.el: New file.
10094
10095 * play/zone.el: New file.
10096
10097 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10098 value of tab-width in the original buffer. Choose a line number
10099 format that's a multiple of the original buffer's tab width, so
10100 that lines appear right.
10101
10102 * textmodes/ispell.el (ispell): New function, replacing an alias.
10103 Spell-check active region if in transient-mark-mode and mark
10104 is active; otherwise spell-check buffer.
10105
101062000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10107
10108 * ps-mule.el: Fix a customization problem on
10109 ps-mule-font-info-database-default.
10110
101112000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10112
10113 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10114 display-mouse-p instead of window-system.
10115 (ebrowse-member-mode-map): Ditto.
10116
101172000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10118
10119 * progmodes/ebnf2ps.el: Update ps-print functions call.
10120 Indentation fix. Doc fix.
10121 (ebnf-version): New version number (3.2).
10122 (ebnf-format-color, ebnf-begin-job): Code fix.
10123
101242000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10125
10126 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10127 font lock support on window-system.
10128 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10129
10130 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10131 display-color-p, if fboundp, instead of window-system.
10132
101332000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10134
10135 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10136 instead of window-system.
10137
10138 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10139 window-system.
10140 (widget-choice-mouse-down-action): Use display-popup-menus-p
10141 instead of window-system.
10142
10143 * strokes.el (strokes-file): Run the file name through
10144 convert-standard-filename.
10145 (strokes-mode): Call display-mouse-p instead of looking at
10146 window-system. Change the error message accordingly.
10147
10148 * progmodes/cpp.el (toplevel): Support faces on tty's.
10149
10150 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10151 (lm-plot-square, lm-init-display): Don't use window-system.
10152
10153 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10154 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10155
10156 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10157 instead of looking at window-system.
10158
101592000-07-30 Gerd Moellmann <gerd@gnu.org>
10160
10161 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10162 of testing if iswitchb-prepost-hooks is bound, because the
10163 latter will always be true when invoking a recursive minibuffer
10164 from an active Iswitchb buffer.
10165
101662000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10167
10168 * files.el (shell-quote-wildcard-pattern): New function.
10169 (insert-directory): Call it. Only prepend "\" to command on Unix
10170 and GNU/Linux systems.
10171
101722000-07-30 Gerd Moellmann <gerd@gnu.org>
10173
10174 * eshell/esh-groups.el: Change custom :link file names
10175 from `eshell.info' to `eshell'.
10176
101772000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10178
10179 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10180 correctly in recursive ange-ftp listings.
10181
101822000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10183
10184 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10185 ps-header-font-size-internal and
10186 ps-header-title-font-size-internal variables are not set,
10187 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10188 face text property is (foreground-color . COLOR) or
10189 `(background-color . COLOR)', ps-print crashes. Doc fix.
10190 (ps-print-version): New version number (5.2.4).
10191 (ps-plot-region): Code fix.
10192 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10193 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10194 Bug fix 2.
10195
101962000-07-30 Milan Zamazal <pdm@freesoft.cz>
10197
10198 * glasses.el (glasses-make-readable): Fix uncapitalization of
10199 identifiers like `myXMLDocument'.
10200
102012000-07-28 Karl Fogel <kfogel@red-bean.com>
10202
10203 * mail/mail-hist.el (mail-hist-previous-input)
10204 (mail-hist-next-input): Do the obvious code factorization.
10205 (mail-hist-retrieve-and-insert): New func, contains common
10206 code of above two.
10207 If inserting a message body, leave point at top.
10208
102092000-07-28 Sam Steingold <sds@gnu.org>
10210
10211 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10212 Use `<=', not `<' to compare times!
10213 (ange-ftp-ls): Remove.
10214
102152000-07-27 Gerd Moellmann <gerd@gnu.org>
10216
10217 * play/cookie1.el: Add explanation of how to make cookie.el
10218 compatible with strfile(1) to comment.
10219
10220 * subr.el (remove, remq): New functions.
10221
10222 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10223 escape `*' in regexps.
10224 (midnight-find): Reverse order of arguments in the funcall of
10225 TEST.
10226
10227 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10228 and `.class'.
10229
10230 * play/meese.el: Add Commentary section.
10231
102322000-07-27 Alex Schroeder <alex@gnu.org>
10233
10234 * sql.el (sql-ms): Added autoload cookie.
10235 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10236 (sql-oracle): Ditto.
10237 (sql-help): Doc change.
10238
10239 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10240 types and exceptions.
10241
102422000-07-27 Alex Schroeder <alex@gnu.org>
10243
10244 * sql.el (sql-placeholder-history): New variable.
10245 (sql-query-placeholders-and-send): New function that will query
10246 the user and replace placeholders with user input.
10247 (sql-oracle): If running on NT, set comint-input-sender to
10248 sql-query-placeholders-and-send.
10249
10250 (sql-stop): If in the SQLi buffer, insert stop notification, else
10251 present it as a message.
10252
102532000-07-27 Alex Schroeder <alex@gnu.org>
10254
10255 * sql.el (sql-input-ring-separator): Doc change.
10256 (sql-input-ring-file-name): Doc change.
10257 (sql-interactive-mode): Use `sql-input-ring-separator' and
10258 `sql-input-ring-file-name' to set the comint-mode equivalents
10259 without making them local variables.
10260 (sql-stop): Don't bind `sql-input-ring-separator' and
10261 `sql-input-ring-file-name' dynamically to their comint-mode
10262 equivalents.
10263
102642000-07-27 Kenichi Handa <handa@etl.go.jp>
10265
10266 * international/mule.el (register-char-codings): New function.
10267 (make-coding-system): Handle `safe-chars' specification in the arg
10268 PROPERTY.
10269
10270 * international/mule-cmds.el
10271 (find-coding-systems-region-subset-p): This function deleted.
10272 (sort-coding-systems-predicate): New variable.
10273 (sort-coding-systems): New function.
10274 (find-coding-systems-region): Use
10275 find-coding-systems-region-internal.
10276 (find-coding-systems-string): Use find-coding-systems-region.
10277 (find-coding-systems-for-charsets): Check
10278 char-coding-system-table.
10279 (select-safe-coding-system-accept-default-p): New variable.
10280 (select-safe-coding-system): Mostly rewritten. New argument
10281 ACCEPT-DEFAULT-P.
10282 (select-message-coding-system): Call select-safe-coding-system
10283 with ACCEPT-DEFAULT-P arg.
10284 (reset-language-environment): Reset default-sendmail-coding-system
10285 to the default value iso-latin-1.
10286 (set-language-environment): Don't set the obsolete variable
10287 charset-origin-alist.
10288
10289 * international/codepage.el (cp-coding-system-for-codepage-1):
10290 Give `safe-chars' property to make-coding-system.
10291
10292 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10293 calling select-message-coding-system twice.
10294
10295 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10296 instead of `safe-charsets'.
10297 (cyrillic-alternativnyj): Likewise.
10298 (ccl-encode-alternativnyj): Don't check the charset
10299 cyrillic-iso8859-5.
10300
103012000-07-27 Kenichi Handa <handa@etl.go.jp>
10302
10303 * composite.el (compose-chars-after): Preserve match data.
10304
103052000-07-26 Sam Steingold <sds@gnu.org>
10306
10307 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10308 (ange-ftp-real-file-newer-than-file-p): New function.
10309 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10310 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10311
10312 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10313 * midnight.el (midnight-float-time): Ditto.
10314
103152000-07-26 Andreas Schwab <schwab@suse.de>
10316
10317 * files.el (normal-backup-enable-predicate): Correct
10318 interpretation of the return value of compare-strings.
10319
103202000-07-26 Gerd Moellmann <gerd@gnu.org>
10321
10322 * isearch.el (isearch-resume): New function.
10323 (isearch-done): Add something to command-history to resume
10324 the search.
10325 (isearch-yank-line, isearch-yank-word): Use
10326 buffer-substring-no-properties instead of buffer-substring.
10327
10328 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10329 of flyspell-mouse-map.
10330
10331 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10332 duplicate definition.
10333 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10334
10335 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10336 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10337
103382000-07-25 Sam Steingold <sds@gnu.org>
10339
10340 * net/ange-ftp.el: Get modtime over the net.
10341 (ange-ftp-file-modtime): New function.
10342 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10343 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10344 Use it.
10345 (ange-ftp-dot-to-slash): New function.
10346 (ange-ftp-fix-name-for-vms): Use it.
10347
10348 * midnight.el (midnight-buffer-display-time): Use
10349 `with-current-buffer'.
10350
103512000-07-25 Gerd Moellmann <gerd@gnu.org>
10352
10353 * find-dired.el: Update copyright notice.
10354 (find-dired): Offer to kill a running `find'.
10355
10356 * enriched.el (enriched-face-ans): For a `foreground-color'
10357 property, return '(("x-color" COLOR))' so that COLOR will be
10358 output as a parameter of the x-color annotation. Likewise for the
10359 `background-color' property. In the case of normal face
10360 properties, don't return annotations for unspecified foreground
10361 and background face attributes.
10362
103632000-07-25 Kenichi Handa <handa@etl.go.jp>
10364
10365 * language/japan-util.el (japanese-katakana-region): Fix handling
10366 HANKAKU argument.
10367
103682000-07-25 Miles Bader <miles@gnu.org>
10369
10370 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10371 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10372 constrain-to-field.
10373
103742000-07-24 Andrew Innes <andrewi@gnu.org>
10375
10376 * timer.el (timer-activate-when-idle): Add optional parameter
10377 DONT-WAIT. Update docstring.
10378 (run-with-idle-timer): Specify extra parameter to
10379 timer-activate-when-idle, so that timer will be activated
10380 immediately if Emacs is already idle.
10381
10382 * w32-fns.el (w32-using-nt): Fix docstring.
10383
103842000-07-24 Dave Love <fx@gnu.org>
10385
10386 * mouse.el (popup-menu): Set last-command-event.
10387 (mouse-major-mode-menu-prefix): Declare.
10388
103892000-07-24 Gerd Moellmann <gerd@gnu.org>
10390
10391 * textmodes/flyspell.el: Update to author's version 1.5d.
10392
10393 * progmodes/hideshow.el: Update copyright notice.
10394
10395 * vcursor.el: Set maintainer to FSF, since author cannot
10396 be reached.
10397
103982000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10399
10400 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10401 the prompt.
10402
10403 * mouse.el (popup-menu): Run the keymap through indirect-function,
10404 in case it was defined with define-prefix-key. If the menu is a
10405 list of keymaps, look up the binding of user's choice in each one
10406 of the keymaps.
10407 (mouse-popup-menubar): If the global and local menu-bar keymaps
10408 don't have a prompt string, create one and insert it into the
10409 keymap. Don't barf if current-local-map returns nil.
10410
104112000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10412
10413 * dired.el (dired-sort-R-check): Added to allow recursive listing
10414 to be undone.
10415 (dired-sort-other): Use it.
10416
104172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10418
10419 * Release of cc-mode 5.27
10420
104212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10422
10423 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10424 c-beginning-of-statement-1 that caused a bad case of recursion
10425 which could consume a lot of CPU in large classes in languages
10426 that have in-expression classes (i.e. Java and Pike).
10427
10428 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10429 statements before top level constructs (i.e. case 6 is moved
10430 before case 5 and is now case 4) to catch in-expression
10431 classes in top level expressions correctly.
10432
104332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10434
10435 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10436 objc-method-intro. Case 4 removed and case 5I added.
10437
10438 * cc-langs.el (c-append-paragraph-start): New variable used by
10439 c-common-init to get paragraph-start correct.
10440 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10441 initialize paragraph-start to make it correct both with and
10442 without the javadoc special case.
10443
10444 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10445 initialize paragraph-start for javadoc markup.
10446
10447 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10448 change by defaulting this to t. It's motivated by the
10449 confusing behavior that otherwise arise from the style system
10450 when editing both java and non-java files at the same time
10451 (see the comments about style setting in c-common-init).
10452
104532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10454
10455 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10456 similar to the one in c-fill-paragraph to check the fill
10457 prefix from the adaptive fill function for sanity.
10458
104592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10460
10461 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10462 defun block.
10463
104642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10465
10466 * cc-mode.texi Documented the change of cpp-macro.
10467
104682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10469
10470 * cc-align.el (c-lineup-multi-inher): Handle lines with
10471 leading comma nicely. Extended to handle member initializers
10472 too.
10473
10474 * cc-engine.el: (c-beginning-of-inheritance-list,
10475 c-guess-basic-syntax): Fixed recognition of inheritance lists
10476 when the lines begins with a comma.
10477
10478 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10479
10480 * cc-vars.el (c-offsets-alist): Changed default for
10481 member-init-cont to c-lineup-multi-inher since it now handles
10482 member initializers and indents better for leading commas.
10483
104842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10485
10486 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10487 handling that caused class open lines to be recognized as
10488 statement-conts in some cases.
10489
10490 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10491 guessed by the adaptive fill function unless point is on the
10492 first line of a block comment.
10493
10494 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10495 when the buffer ends with a macro continuation char.
10496
10497 * cc-engine.el (c-guess-basic-syntax): Added support for
10498 function definitions as statements in Pike. The first
10499 statement in a lambda block is now labeled defun-block-intro
10500 instead of statement-block-intro.
10501
10502 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10503 so that the class surrounding point is selected, not the one
10504 innermost in the state.
10505
10506 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10507 recognition of switch labels having hanging multiline
10508 statements.
10509
10510 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10511 some code in c-guess-basic-syntax to a separate function.
10512 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10513 recognition of member inits with multiple line arglists.
10514 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10515 member-init-cont when the commas are in funny places.
10516
105172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10518
10519 * cc-defs.el (c-auto-newline): Removed this macro since it's
10520 not used anymore.
10521
10522 * cc-engine.el (c-looking-at-bos): New helper function.
10523 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10524 inexpr and toplevel classes apart in Pike.
10525
10526 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10527 of case 9A.
10528
10529 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10530 constant, since "class" can introduce an in-expression class
10531 in Pike nowadays.
10532
105332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10534
10535 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10536 indentation on cpp-macro lines.
10537
10538 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10539 a syntax modifier like comment-intro, to make it possible to
10540 get syntactic indentation for preprocessor directives. It's
10541 incompatible wrt to lineup functions on cpp-macro, but it has
10542 no observable effect in the 99.9% common case where cpp-macro
10543 is set to -1000.
10544
105452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10546
10547 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10548 member-init-cont when the preceding arglist is several lines.
10549
105502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10551
10552 * cc-styles.el (c-style-alist): The basic offset for the BSD
10553 style corrected to 8.
10554
105552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10556
10557 * cc-styles.el (c-style-alist): Adjusted the indentation of
10558 brace list openers in the gnu style.
10559
105602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10561
10562 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10563
10564 * cc-cmds.el (c-electric-brace, c-electric-slash,
10565 c-electric-star, c-electric-semi&comma, c-electric-colon,
10566 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10567 when c-syntactic-indentation is nil.
10568
10569 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10570 we were left at comments preceding the first statement when
10571 reaching the beginning of the buffer.
10572
10573 * cc-vars.el (c-syntactic-indentation): New variable to turn
10574 off all syntactic indentation.
10575
105762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10577
10578 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10579 between the text and the block comment ender when it hangs,
10580 depending on how many there are before the fill.
10581
105822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10583
10584 * cc-engine.el (c-beginning-of-closest-statement): New helper
10585 function to go back to the closest preceding statement start,
10586 which could be inside a conditional statement.
10587 * cc-engine.el (c-guess-basic-syntax): Use
10588 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10589
10590 * cc-engine.el (c-guess-basic-syntax): Better handling of
10591 arglist-intro, arglist-cont-nonempty and arglist-close when
10592 the arglist is nested inside parens. Cases 7A, 7C and 7F
10593 changed.
10594
10595 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10596 up-to-date with javadoc 1.2.
10597
105982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10599
10600 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10601 multiline Pike type decls.
10602
106032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10604
10605 * cc-cmds.el (c-indent-new-comment-line): Always break
10606 multiline comments in multiline mode, regardless of
10607 comment-multi-line.
10608
106092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10610
10611 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10612 fully::qualified::names in C++ member init lists. Preamble in
10613 case 5D changed.
10614
106152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10616
10617 * cc-langs.el (c-common-init): Handling of obsolete variables
10618 moved to c-initialize-cc-mode. More compatible style override
10619 when using global style variables.
10620 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10621 variables moved here.
10622
10623 * cc-mode.texi: Documented the special behavior of
10624 c-special-indent-hook as a style variable. Don't talk about
10625 doing (c-make-styles-buffer-local t) in a mode hook, since
10626 that's already too late to work right.
10627
10628 * cc-styles.el (c-make-styles-buffer-local): Flag style
10629 variable localness in c-style-variables-are-local-p to make
10630 the compatibility measure in c-common-init work well.
10631
10632 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10633 longer contain set-from-style.
10634 * cc-styles.el (c-initialize-builtin-style): Don't check for
10635 set-from-style on c-special-indent-hook.
10636 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10637 copy-alist is sufficient now.
10638
10639 * cc-styles.el (c-set-style, c-set-style-1,
10640 c-get-style-variables): Fixes to variable initialization so
10641 that duplicate entries in styles have the same effect
10642 regardless of DONT-OVERRIDE.
10643
10644 * cc-styles.el (c-set-style-2): Fixed bug where the
10645 initialization of inheriting styles failed when the
10646 dont-override flag is set.
10647
10648 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10649 on this.
10650
106512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10652
10653 * cc-defs.el (c-forward-comment): Removed the workaround
10654 introduced in 5.38 since it had worse side-effects. If a line
10655 contains the string "//\"", it regarded the // as a comment
10656 start since the \ temporarily doesn't have escape syntax.
10657
106582000-07-17 Emmanuel Briot <briot@act-europe.fr>
10659
10660 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10661 ada-xref.el before ada-prj.el, so that the Project menu is created
10662 when ada-prj tries to add to it.
10663 (ada-activate-keys-for-case): Suppress the characters that are not
10664 part of the Ada syntax. Better compatibility with else-mode
10665 (ada-adjust-case-interactive): When auto-casing is not active,
10666 correctly insert newlines (used to insert only ^M). Prevent the
10667 syntax table from being changed in case of an error
10668 (or '_' becomes part of a word and some commands are confused).
10669 Do nothing if ada-auto-case is nil.
10670 (ada-after-keyword-p): Ignore keywords that are also attributes
10671 (ada-batch-reformat): Update usage comment
10672 (ada-call-from-contextual-menu): New function
10673 (ada-case-read-exceptions): Reinitialize the casing exception list
10674 first to nil first, so that the casing exception file can be
10675 shared.
10676 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10677 files.
10678 (ada-compile-goto-error): Fix regexp used to detect a file:line
10679 anywhere in the error message
10680 (ada-contextual-menu-last-point): New variable
10681 (ada-create-keymap): If the variable delete-key-deletes-forward is
10682 t on XEmacs, it means that DEL should delete one character
10683 forward.
10684 (ada-create-menu): Use :included instead of :visible for XEmacs.
10685 New submenu "Options".
10686 (ada-end-stmt-re): Correctly indent "select ... then abort"
10687 statements.
10688 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10689 even if they don't match ada-fill-comment-prefix Fix handling of
10690 paragraphs on the first or last line of a file.
10691 (ada-format-paramlist): Fix handling of default parameter values.
10692 (ada-get-body-name): New function.
10693 (ada-get-current-indent): Optimized by searchling directly for an
10694 existing generic part or a statement outside of it. Handle
10695 ada-indent-align-comments when indenting comments Replaced some
10696 regexps by testing directly the next character. This results in a
10697 huge speedup on some files. New indentation scheme for renames
10698 statements. Stop looking for the 'while' or 'for' associated with
10699 a 'loop' at the first semicolon encountered. A "return" can also
10700 match an anonymous access subprogram declaration.
10701 (ada-get-indent-noindent): Ignore strings and comments when
10702 looking for the keywords "record" and "private".
10703 (ada-goto-matching-decl-start): When matching "if", make sure we
10704 are not in fact seeing "end if". Ignore "when" statements except
10705 when initial keyword was "begin". Fix handling of nested
10706 procedures. Add a recursive call to this function to skip over
10707 other 'end' statmts. Fix indentation for "when .. => begin"
10708 (ada-in-open-paren-p): Fix indentation for complex boolean
10709 expressions, where 'and then', 'or else' and parenthesis
10710 statements are mixed up.
10711 (ada-in-paramlist-p): Skip comments while searching for the
10712 beginning Fix handling of operator declarations.
10713 (ada-indent-align-comments): New variable
10714 (ada-indent-current): Change the syntax table only in the
10715 protected section, so that we are sure it is restored correctly.
10716 (ada-indent-on-previous-lines): Use ada-use-indent and
10717 ada-with-indent Correctly indent "select ... then"
10718 (ada-indent-region): Slight speedup.
10719 (ada-indent-renames): New variable.
10720 (ada-last-which-function-subprog, ada-last-which-function-line):
10721 New variables
10722 (ada-looking-at-semi-private): Correctly indent the 'private'
10723 keyword when it is the first word in a package declaration.
10724 (ada-loose-case-word): Stop searching if at the end of the buffer.
10725 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10726 even if point is not initially at the end of the word.
10727 (ada-matching-decl-start-re): Add "when".
10728 (ada-mode): Add support for abbrev-mode, outline-mode and
10729 which-func-mode Override the old find-file.el entry in
10730 ff-special-constructs since it is using the obsolete
10731 ada-spec-suffix variable
10732 (ada-no-auto-case): New function
10733 (ada-scan-paramlist): When parsing the argument type, accept
10734 spaces (as in "X 'Class", generated by Rational Rose).
10735 (ada-other-file-name): No longer loads the other file.
10736 (ada-popup-menu): Save and restore the current buffer and cursor
10737 position before and after displaying the menu.
10738 (ada-search-ignore-complex-boolean): New function.
10739 (ada-uncomment-region): Emacs21 already knows how to delete
10740 comments not starting in the first column.
10741 (ada-use-indent): New variable
10742 (ada-which-function): New function.
10743 (ada-with-indent): New variable
10744 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10745 can be batch-compiled from the command line.
10746
10747 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10748 Add to the menu when the file is loaded, not in ada-mode-hook.
10749 Add -toolbar to the default ddd command Switches moved from
10750 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10751 ada-prj-default-comp-opt
10752 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10753 Reference Manual to the menu
10754 (ada-check-current): rewritten as a call to ada-compile-current
10755 (ada-compile): Removed.
10756 (ada-compile-application, ada-compile-current, ada-check-current):
10757 Set the compilation-search-path so that compile.el automatically
10758 finds the sources in src_dir. Automatic scrollong of the
10759 compilation buffer. C-uC-cC-c asks for confirmation before
10760 compiling
10761 (ada-compile-current): New parameter, prj-field
10762 (ada-complete-identifier): Load the .ali file before doing
10763 processing
10764 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10765 conform to gnatmake's behavior.
10766 (ada-find-file-in-dir): New function
10767 (ada-find-references): Set the environment variables for gnatfind
10768 (ada-find-src-file-in-dir): New function.
10769 (ada-first-non-nil): Removed
10770 (ada-gdb-application): Add support for jdb, the java debugger.
10771 (ada-get-ada-file-name): Load the original-file first if not done
10772 yet.
10773 (ada-get-all-references): Handles the new ali syntax (parent types
10774 are found between <>).
10775 (ada-initialize-runtime-library): New function
10776 (ada-mode-hook): Always load a project file when a file is opened,
10777 so that the casing exceptions are correctly read.
10778 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10779 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10780 to open the project file, since the latter does not work with
10781 speedbar Get default values before loading the prj file, or the
10782 default executable file name is wrong. Use the absolute value of
10783 src_dir to initialize ada-search-directories and
10784 compilation-search-path,... Add the standard runtime library to
10785 the search path for find-file.
10786 (ada-prj-default-debugger): Was missing an opening '{'
10787 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10788 variables.
10789 (ada-prj-default-gnatmake-opt): New variable
10790 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10791 buffers, the project file is the default one Save the windows
10792 configuration before displaying the menu.
10793 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10794 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10795 ...) regexp-quote identifiers names to support operators +,
10796 -,... in regexps.
10797 (ada-remote): New function.
10798 (ada-run-application): Erase the output buffer before starting the
10799 run Support remote execution of the application. Use
10800 call-process, or the arguments are incorrectly parsed
10801 (ada-set-default-project-file): Reread the content of the active
10802 project file, not the one from the current buffer When a project
10803 file is set as the default project, all directories are
10804 automatically associated with it.
10805 (ada-set-environment): New function
10806 (ada-treat-cmd-string): New special variable ${current}
10807 (ada-treat-cmd-string): Revised. The substitution is now done for
10808 any ${...} substring
10809 (ada-xref-current): If no body was found, compiles the spec
10810 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10811 compiler to get rid of command line length limitations.
10812 (ada-xref-get-project-field): New function
10813 (ada-xref-project-files): New variable
10814 (ada-xref-runtime-library-specs-path)
10815 (ada-xref-runtime-library-ali-path): New variables
10816 (ada-xref-set-default-prj-values): Default run command now does a
10817 cd to the build directory. New field: main_unit Provide a default
10818 file name even if the current buffer has no prj file.
10819
10820 * ada-prj.el:
10821 Rewritten to show a tabbed-dialog.
10822 (ada-prj-add-ada-menu): Remove the map and name parameters.
10823 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10824 New function
10825 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10826 (ada-prj-load-from-file): New function
10827 (ada-prj-save): Always save fields that depend on the current buffer
10828 (ada-prj-show-value): New function
10829
10830 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10831 Ada mode. This will allow us to display the Ada menu in any buffer
10832 we want (for project items).
10833 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10834 number of spaces in the header.
10835
108362000-07-24 Dave Love <fx@gnu.org>
10837
10838 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10839
108402000-07-23 Noah Friedman <friedman@splode.com>
10841
10842 * type-break.el (type-break): perform autosave.
10843 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10844 (type-break-do-query): Cancel query schedule while performing
10845 actual query, to avoid possibility of a second query being made
10846 while first one is already in progress.
10847 (type-break-time-stamp-format): New variable.
10848 (type-break-time-stamp): New function.
10849 (type-break-time-warning): Use it.
10850 (type-break-keystroke-warning): Use it.
10851 (type-break-noninteractive-query): Use it.
10852
10853 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10854 cookie.
10855 Use add-minor-mode to set minor-mode-alist, if available.
10856 (eldoc-echo-area-use-multiline-p): New user option.
10857 (eldoc-echo-area-multiline-supported-p): New variable.
10858 (eldoc-docstring-format-sym-doc): Use them.
10859 (eldoc-mode): If not using idle timers, append to local post and
10860 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10861 (eldoc-display-message-no-interference-p): Don't interfere with
10862 edebug.
10863 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10864 (eldoc-function-arglist): New function.
10865 (eldoc-function-argstring): Use it.
10866
10867 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10868 auto save directory exists before calling directory-files.
10869
108702000-07-23 Dave Love <fx@gnu.org>
10871
10872 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10873 ^o, ^u.
10874
108752000-07-21 Dave Love <fx@gnu.org>
10876
10877 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10878 now passed to the function. It now works properly.
10879
10880 * smerge-mode.el (smerge-mode-menu): Fill it out.
10881
108822000-07-20 Gerd Moellmann <gerd@gnu.org>
10883
10884 * info-look.el (info-lookup): If *info* is shown in another frame
10885 on the same display, select that frame, instead of switching to
10886 the Info buffer in another window of the selected frame.
10887
10888 * simple.el (universal-argument-map): Bind numeric keypad keys
10889 kp-0 to kp-9 and kp-subtract.
10890 (digit-argument): Handle these keys.
10891
108922000-07-20 Dave Love <fx@gnu.org>
10893
10894 * net/goto-addr.el (goto-address-fontify): Don't bother with
10895 buffer-modified and read-only stuff -- irrelevant with overlays.
10896 Put an extra property on the overlays and use it to clean up in
10897 case goto-address is re-run.
10898
108992000-07-19 Richard M. Stallman <rms@gnu.org>
10900
10901 * timer.el (run-with-idle-timer): Doc fix.
10902
10903 * mail/mail-utils.el (mail-strip-quoted-names):
10904 Handle case where <...> appears inside "...".
10905 Use replace-match to edit the string more simply.
10906 (rmail-dont-reply-to): Cope with an unmatched ".
10907
109082000-07-19 Dave Love <fx@gnu.org>
10909
10910 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10911 implementation.
10912
10913 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10914 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10915 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10916
109172000-07-19 Gerd Moellmann <gerd@gnu.org>
10918
10919 * textmodes/refer.el: Correct maintainer's email address.
10920
10921 * progmodes/hideif.el: Correct author's email address.
10922 Fix typo in comment.
10923
10924 * xml.el: New file.
10925
10926 * mail/mailheader.el: Correct author's mail address.
10927
10928 * gnus/parse-time.el: Correct author's mail address.
10929
109302000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10931
10932 * comint.el (comint-highlight-input, comint-highlight-face):
10933 New user options.
10934 (comint-input-ring-file-name): Change custom type.
10935 (comint-mode-map): Bind mouse-2.
10936 (comint-insert-clicked-input): New function.
10937 (comint-send-input): Handle input highlighting.
10938
109392000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10940
10941 * mouse.el (popup-menu): New function.
10942 (mouse-major-mode-menu): Use it.
10943
109442000-07-18 Dave Love <fx@gnu.org>
10945
10946 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10947 improvements.
10948
109492000-07-18 Gerd Moellmann <gerd@gnu.org>
10950
10951 * faces.el (face-font-selection-order)
10952 (face-font-family-alternatives): Add custom type.
10953
109542000-07-18 Dave Love <fx@gnu.org>
10955
10956 * cus-edit.el (custom-variable-reset-saved)
10957 (custom-variable-reset-standard): Remove unused bindings.
10958
10959 * rect.el (open-rectangle-line): Remove unused let.
10960
10961 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10962
109632000-07-18 Gerd Moellmann <gerd@gnu.org>
10964
10965 * cdl.el: Fix `Maintainer' keyword.
10966
10967 * play/pong.el: Add author's email address.
10968
109692000-07-17 Sam Steingold <sds@gnu.org>
10970
10971 * files.el (insert-directory): Call `split-string' instead of
10972 re-implementing it.
10973
109742000-07-18 Gerd Moellmann <gerd@gnu.org>
10975
10976 * mail/vms-pmail.el: Change maintainer to FSF.
10977
10978 * net/goto-addr.el: Change maintainer to FSF.
10979
10980 * info.el (Info-title-face-alist): Removed.
10981
109822000-07-18 David Ponce <david@dponce.com>
10983
10984 * recentf.el (recentf-open-files): New command that works like
10985 `recentf-open-more-files', but shows the whole list of files (not just
10986 those omitted from the menu). Useful if you don't use a menu-bar!
10987 (recentf-open-more-files) Modified to use `recentf-open-files'.
10988
10989 (recentf-open-files, recentf-open-more-files)
10990 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10991
10992 (recentf-dialog-mode): New mode for dialogs. You can now just type
10993 "q" to cancel the dialogs.
10994
109952000-07-18 David Ponce <david@dponce.com>
10996
10997 * recentf.el: This is a major update of recentf.el. It adds new
10998 features to better organize the recentf menu and "More..." buffer.
10999
11000 Using new provided menu filtering functions you can now organize the
11001 recent files list:
11002
11003 - by major modes
11004 - by directories
11005 - by user defined rules
11006
11007 Finally, with the new `recentf-filter-changer' customizable filter you
11008 can define a ring of filters and dynamically (via the menu) cycle on
11009 each menu organization in the ring (a la msb).
11010
110112000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11012
11013 * eshell/eshell.el (eshell): Replace links to eshell.info with
11014 links to eshell, to avoid problems on systems where the manual is
11015 installed as `eshell'.
11016 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11017 * eshell/em-smart.el (eshell-smart): Ditto.
11018 * eshell/em-banner.el (eshell-banner): Ditto.
11019 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11020
11021 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11022 same-file check in the MS-DOS version (it does support inodes).
11023
11024 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11025
11026 * eshell/eshell.el (eshell-directory-name):
11027 Run default directory name through convert-standard-filename.
11028
110292000-07-18 Kenichi Handa <handa@etl.go.jp>
11030
11031 * international/mule-cmds.el (select-safe-coding-system):
11032 Fix typo in the comment.
11033
11034 * language/european.el (compound-text):
11035 Force katakana-jisx0201 to be designated to G1.
11036
11037 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11038 Don't translate some national variant characters of latin-jisx0201.
11039 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11040
11041 * international/kkc.el (kkc-after-update-conversion-functions):
11042 New variable.
11043 (kkc-update-conversion): Run functions in it at the tail.
11044
110452000-07-16 John Wiegley <johnw@gnu.org>
11046
11047 * lisp/align.el (align-newline-and-indent):
11048 Adding new function. for auto-aligning blocks of code on RET.
11049 (align-region): Fixed badly formatted minibuffer message.
11050
110512000-07-17 Kenichi Handa <handa@etl.go.jp>
11052
11053 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11054 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11055 the conversion list at first if appropriate.
11056 (kkc-next): Don't update kkc-next-count here.
11057 (kkc-prev): Don't update kkc-prev-count here.
11058 (kkc-show-conversion-list-update): Fix setting up of conversion
11059 list message.
11060
110612000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11062
11063 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11064
110652000-07-16 Dave Love <fx@gnu.org>
11066
11067 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11068 function to be more specific.
11069
11070 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11071 non-string help-echo.
11072 (widget-types-convert-widget): Defsubst it.
11073 (widget-echo-help): Try to cope with a help-echo function of two
11074 possible sorts.
11075
110762000-07-15 Jason Rumney <jasonr@gnu.org>
11077
11078 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11079 Declare as obsolete.
11080
11081 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11082
110832000-07-14 Gerd Moellmann <gerd@gnu.org>
11084
11085 * hilit-chg.el: Fix typo.
11086
110872000-07-14 Dave Love <fx@gnu.org>
11088
11089 * info.el (Info-mode-menu): Fix use of :help, :enable.
11090
110912000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11092
11093 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11094
110952000-07-13 Dave Love <fx@gnu.org>
11096
11097 * emacs-lisp/easymenu.el: Doc fixes.
11098 (easy-menu-remove): Defalias to ignore.
11099
11100 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11101 Call throw correctly.
11102
111032000-07-13 Gerd Moellmann <gerd@gnu.org>
11104
11105 * faces.el (frame-background-mode): Doc fix.
11106
11107 * simple.el (eval-expression-print-length): Change custom type to
11108 allow entering nil as value.
11109
111102000-07-13 Dave Love <fx@gnu.org>
11111
11112 * progmodes/fortran.el (fortran-imenu-generic-expression):
11113 Change definition layout.
11114 (fortran-mode-menu): Reinstate customize entries.
11115
11116 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11117 Use :filter, per old XEmacs code.
11118
111192000-07-12 Gerd Moellmann <gerd@gnu.org>
11120
11121 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11122 event when deciding what to send to the terminal.
11123
111242000-07-12 Dave Love <fx@gnu.org>
11125
11126 * cus-start.el: Add optional version as 4th element of specs and
11127 use it for several things new in v21. Remove load-path. Fix type
11128 of line-number-display-limit.
11129
111302000-07-11 Dave Love <fx@gnu.org>
11131
11132 * progmodes/fortran.el: Don't require easymenu.
11133 Use repeat counts in various regexps.
11134 (fortran-mode-syntax-table): Defvar directly.
11135 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11136 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11137 Use defvar, not defconst.
11138 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11139 (fortran-mode): Set fortran-comment-line-start-skip,
11140 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11141 (fortran-comment-indent): Use defsubst.
11142 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11143 Use fortran-comment-indent, not fortran-comment-indent-function.
11144 (fortran-comment-region, fortran-electric-line-number): Simplify.
11145 (fortran-auto-fill): New function.
11146 (fortran-do-auto-fill): Deleted.
11147 (fortran-find-comment-start-skip):
11148 Check for non-null comment-start-skip.
11149 (fortran-auto-fill-mode, fortran-fill-statement):
11150 Use fortran-auto-fill.
11151 (fortran-fill): Use fortran-auto-fill. Check for null
11152 comment-start-skip. Simplify final clause and use end-of-line finally.
11153
11154 * widget.el (widget-plist-member): New alias.
11155
111562000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11157
11158 * eshell/esh-module.el (toplevel): Reference
11159 byte-compile-current-file only if it is bound.
11160
111612000-07-10 Gerd Moellmann <gerd@gnu.org>
11162
11163 * dired.el: Don't require `dired-aux'.
11164
111652000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11166
11167 * dired-aux.el (dired-show-file-type): New function.
11168 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11169 (dired-show-file-type): Add autoload.
11170
111712000-07-10 Kenichi Handa <handa@etl.go.jp>
11172
11173 * international/mule-diag.el (describe-font): Adjusted for the
11174 change of fontset-info.
11175 (print-fontset): Likewise.
11176
111772000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11178
11179 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11180
111812000-07-07 Gerd Moellmann <gerd@gnu.org>
11182
11183 * bindings.el: Bind `[delete]' to delete-char.
11184
11185 * dired.el (dired-find-alternate-file): New function.
11186 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11187 (toplevel): Require dired-aux when compiling.
11188 (dired-buffers): Move defvar within file to avoid compiler warning.
11189
11190 * info.el (Info-last-search): Variable removed.
11191 (Info-search-history): New variable.
11192 (Info-search): New Info-search-history.
11193
11194 * battery.el, info-look.el: Change author's mail address.
11195
111962000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11197
11198 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11199 if rmail-ignored-headers is nil.
11200 (rmail-retry-failure): Bind rmail-ignored-headers and
11201 rmail-displayed-headers to nil.
11202
112032000-07-06 Gerd Moellmann <gerd@gnu.org>
11204
11205 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11206 (print-region-1): Don't hard code `-h' here.
11207
11208 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11209
112102000-07-01 Francesco Potorti` <pot@gnu.org>
11211
11212 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11213 exim can use "your message" instead of "the message".
11214
112152000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11216
11217 * facemenu.el: Docstrings fixes.
11218 (facemenu-get-face): Don't use internal-find-face.
11219 (facemenu-iterate): Rename arg to match the docstring.
11220
11221 * newcomment.el (uncomment-region): Be more careful when skipping
11222 backwards over `=' not to bump into BOBP.
11223
112242000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11225
11226 * ediff-diff.el (ediff-wordify): Use syntax table.
11227 * ediff-init.el (ediff-has-face-support-p): Use
11228 ediff-color-display-p.
11229 (ediff-color-display-p): Use display-color-p, changed to defun
11230 from defsubst.
11231 Got rid of special cases for NeXT and OS/2.
11232 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11233 face.
11234
112352000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11236
11237 * emacs-lisp/lucid.el: Require CL.
11238 (copy-tree, remprop): Remove, it's provided by CL.
11239 (map-keymap): Define in terms of cl-map-keymap.
11240 (extent-property, set-extent-end-glyph): New functions.
11241
11242 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11243
112442000-07-05 Gerd Moellmann <gerd@gnu.org>
11245
11246 * Makefile.in (DONTCOMPILE): Add comment that the name may
11247 not be changed without changing the make-dist script.
11248
11249 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11250 (cl-mapc): Use mapc instead of cl-old-mapc.
11251
112522000-07-05 Andrew Innes <andrewi@gnu.org>
11253
11254 * makefile.nt: Add support for `bootstrap' and related targets.
11255
112562000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11257
11258 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11259 (easy-menu-do-define): Use `menu-item' format.
11260 Handle case where easy-menu-create-menu returns a symbol.
11261 Manually call the potential top-level filter in the function binding.
11262 (easy-menu-filter-return): New arg NAME.
11263 Convert to a keymap if MENU is an XEmacs menu.
11264 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11265 (easy-menu-converted-items-table, easy-menu-convert-item):
11266 New var and fun to memoize easy-menu-convert-item-1.
11267 (easy-menu-do-add-item): Use it.
11268 (easy-menu-create-menu): Use easy-menu-convert-item.
11269 Wrap easy-menu-filter-return around any :filter specification.
11270 Don't convert the menu if a filter was specified.
11271 Tell easy-menu-make-symbol not to check for MENU being an expression.
11272 (easy-menu-make-symbol): New arg NOEXP.
11273
112742000-07-05 Gerd Moellmann <gerd@gnu.org>
11275
11276 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11277 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11278 (eval-defun): If called with prefix arg, instrument code for
11279 Edebug.
11280
11281 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11282 similar to that of eval-defun.
11283
112842000-07-04 Dave Love <fx@gnu.org>
11285
11286 * hl-line.el (hl-line-overlay): Make it permanent-local.
11287
11288 * calendar/todo-mode.el: Replaced with a working version, based on
11289 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11290
112912000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11292
11293 * paths.el (prune-directory-list): New function.
11294 (Info-default-directory-list): Rewritten to more methodically
11295 enumerate a big list of possible info directories (based on the
11296 list used by the standalone info reader).
11297
11298 * info.el (info-initialize): Use prune-directory-list to remove
11299 non-existent directories from Info-directory-list.
11300
11301 * paths.el (Info-default-directory-list): Try a list of possible
11302 info-directories instead of a single one. Add the possible
11303 info directory "/usr/share/info".
11304
11305 * woman.el (woman-man.conf-path): Explicitly include the debian
11306 man-db config file "/etc/manpath.config".
11307 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11308 are present in `manpath.config'.
11309 (woman-manpath): Include "/usr/share/man".
11310
113112000-07-03 Gerd Moellmann <gerd@gnu.org>
11312
11313 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11314
11315 * startup.el (command-line): Initialize blink-cursor based
11316 on window-system.
11317
11318 * frame.el (blink-cursor): Default to nil if not running under
11319 a window-system.
11320
11321 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11322 (face-x-resources): Remove duplicate entry for :font.
11323
11324 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11325 instead of cycling through windows with next-window.
11326
11327 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11328 of cycling through windows with next-window.
11329
11330 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11331 of cycling through windows with next-window.
11332
11333 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11334 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11335 instead of cycling through windows with next-window.
11336
11337 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11338 instead of cycling through windows with next-window.
11339
11340 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11341 of cycling through windows with next-window.
11342
11343 * terminal.el (te-process-output): Use walk-windows instead of
11344 cycling through windows with next-window.
11345
11346 * server.el (server-switch-buffer): Use some-window instead of
11347 cycling through windows with next-window.
11348
11349 * window.el (some-window): New function.
11350 (walk-windows): Remove reference to walk-windows-start.
11351
11352 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11353
113542000-07-03 Richard Stallman <rms@gnu.org>
11355
11356 * window.el (walk-windows): Guarantee termination by keeping a list
11357 of all the windows already handled.
11358
113592000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11360
11361 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11362 window-system.
11363
11364 * man.el (Man-notify-when-ready): Don't use window-system. If
11365 Man-notify-method is newframe, and the display is not
11366 multi-frame, select the frame created for the man page.
11367 (Man-init-defvars): Doc fix.
11368
113692000-06-28 Gerd Moellmann <gerd@gnu.org>
11370
11371 * faces.el (region): Change background color for light background.
11372
11373 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11374 attribute from mode-line face of Ediff control frame.
11375
11376 * replace.el (query-replace-map): Bind `e' like `E'.
11377
113782000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11379
11380 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11381 Change name to "Select All".
11382
11383 * dos-fns.el (convert-standard-filename): Fix last change.
11384
113852000-06-27 Gerd Moellmann <gerd@gnu.org>
11386
11387 * help.el (describe-variable): Don't insert a second `'s' in front
11388 of the string `value is shown below'. Since the syntax-table is
11389 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11390 an existing `'s', so that this won't be deleted.
11391
11392 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11393 * pcmpl-unix.el: New files.
11394
113952000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11396
11397 * wid-edit.el (widget-member): Use the new plist-member.
11398
113992000-06-26 Gerd Moellmann <gerd@gnu.org>
11400
11401 * replace.el (perform-replace): Undo change of 2000-04-04.
11402 Instead, move backward 1 character at the end of the loop when
11403 necessary.
11404
11405 * faces.el (fringe): Change face for different backgrounds.
11406
11407 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11408 patch from John.
11409
11410 * eshell/*.el: Change spelling of the Free Software Foundation.
11411
11412 * eshell/esh-toggle.el: Removed.
11413
11414 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11415
11416 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11417 interactively.
11418
114192000-06-26 Alex Schroeder <alex@gnu.org>
11420
11421 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11422 `define-key'; instead of checking `(emacs-version)' check for
11423 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11424 for `;' and `o' which might be electric.
11425
11426 (sql-electric-stuff): New user option.
11427 (sql-magic-go): New function which uses `sql-electric-stuff'.
11428 (sql-magic-semicolon): New function which uses
11429 `sql-electric-stuff'.
11430
11431 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11432 is not fboundp.
11433
11434 (sql-oracle-options): New variable.
11435 (sql-oracle): Use it.
11436
11437 (sql-imenu-generic-expression): Doc change.
11438 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11439 is used.
11440
11441 (sql-informix): Added command line parameter "-" to force
11442 sql-informix-program to use stdout.
11443
114442000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11445
11446 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11447 (cp864-decode-table): Doc fix.
11448 (cp720-decode-table): New variable, supports the Arabic OEM
11449 codepage used by Windows.
11450 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11451
114522000-06-23 Dave Love <fx@gnu.org>
11453
11454 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11455 (font-lock-fontify-anchored-keywords): Use
11456 line-beginning-position.
11457 (global-font-lock-mode): Use mapc.
11458
114592000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11460
11461 * eshell/esh-module.el: Require CL when compiling.
11462
114632000-06-23 Gerd Moellmann <gerd@gnu.org>
11464
11465 * comint.el (comint-substitute-in-file-name): Call replace-match
11466 with second and third arg t.
11467
11468 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11469 Specify foreground color.
11470
11471 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11472 color.
11473
11474 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11475
11476 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11477 cddr instead of cdddr.
11478
11479 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11480 instead of copy-list.
11481
11482 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11483 of copy-list.
11484
11485 * subdirs.el: Add eshell subdirectory.
11486
11487 * eshell: New subdirectory containing the Eshell package.
11488
11489 * pcomplete.el: New file.
11490
114912000-06-23 Paul Eggert <eggert@twinsun.com>
11492
11493 * mail/mailpost.el (post-mail-send-it): Make sure file has
11494 proper permissions from birth.
11495
11496 * files.el (basic-save-buffer-2): When temporarily setting
11497 file modes, set them to current modes plus 0200, not to 0777.
11498
11499 * emerge.el (emerge-make-temp-file): Make sure file has proper
11500 permissions from birth.
11501
115022000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11503
11504 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11505 backup file name through convert-standard-filename.
11506
11507 * dos-fns.el (convert-standard-filename): Convert leading
11508 directories as well. When long file names are supported, convert
11509 characters that are invalid in Windows file names.
11510
115112000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11512
11513 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11514 ps-print crashes. New feature: page selection for printing. Create
11515 raw-text-unix coding system for XEmacs. Doc fix.
11516 (ps-print-version): New version number (5.2.3).
11517 (ps-plot-region): Bug fix.
11518 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11519 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11520 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11521 funs.
11522 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11523 (ps-last-page): New vars.
11524
115252000-06-21 Gerd Moellmann <gerd@gnu.org>
11526
11527 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11528 empty option string.
11529
115302000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11531
11532 * man.el (man): Doc fix.
11533
115342000-06-21 Kenichi Handa <handa@etl.go.jp>
11535
11536 * international/mule-cmds.el (set-language-info-alist): Docstring
11537 fixed.
11538
115392000-06-20 Gerd Moellmann <gerd@gnu.org>
11540
11541 * version.el (emacs-version): Use ISO date format.
11542
11543 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11544 instead of `M-backspace'.
11545
11546 * simple.el (turn-off-auto-fill): New function.
11547
115482000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11549
11550 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11551 Renamed from with-buffer-prepared-for-font-lock and use
11552 inhibit-modification-hooks rather than setting *-change-functions.
11553 Update all functions to use the new name.
11554 (jit-lock-first-unfontify-pos): New semantics (and doc).
11555 (jit-lock-mode): Make non-interactive.
11556 Don't automatically turn on font-lock.
11557 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11558 Always use jit-lock-after-change.
11559 Remove and restore font-lock-after-change-function.
11560 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11561 (jit-lock-after-unfontify-buffer): Remove.
11562 (jit-lock-stealth-fontify):
11563 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11564 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11565
115662000-06-20 Sam Steingold <sds@gnu.org>
11567
11568 * emacs-lisp/cl-indent.el (toplevel): Indent
11569 `print-unreadable-object' properly. Untabify.
11570
115712000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11572
11573 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11574 Support for bibentry.
11575 (reftex-compile-variables): Fixed problem with end of section-re.
11576
11577 * texmodes/reftex-dcr.el (reftex-view-crossref,
11578 reftex-view-crossref-from-bibtex):
11579 Deal with changed `reftex-find-citation-regexp-format'.
11580 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11581 Replaced `remprop' with `put'.
11582 (reftex-view-crossref, reftex-view-crossref-when-idle):
11583 Support for bibentry.
11584
11585 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11586 New entry for bibentry package.
11587
11588 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11589 Regexp also matches "\nobibliography".
11590
11591 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11592 Call `reftex-ensure-write-access' before doing anything.
11593 (reftex-ensure-write-access): New function.
11594
115952000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11596
11597 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11598
11599 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11600
11601 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11602
11603 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11604
11605
116062000-06-20 Dave Love <fx@gnu.org>
11607
11608 * faces.el (frame-background-mode): Use set-default, not set, in
11609 setter.
11610 (frame-update-faces, frame-update-face-colors): Define with
11611 defalias.
11612
11613 * enriched.el (enriched-decode-foreground)
11614 (enriched-decode-background): Don't use internal-find-face.
11615
11616 * apropos.el: Doc fixes.
11617
11618 * cus-edit.el (customize-changed-options): Check arg.
11619 (customize-version-lessp): Don't require decimal point.
11620
11621 * custom.el (defcustom, defgroup): Doc fix.
11622
11623 * newcomment.el (comment) <defgroup>: Add :version.
11624 (comment-multi-line): Doc fix.
11625
11626 * emulation/mlsupport.el (define-hooked-local-abbrev,
11627 define-hooked-global-abbrev): Fix, using define-abbrev.
11628
116292000-06-19 Gerd Moellmann <gerd@gnu.org>
11630
11631 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11632 the whole buffer.
11633
116342000-06-19 Dave Love <fx@gnu.org>
11635
11636 * menu-bar.el (menu-bar-options-save): New function.
11637 (menu-bar-options-menu): Use it.
11638 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11639 Simplify.
11640
116412000-06-19 Andreas Schwab <schwab@suse.de>
11642
11643 * progmodes/etags.el (tags-query-replace): Put new parameters
11644 START and END at the end, for backward compatibility.
11645
116462000-06-19 Kenichi Handa <handa@etl.go.jp>
11647
11648 * international/codepage.el:
11649 (cp-coding-system-for-codepage-1): Delete special codes for
11650 generating xxx-dos coding system because now a CCL based coding
11651 system can handle EOL conversion by default.
11652
11653 * international/mule.el (make-coding-system): Generate subsidiary
11654 coding systems for EOL handling variants even for a CCL based
11655 coding system.
11656
116572000-06-19 Kenichi Handa <handa@etl.go.jp>
11658
11659 * international/isearch-x.el (isearch-minibuffer-input-method)
11660 (isearch-minibuffer-input-method-function): These variables
11661 deleted.
11662 (isearch-with-input-method): Don't use the above variables.
11663 (isearch-process-search-multibyte-characters): Likewise. Call
11664 read-string with the arg INHERIT-INPUT-METHOD t.
11665
116662000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11667
11668 * font-lock.el (font-lock-after-fontify-buffer)
11669 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11670
11671 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11672 Use consistent make-local-variable style for font-lock-fontified.
11673 (jit-lock-fontify-buffer):
11674 Don't bother checking for font-lock-mode and jit-lock-mode.
11675
11676 * time.el: Remove trailing ^M that prevent CVS-merging.
11677
116782000-06-16 Gerd Moellmann <gerd@gnu.org>
11679
11680 * Makefile.in (distclean): New target.
11681
116822000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11683
11684 * Makefile.in (srcdir): Define for update-subdirs.
11685
116862000-06-16 Gerd Moellmann <gerd@gnu.org>
11687
11688 * find-lisp.el: New file.
11689
116902000-06-16 Andrew Innes <andrewi@gnu.org>
11691
11692 * time.el (display-time-mail-function): New variable, to allow
11693 external packages to indicate when new mail is available.
11694 (display-time-update): Use it.
11695
116962000-06-16 Kenichi Handa <handa@etl.go.jp>
11697
11698 * international/mule.el (mule-version): Change version name to
11699 SAKAKI. AOI has already been used by Meadow.
11700
11701 * international/quail.el (quail-show-guidance-buf): To find the
11702 bottom window (but minibuffer), pay attention to the height of
11703 minibuffer.
11704
117052000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11706
11707 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11708 menu-bar menus. Add help strings. Don't remove the Edit menu
11709 from the menu bar, as the menu bar has enough space now.
11710
11711 * Makefile.in (SHELL): Make sure /bin/sh is used.
11712
11713 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11714 characters, which use series of two ^H characters instead of one.
11715
117162000-06-15 Gerd Moellmann <gerd@gnu.org>
11717
11718 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11719 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11720 functions.
11721 (Info-find-node-2): Try a case-sensitive search first, then
11722 do a case-insensitive search.
11723
11724 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11725 tutorials.
11726
11727 * complete.el (PC-env-vars-alist): New variable.
11728 (PC-complete-as-file-name): New function.
11729 (partial-completion-mode): Initialize PC-env-vars-alist from
11730 process-environment.
11731 (PC-do-completion): Handle completion of env vars.
11732
11733 * info.el (Info-set-mode-line): Show file name in mode line,
11734 use `*Info*' instead of `Info:'.
11735
11736 * startup.el (command-line-1): Change copyright messages to year
11737 2000.
11738
117392000-06-15 Dave Love <fx@gnu.org>
11740
11741 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11742 not local-map.
11743
117442000-06-15 Kenichi Handa <handa@etl.go.jp>
11745
11746 * international/mule.el (set-buffer-file-coding-system): Almost
11747 rewritten to handle `undecided' as no-op.
11748
117492000-06-14 Gerd Moellmann <gerd@gnu.org>
11750
11751 * Makefile.in: New file.
11752
11753 * Makefile: Removed.
11754
11755 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11756 (goto-address-highlight-keymap): Bind C-c RET.
11757
117582000-06-14 Kenichi Handa <handa@etl.go.jp>
11759
11760 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11761 inherits buffer-file-coding-system of the current buffer.
11762
11763 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11764 0. Give correct argument to set-auto-coding-function.
11765 (tar-expunge): For goto-char, use (point-min), not 0.
11766 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11767 (tar-subfile-save-buffer): Likewize.
11768
11769 * international/mule.el
11770 (after-insert-file-set-buffer-file-coding-system): Call
11771 set-buffer-file-coding-system with the arg FORCE t.
11772
117732000-06-13 Gerd Moellmann <gerd@gnu.org>
11774
11775 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11776 nil. Contemporary sendmails issue an X-Authentication-Warning if
11777 the sender is set with `-f'.
11778
117792000-06-13 Dave Love <fx@gnu.org>
11780
11781 * help.el (describe-function-1): Kluge around cases of functions
11782 fset to subrs whose doc doesn't match their symbol-name.
11783
11784 * image.el (insert-image): Default STRING to a space.
11785
11786 * info.el Doc fixes.
11787 (Info-build-node-completions): Match Ref tags.
11788
117892000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11790
11791 * frame.el (display-multi-frame-p, display-multi-font-p): New
11792 defaliases for display-graphic-p.
11793
11794 * hl-line.el: Fixed a typo in commentary.
11795
117962000-06-13 Kenichi Handa <handa@etl.go.jp>
11797
11798 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11799 fixed.
11800
118012000-06-12 Dave Love <fx@gnu.org>
11802
11803 * image.el (insert-image): Save a little consing.
11804
118052000-06-12 Kenichi Handa <handa@etl.go.jp>
11806
11807 * language/tibet-util.el: Convert all tibetan-1-column characters
11808 to the corresponding tibetan characters.
11809 (tibetan-add-components): Delete code for the special treatment of
11810 'a chung.
11811
11812 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11813 change.
11814 (tibetan-vowel-transcription-alist): More rules added.
11815 (tibetan-composite-vowel-alist): New variable.
11816 (tibetan-precomposition-rule-alist): More rules added.
11817
118182000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11819
11820 * startup.el (command-line): Only call menu-bar-mode if interactive.
11821
11822 * thingatpt.el (toplevel symbol-properties):
11823 * textmodes/makeinfo.el (makeinfo-compile):
11824 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11825 * progmodes/hideif.el (hif-compress-define-list)
11826 (hide-ifdef-use-define-alist):
11827 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11828 (ange-ftp-vms-add-file-entry):
11829 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11830 * man.el (Man-build-man-command):
11831 * mail/rnewspost.el (news-reply-header-hook):
11832 * info.el (Info-insert-dir):
11833 * emulation/mlconvert.el (backward-word, forward-word, setq):
11834 * emacs-lisp/gulp.el (gulp-send-requests):
11835 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11836 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11837 (byte-optimize-apply, end of file):
11838 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11839 (ad-make-freeze-definition):
11840 * startup.el (command-line, command-line-1): Don't quote lambdas.
11841
11842 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11843 (cvs-cleanup-removed): New function.
11844 (cvs-cleanup-functions): New var.
11845 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11846 some flexibility in specifying additional entries to auto-cleanup.
11847 (cvs-quickdir): New function.
11848 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11849 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11850 (cvs-mode-find-file): Check that we are on a filename or dirname
11851 when invoked through a mouse-click.
11852 (cvs-full-path): Remove.
11853 (cvs-dired-action): Re-introduced.
11854 (cvs-dired-noselect): Use it.
11855 (vc-post-command-functions): use this new hook if available.
11856
11857 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11858 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11859 (cvs-filename-map, cvs-dirname-map): Remove.
11860 (cvs-default-action): Remove.
11861 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11862 if the arg is really a keymap.
11863 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11864 Don't hardcode the mapping from state (aka type) to face, but check
11865 the var cvs-fi-<type>-face instead.
11866 (cvs-fileinfo-from-entries): New function.
11867
11868 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11869 Docstring fix.
11870 (cvs-find-file-and-jump): Change default to be safer.
11871 (cvs-mode-diff-map): Define it as a function as well.
11872 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11873 Bind mouse-2 in this global map rather than with text-properties.
11874
11875 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11876 file to resolve the ambiguity between C(conflict) and C(need-merge).
11877
118782000-06-12 Kenichi Handa <handa@etl.go.jp>
11879
11880 * international/mule.el (set-buffer-file-coding-system): If
11881 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11882 unconditionally.
11883
118842000-06-12 Dave Love <fx@gnu.org>
11885
11886 * wid-edit.el (widget-specify-button): Really suppress the face if
11887 required.
11888
118892000-06-11 Gerd Moellmann <gerd@gnu.org>
11890
11891 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11892
118932000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11894
11895 * imenu.el (imenu-generic-expression): Docstring fix.
11896
11897 * composite.el (composition-function-table): Move the `put'
11898 below the autoload cookie so we can load the file before loaddefs.
11899
11900 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11901
11902 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11903 Handle easy-mmode-define-global-mode.
11904 For complex macros like define-minor-mode that can generate
11905 several autoload entries, try to autoload entries in the
11906 macroexpanded code.
11907
11908 * emacs-lisp/easy-mmode.el (define-minor-mode):
11909 If KEYMAP is a symbol, just use it.
11910 Use byte-compile-current-file and load-file-name to infer the
11911 proper :require to pass to defcustom.
11912 Wrap the hook var into `progn' so as not to autoload it.
11913 Add a :autoload-end cookie.
11914 Be more careful about the evaluation of KEYMAP.
11915 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11916 (define-derived-mode): Move define-abbrev-table outside of defvar.
11917
119182000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11919
11920 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11921 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11922 (backup-compiled-files): Ignore errors during `tar'.
11923 (bootstrap): Make autoloads before elc files.
11924
119252000-06-10 Kenichi Handa <handa@etl.go.jp>
11926
11927 * international/mule.el (set-buffer-file-coding-system): If one of
11928 undecided-XXX is specified, change only EOL conversion.
11929
11930 * international/mule-conf.el (unix): New alias for the coding
11931 system undecided-unix.
11932
119332000-06-09 Dave Love <fx@gnu.org>
11934
11935 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11936
11937 * progmodes/executable.el: Byte compile dynamic.
11938 (executable-insert): Change custom type.
11939 (executable-find): Add autoload cookie.
11940 (executable-make-buffer-file-executable-if-script-p): New
11941 function. After Noah Friedman.
11942
11943 * files.el (after-save-hook): Customize, with
11944 executable-make-buffer-file-executable-if-script-p as an option.
11945
119462000-06-09 Kenichi Handa <handa@etl.go.jp>
11947
11948 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11949 "tib24p-mule.bdf" for Tibetan.
11950
11951 * composite.el (decompose-composite-char): Declare it as obsolete.
11952
11953 * man.el (Man-fontify-manpage): Pay attention to underline and
11954 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11955
119562000-06-08 Gerd Moellmann <gerd@gnu.org>
11957
11958 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11959 Set maintainer to FSF since author isn't reachable.
11960
119612000-06-08 Dave Love <fx@gnu.org>
11962
11963 * international/mule-cmds.el (select-safe-coding-system): If
11964 DEFAULT-CODING-SYSTEM is not specified, also check the most
11965 preferred coding-system if buffer-file-coding-system is
11966 `undecided'. From Handa.
11967
119682000-06-08 Kenichi Handa <handa@etl.go.jp>
11969
11970 * international/mule.el
11971 (after-insert-file-set-buffer-file-coding-system): If the buffer
11972 size is greater than INSERTED, judget that we are not visiting.
11973
119742000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11975
11976 * whitespace.el (defgroup whitespace): Comment out `:version'.
11977 XEmacs 20.4 has problems defining the group with this present.
11978 We'll have this commented out till get resolve the problem.
11979
119802000-06-07 John Wiegley <johnw@gnu.org>
11981
11982 * align.el (align-dq-string-modes, align-sq-string-modes)
11983 (align-open-comment-modes): Add pyhton-mode.
11984 (align-rules-list): Use get-text-property instead of
11985 text-properties-at.
11986 (align-rules-list): Add python-assignment.
11987 (align-rules-list): Change perl-comma-delimiter to
11988 basic-comma-delimiter. Use if for Perl modes and python-mode.
11989 (align-rules-list): Add python-chain-logic and
11990 basic-line-continuation.
11991
119922000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11993
11994 * apropos.el (apropos-mode-hook): New user variable.
11995 (apropos-mode): Run apropos-mode-hook.
11996
119972000-06-07 David Ponce <david@dponce.com>
11998
11999 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12000 commands. Require `wid-edit' at run-time.
12001
120022000-06-07 David Ponce <david@dponce.com>
12003
12004 * recentf.el: Added some "Commentary".
12005 (recentf-open-more-files, recentf-edit-list): Minor changes to
12006 move the point at the top of the file list. This behaviour is
12007 consistent with the menu one when the list contains a lot of
12008 files.
12009 (recentf-cleanup): Now displays the number of items removed from
12010 the list.
12011 (recentf-relative-filter) New menu filter to show filenames
12012 relative to `default-directory'.
12013
120142000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12015
12016 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12017 with/without giving an error if PostScript printer doesn't have this
12018 kind of page size. Zebra Stripe continues or restarts on next page.
12019 Manual/automatic paper feeding. Switch or not the header.
12020 (ps-print-version): New version number (5.2.2).
12021 (ps-windows-system): Include emx as a Windows system.
12022 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12023 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12024 (ps-background-text): Code fix.
12025 (ps-error-handler-message, ps-user-defined-prologue)
12026 (ps-print-prologue-header, ps-printer-name)
12027 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12028 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12029 (ps-use-face-background): Customization fix.
12030 (ps-n-up-database): Data fix.
12031 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12032 (ps-switch-header): New vars.
12033 (ps-xemacs-color-name, ps-face-foreground-name)
12034 (ps-face-background-name, ps-boolean-constant): New funs.
12035
120362000-06-07 Dave Love <fx@gnu.org>
12037
12038 * allout.el: New version from Manheimer.
12039
120402000-06-07 Kenichi Handa <handa@etl.go.jp>
12041
12042 * textmodes/fill.el (fill-find-break-point): Check the validity of
12043 charset.
12044
120452000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12046
12047 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12048 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12049 Call display-color-p and display-mouse-p instead of looking at
12050 window-system.
12051
120522000-06-06 Dave Love <fx@gnu.org>
12053
12054 * image.el (find-image): Doc fix. Return nil if image not found.
12055 (put-image, insert-image): Make STRING arg optional.
12056
120572000-06-06 Kenichi Handa <handa@etl.go.jp>
12058
12059 * language/vietnamese.el: Remove eval-when-compile.
12060 (viet-viscii-nonascii-translation-table): Define it as a
12061 translation table made from viet-viscii-decode-table.
12062 (viet-viscii-encode-table): Define it as a translation table made
12063 from the reverse map of above.
12064 (viet-vscii-nonascii-translation-table): Define it as a
12065 translation table made from viet-vscii-decode-table.
12066 (viet-vscii-encode-table): Define it as a translation table made
12067 from the reverse map of above.
12068 (ccl-decode-viscii): Use translate-character.
12069 (ccl-encode-viscii, ccl-encode-viscii-font)
12070 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12071 Likewize.
12072
12073 * language/cyrillic.el: Remove eval-when-compile.
12074 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12075 translation table made from cyrillic-koi8-r-decode-table.
12076 (cyrillic-koi8-r-encode-table): Define it as a translation table
12077 made from the reverse map of above.
12078 (ccl-decode-koi8): Use translate-character.
12079 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12080 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12081 a translation table made from cyrillic-alternativnyj-decode-table.
12082 (cyrillic-alternativnyj-encode-table): Define it as a translation
12083 table made from the reverse map of above.
12084 (ccl-decode-alternativnyj): Use translate-character.
12085 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12086 Likewize
12087
12088 * international/mule-diag.el (non-iso-charset-alist): Specify
12089 translation table symbol instead of translation table itself.
12090 (list-block-of-chars): CHARSET may be a translation table symbol.
12091
12092 * international/mule.el (make-coding-system): If CODING-SYSTEM
12093 already exists, override it.
12094
12095 * international/fontset.el: Use family `proportional' for Tibetan
12096 fonts.
12097
12098 * international/ccl.el (ccl-compile-translate-character): Don't
12099 check if Rrr has property translation-table.
12100 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12101
121022000-06-05 Gerd Moellmann <gerd@gnu.org>
12103
12104 * info.el: Bind case-fold-search to t when searching in case
12105 a user sets it to nil in a hook.
12106
121072000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12108
12109 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12110 * hl-line.el (hl-line-mode): Use the new :global key argument.
12111
12112 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12113 (tar-clip-time-string): Prepend a space.
12114 (tar-grind-file-mode): Construct a string rather than modifying one.
12115 (tar-header-block-summarize): Fix docstring.
12116 Use `format' rather than an error-prone set of copy-loops.
12117
12118 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12119 (diff-goto-source, diff-unified->context, diff-context->unified)
12120 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12121 understand the format output by the `-p' argument to diff.
12122
12123 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12124 (sh-re-done): Use defconst.
12125 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12126 (sh-help-string-for-variable, sh-guess-basic-offset):
12127 Don't quote lambdas.
12128 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12129 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12130
12131 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12132 (mh-letter-mode): Derive from text-mode.
12133 This implicitly means that it now calls kill-all-local-variables.
12134 Also remove the Emacs-18 compatibility code.
12135
12136 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12137 Make use of symbol-property doc-string-elt.
12138 Use memq rather than a sequence of eq.
12139 (doc-string-elt): Fix the wrong or missing previously unused values.
12140 (autoload-print-form): New function extracted from
12141 generate-file-autoloads to allow recursion when handling progn
12142 so that defvar's and defun's docstrings are properly printed.
12143 (generate-file-autoloads): Use it.
12144
12145 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12146 Use find-file-hooks in the minor-mode function.
12147 Be careful not to loop indefinitely in the post-command-hook function.
12148
121492000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12150
12151 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12152 tty's.
12153 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12154 differences whenever appropriate.
12155 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12156 * viper.el (find-file, find-file-other-window): Get viper to do
12157 wildcards.
12158
121592000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12160
12161 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12162 (jit-lock-fontify-buffer): New function for JIT refontification.
12163 (jit-lock-mode): Fix docstring.
12164 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12165 Remove jit-lock-after-change from the _local_ hook.
12166 (jit-lock-function-1): Fix docstring.
12167
12168 * info.el (Info-on-current-buffer): Initialize info.
12169
12170 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12171
12172 * progmodes/tcl.el (tcl-indent-for-comment):
12173 Ignore comment-indent-hook.
12174
12175 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12176 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12177 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12178 and improve to use the lighter to guess the capitalization.
12179 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12180 Add keyword arguments to specify global-ness or the custom group.
12181 Add local-map and help-echo properties to the lighter.
12182 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12183 (easy-mmode-define-global-mode): New macro.
12184
121852000-06-02 Dave Love <fx@gnu.org>
12186
12187 * wid-edit.el: byte-compile-dynamic since we typically don't use
12188 all the widgets. Don't require cl or widget. Remove
12189 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12190 (widget-read-event): Removed. Callers changed to use read-event.
12191 (widget-button-release-event-p): Renamed from
12192 button-release-event-p.
12193 (widget-field-add-space, widget-field-use-before-change):
12194 Uncustomize.
12195 (widget-specify-field): Use keymap property, not local-map.
12196 (widget-specify-button): Obey :suppress-face.
12197 (widget-specify-insert): Use modern backquote syntax.
12198 (widget-image-directory): Renamed from widget-glyph-directory.
12199 (widget-image-enable): Renamed from widget-glyph-enable.
12200 (widget-image-find): Replaces widget-glyph-find.
12201 (widget-button-pressed-face): Move defvar.
12202 (widget-image-insert): Replaces widget-glyph-insert.
12203 (widget-convert): Use keywordp.
12204 (widget-leave-text, widget-children-value-delete): Use mapc.
12205 (widget-keymap): Remove XEmacs stuff.
12206 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12207 (widget-button-click): Don't set point at the click, but re-centre
12208 if we scroll out of window. Rewritten for images v. glyphs &c.
12209 (widget-tabable-at): Use POS arg, not point.
12210 (widget-beginning-of-line, widget-end-of-line)
12211 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12212 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12213 (widget-default-create): Use widget-image-insert; some rewriting.
12214 (widget-visibility-value-create)
12215 (widget-push-button-value-create, widget-toggle-value-create): Use
12216 widget-image-insert.
12217 (checkbox): Create on and off images dynamically.
12218 (documentation-link): Change :help-echo.
12219 (widget-documentation-link-echo-help): Remove.
12220
122212000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12222
12223 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12224
12225 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12226 (easy-mmode-define-toggle, define-minor-mode): Use it.
12227 (easy-mmode-define-keymap): Docstring fix.
12228 (define-derived-mode): Default PARENT to fundamental-mode.
12229 Add the derived-mode-parent symbol-property.
12230 (easy-mmode-derived-mode-p): New function.
12231
122322000-06-02 Dave Love <fx@gnu.org>
12233
12234 * files.el (convert-standard-filename): Doc fix.
12235 (normal-backup-enable-predicate): New function.
12236 (backup-enable-predicate): Use it to replace the lambda form.
12237
12238 * calendar/todo-mode.el: [This needs more work on the outline
12239 stuff.] Doc fixes.
12240 (todo) <defgroup>: Add :version.
12241 (todo-add-category): Don't use pushnew.
12242 (todo-cmd-raise): Fix typo.
12243 (todo-top-priorities): Change temp buffer name.
12244 (todo-category-alist): Avoid redundant lambda.
12245 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12246 Use outline-next-heading.
12247
12248 * autoarg.el: Rewritten to use define-minor-mode.
12249 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12250 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12251
122522000-06-02 Kenichi Handa <handa@etl.go.jp>
12253
12254 * isearch.el (isearch-other-meta-char): Fix previous change.
12255
122562000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12257
12258 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12259 (log-edit-done): Only add the comment to the ring if it's different
12260 from the last comment entered.
12261
12262 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12263
122642000-06-01 Dave Love <fx@gnu.org>
12265
12266 * hl-line.el: Rewritten using define-minor-mode.
12267
12268 * help.el (describe-function-1): Distinguish special form from
12269 builtin function. Sanity-check presence of arglist for builtins.
12270
122712000-06-01 Kenichi Handa <handa@etl.go.jp>
12272
12273 * international/characters.el: Fix syntax/category setting of
12274 Tibetan characters.
12275
12276 * language/tibet-util.el (tibetan-add-components): Fixes for new
12277 encoding of Tibetan characters.
12278 (tibetan-decompose-precomposition-alist): New variable.
12279 (tibetan-decompose-region): Convert precomposed characters to
12280 non-precomposed characters.
12281 (tibetan-decompose-string): Likewise.
12282 (tibetan-composition-function): Fix args to
12283 thibetan-compose-string.
12284
12285 * language/tibetan.el (tibetan-composable-pattern): More
12286 characters included.
12287 (tibetan-consonant-transcription-alist): Rule for "R" added.
12288 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12289 "+R" added.
12290 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12291
12292 * language/lao-util.el (lao-composition-function): Fix args to
12293 compose-string.
12294
12295 * language/thai-util.el (thai-composition-function): Fix args to
12296 compose-string.
12297
12298 * isearch.el (isearch-update): Set disable-point-adjustment to t
12299 to prevent the point moving to the end of a composition when a
12300 part of a composition is searched.
12301 (isearch-other-meta-char): If the key invoking this command can be
12302 mapped by function-key-map to a printing char, call
12303 isearch-process-search-char directly.
12304
123052000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12306
12307 * emacs-lisp/bytecomp.el:
12308 * frame.el:
12309 * international/mule-cmds.el:
12310 * international/mule-util.el:
12311 * international/mule.el:
12312 * mouse.el:
12313 * subr.el:
12314 * faces.el: Update calls to make-obsolete with a WHEN argument.
12315
12316 * byte-run.el (make-obsolete, make-obsolete-variable):
12317 Add an optional WHEN argument and change the format of the
12318 symbol-property information.
12319 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12320 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12321 new obsolete-symbol-property format and print WHEN if it is provided.
12322
123232000-05-31 Dave Love <fx@gnu.org>
12324
12325 * loadhist.el (loadhist-hook-functions): Remove
12326 before-change-function, after-change-function.
12327 (unload-feature): Deal with symbols which are both bound and
12328 fbound.
12329
12330 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12331 before-change-function, after-change-function.
12332
12333 * simple.el (newline): Don't bind before-change-function,
12334 after-change-function.
12335
123362000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12337
12338 * whitespace.el (whitespace-rescan-timer-time): Update interval
12339 set to 600 seconds (10 minutes) instead of 60 seconds since
12340 a large number of whitespace buffers causes emacs to `freeze'
12341 for a considerable amount of time.
12342
12343 * whitespace.el: Updated email address
12344
123452000-05-31 Dave Love <fx@gnu.org>
12346
12347 * add-log.el (change-log-font-lock-keywords) <function>: Add
12348 pattern for function of change.
12349 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12350 acknowledgements patterns.
12351
123522000-05-31 Kenichi Handa <handa@etl.go.jp>
12353
12354 * isearch.el (isearch-printing-char): If keyboard coding system is
12355 being used, call isearch-process-search-multibyte-characters.
12356
12357 * international/isearch-x.el: Mostly rewritten.
12358
12359 * international/quail.el (quail-start-conversion): Don't include
12360 unhandled events in the returned events, but set them in
12361 unread-command-events. Exit if all inputs are deleted.
12362
123632000-05-30 Jason Rumney <jasonr@gnu.org>
12364
12365 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12366
12367 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12368 Reenable code to create initial fontsets.
12369 Use set-fontset-font in place of put-charset-property.
12370
123712000-05-30 Gerd Moellmann <gerd@gnu.org>
12372
12373 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12374 label, ensure that the first colon isn't followed by another.
12375
12376 * paths.el (Info-default-directory-list): Doc fix.
12377
12378 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12379 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12380 send a query containing USER only, not USER@HOST.
12381
12382 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12383 and rmail-msgend to compute the restriction at the end, instead of
12384 computing it.
12385
123862000-05-29 Gerd Moellmann <gerd@gnu.org>
12387
12388 * dabbrev.el (dabbrev-expand): Don't display messages in the
12389 echo area if the minibuffer window is active.
12390
12391 * jit-lock.el (jit-lock-mode): Add after change function to
12392 local hook.
12393
123942000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12395
12396 * antlr-mode.el: New commands: hide/unhide actions,
12397 upcase/downcase literals.
12398 (antlr-tiny-action-length): New user option.
12399 (antlr-hide-actions): New command. Suggested by
12400 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12401 (antlr-mode-map): New binding [C-c C-v].
12402 (antlr-mode-menu): New entries.
12403 (antlr-downcase-literals): New command.
12404 (antlr-upcase-literals): Ditto.
12405
12406 * antlr-mode.el: Minor changes: indendation, mode-name.
12407 (antlr-indent-line): Indent cpp directive at column 0.
12408 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12409
12410 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12411 (antlr-font-lock-additional-keywords): Workaround for intentional
12412 bug in XEmacs version of font-lock.
12413 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12414 be used by a smarter version of `buffers-menu-grouping-function'.
12415
124162000-05-29 Gerd Moellmann <gerd@gnu.org>
12417
12418 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12419 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12420
124212000-05-29 Kenichi Handa <handa@etl.go.jp>
12422
12423 * international/encoded-kb.el
12424 (encoded-kbd-iso2022-designation-map): Pay attention to that
12425 charset-iso-final-char return -1 for eight-bit-control and
12426 eight-bit-graphic.
12427
124282000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12429
12430 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12431 (speedbar-easymenu-definition-base): Use display-graphic-p where
12432 available, instead of window-system.
12433
124342000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12435
12436 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12437 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12438 coding systems.
12439
124402000-05-26 Dave Love <fx@gnu.org>
12441
12442 * disp-table.el (standard-display-underline): Don't use
12443 internal-find-face.
12444
12445 * mail/reporter.el: Maintainer change. Doc fixes.
12446 (reporter-version): Deleted.
12447
12448 * emacs-lisp/elp.el: Maintainer change.
12449 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12450
124512000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12452
12453 * add-log.el (add-change-log-entry): Merge the current entry with the
12454 previous one if the previous one is empty.
12455
124562000-05-26 Dave Love <fx@gnu.org>
12457
12458 * loadhist.el (unload-feature): Fix interactive spec [from
12459 lijnzaad@ebi.ac.uk].
12460
12461 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12462 subr-arity to check primitives.
12463 (byte-compile-flush-pending, byte-compile-file-form-progn)
12464 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12465 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12466 mapcar.
12467
124682000-05-26 Kenichi Handa <handa@etl.go.jp>
12469
12470 * international/fontset.el: Set family names of non-latin charsets
12471 in default fontset to "*".
12472
12473 * international/mule-diag.el (print-fontset): Combine family part
12474 and registry part of the fontname by "-*-" instead of "-".
12475
12476 * international/mule-cmds.el (encode-coding-char): Make strings
12477 multibyte before calling encode-coding-string.
12478
124792000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12480
12481 * derived.el: Fix keywords.
12482 (define-derived-mode): Only define if needed.
12483
12484 * simple.el (fill-comment, comment-column, comment-start)
12485 (comment-start-skip, comment-end, comment-indent-function)
12486 (block-comment-start, block-comment-end, indent-for-comment)
12487 (set-comment-column, kill-comment, comment-padding, comment-region)
12488 (comment-multi-line, indent-new-comment-line): Remove.
12489
12490 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12491 function names for comment operations.
12492
12493 * newcomment.el: Add abundant autoload cookies.
12494 (comment-style): Don't depend on runtime data at compile-time.
12495 (comment-indent-hook): Remove.
12496 (comment-indent): Check if comment-indent-hook is bound.
12497 (comment-region): Docstring fix.
12498
124992000-05-25 Dave Love <fx@gnu.org>
12500
12501 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12502 byte-code-function-p.
12503
12504 * mail/rmailsum.el: Add provide.
12505
12506 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12507
12508 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12509 defcustom.
12510
125112000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12512
12513 * ediff-diff.el (ediff-exec-process): delete --binary option from
12514 non-buffer ediff jobs.
12515
125162000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12517
12518 * hilit-chg.el (highlight-changes-mode): Ask about color or
12519 grayscale support, not about window-system.
12520
12521 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12522 window-system.
12523 (ffap-highlight): Always default to t.
12524
12525 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12526 display-popup-menus-p instead of looking at window-system.
12527
12528 * disp-table.el (standard-display-g1, standard-display-graphic):
12529 Only refuse to use string glyphs on X and MS-Windows.
12530
12531 * avoid.el: Remove window-system from commentary, suggest to use
12532 display-*-p instead.
12533
12534 * apropos.el (apropos-print): Use display-mouse-p instead of
12535 window-system.
12536
125372000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12538
12539 * international/codepage.el (cp-decoding-vector-for-codepage):
12540 Fill up unsupported characters with their own codes. From Kenichi
12541 Handa.
12542
125432000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12544
12545 * international/mule-diag.el (describe-char-after): Use
12546 display-graphic-p instead of window-system, so that this function
12547 works on MS-DOS.
12548
125492000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12550
12551 * international/codepage.el (cp-make-coding-systems-for-codepage):
12552 Remove the eight-bit-graphic and eight-bit-control charsets from
12553 the list of charsets which we convert into `?'.
12554
125552000-05-25 Kenichi Handa <handa@etl.go.jp>
12556
12557 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12558 private charsets.
12559 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12560 japanese-jisx0213-2): New charsets.
12561
12562 * international/fontset.el: Setup default fontset for new charsets.
12563
125642000-05-24 Dave Love <fx@gnu.org>
12565
12566 * info.el (Info-find-node-2): Restructure [following "Vadim
12567 S. Solomin" <sovs@uic.nnov.ru>].
12568
12569 * icomplete.el: Fix header for Finder.
12570
125712000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12572
12573 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12574 STAY.
12575
12576 * rmail.el (rmail-automatic-folder-directives): New user variable.
12577 (rmail-show-message): Add call to `rmail-auto-file' during
12578 display.
12579 (rmail-auto-file): New function.
12580
125812000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12582
12583 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12584 account.
12585 (ediff-test-utility,ediff-diff-mandatory-option)
12586 (ediff-reset-diff-options): Utilities for proper initialization of
12587 ediff-diff-options and ediff-diff3-options on Windows.
12588
12589 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12590 variable.
12591
12592 * ediff-mult.el (ediff-filegroup-action): Use
12593 ediff-merge-filename-prefix.
12594
125952000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12596
12597 * viper-ex.el (ex-write): Set selective display to nil.
12598
125992000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12600
12601 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12602 aliases for hebrew-iso-8bit.
12603
126042000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12605
12606 * woman.el: New version from Francis J. Wright
12607 <F.J.Wright@Maths.QMW.ac.uk>.
12608 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12609 names in environment variables regardless of the path separator.
12610 (woman-topic-all-completions-1): Don't call file-name-directory-p
12611 on all files, since woman-file-regexp already filters out any
12612 directories.
12613
126142000-05-24 Kenichi Handa <handa@etl.go.jp>
12615
12616 * international/quail.el (quail-start-translation): Don't change
12617 modified-p of the current buffer.
12618 (quail-start-conversion): Likewise.
12619
12620 * international/kkc.el (kkc-region): Don't change modified-p of
12621 the current buffer.
12622
12623 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12624 conform to RFC1468.
12625 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12626
126272000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12628
12629 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12630 (speedbar-insert-button): Invisible text property fix.
12631 (speedbar-directory-plus): Renamed from speedbar-directory-+
12632 (speedbar-directory-minus): Renamed from speedbar-directory--
12633 (speedbar-page-plus): Renamed from speedbar-file-+
12634 (speedbar-page-minus): Renamed from speedbar-file--
12635 (speedbar-page): Renamed from speedbar-file-
12636 (speedbar-tag): Renamed from speedbar-tag-
12637 (speedbar-tag-plus): Renamed from speedbar-tag-+
12638 (speedbar-tag-minus): Renamed from speedbar-tag--
12639 (speedbar-expand-image-button-alist): Use above renames.
12640
12641 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12642 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12643 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12644 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12645 * sb-pg.xpm: Renamed from sb-file.xpm
12646 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12647 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12648
126492000-05-24 Kenichi Handa <handa@etl.go.jp>
12650
12651 * international/quail.el (quail-show-guidance-buf): Set
12652 current-input-method of the guidance buffer to the name of the
12653 curren input method.
12654
126552000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12656
12657 * progmodes/compile.el (compile-internal): Style typo.
12658
12659 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12660 quote vars and functions in the docstring.
12661
12662 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12663
12664 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12665 Don't quote lambdas.
12666
12667 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12668
126692000-05-23 Gerd Moellmann <gerd@gnu.org>
12670
12671 * startup.el (command-line): Determine source file of compiled
12672 user init file differently. Warn if compiled user init file
12673 is older than its source file.
12674
12675 * ffap.el (ffap-url-regexp): Add `https'.
12676
126772000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12678
12679 * files.el (make-backup-file-name-1): Replace slashes with `!'
12680 rather than `|' (which is not allowed on Windows). Replace the
12681 drive letters with a string "drive_X".
12682
126832000-05-23 Gerd Moellmann <gerd@gnu.org>
12684
12685 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12686
12687 * files.el (interpreter-mode-alist): Add `bash2'.
12688
126892000-05-22 Dave Love <fx@gnu.org>
12690
12691 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12692 mapc.
12693 (feature-file): Avoid calling symbol-name. Doc fix.
12694 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12695 (loadhist-hook-functions): Add mouse-position-function.
12696 (unload-feature): Change uses of mapcar.
12697
12698 * files.el (parse-colon-path): Doc fix.
12699 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12700 (set-auto-mode): Use mapc.
12701
12702 * complete.el (PC-look-for-include-file): Use :alnum: character
12703 class.
12704 (partial-completion-mode): Add autoload cookie.
12705
127062000-05-22 Sam Steingold <sds@gnu.org>
12707
12708 * info.el (Info-fontify-node): Fixed the call to
12709 `add-text-properties' (bug introduced on 2000-05-18).
12710
127112000-05-22 Dave Love <fx@gnu.org>
12712
12713 * bindings.el: Remove debug-ignored-errors set in other files.
12714
12715 * progmodes/etags.el: Add to debug-ignored-errors.
12716 (visit-tags-table-buffer): Clear out buffers holding old tables
12717 when making a new list.
12718 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12719 mapc.
12720
12721 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12722 quote keywords.
12723 (cmpl-string-case-type): Use character classes.
12724
12725 * comint.el:
12726 * textmodes/ispell.el:
12727 * imenu.el:
12728 * mail/mh-e.el:
12729 * progmodes/compile.el: Add to debug-ignored-errors.
12730
12731 * dabbrev.el: Add to debug-ignored-errors.
12732 (dabbrev-completion): Use mapc.
12733
127342000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12735
12736 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12737 (woman-mapcan, woman-parse-man.conf)
12738 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12739 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12740 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12741 path syntax better.
12742 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12743 (woman-manpath): Call woman-parse-man.conf.
12744 (woman-emulation): New defcustom, defaults to nroff.
12745 (woman-font-support): New defconst.
12746 (woman-use-symbol-font): New defcustom.
12747 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12748 "Emulation".
12749 Many functions: Doc fix.
12750
127512000-05-22 Kenichi Handa <handa@etl.go.jp>
12752
12753 * international/quail.el (quail-simple-translation-keymap): Map
12754 128..255 to quail-self-insert-command.
12755 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12756
127572000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12758
12759 * help.el (help-manyarg-func-alist): Typo.
12760
12761 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12762 intervals which makes it heaps simpler.
12763
12764 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12765 the nested comment markers.
12766
12767 * subr.el (remove-hook): Don't turn the hook's value into a list.
12768
127692000-05-21 Dave Love <fx@gnu.org>
12770
12771 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12772 are invalid characters.
12773
12774 * international/mule-util.el (detect-coding-with-priority): Use
12775 mapc. Remove redundant lambda.
12776
12777 * international/mule-diag.el (list-non-iso-charset-chars)
12778 (describe-fontset): Remove redundant lambda.
12779
12780 * emulation/crisp.el (brief-mode): New alias.
12781
12782 * emacs-lisp/ring.el (ring-elements): New function.
12783
12784 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12785 (easy-menu-do-add-item): Use keywordp.
12786
12787 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12788
12789 * replace.el: Doc and error message fixes.
12790 (replace-highlight): Use facep, not internal-find-face.
12791
127922000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12793
12794 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12795
12796 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12797 (log-edit-insert-changelog): Drop `:' as well.
12798
12799 * log-view.el: Fix file description.
12800 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12801 available.
12802 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12803 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12804
12805 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12806 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12807 Print a status message if the toggle is called interactively.
12808 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12809 for global minor modes and use `defcustom' for them.
12810 Use add-minor-mode.
12811 (easy-mmode-define-derived-mode): Remove.
12812 (define-derived-mode): Fancier default docstring.
12813 (easy-mmode-define-navigation): Signal an error rather than (ding).
12814
12815 * newcomment.el (comment-styles): New `box-multi'.
12816 (comment-normalize-vars): Better default for comment-continue to
12817 avoid whitespace-only continuations.
12818 (comment-search-forward): Always move even in the no-syntax case.
12819 (comment-padright): Only obey N if it's only obeyed for padleft.
12820 (comment-make-extra-lines): Better handling of empty continuations.
12821 Use `=' for the filler if comment-start has only one character.
12822 (uncomment-region): Try handling the special `=' filler.
12823 (comment-region): Allow LINES even if MULTI is nil.
12824 (comment-box): Choose box style based on comment-style.
12825
128262000-05-20 Kenichi Handa <handa@etl.go.jp>
12827
12828 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12829 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12830
128312000-05-20 Kenichi HANDA <handa@etl.go.jp>
12832
12833 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12834 and insert, not subst-char-in-region.
12835
12836 * international/mule-diag.el (list-character-sets-1): Handle
12837 charsets eight-bit-control and eight-bit-graphic.
12838 (list-iso-charset-chars): Likewise.
12839 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12840 charactes as is. Use indent-to to align characters.
12841
12842 * international/mule-cmds.el (find-multibyte-characters): Never
12843 exclude charsets eight-bit-control and eight-bit-graphic.
12844
128452000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12846
12847 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12848 Don't quote lambdas.
12849
12850 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12851
128522000-05-19 Gerd Moellmann <gerd@gnu.org>
12853
12854 * gud.el (gud-jdb-directories): Doc fix.
12855
128562000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12857
12858 * newcomment.el: New file.
12859
128602000-05-19 Gerd Moellmann <gerd@gnu.org>
12861
12862 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12863
128642000-05-18 Andreas Schwab <schwab@suse.de>
12865
12866 * dired.el (dired-between-files): Also skip lines beginning with
12867 `used'.
12868
128692000-05-18 Gerd Moellmann <gerd@gnu.org>
12870
12871 * msb.el (msb-menu-cond): Add choice `user'.
12872
128732000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12874
12875 * ps-print.el: Compatibility, customization and doc fix.
12876 (ps-printer-name-option): Replace defconst by defvar.
12877 (ps-postscript-code-directory): XEmacs compatibility.
12878 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12879 fix.
12880 (ps-user-defined-prologue, ps-print-prologue-header)
12881 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12882 compatibility and code fix.
12883 (ps-print-background-image, ps-print-background-text):
12884 Customization fix.
12885 (ps-line-number-start, ps-n-up-on): New vars.
12886
128872000-05-18 Espen Skoglund <esk@ira.uka.de>
12888
12889 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12890 the indent-comment function to just return the appropriate indent.
12891
128922000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12893
12894 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12895 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12896 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12897
128982000-05-18 Dave Love <fx@gnu.org>
12899
12900 * info.el (Info-fontify-node): Add intangible property as well as
12901 invisible.
12902
12903 * calendar/appt.el (appt-make-list): Match all lines of entry.
12904 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12905
129062000-05-18 Kenichi Handa <handa@etl.go.jp>
12907
12908 * international/mule-diag.el (describe-char-after): Call
12909 internal-char-font, not char-font. If internal-char-font returns
12910 nil, display "-- none --".
12911
129122000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12913
12914 * image.el (image-type-available-p): Don't reference image-types
12915 if it isn't bound.
12916
129172000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12918
12919 * autoarg.el (autoarg-mode): Typo in the :set argument.
12920
129212000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12922
12923 * startup.el (command-line-1): Don't signal an error if the
12924 directory for auto-save-list files does not yet exist.
12925
129262000-05-17 Kenichi Handa <handa@etl.go.jp>
12927
12928 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12929
129302000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12931
12932 * subr.el (remove-hook): `setq' hook-value, not `set'.
12933
129342000-05-16 Sam Steingold <sds@gnu.org>
12935
12936 * info.el (debug-ignored-errors): More errors to ignore.
12937
129382000-05-16 Dave Love <fx@gnu.org>
12939
12940 * cus-edit.el: Don't require cl or easymenu.
12941 (custom-variable-prompt): Test standard-value property, not
12942 user-variable-p.
12943
129442000-05-16 Sam Steingold <sds@gnu.org>
12945
12946 * subr.el (add-hook): `setq' hook-value, not `set'.
12947
129482000-05-16 Gerd Moellmann <gerd@gnu.org>
12949
12950 * startup.el (command-line-1): Mention the FAQ in the startup
12951 message.
12952
12953 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12954
12955 * progmodes/compile.el (compilation-parse-errors): Collect
12956 `nomessage' regexps last.
12957
12958 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12959
12960 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12961 to the function name.
12962
129632000-05-15 Dave Love <fx@gnu.org>
12964
12965 * speedbar.el (speedbar-recenter): Typo.
12966 (speedbar-expand-line): Make arg optional.
12967 (speedbar-mode): Avoid a compiler warning.
12968
129692000-05-15 Gerd Moellmann <gerd@gnu.org>
12970
12971 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12972 user-specified option string is empty.
12973
12974 * mouse.el (mouse-yank-at-click): Doc fix.
12975
129762000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12977
12978 * term/internal.el (IT-character-translations): More updates of
12979 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12980 documents.
12981
129822000-05-15 Gerd Moellmann <gerd@gnu.org>
12983
12984 * env.el (getenv): New function, interactively callable.
12985 (setenv, getenv): Remove autoload cookies.
12986
12987 * loadup.el: Load `env'.
12988
12989 * progmodes/f90.el: Change author's mail address.
12990
129912000-05-14 Dave Love <fx@gnu.org>
12992
12993 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12994 goto-addr as an option.
12995
12996 * help.el (help-xref-stack): Doc fix.
12997 (help-xref-following): New variable.
12998 (help-make-xrefs): Use it.
12999 (help-xref-go-back): Use position information from stack element.
13000 (help-follow): Make position in stack element a pair. Use
13001 help-xref-following.
13002
13003 * autoarg.el: New file.
13004
13005 * faces.el: Declare more functions obsolete.
13006
13007 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13008 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13009 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13010 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13011 Remove all the setup-...-environment functions.
13012
130132000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13014
13015 * speedbar.el: Updated the commentary section. xemacs20p now uses
13016 >= when detecting. Require `defimage' safely.
13017 (speedbar-easymenu-definition-base): Add toggle for images.
13018 (speedbar-easymenu-definition-special): Add flush cache & expand.
13019 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13020 (speedbar-reconfigure-keymaps-hook): New variable.
13021 (speedbar-frame-parameters): Updated documentation.
13022 (speedbar-use-imenu-flag): Updated custom tag
13023 (speedbar-dynamic-tags-function-list): New variable.
13024 (speedbar-tag-hierarchy-method): Updated doc & custom.
13025 (speedbar-indentation-width, speedbar-indentation-width) New
13026 variables.
13027 (speedbar-hide-button-brackets-flag): Customizable.
13028 (speedbar-vc-indicator): Doc update.
13029 (speedbar-ignored-path-expressions): Updated default value.
13030 (speedbar-supported-extension-expressions): Updated default value.
13031 (speedbar-syntax-table): Remove {} paren status.
13032 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13033 as "+". Added overlay aliases.
13034 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13035 `force-mode-line-update'.
13036 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13037 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13038 `mouse-set-point'
13039 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13040 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13041 of arbitrary text, and new helper functions.
13042 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13043 filename finder.
13044 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13045 (speedbar-directory-buttons): Update path search/expansion.
13046 (speedbar-make-tag-line): Pay attention to
13047 `speedbar-indentation-width'. Use more care w/ invisible
13048 properties.
13049 (speedbar-change-expand-button-char): Call
13050 `speedbar-insert-image-button-maybe'.
13051 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13052 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13053 (speedbar-trim-words-tag-hierarchy)
13054 (speedbar-simple-group-tag-hierarchy): New functions
13055 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13056 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13057 functions.
13058 (speedbar-mouse-set-point): New function
13059 (speedbar-power-click): Updated documentation.
13060 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13061 of tag prefix text.
13062 (speedbar-expand-line, speedbar-contract-line): Make more robust
13063 to strange text.
13064 (speedbar-expand-line): Takes universal argument to flush the
13065 cache.
13066 (speedbar-flush-expand-line): New function.
13067 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13068 Use new generator insertion method.
13069 (speedbar-fetch-dynamic-tags): New function.
13070 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13071 `speedbar-fetch-dynamic-imenu'.
13072 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13073 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13074 "Revert Buffer" menu items.
13075 (speedbar-buffer-buttons-engine): Be smarter when creating a
13076 filename tag (for expansion purposes.).
13077 (speedbar-highlight-one-tag-line,
13078 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13079 (speedbar-recenter): New functions.
13080 (defimage-speedbar): Image loading abstraction.
13081 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13082 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13083 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13084 (speedbar-tag-type, speedbar-tag-mail): New images.
13085 (speedbar-expand-image-button-alist): New variable.
13086 (speedbar-insert-image-button-maybe): Insert an image over some
13087 buttons.
13088
130892000-05-13 Kenichi Handa <handa@etl.go.jp>
13090
13091 * international/mule-cmds.el (encode-coding-char): An ASCII
13092 character is always encodable.
13093
13094 * international/mule-conf.el: Add more information in descriptions
13095 of character sets.
13096
13097 * international/mule-diag.el (describe-char-after): New function.
13098 (describe-font-internal): Adjusted for the change of font-info.
13099 (describe-font): Likewise.
13100 (print-fontset): Rewritten for the new fontset implementation.
13101 (describe-fontset): Include fontset alias names in completion.
13102 (list-fontsets): Adjusted for the change of print-fontset.
13103
13104 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13105 describe-char-after instead of displaying the detail in the echo
13106 area.
13107 (syntax-code-table): Format changed.
13108 (string-to-syntax): Adjusted for the above change.
13109
131102000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13111
13112 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13113
131142000-05-12 Dave Love <fx@gnu.org>
13115
13116 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13117 dependence. Use line-{beginning,end}-position, not
13118 point-at{b,e}ol. Some doc fixes.
13119 (todo-position): New function. Fix callers of position to use it.
13120 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13121
131222000-05-12 Gerd Moellmann <gerd@gnu.org>
13123
13124 * time.el (display-time-mail-icon): Use `:ascent center'.
13125
13126 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13127 handling FTP security extensions.
13128
131292000-05-11 Dave Love <fx@gnu.org>
13130
13131 * calendar/todo-mode.el: New file.
13132
131332000-05-11 Gerd Moellmann <gerd@gnu.org>
13134
13135 * comint.el (comint-read-input-ring): Move reference to
13136 comint-input-ring-size outside of the save-excursion. It was
13137 causing the default value to be the only one ever seen.
13138
13139 * font-lock.el: Update copyright. Remove Simon Marshall's email
13140 address on request from him.
13141
13142 * subr.el (substitute-key-definition): Add comment describing
13143 the meaning of PREFIX.
13144
131452000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13146
13147 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13148
13149 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13150 (add-minor-mode): Don't make the variable buffer-local and add a
13151 reference to define-minor-mode in the docstring.
13152
13153 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13154 HEADER/FOOTER and fix bug with trailing empty directory.
13155 (cvs-append-to-ignore): Use vc-editable-p if available.
13156 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13157 (vc-do-command): Tweak advice to handle the new VC.
13158
13159 * log-view.el (log-view-goto-rev): New function for the new VC.
13160 (log-view-minor-wrap): Use mark-active.
13161
13162 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13163 (log-edit-changelog-full-paragraphs): New var.
13164 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13165 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13166 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13167 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13168 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13169 Replace the `cvs' prefix with `log-edit'.
13170
13171 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13172
13173 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13174 (diff-font-lock-defaults): Explicitly turn off multiline.
13175 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13176 (diff-ediff-patch): Fix call to ediff-patch-file.
13177 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13178 Handle comments.
13179
13180 * frame.el (automatic-hscrolling): Typo.
13181
13182 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13183
131842000-05-09 Sam Steingold <sds@goems.com>
13185
13186 * apropos.el (apropos-print): use `describe-face' instead of
13187 `customize-face-other-window'.
13188
131892000-05-09 Dave Love <fx@gnu.org>
13190
13191 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13192
13193 * help.el (describe-variable): Have customize button pop the
13194 help-xref stack when invoked.
13195 (help-xref-symbol-regexp): Add `face'.
13196 (help-make-xrefs): Check for quoted face names and adapt regexp
13197 submatch numbers to cope.
13198 (help-xref-interned): Maybe insert face doc too. Separate
13199 sections with a line of hyphens.
13200
13201 * faces.el: Some doc fixes. Declare some functions obsolete.
13202 (describe-face): Add customize button. Return the help
13203 text. Fix prompt.
13204
132052000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13206
13207 * term/internal.el (IT-character-translations): Fix last change.
13208
132092000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13210
13211 * woman.el: New file
13212 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13213
132142000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13215
13216 * term/internal.el (IT-character-translations): Update ASCII
13217 simulations for greek-iso8859-7, add latin-iso8859-14 and
13218 latin-iso8859-15.
13219
13220 * international/mule-cmds.el (set-language-info-alist): Call
13221 define-prefix-command with 3 arguments, to make the map suitable
13222 for a menu.
13223
132242000-05-07 Dave Love <fx@gnu.org>
13225
13226 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13227
132282000-05-05 Dave Love <fx@gnu.org>
13229
13230 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13231 list in doc string. Don't quote keyword symbols.
13232 * emacs-lisp/cl.el: Likewise
13233 * emacs-lisp/cl-seq.el: Likewise
13234
132352000-05-05 Gerd Moellmann <gerd@gnu.org>
13236
13237 * abbrev.el (abbrev-mode): Make ARG optional.
13238
132392000-05-04 Gerd Moellmann <gerd@gnu.org>
13240
13241 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13242
13243 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13244
13245 * subr.el (substitute-key-definition): Clarify documentation.
13246
132472000-05-04 Milan Zamazal <pdm@freesoft.cz>
13248
13249 * glasses.el (glasses-convert-to-unreadable): Use
13250 `glasses-separator' instead of the hard-wired "_".
13251 (glasses-mode): Call `glasses-make-unreadable' only in a single
13252 place.
13253
132542000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13255
13256 * term/internal.el (cjk-codepages-alist): Add associations for
13257 Chinese and Korean codepages. Remove FIXME comment.
13258
132592000-05-03 Dave Love <fx@gnu.org>
13260
13261 * time.el (display-time-mail-face, display-time-use-mail-icon):
13262 New option.
13263 (display-time-mail-icon): New variable.
13264 (display-time-string-forms): Use the above. Fix the local-map.
13265
132662000-05-03 Gerd Moellmann <gerd@gnu.org>
13267
13268 * replace.el (query-replace-map): Add binding for `E'.
13269 (query-replace-help): Extend help text.
13270 (perform-replace): Allow editing the replacement string.
13271
13272 * make-mode.el (makefile-mode-abbrev-table): New variable.
13273 (makefile-mode): Set local abbrev table to
13274 makefile-mode-abbrev-table.
13275 (makefile-font-lock-keywords): Fontify includes and conditionals.
13276
13277 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13278 set TOGGLE's value.
13279
13280 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13281 mail-interactive-insert-alias.
13282 (mail-abbrev-complete-alias): New command.
13283 (mail-mode-map): Bind it to `M-TAB'.
13284
132852000-05-03 Kenichi Handa <handa@etl.go.jp>
13286
13287 * language/lao-util.el (lao-compose-region): New function.
13288
132892000-05-02 Gerd Moellmann <gerd@gnu.org>
13290
13291 * files.el (recover-session): Make directories as necessary
13292 if they don't exist yet.
13293
13294 * calendar/cal-french.el
13295 (french-calendar-multibyte-special-days-array)
13296 (french-calendar-special-days-array): Change French text.
13297 (calendar-french-date-string): Change output.
13298 (calendar-goto-french-date): Likewise.
13299
133002000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13301
13302 * wid-edit.el (widget-default-active): Obey `:always-active'.
13303 (widget-documentation-string-value-create): Set `:always-active'.
13304
133052000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13306
13307 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13308 default prefix to `~/_emacs.d/auto-save.list/_s'.
13309 (normal-top-level): Create the directory for auto-save files, if
13310 it doesn't already exist (in the ms-dos case only).
13311
133122000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13313
13314 * international/mule-cmds.el (set-language-environment): Don't
13315 concat an integer (dos-codepage), use format instead.
13316
133172000-05-02 Dave Love <fx@gnu.org>
13318
13319 * help.el (help-xref-on-pp): Check for constant symbols.
13320
133212000-04-29 Gerd Moellmann <gerd@gnu.org>
13322
13323 * startup.el (normal-top-level): Put a condition-case around
13324 the code loading subdirs.el.
13325
133262000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13327
13328 * ps-print.el: Upside-down and face background color printing,
13329 line number step, doc fix.
13330 (ps-print-version): New version number (5.2).
13331 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13332 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13333 (ps-spool-config): Var fix.
13334 (ps-printer-name-option): Const fix.
13335 (ps-print-upside-down, ps-use-face-background)
13336 (ps-line-number-step): New vars.
13337 (ps-window-system, ps-lp-system): New consts.
13338 (ps-face-background): New fun.
13339
133402000-04-28 Richard Stallman <rms@gnu.org>
13341
13342 * files.el (make-auto-save-file-name):
13343 Apply auto-save-file-name-transforms to visited file name
13344 before generating auto save file name.
13345 (auto-save-file-name-transforms): New variable.
13346
13347 * files.el (backup-enable-predicate):
13348 Correctly test for a file under a temporary directory.
13349
133502000-04-28 Gerd Moellmann <gerd@gnu.org>
13351
13352 * subr.el (add-minor-mode): Rewritten.
13353
133542000-04-28 Kenichi Handa <handa@etl.go.jp>
13355
13356 * mail/sendmail.el (sendmail-send-it): Set
13357 buffer-file-coding-system to the selected coding system for MIME
13358 header.
13359
133602000-04-27 Gerd Moellmann <gerd@gnu.org>
13361
13362 * dired.el (dired-move-to-filename-regexp): Allow format where
13363 YYYY is followed by two spaces.
13364
13365 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13366 in the second character class of the regexp.
13367
13368 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13369 mh-etc, too.
13370
13371 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13372 nil.
13373
13374 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13375
13376 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13377 argument.
13378
133792000-04-27 Sen Nagata <sen@eccosys.com>
13380
13381 * emacs-lisp/crm.el (crm-completion-table): New variable.
13382 (crm-collection-fn, crm-test-completion)
13383 (completing-read-multiple): Use it.
13384
133852000-04-27 Dave Love <fx@gnu.org>
13386
13387 * help.el (locate-library): Use mapc.
13388 (help-manyarg-func-alist): Add call-process-region.
13389
133902000-04-26 Gerd Moellmann <gerd@gnu.org>
13391
13392 * subr.el (add-minor-mode): Make argument MAP optional.
13393
13394 * desktop.el (desktop-save): Save list of minor modes.
13395 (desktop-create-buffer): Restore minor modes.
13396 (desktop-minor-mode-table): New user-option.
13397
13398 * subr.el (add-minor-mode): New function.
13399
13400 * image.el (find-image): New function.
13401 (defimage): Rewritten to find image at load time.
13402
13403 * startup.el (normal-top-level-add-to-load-path): Handle
13404 case that the default directory is not in load-path.
13405
13406 * help.el: Old patch from Stefan Monnier.
13407 (help-xref-on-pp): New function.
13408 (describe-variable): Use it to display xrefs in a symbol's value.
13409
134102000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13411
13412 * cus-edit.el (custom-face): Fix parenthesis.
13413
134142000-04-26 Kenichi Handa <handa@etl.go.jp>
13415
13416 * mail/rmail.el (rmail-expunge): When there are no deleted
13417 messages, do nothing.
13418
134192000-04-26 Dave Love <fx@gnu.org>
13420
13421 * international/mule-cmds.el (locale-translation-file-name):
13422 Defvar to nil.
13423 (set-locale-environment): Set it here (at runtime).
13424
134252000-04-25 Gerd Moellmann <gerd@gnu.org>
13426
13427 * replace.el (perform-replace): Add parameters START and END. Use
13428 them instead of the check for a region in Transient Mark mode.
13429 (query-replace-read-args): Return two more list elements for the
13430 start and end of the region in Transient Mark mode.
13431 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13432 (map-query-replace-regexp, replace-string, replace-regexp): Add
13433 optional last arguments START and END and pass them to
13434 perform-replace.
13435
13436 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13437 form with additional arguments for perform-replace.
13438
13439 * progmodes/etags.el (tags-query-replace): Add parameters START
13440 and END. Construct a form with additional arguments for
13441 perform-replace.
13442
13443 * simple.el (shell-command): Set default directory for "*Shell
13444 Command Output" buffer.
13445
13446 * language/european.el (iso-latin-4): Fix typo.
13447
13448 * emacs-lisp/crm.el: New file.
13449
134502000-04-24 Dave Love <fx@gnu.org>
13451
13452 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13453 (Custom-reset-saved, Custom-reset-standard)
13454 (custom-group-value-create, custom-group-set, custom-group-save)
13455 (custom-group-reset-current, custom-group-reset-saved)
13456 (custom-group-reset-standard): Use mapc.
13457 (custom-buffer-create-internal): Disable undo when creating items.
13458 Use mapc.
13459 (custom-face): Avoid redundant lambda.
13460
134612000-04-24 Gerd Moellmann <gerd@gnu.org>
13462
13463 * startup.el (auto-save-list-file-prefix): Set default to
13464 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13465
134662000-04-24 Sam Steingold <sds@gnu.org>
13467
13468 * time-stamp.el (time-stamp-string-preprocess): Always convert
13469 `field-result' to a string.
13470
134712000-04-24 Gerd Moellmann <gerd@gnu.org>
13472
13473 * frame.el (scrolling): New group.
13474 (automatic-hscrolling): New user-option.
13475
13476 * startup.el (command-line-x-option-alist): Add `-lsp' and
13477 `--line-spacing'.
13478
134792000-04-19 Dave Love <fx@gnu.org>
13480
13481 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13482 (cl-mapc): Rename from mapc. Fix the funcall.
13483
134842000-04-19 Gerd Moellmann <gerd@gnu.org>
13485
13486 * simple.el (clone-indirect-buffer-other-window): New command.
13487 (clone-indirect-buffer): Add optional arg NORECROD.
13488 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13489
13490 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13491
13492 * window.el (count-screen-lines): New function.
13493 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13494 instead of window-buffer-height.
13495
13496 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13497 non-existing variable comint-input-sentinel.
13498 (inferior-lisp-args-to-list): Removed.
13499 (inferior-lisp): Use split-string instead of
13500 inferior-lisp-args-to-list.
13501
13502 * hexl.el (hexl-insert-hex-string): New command.
13503
13504 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13505 instead of concat.
13506
135072000-04-18 Gerd Moellmann <gerd@gnu.org>
13508
13509 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13510 at the start of an existing but empty folder.
13511
135122000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13513
13514 * ps-mule.el: Customization fix, doc fix.
13515 (ps-multibyte-buffer): Customization fix.
13516
135172000-04-17 Richard M. Stallman <rms@gnu.org>
13518
13519 * subr.el (read-passwd): Use read-char-exclusive.
13520
135212000-04-17 Gerd Moellmann <gerd@gnu.org>
13522
13523 * textmodes/texinfo.el (texinfo-insert-@email)
13524 (texinfo-insert-@emph, texinfo-insert-@quotation)
13525 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13526 (texinfo-mode-map): Add key bindings for them.
13527
13528 * files.el (basic-save-buffer-2): Use a template with `$'
13529 instead of `#' for VMS.
13530
13531 * simple.el (clone-indirect-buffer): New function.
13532
135332000-04-16 Stephen Eglen <stephen@gnu.org>
13534
13535 * iswitchb.el (iswitchb-case): New function. If the user input
13536 contains any upper-case characters, the search is made
13537 case-sensitive.
13538
135392000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13540
13541 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13542 comment-end.
13543 (texinfo-font-lock-syntactic-keywords): New var.
13544 (texinfo-font-lock-keywords): Remove comment regexp.
13545 (texinfo-insert-block): New function.
13546 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13547 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13548 and font-lock-defaults. Use regexp-opt for outline-regexp.
13549 (texinfo-environments): New var.
13550 (texinfo-environment-regexp): Use regexp-opt and
13551 texinfo-environments.
13552
13553 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13554 ispell-process is bound since this might be eval'd before ispell
13555 is loaded.
13556 (ispell-message): Use a tiny bit less magic and a bit more hard
13557 data to figure out what kind of sc-cite-regexp to use.
13558
13559 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13560
13561 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13562 (insert-cyclic-diary-entry): Unquote the lambda.
13563
13564 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13565
13566 * files.el (backup-enable-predicate): Unquote the lambda.
13567
13568 * cus-edit.el (custom-face, face): Unquote the lambda.
13569
135702000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13571
13572 * ps-print.el: Check for line-beginning-position definition.
13573
13574 * ps-print.el: Fix counting lines in a region.
13575 (ps-print-version): New version number (5.1.5).
13576 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13577 (ps-printing-region): Fun code fix.
13578
135792000-04-15 Gerd Moellmann <gerd@gnu.org>
13580
13581 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13582 to file-directory-p.
13583
135842000-04-14 Gerd Moellmann <gerd@gnu.org>
13585
13586 * gud.el (gud-jdb-build-source-files-list): Check that directory
13587 exists before calling directory-files.
13588
135892000-04-13 Dave Love <fx@gnu.org>
13590
13591 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13592 syntax.
13593
13594 * emacs-lisp/cl-specs.el: Remove when, unless.
13595
13596 * emacs-lisp/cl-extra.el: Don't quote keywords.
13597 (cl-old-mapc): New variable.
13598 (mapc): Use it.
13599 (cl-map-intervals): Use with-current-buffer. Don't check for
13600 next-property-change.
13601 (cl-map-overlays): Use with-current-buffer.
13602 (cl-expt): Remove.
13603 (copy-tree, remprop): Define unconditionally.
13604
13605 * emacs-lisp/cl-compat.el (keywordp): Remove.
13606
13607 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13608 to use keywordp.
13609 (edebug-spec): Enable keywordp.
13610
13611 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13612 string-lessp.
13613
13614 * cus-start.el: Use keywordp.
13615
136162000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13617
13618 * diary-lib.el (include-other-diary-files): Fix the fix of
13619 2000-02-18 by doing a save-excursion.
13620
136212000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13622
13623 * ps-print.el: Customization fix, doc fix.
13624 (ps-print-version): New version number (5.1.4).
13625 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13626 (ps-print-preprint): Adjust code.
13627 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13628 (ps-print-prologue-header, ps-print-control-characters)
13629 (ps-spool-config): Customization fix.
13630
136312000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13632
13633 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13634 converted to the new menu-item format, names silightly changed,
13635 help strings added.
13636
13637 Support for spelling without async subprocesses:
13638
13639 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13640 (ispell-session-buffer): New variables.
13641 (ispell-start-process, ispell-process-status,
13642 ispell-accept-output, ispell-send-string): New functions, for
13643 Ispell invocation when async subprocesses aren't supported.
13644 (ispell-word, ispell-pdict-save, ispell-command-loop,
13645 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13646 to process-send-string with calls to ispell-send-string, and
13647 accept-process-output with ispell-accept-output.
13648 (ispell-init-process): Call ispell-process-status instead of
13649 process-status with.
13650 (ispell-init-process): Call ispell-start-process. Call
13651 ispell-accept-output and ispell-send-string. Don't call
13652 process-kill-without-query and kill-process if they are unbound.
13653 (ispell-async-processp): New function.
13654
136552000-04-12 Dave Love <fx@gnu.org>
13656
13657 * info.el: Add debug-ignored-errors.
13658 (Info-mode-menu): Add some items.
13659 (Info-directory): Add autoload cookie.
13660
13661 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13662 Modify `truncate-lines'. Make `describe-language-environment'
13663 always visible and add help. Modify `describe-key' help. Invoke
13664 Info-directory from `info'. New entry `emacs-manual'.
13665
136662000-04-10 Gerd Moellmann <gerd@gnu.org>
13667
13668 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13669 propertized-buffer-identification.
13670 (ebrowse-update-member-buffer-mode-line): Likewise.
13671 (ebrowse--mode-strings): Removed.
13672 (ebrowse--mode-line-props): Removed.
13673
13674 * files.el (auto-mode-alist): Add `EBROWSE'.
13675
13676 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13677 space before testing for end of buffer.
13678 (ebrowse-load): Removed.
13679 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13680 (ebrowse-create-tree-buffer): Rewritten.
13681 (ebrowse-tree-mode): Read tree from buffer.
13682
13683 * progmodes/ebrowse-ffh.el: Removed.
13684
136852000-04-10 Kenichi Handa <handa@etl.go.jp>
13686
13687 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13688
136892000-04-10 Gerd Moellmann <gerd@gnu.org>
13690
13691 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13692 at the wrong place.
13693
136942000-04-09 Dave Love <fx@gnu.org>
13695
13696 * files.el (backup-enable-predicate): Use
13697 temporary-file-directory, small-temporary-file-directory.
13698 (make-backup-file-name-function, backup-directory-alist): New
13699 variables.
13700 (make-backup-file-name-1): New function.
13701 (make-backup-file-name): Use it.
13702 (find-backup-file-name): Likewise. Use format for clarity, not
13703 concat.
13704 (file-newest-backup): Use make-backup-file-name.
13705
137062000-04-09 Gerd Moellmann <gerd@gnu.org>
13707
13708 * progmodes/ebrowse-ffh.el: New file.
13709
13710 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13711 to ebrowse-ffh.el.
13712 (ebrowse-load): Add autoload.
13713
13714 * finder.el (finder-commentary): Add autoload cookie.
13715
13716 * mail/rfc2368.el: Correct author's email address.
13717
13718 * progmodes/ebrowse.el: New file.
13719
13720 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13721 item help string.
13722 (easy-menu-do-add-item): Ditto.
13723 (easy-menu-define): Extend doc string.
13724
13725 * jit-lock.el (with-buffer-unmodified): Use
13726 restore-buffer-modified-p.
13727 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13728 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13729 with-buffer-unmodified.
13730
137312000-04-08 Dave Love <fx@gnu.org>
13732
13733 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13734 unless, when.
13735
137362000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13737
13738 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13739 (viper-flash-search-pattern): No operation when using Emacs
13740 doesn't support face.
13741 Use `viper-put-on-search-overlay'.
13742
137432000-04-04 Gerd Moellmann <gerd@gnu.org>
13744
13745 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13746 like C-r.
13747
13748 * progmodes/make-mode.el: Some doc fixes.
13749 (makefile-mode-abbrev-table): New variable.
13750 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13751 (makefile-font-lock-keywords): Fontify includes and conditionals.
13752 (toplevel): Require `dabbrev' and `add-log' when compiling.
13753
13754 * replace.el (perform-replace): Don't move forward one char
13755 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13756 to do that because it leaves point 1 position after the last
13757 replacement, after everything has been replaced.
13758
13759 * jit-lock.el (with-buffer-unmodified): New macro.
13760 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13761 modified state.
13762 (jit-lock-function-1): Extracted from jit-lock-function; not
13763 preserving buffer's modified state.
13764 (jit-lock-function, jit-lock-stealth-fontify): Call
13765 jit-lock-function-1.
13766
13767 * mail/rfc2368.el: Remove supernumerary copyright line.
13768
137692000-04-04 Milan Zamazal <pdm@freesoft.cz>
13770
13771 * glasses.el: Provide facilities for inserting space before left
13772 parentheses and uncapitalization of identifiers.
13773 (glasses-mode): Try to remove old overlays in all cases.
13774
137752000-04-03 Gerd Moellmann <gerd@gnu.org>
13776
13777 * progmodes/compile.el (compile-internal): Display the compilation
13778 buffer in a different frame, if it's already displayed there.
13779
13780 * mail/rfc2368.el: New file.
13781
13782 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13783 header and insert its value as mail body.
13784
13785 * subr.el (member-ignore-case): New function.
13786
13787 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13788 (dabbrev--find-expansion): Ignore buffers matching a regexp
13789 from dabbrev-ignored-regexps.
13790
13791 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13792 to extensions handled by gzip.
13793
137942000-04-03 Richard M. Stallman <rms@gnu.org>
13795
13796 * files.el (insert-directory): List the total free space
13797 along with the used space.
13798
13799 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13800 line is followed by one that matches CITATION-REGEXP, end the
13801 paragraph.
13802
138032000-04-03 Markus Rost <rost@delysid.gnu.org>
13804
13805 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13806 (rmail-make-basic-summary-line): Use that option.
13807
138082000-04-03 Kenichi Handa <handa@etl.go.jp>
13809
13810 * international/mule-cmds.el (encoded-string-description):
13811 Rewritten. Try pretty description for ISO 2022 escape sequences
13812 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13813 for hexadecimal format.
13814
138152000-04-01 Dave Love <fx@gnu.org>
13816
13817 * cpp.el: Change customization group to `c' from `C'.
13818
13819 * vcursor.el (vcursor-move): Use display-color-p.
13820
13821 * international/mule-util.el: Provide mule-utils.
13822 (string-to-sequence): Simplify and speed up.
13823
13824 * international/mule.el (make-coding-system): Purecopy doc-string.
13825
13826 * international/mule-cmds.el: Various menu changes.
13827 (describe-specified-language-support): Handle `Default'.
13828 (set-language-info): Purecopy `info'.
13829
138302000-03-31 Andrew Innes <andrewi@gnu.org>
13831
13832 * vc.el (vc-backend-diff): Return the correct status if we had to
13833 retry the rcsdiff command without the --brief option.
13834
138352000-03-31 Dave Love <fx@gnu.org>
13836
13837 * help.el (help-manyarg-func-alist): Correct several omissions.
13838
13839 * add-log.el: Don't require cl, fortran.
13840 (add-log-current-defun-function): Doc fix.
13841 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13842 fix.
13843 (change-log-version-rcs): Function deleted.
13844 (change-log-version-number-search): Doc fix. Use
13845 vc-workfile-version. Avoid CL dolist.
13846 (add-change-log-entry): Just call add-log-current-defun to get
13847 defun. Simplify somewhat.
13848 (change-log-get-method-definition-1): Likewise.
13849 (add-log-current-defun): Return nil if calling
13850 add-log-current-defun-function does so. Move Fortran stuff to
13851 fortran.el. Return string without properties.
13852
13853 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13854 and :alpha: char classes.
13855
13856 * mail/supercite.el: Defvar curline when compiling.
13857 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13858 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13859 rather than a-zA-Z0-9 to allow non-ASCII characters.
13860
138612000-03-31 Gerd Moellmann <gerd@gnu.org>
13862
13863 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13864
13865 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13866 Re-enable new code.
13867
13868 * lpr.el (print-region-1): Use -d to specify printer name for
13869 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13870
138712000-03-31 Dave Love <fx@gnu.org>
13872
13873 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13874 for function definition in symbol's function value slot first
13875 instead of first consulting byte-compile-function-environment.
13876
138772000-03-31 Kenichi Handa <handa@etl.go.jp>
13878
13879 * language/european.el ("Polish"): New language environment.
13880 (setup-polish-environment): New function.
13881
138822000-03-30 Gerd Moellmann <gerd@gnu.org>
13883
13884 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13885 Disable new code.
13886
13887 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13888 trying to `load' the symbol of an autoload instead of the file
13889 recorded in the autoload. Fix error messages.
13890
138912000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13892
13893 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13894 (ps-print-version): New version number (5.1.3).
13895 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13896 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13897 (ps-generate-postscript-with-faces): Code fix.
13898 (ps-color-values): XEmacs compatibility.
13899 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13900 (ps-default-fg, ps-default-bg): Adjust customization.
13901 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13902 (ps-color-scale): Renaming old ps-color-value fun.
13903 (ps-print-headers): Replace ps-print-header group to avoid conflict
13904 with ps-print-header variable.
13905 (ps-print-miscellany): New group.
13906 (ps-format-color, ps-rgb-color): New funs.
13907 (ps-default-foreground): New var.
13908 (ps-printer-name-option): New const.
13909
139102000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13911
13912 * net/net-utils.el:
13913 (network-connection-host, network-connection-service): New variables
13914 (network-connection-mode): New mode, derived from comint-mode
13915 (network-connection-mode-setup): New function, saves host and
13916 service information in local variables.
13917
13918 * lisp/locate.el:
13919 (locate-word-at-point): Added this function
13920 (locate): Default to using locate-word-at-point as input
13921 Run dired-mode-hook
13922
139232000-03-29 Dave Love <fx@gnu.org>
13924
13925 * calendar/appt.el: Doc fixes.
13926 (appt-check): Convert min-to-app to a string before passing to
13927 appt-disp-window-function or concat.
13928 (appt-delete-window): Remove test for frame-root-window.
13929 (appt-select-lowest-window, appt-convert-time): Simplify.
13930
13931 * emacs-lisp/bytecomp.el: Doc fixes.
13932 (byte-compile-file-form-autoload): Update
13933 byte-compile-function-environment.
13934
139352000-03-29 Andreas Schwab <schwab@suse.de>
13936
13937 * emacs-lisp/autoload.el: Also print defsubst doc string
13938 specially.
13939
13940 * dired.el (dired-insert-directory): If dired-free-space-program
13941 failed just delete its output.
13942
139432000-03-29 Dave Love <fx@gnu.org>
13944
13945 * international/iso-cvt.el: Move provide to end. Doc fixes.
13946 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13947 (iso-iso2sgml, iso-sgml2iso): New functions.
13948 (iso-cvt-define-menu): Fix some entries and use backquote for
13949 clarity.
13950
13951 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13952
139532000-03-28 Gerd Moellmann <gerd@gnu.org>
13954
13955 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13956 ISO-DATE. If non-nil, return date in ISO 8601 format.
13957
139582000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13959
13960 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13961 if it ever becomes used.
13962 (log-edit-mode-hook): Default to vc-log-mode-hook.
13963 (log-edit-mode): Fix the docstring.
13964
13965 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13966 the code.
13967
139682000-03-26 Dave Love <fx@gnu.org>
13969
13970 * net/browse-url.el (browse-url): Re-fix case of
13971 browse-url-browser-function being an alist.
13972 (browse-url): Add :link to defgroup.
13973
13974 * files.el: Doc fixes.
13975 (file-truename): Include `[' in wildcard characters.
13976 (automount-dir-prefix): Customize.
13977 (find-file-wildcards): Add :version.
13978 (find-file-noselect): Simplify a mapcar call.
13979
13980 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13981 compatible with inf-lisp version.
13982 (eval-defun-1): Fix custom-declare-variable case.
13983
139842000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13985
13986 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13987
139882000-03-24 Gerd Moellmann <gerd@gnu.org>
13989
13990 * Makefile (COMPILE_FIRST): New macro.
13991 (compile-files): Compile files from COMPILE_FIRST first.
13992
13993 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13994 code.
13995
13996 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13997 matching open parenthesis in column 0 to defun-prompt-regexp
13998 only if open-paren-in-column-0-is-defun-start is set.
13999
14000 * sun-curs.el: Require CL at compile-time only.
14001
14002 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14003 instead of copy-list which is a function from CL.
14004 (msb--choose-menu, msb--mode-menu-cond)
14005 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14006 (msb--init-file-alist): Use mapcar instead of mapcan.
14007 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14008 `(' in column 0 in doc string.
14009 (msb--add-separators): Use mapcar instead of mapcan.
14010
14011 * cus-dep.el: Require CL at compile-time only.
14012
140132000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14014
14015 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14016 (byte-compile-warnings): New warning `noruntime'.
14017 (byte-compile-constants, byte-compile-variables): Fix docstring.
14018 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14019 execute `eval-whenc-compile's body.
14020 (byte-compile-unresolved-functions): Fix docstring.
14021 (byte-compile-eval): New function.
14022 (byte-compile-callargs-warn): Check if the function will be available
14023 at runtime (via property `byte-compile-noruntime').
14024 (byte-compile-print-syms): New function.
14025 (byte-compile-warn-about-unresolved-functions): Also warn about
14026 `noruntime' functions (and use `byte-compile-print-syms').
14027 (byte-compile-file): Capitalize the message.
14028
140292000-03-24 Gerd Moellmann <gerd@gnu.org>
14030
14031 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14032 (rmail-expunge): Ask for confirmation depending on the setting
14033 of rmail-confirm-expunge.
14034
140352000-03-23 Gerd Moellmann <gerd@gnu.org>
14036
14037 * Makefile (bootstrap-clean): If $(emacs) exists, build
14038 loaddefs.el first. A loaddefs.el that's not up-to-date might
14039 cause a bootstrap failure because things don't autoload as
14040 expected.
14041
140422000-03-23 Dave Love <fx@gnu.org>
14043
14044 * net/browse-url.el: Restore previous use of
14045 browse-url-maybe-new-window.
14046
140472000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14048
14049 * ps-print.el: Skip banner page fix.
14050 (ps-print-version): New version number (5.1.2).
14051 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14052
140532000-03-23 Dave Pearson <davep@davep.org>
14054
14055 * net/quickurl.el Changed the type of parameter passed to the
14056 function defined by `quickurl-format-function'. Before only the
14057 text of the URL was passed. Now the whole URL structure is passed
14058 and the function is responsible for extracting the parts it
14059 requires. Changed the default of `quickurl-format-function'
14060 accordingly.
14061 (quickurl-insert): Changed the `funcall' of
14062 `quickurl-format-function' to match the above change.
14063 (quickurl-list-insert): Changed the `url' case so that it makes
14064 use of `quickurl-format-function', previous to this the format was
14065 hard wired.
14066
140672000-03-22 Gerd Moellmann <gerd@gnu.org>
14068
14069 * startup.el: Change some spellings for the X Window System.
14070
140712000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14072
14073 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14074 up the code and the regexp and make sure the cursor is temporarily
14075 moved to the suspicious line while querying the user.
14076
140772000-03-22 Jason Rumney <jasonr@gnu.org>
14078
14079 * w32-fns.el (w32-charset-info-alist): Initialize.
14080
140812000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14082
14083 * ps-print.el: N-up last page fix.
14084 (ps-print-version): New version number (5.1.1).
14085 (ps-end-file, ps-end-job, ps-generate): Code fix.
14086
140872000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14088
14089 * files.el (find-file-run-dired): Update docstring.
14090 (find-directory-functions): New hook.
14091 (find-file-noselect): Run find-directory-functions rather than
14092 calling dired directly.
14093
14094 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14095
14096 * pcvs.el: Add a minimal leading commentary.
14097 (cvs-make-cvs-buffer): Change the header part by removing the startup
14098 message and adding a `Module' entry. Also replace the FOOTER and
14099 HEADER special fileinfos with the new support in ewoc for updating
14100 its own footer and header.
14101 (cvs-update-header): Update to use the header/footer of the ewoc.
14102 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14103 (cvs-is-within-p): New function.
14104 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14105 to only examine some subset of the buffers.
14106
14107 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14108 `format' instead of our own ad-hoc functions.
14109 Remove HEADER and FOOTER cases, now handled in the EWOC.
14110 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14111
14112 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14113 output to avoid scaring the user.
14114 (cvs-parse-table): Catch message for non-up-to-date commits.
14115
14116 * pcvs-defs.el (cvs-startup-message): Remove.
14117 (cvs-global-menu): New autoloaded menu.
14118
14119 * pcvs-util.el (cvs-string-fill): Remove.
14120
14121 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14122 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14123 PP part of it and also make it work for footers and headers.
14124 (ewoc-create): Drop POS and BUFFER arguments.
14125 Use the DLL's dummy node to store the end-of-footer position.
14126 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14127 (ewoc-refresh): Remove unused `header' variable.
14128 (ewoc-(get|set)-hf): New functions.
14129
14130 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14131 log-view-*-(message|file) and use easy-mmode-define-navigation.
14132 (log-view-message-re): Match SCCS format as well.
14133 And match the revision line rather than the dashed separator line.
14134 (log-view-mode): Use the new define-derived-mode.
14135 (log-view-current-tag): Fill in with an actual implementation.
14136
14137 * cvs-status.el (cvs-status-(prev|next)): Rename from
14138 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14139 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14140 to let the output "breathe" a little more (more readable).
14141 (cvs-status-mode): Use the new define-derived-mode.
14142
14143 * smerge-mode.el (smerge-auto-leave): New function and variable.
14144 (smerge-basic-map): Rename from smerge-basic-keymap.
14145 Change the bindings for smerge-diff-*.
14146 (smerge-*-map): Use easy-mmode-defmap.
14147 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14148 (smerge-keep-*): Use smerge-auto-leave.
14149
141502000-03-21 Jason Rumney <jasonr@gnu.org>
14151
14152 * cus-edit.el (custom-button-face): Use 3D look for w32.
14153 (custom-button-pressed-face): Likewise.
14154
141552000-03-21 Gerd Moellmann <gerd@gnu.org>
14156
14157 * progmodes/etags.el (tags-case-fold-search): New user-option.
14158 (tags-loop-eval): New function. Bind case-fold-search around eval
14159 depending on the value of tags-case-fold-search.
14160 (tags-loop-continue): Use tags-loop-eval.
14161 (find-tag-in-order): Bind case-fold-search depending on the value
14162 of tags-case-fold-search.
14163
141642000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14165
14166 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14167 (diff-end-of-hunk): Return the end position for use in
14168 `easy-mmode-define-navigation'.
14169 (diff-recenter): Remove.
14170 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14171 of `easy-mmode-define-navigation'.
14172 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14173 previous renaming) and fix to use new names.
14174 (diff-merge-strings): Use \n as separator: simpler, faster.
14175 (diff-mode): Use `define-derived-mode'.
14176
14177 * derived.el (define-derived-mode): Don't autoload anymore.
14178 Prefer the macro-only version provided by easy-mmode.el.
14179
14180 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14181 `easy-mmode-define-derived-mode'.
14182 Use `combine-run-hooks'.
14183 (easy-mmode-define-navigation): New macro.
14184
14185 * subr.el (combine-run-hooks): New function.
14186
141872000-03-21 Kenichi HANDA <handa@etl.go.jp>
14188
14189 * term/x-win.el: Fontsets related initialization is simplified.
14190
14191 * international/mule-diag.el (describe-font): Don't refer to
14192 global-fontset-alist, instead call font-list.
14193 (describe-fontset, list-fontsets, mule-diag): Likewise.
14194 (print-fontset): Adjusted for the change of fontset
14195 implementation.
14196
14197 * international/fontset.el (x-charset-registries): Variable
14198 removed, instead the corresponding data is stored in the default
14199 fontset.
14200 (register-alternate-fontnames): Function removed.
14201 (resolved-ascii-font): Variable removed.
14202 (x-compose-font-name): Ignore the second argument REDOCE.
14203 (x-complement-fontset-spec): Complement only an ASCII font and
14204 element for those charsets than can use that ASCII font.
14205 (generate-fontset-menu): Don't refer to global-fontset-alist,
14206 instead call fontset-list.
14207 (uninstantiated-fontset-alist): Variable removed.
14208 (x-style-funcs-alist): Likewise.
14209 (fontset-default-styles): Likewise.
14210 (x-modify-font-name): Function removed.
14211 (create-fontset-from-fontset-spec): Ignore the argument
14212 STYLE-VARIANT.
14213 (create-fontset-from-ascii-font): Docsting adjusted for the above
14214 change.
14215 (instantiate-fontset, resolve-fontset-name): Functions removed.
14216 (fontset-list): Now implemented by C code.
14217
14218 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14219 (describe-face): Include `font' attribute in the description.
14220
142212000-03-21 Kenichi Handa <handa@etl.go.jp>
14222
14223 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14224
142252000-03-20 Gerd Moellmann <gerd@gnu.org>
14226
14227 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14228 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14229 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14230
14231 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14232 about behavior of set-buffer-modified-p wrt redisplay.
14233
142342000-03-19 Richard M. Stallman <rms@gnu.org>
14235
14236 * view.el (view-mode-disable): Kill local binding of view-read-only.
14237
142382000-03-18 Gerd Moellmann <gerd@gnu.org>
14239
14240 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14241 is a string, convert it to a syntax cell using string-to-syntax.
14242
14243 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14244 (string-to-syntax): New function.
14245
14246 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14247 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14248 try to use passive ftp mode.
14249
142502000-03-17 Gerd Moellmann <gerd@gnu.org>
14251
14252 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14253
14254 * simple.el (append-to-buffer): Update point of windows after
14255 insertion.
14256
14257 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14258 forward then moving backward. Reindent.
14259
14260 * frame.el (other-frame): Call x-focus-frame only if
14261 focus-follows-mouse is off.
14262
142632000-03-17 Dave Love <fx@gnu.org>
14264
14265 * pcvs-util.el (cvs-strings->string): Rename
14266 replace-regexps-in-string.
14267
142682000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14269
14270 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14271 regexp for labels cannot span several lines.
14272
14273 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14274 `(setq :<key> ':<key>)' to the macro expansion.
14275
142762000-03-16 Dave Love <fx@gnu.org>
14277
14278 * progmodes/f90.el (f90): Put custom group under `languages', not
14279 `fortran'.
14280 (f90-mode-hook): Customize.
14281 (f90-mode): Set add-log-current-defun-function.
14282 (f90-current-defun): New function.
14283
142842000-03-16 Gerd Moellmann <gerd@gnu.org>
14285
14286 * cus-edit.el (custom-variable-tag-face): Handle case that
14287 default face's height is not a number.
14288 (custom-face-tag-face, custom-group-tag-face-1)
14289 (custom-group-tag-face): Ditto.
14290 (custom-group-tag-face-1): Add :group.
14291
14292 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14293
142942000-03-15 Gerd Moellmann <gerd@gnu.org>
14295
14296 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14297 requiring easymenu.
14298
142992000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14300
14301 * ps-print.el: PostScript user-defined prologue, PostScript error
14302 handler, doc fix.
14303 (ps-print-version): New version number (5.1).
14304 (ps-user-defined-prologue, ps-error-handler-message)
14305 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14306 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14307 (ps-insert-string): New function.
14308
143092000-03-15 Kenichi Handa <handa@etl.go.jp>
14310
14311 * international/ccl.el (ccl-compile-expression): Don't generate
14312 invalid self-assignment code.
14313
143142000-03-14 Dave Love <fx@gnu.org>
14315
14316 * subr.el (replace-regexp-in-string): Renamed from
14317 replace-regexps-in-string. Doc fix.
14318
143192000-03-12 Dave Love <fx@gnu.org>
14320
14321 * cus-edit.el: Doc fixes.
14322 (customize-set-variable, customize-save-variable): Rename args for
14323 doc.
14324 (custom-variable-tag-face, custom-face-tag-face)
14325 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14326 style which user identify as hyperlink.
14327 (hook): Don't add undefined functions to the hook.
14328 (debug-ignored-errors): Transfer message from bindings.el.
14329
143302000-03-12 Gerd Moellmann <gerd@gnu.org>
14331
14332 * recentf.el (recentf-keep-non-readable-files-p): Remove
14333 double/nested definition.
14334
143352000-03-12 Dave Love <fx@gnu.org>
14336
14337 * facemenu.el (facemenu-get-face): Use display-color-p.
14338 * enriched.el (enriched-decode-foreground): Likewise.
14339 (enriched-decode-background): Likewise.
14340 * isearch.el (isearch-highlight): Likewise.
14341 * info-look.el (info-lookup): Likewise.
14342 * simple.el (completion-setup-function): Likewise.
14343
14344 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14345 :options.
14346
14347 * bindings.el (mode-line-format): Fix line-number and
14348 column-number items. Add help-echo for the background.
14349 (mode-line-mule-info): Modify help-echo.
14350
14351 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14352
14353 * files.el (load-file): Allow completion to .elc.
14354
14355 * man.el: Doc fixes.
14356 (Man-init-defvars): Use display-color-p to set fontification.
14357
14358 * play/hanoi.el (hanoi-internal): Don't use oddp.
14359
143602000-03-12 Gerd Moellmann <gerd@gnu.org>
14361
14362 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14363
14364 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14365
143662000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14367
14368 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14369 Fix comment.
14370
143712000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14372
14373 * font-lock.el (font-lock-keywords): Fix the doc now that
14374 regexp-opt-depth is unnecessary.
14375 (save-buffer-state): Set an edebug spec.
14376 (font-lock-fontify-anchored-keywords): Properly handle the case when
14377 the matcher goes past the limit.
14378
14379 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14380 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14381
14382 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14383 dll.el and cookie.el (from Elib) with heavy renaming and other
14384 massaging.
14385
14386 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14387 Autoload the functions used.
14388 (easy-mmode-define-syntax): Fix CL typo.
14389 (easy-mmode-define-derived-mode): Improve the docstring generation.
14390
143912000-03-10 Gerd Moellmann <gerd@gnu.org>
14392
14393 * textmodes/texinfo.el (texinfo-version): Variable and function
14394 removed.
14395
143962000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14397
14398 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14399 allow more flexibility.
14400 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14401 fns.
14402 (easy-mmode-defmap, easy-mmode-defsyntax)
14403 (easy-mmode-define-derived-mode): New macros.
14404
144052000-03-09 Didier Verna <didier@xemacs.org>
14406
14407 * rect.el (replace-rectangle): New function.
14408
144092000-03-09 Dave Love <fx@gnu.org>
14410
14411 * progmodes/fortran.el (fortran-comment-line-start): Define as
14412 "C".
14413 (fortran-comment-line-start-skip): Don't match cpp stuff.
14414 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14415 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14416 (fortran-mode): Don't set fortran-comment-line-start-skip,
14417 fortran-comment-line-start here. Set comment-start,
14418 add-log-current-defun.
14419 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14420 (fortran-current-defun): New function.
14421
144222000-03-09 Gerd Moellmann <gerd@gnu.org>
14423
14424 * emacs-lisp/re-builder.el: New file.
14425
14426 * mouse.el (mouse-drag-region): Don't run up-event handler
14427 if hscroll has changed.
14428
14429 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14430 builtin operators, use `font-lock-builtin-face' for Emacs and
14431 `font-lock-preprocessor-face' otherwise.
14432
14433 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14434 `(defun (setf foo)' differently.
14435
144362000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14437
14438 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14439 (regexp-opt): Update comment and adapt the code the new meaning of
14440 the `paren' argument of regex-opt-group for shy-groups.
14441 (regexp-opt-depth): Handle shy groups as well as backslashed
14442 backslashes.
14443 (regexp-opt-group): Turn the leading comment into a docstring.
14444 Allow `paren' to be a string (the string to use to open a group).
14445 Remove open-presuf and close-presuf. Instead of checking for `all
14446 one-char' and then later on check for `several one-char', handle
14447 both cases close together. Also apply a more generic algorithm
14448 for suffixes (the mirror image of the algorithm used for
14449 prefixes). Use shy-groups. Use nreverse rather than reverse.
14450 (regexp-opt-try-suffix): Removed.
14451
14452 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14453 from comint-mode-map, so we can just inherit from it. Also, move
14454 the initialization into the `defvar' since there's no docstring
14455 anyway and it's fairly short.
14456 (inferior-scheme-mode): Define it as derived-mode: the code is
14457 shorter and this way we inherit from comint-mode-map rather than
14458 copying it.
14459
14460 * subr.el (replace-regexps-in-string): Properly handle the case
14461 where we match an empty string.
14462
14463 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14464 when the command has a directory component (such as "./testml").
14465 Also fix a typo in the comment.
14466
144672000-03-08 Gerd Moellmann <gerd@gnu.org>
14468
14469 * Makefile (compile-files): Compile files one by one because
14470 that's the only way to ensure a clean compilation environment for
14471 each individual file.
14472
14473 * frame.el (other-frame): Call x-focus-frame.
14474
144752000-03-07 Dave Love <fx@gnu.org>
14476
14477 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14478 :require to defcustom.
14479
14480 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14481 lists.
14482
14483 * files.el (auto-mode-alist): Add configure.in.
14484
14485 * progmodes/autoconf.el: New file.
14486
144872000-03-07 Gerd Moellmann <gerd@gnu.org>
14488
14489 * mail/mh-e.el: Change maintainer to `none'.
14490
14491 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14492 to remove-hook and add-hook.
14493
144942000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14495
14496 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14497 it as the default.
14498 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14499 (sendmail-send-it): Conditionally add MIME headers specifying the
14500 used character set.
14501
145022000-03-07 Dave Love <fx@gnu.org>
14503
14504 * winner.el: Fix keywords, autoload cookies. Split
14505 eval-when-compile form to avoid compilation failure.
14506
145072000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14508
14509 * international/mule.el: Modify comment about coding system
14510 property `coding-category'.
14511 (make-coding-system): New argument EOL-TYPE. Pay attention to
14512 coding-category property of PROPERTIES.
14513
14514 * international/mule-conf.el (coding-category-utf-8,
14515 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14516 categories. Include them in the argument for set-coding-priority.
14517
14518 * international/mule-cmds.el (reset-language-environment): Include
14519 coding-category-utf-8, coding-category-utf-16-be, and
14520 coding-category-utf-16-le in the argument for set-coding-priority.
14521 (reset-language-environment): Initialize coding-category-utf-8,
14522 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14523
145242000-03-06 Karl Fogel <kfogel@red-bean.com>
14525
14526 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14527 code abstracted out of `bookmark-jump-noselect'. Now tries info
14528 extensions as well as compression extensions.
14529 (bookmark-jump-noselect): Use above new func.
14530
145312000-03-03 Gerd Moellmann <gerd@gnu.org>
14532
14533 * strokes.el: Change maintainer's mail address.
14534
145352000-03-03 Kenichi Handa <handa@etl.go.jp>
14536
14537 * international/mule-diag.el (list-character-sets): Make help-echo
14538 string by substitute-command-keys.
14539 (list-character-sets): Likewise.
14540 (sort-listed-character-sets): Call help-setup-xref.
14541
145422000-03-02 Gerd Moellmann <gerd@gnu.org>
14543
14544 * time.el (display-time-mail-file): Add `none' to the list of
14545 choices.
14546
145472000-03-01 Dave Love <fx@gnu.org>
14548
14549 * help.el (help-xref-go-back): Don't try to set position.
14550
14551 * international/mule-diag.el (list-character-sets): Call
14552 help-setup-xref. Add help-echo to xrefs.
14553 (list-character-sets-1): Add help-echo to xrefs.
14554
145552000-03-02 Gerd Moellmann <gerd@gnu.org>
14556
14557 * frame.el (blink-cursor-mode): Switch cursor on when turning
14558 the mode off.
14559
14560 * add-log.el (add-log-current-defun): Add support for
14561 Autoconf mode.
14562
14563 * mail/rmail.el (rmail-quit-hook): New variable.
14564
145652000-03-01 Dave Love <fx@gnu.org>
14566
14567 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14568
14569 * help.el (help-xref-button): Add help-echo arg.
14570 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14571
14572 * faces.el (list-faces-display): Supply help-echo with
14573 help-make-xrefs.
14574
14575 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14576 nil.
14577
145782000-03-01 Gerd Moellmann <gerd@gnu.org>
14579
14580 * image.el (defimage): Look for image files in load-path.
14581
14582 * frame.el (busy-cursor-delay-seconds): Change type to
14583 `number'.
14584
145852000-03-01 David Ponce <david.ponce@wanadoo.fr>
14586
14587 * recentf.el (recentf): Added version tag to the defgroup of
14588 recentf.
14589
145902000-03-01 David Ponce <david.ponce@wanadoo.fr>
14591
14592 * recentf.el (recentf-cleanup): Changed to remove excluded file
14593 too.
14594 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14595 action to select/unselect a file.
14596 (recentf-edit-list): Code cleanup and improvement.
14597 (recentf-open-more-files-action): `recentf-open-more-files' button
14598 widget action to open a file.
14599 (recentf-open-more-files): No more use standard completion but
14600 widgets.
14601 (recentf-more-collection): Deleted.
14602 (recentf-more-history): Deleted.
14603 (recentf-setup-more-completion): Deleted.
14604
146052000-03-01 David Ponce <david.ponce@wanadoo.fr>
14606
14607 * recentf.el (recentf-mode): No more needs that Emacs is running
14608 under a window-system.
14609
146101999-03-01 David Ponce <david.ponce@wanadoo.fr>
14611
14612 * recentf.el (recentf-edit-list): New command to edit the recent
14613 list which allow the user to remove files.
14614 (recentf-edit-selected-items): New global variable, used by
14615 `recentf-edit-list' to hold the list of files to be removed from
14616 the recent list.
14617 (recentf-make-menu-items): Updated to display a "Edit list..."
14618 menu item. Minor code cleanup.
14619
146201999-03-01 David Ponce <david.ponce@wanadoo.fr>
14621
14622 * recentf.el (recentf-open-more-files): New command to open files
14623 that are not displayed in the menu.
14624 (recentf-more-collection): New global variable holding the set of
14625 permissible completions used by `recentf-open-more-files'.
14626 (recentf-more-history): New global variable holding the history list
14627 used by `recentf-open-more-files' completion.
14628 (recentf-setup-more-completion): New function to setup completion for
14629 `recentf-open-more-files'.
14630 (recentf-make-menu-items): Updated to display a "More..." menu item.
14631
146321999-03-01 David Ponce <david.ponce@wanadoo.fr>
14633
14634 * recentf.el (recentf-menu-action): Doc fixed.
14635
146361999-03-01 David Ponce <david.ponce@wanadoo.fr>
14637
14638 * recentf.el (recentf-menu-filter): Doc updated.
14639 (recentf-update-menu-hook): Allow menu filters to force menu update.
14640 (recentf-make-menu-items): New menu filter handling.
14641 (recentf-make-menu-item): New helper function.
14642 (recentf-menu-elements): New menu handling function.
14643 (recentf-sort-ascending): Updated to new menu filter handling.
14644 (recentf-sort-descending): Updated to new menu filter handling.
14645 (recentf-sort-basenames-ascending): New menu filter function.
14646 (recentf-sort-basenames-descending): New menu filter function.
14647 (recentf-show-basenames): New menu filter function.
14648 (recentf-show-basenames-ascending): New menu filter function.
14649 (recentf-show-basenames-descending): New menu filter function.
14650
146512000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14652
14653 * diary-lib.el (list-diary-entries): Don't try to go forward at
14654 the end of the buffer.
14655
146562000-02-29 Kenichi Handa <handa@etl.go.jp>
14657
14658 * international/mule-diag.el (list-character-sets): Completely
14659 rewritten.
14660 (sort-listed-character-sets): New function.
14661 (list-character-sets-1): Completely rewritten.
14662 (list-character-sets-2): New function.
14663 (non-iso-charset-alist): New variable.
14664 (decode-codepage-char): New function.
14665 (charset-history): New variable.
14666 (read-charset) (list-block-of-chars)
14667 (list-iso-charset-chars)
14668 (list-non-iso-charset-chars)
14669 (list-charset-chars): New functions.
14670 (mule-diag): Call list-character-sets-2, not
14671 list-character-sets-2.
14672 (dump-charsets): Likewise.
14673
146742000-02-29 Gerd Moellmann <gerd@gnu.org>
14675
14676 * dired-x.el (dired-filename-at-point): Add `@' to valid
14677 file name characters.
14678 (dired-filename-at-point): Handle ange-ftp file names.
14679
14680 * frame.el (frame-notice-user-settings): Use assq-delete-all
14681 instead of assoc-delete-all.
14682 (frame-notice-user-settings): Ditto.
14683
14684 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14685 Don't copy alist.
14686
146872000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14688
14689 * calculator.el (calculator-use-menu): New option.
14690 (calculator-initial-bindings): Changed some bindings to work as
14691 macros.
14692 (calculator-forced-input): Removed.
14693 (calculator-restart-other-mode): New variable.
14694 (calculator-mode-map): Set up menu.
14695
146962000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14697
14698 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14699 tags.
14700
147012000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14702
14703 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14704 translate all ESC key sequences.
14705 (viper-goto-mark-subr): restore markers for files for which
14706 they were saved.
14707 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14708 * viper-util.el (viper-set-replace-overlay-glyphs,
14709 viper-set-replace-overlay): always check if the replacement
14710 overlay is live.
14711 * viper.el (viper-vi-state-mode-list): added major modes.
14712 * ediff-wind.el: minor comment changes.
14713 * ediff.el: copyright notice date fix.
14714
147152000-02-27 Jason Rumney <jasonr@gnu.org>
14716
14717 * faces.el (face-font-family-alternatives): Add arial to helv.
14718 (mode-line, header-line, tool-bar): Same default as x for w32.
14719 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14720 face-font-family-alternatives from working.
14721 * term/w32-win.el (mouse-set-font): Do not build fontset from
14722 chosen font.
14723
147242000-02-25 Sam Steingold <sds@goems.com>
14725
14726 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14727 properly.
14728
147292000-02-25 Richard M. Stallman <rms@gnu.org>
14730
14731 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14732
147332000-02-25 Gerd Moellmann <gerd@gnu.org>
14734
14735 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14736 writable.
14737
14738 * frame.el (busy-cursor-delay-seconds): New option.
14739
147402000-02-24 Gerd Moellmann <gerd@gnu.org>
14741
14742 * frame.el (show-cursor-in-non-selected-windows): New option.
14743
147442000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14745
14746 * diary-lib.el (include-other-diary-files): Undo the selective
14747 display in any included file and don't kill it.
14748
147492000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14750
14751 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14752 bar. Menu items converted to (menu-item format, help strings
14753 added.
14754 [downcase, upcase]: Don't enable on MS-DOS.
14755 [symlink, symlinks]: Don't show if make-symbolic-link is not
14756 bound.
14757 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14758
147592000-02-23 Dave Love <fx@gnu.org>
14760
14761 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14762 (backward-kill-word): Revert addition of * to interactive spec --
14763 it's a feature.
14764
14765 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14766 (backward-kill-sentence, kill-sentence): Likewise.
14767
14768 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14769 scratch buffer name.
14770 (gud-format-command): Use int-to-string in ?l case. Simplify
14771 slightly.
14772
14773 * term/w32-win.el (internal-face-interactive): Update prompt for
14774 new read-face-name.
14775
14776 * mail/footnote.el (footnote): Add :version to defgroup.
14777 (footnote-section-tag-regexp): Customize.
14778 (footnote-start-tag, footnote-end-tag): New option.
14779 (footnote-latin-regexp): New variable.
14780 (Footnote-latin): New function.
14781 (footnote-style-alist): Add element for latin style.
14782 (footnote-style): Moved.
14783 (Footnote-goto-footnote): Use eq to test arg.
14784
14785 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14786
14787 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14788 (byte-compile-trueconstp): Include keywords.
14789 (byte-optimize-quote, byte-optimize-lapcode): Use
14790 byte-compile-const-symbol-p.
14791 (byte-optimize-char-before): New optimization.
14792
14793 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14794 (byte-compile-const-symbol-p): New function.
14795 (byte-compile-constp, byte-compile-out-toplevel)
14796 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14797 Use it.
14798
14799 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14800
148012000-02-23 Kenichi Handa <handa@etl.go.jp>
14802
14803 * international/encoded-kb.el: Be sure to update minor-mode-alist
14804 and minor-mode-map-alist.
14805 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14806 codes SS2 and SS3 correctly.
14807 (encoded-kbd-self-insert-ccl): New function.
14808 (encoded-kbd-setup-keymap): New function.
14809 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14810 by calling encoded-kbd-setup-keymap.
14811
14812 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14813 characters.
14814 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14815 locally.
14816
148172000-02-22 Dave Love <fx@gnu.org>
14818
14819 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14820 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14821 defvar.
14822 (lisp-mode-syntax-table): Set up for #|...|# comments.
14823 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14824 classes. Match `defface'.
14825 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14826 (eval-defun-1): Fix for defcustom.
14827 (lisp-indent-region): Doc fix.
14828
14829 * subr.el (when, unless, split-string): Doc fix.
14830 (read-passwd): Move call of clear-this-command-keys to the right
14831 place.
14832 (replace-regexps-in-string): New function.
14833
148342000-02-22 Gerd Moellmann <gerd@gnu.org>
14835
14836 * help.el (describe-variable): Set syntax table to
14837 emacs-lisp-mode-syntax-table when moving forward over the
14838 symbol's name.
14839
148402000-02-22 Dave Love <fx@gnu.org>
14841
14842 * xt-mouse.el: Doc fixes.
14843 (xterm-mouse-position-function): New function, replacing advice of
14844 mouse-position.
14845 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14846
14847 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14848
148492000-02-21 Gerd Moellmann <gerd@gnu.org>
14850
14851 * format.el (format-annotate-single-property-change): Handle
14852 properties.with dotted-list values.
14853 (format-proper-list-p): New function.
14854
14855 * enriched.el (enriched-face-ans): Handle '(foreground-color
14856 . COLOR) and (background-color . COLOR).
14857
148582000-02-20 Dave Love <fx@gnu.org>
14859
14860 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14861 and assignments to it.
14862 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14863 current local map.
14864 (make-flyspell-overlay): Use it.
14865 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14866
14867 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14868 (lm-get-header-re): Defun, not defsubst.
14869 (lm-get-package-name): Defun, not defsubst. Simplify.
14870 (lm-version): Doc fix. Simplify.
14871 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14872 (lm-crack-address, lm-last-modified-date, lm-commentary)
14873 (lm-verify, lm-synopsis): Simplify.
14874 (lm-report-bug): Require emacsbug. Use compose-mail.
14875
148762000-02-20 Gerd Moellmann <gerd@gnu.org>
14877
14878 * dired.el (dired-mode): Call propertized-buffer-identification
14879 to set mode-line-buffer-identification to something having
14880 the right text properties.
14881
14882 * bindings.el (propertized-buffer-identification): New function.
14883
148842000-02-20 Dave Love <fx@gnu.org>
14885
14886 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14887 check for t-mouse too.
14888
14889 * cus-start.el: Make echo-keystrokes `number'.
14890
148912000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14892
14893 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14894 Don't call ring-empty-p unless tags-location-ring is bound.
14895 From Noah Friedman <friedman@splode.com>.
14896
148972000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14898
14899 * progmodes/hideshow.el (hs-flag-region): No longer use
14900 `intangible' overlay property.
14901
14902 (hs-toggle-hiding): New command.
14903 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14904
14905 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14906 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14907 and deactivation.
14908
149092000-02-18 Gerd Moellmann <gerd@gnu.org>
14910
14911 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14912
149132000-02-17 Gerd Moellmann <gerd@gnu.org>
14914
14915 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14916
14917 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14918 of `*' to handle `(* ... *)' comments.
14919
149202000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14921
14922 * faces.el (list-faces-display): Use display-mouse-p instead of
14923 window-system.
14924
14925 * menu-bar.el (global-map): Menu-bar items converted to the new
14926 format (menu-item..., rearranged for better CUA compliance, and
14927 their names changed for better clarity. Help strings added.
14928
14929 * international/mule-cmds.el (mule-menu-keymap)
14930 (describe-language-environment-map, set-coding-system-map)
14931 (setup-language-environment-map): Convert to new (menu-item...
14932 form, add help strings. Change names of menu items for better
14933 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14934 submenu).
14935
149362000-02-17 Gerd Moellmann <gerd@gnu.org>
14937
14938 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14939 within the code.
14940
149412000-02-16 Dave Love <fx@gnu.org>
14942
14943 * faces.el: Don't require custom. Add more specific :groups to
14944 various deffaces.
14945 (set-face-attribute): Purecopy args.
14946 (read-face-name): Default to name at point and use it in prompt.
14947 Remove colon from arg in all callers.
14948 (list-faces-display): Hyperlink to face descriptions and customize
14949 buffers.
14950
149512000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14952
14953 * wid-edit.el (widget-match-inline): An atom never matches a
14954 list.
14955
149562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14957
14958 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14959 at ':' characters by call to split-string.
14960
149612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14962
14963 * textmodes/bibtex.el: Added RCS version identification.
14964
149652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14966
14967 * textmodes/bibtex.el: Some temporary comments removed.
14968 (bibtex-field-name, bibtex-entry-type): Made the relationship
14969 explicit.
14970 (bibtex-field-const): Allow capital letters.
14971 (bibtex-start-of-string): Deleted because unused.
14972
14973 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14974 use the term 'reference' to describe a bibtex entry as a whole.
14975 Further, reference keys are no longer called 'labels'.
14976 (bibtex-keys): Renamed to bibtex-reference-keys.
14977 (bibtex-reformat-previous-labels): Renamed to
14978 bibtex-reformat-previous-reference-keys.
14979 (bibtex-reference-type): Renamed to bibtex-entry-type.
14980 (bibtex-reference-head): Renamed to bibtex-entry-head.
14981 (bibtex-reference-maybe-empty-head): Renamed to
14982 bibtex-entry-maybe-empty-head.
14983 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14984 (bibtex-search-reference): Renamed to bibtex-search-entry.
14985 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14986 bibtex-enclosing-entry-maybe-empty-head.
14987 (bibtex-entry-field-alist, bibtex-entry-head,
14988 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14989 bibtex-map-entries, bibtex-search-entry,
14990 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14991 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14992 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14993 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14994 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14995 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14996 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14997
149982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14999
15000 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15001 comment.
15002 (bibtex-format-field-delimiters): New function, functionality
15003 extracted from bibtex-format-entry.
15004 (bibtex-autokey-get-yearfield-digits): New function, functionality
15005 extracted from bibtex-autokey-get-yearfield.
15006
15007 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15008 entries in order to avoid stack overflow in the regexp matcher if
15009 field contents become large.
15010 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15011 bibtex-field-string-part-not-braced,
15012 bibtex-field-string-part-no-inner-braces,
15013 bibtex-field-string-part-1-inner-brace,
15014 bibtex-field-string-part-2-inner-braces,
15015 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15016 bibtex-field-string-quoted, bibtex-field-string,
15017 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15018 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15019 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15020 as parsing is now performed by the following functions.
15021 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15022 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15023 bibtex-parse-field-string, bibtex-search-forward-field-string,
15024 bibtex-parse-association, bibtex-field-name-for-parsing,
15025 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15026 bibtex-search-forward-field, bibtex-search-backward-field,
15027 bibtex-start-of-field, bibtex-end-of-field,
15028 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15029 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15030 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15031 bibtex-parse-string, bibtex-search-forward-string,
15032 bibtex-search-backward-string, bibtex-start-of-string,
15033 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15034 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15035 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15036 entries. Instead of reporting the results of the parsing by
15037 match-beginning or match-end, these functions return data structures
15038 that hold the corresponding positions.
15039 (bibtex-enclosing-field): Changed to also report field boundaries by
15040 return values rather than by match-beginning or match-end. The
15041 following functions have been adapted to use the new parsing
15042 functions.
15043 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15044 bibtex-enclosing-field, bibtex-format-entry,
15045 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15046 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15047 bibtex-print-help-message, bibtex-end-of-entry,
15048 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15049 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15050 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15051 method for parsing.
15052 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15053 bibtex-map-entries, bibtex-flash-head,
15054 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15055 bibtex-autokey-change, bibtex-autokey-get-namefield,
15056 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15057 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15058 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15059 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15060 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15061 order to make the new binding of case-fold-search immediately
15062 visible.
15063
150642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15065
15066 * textmodes/bibtex.el: Copyright notice is up to date.
15067 Added constant 'bibtex-maintainer-salutation.
15068
15069 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15070 than make-temp-name, use match-string-no-properties and eliminate
15071 a quadratic behavior when building bibtex-strings.
15072
15073 * bibtex.el (bibtex-reference-key): Accept string entries whose
15074 reference key contains upper case letters.
15075
150762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15077
15078 * bibtex.el (bibtex-reference-head): Allow entries to start with
15079 a new line.
15080
150812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15082
15083 * bibtex.el: Hiding of entry bodies is not longer provided by
15084 bibtex.el directly. Instead the hideshow package can be used.
15085 Added a special bibtex entry to hs-special-modes-alist.
15086 (bibtex-hs-forward-sexp): Added for hideshow.el.
15087
150882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15089
15090 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15091 at ':' characters by call to split-string.
15092
150932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15094
15095 * textmodes/bibtex.el: Added RCS version identification.
15096
150972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15098
15099 * textmodes/bibtex.el: Some temporary comments removed.
15100 (bibtex-field-name, bibtex-entry-type): Made the relationship
15101 explicit.
15102 (bibtex-field-const): Allow capital letters.
15103 (bibtex-start-of-string): Deleted because unused.
15104
15105 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15106 use the term 'reference' to describe a bibtex entry as a whole.
15107 Further, reference keys are no longer called 'labels'.
15108 (bibtex-keys): Renamed to bibtex-reference-keys.
15109 (bibtex-reformat-previous-labels): Renamed to
15110 bibtex-reformat-previous-reference-keys.
15111 (bibtex-reference-type): Renamed to bibtex-entry-type.
15112 (bibtex-reference-head): Renamed to bibtex-entry-head.
15113 (bibtex-reference-maybe-empty-head): Renamed to
15114 bibtex-entry-maybe-empty-head.
15115 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15116 (bibtex-search-reference): Renamed to bibtex-search-entry.
15117 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15118 bibtex-enclosing-entry-maybe-empty-head.
15119 (bibtex-entry-field-alist, bibtex-entry-head,
15120 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15121 bibtex-map-entries, bibtex-search-entry,
15122 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15123 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15124 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15125 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15126 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15127 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15128 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15129
151302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15131
15132 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15133 comment.
15134 (bibtex-format-field-delimiters): New function, functionality
15135 extracted from bibtex-format-entry.
15136 (bibtex-autokey-get-yearfield-digits): New function, functionality
15137 extracted from bibtex-autokey-get-yearfield.
15138
15139 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15140 entries in order to avoid stack overflow in the regexp matcher if
15141 field contents become large.
15142 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15143 bibtex-field-string-part-not-braced,
15144 bibtex-field-string-part-no-inner-braces,
15145 bibtex-field-string-part-1-inner-brace,
15146 bibtex-field-string-part-2-inner-braces,
15147 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15148 bibtex-field-string-quoted, bibtex-field-string,
15149 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15150 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15151 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15152 as parsing is now performed by the following functions.
15153 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15154 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15155 bibtex-parse-field-string, bibtex-search-forward-field-string,
15156 bibtex-parse-association, bibtex-field-name-for-parsing,
15157 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15158 bibtex-search-forward-field, bibtex-search-backward-field,
15159 bibtex-start-of-field, bibtex-end-of-field,
15160 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15161 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15162 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15163 bibtex-parse-string, bibtex-search-forward-string,
15164 bibtex-search-backward-string, bibtex-start-of-string,
15165 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15166 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15167 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15168 entries. Instead of reporting the results of the parsing by
15169 match-beginning or match-end, these functions return data structures
15170 that hold the corresponding positions.
15171 (bibtex-enclosing-field): Changed to also report field boundaries by
15172 return values rather than by match-beginning or match-end. The
15173 following functions have been adapted to use the new parsing
15174 functions.
15175 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15176 bibtex-enclosing-field, bibtex-format-entry,
15177 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15178 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15179 bibtex-print-help-message, bibtex-end-of-entry,
15180 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15181 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15182 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15183 method for parsing.
15184 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15185 bibtex-map-entries, bibtex-flash-head,
15186 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15187 bibtex-autokey-change, bibtex-autokey-get-namefield,
15188 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15189 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15190 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15191 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15192 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15193 order to make the new binding of case-fold-search immediately
15194 visible.
15195
151962000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15197
15198 * textmodes/bibtex.el: Copyright notice is up to date.
15199 Added constant 'bibtex-maintainer-salutation.
15200
15201 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15202 than make-temp-name, use match-string-no-properties and eliminate
15203 a quadratic behavior when building bibtex-strings.
15204
15205 * bibtex.el (bibtex-reference-key): Accept string entries whose
15206 reference key contains upper case letters.
15207
152082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15209
15210 * bibtex.el (bibtex-reference-head): Allow entries to start with
15211 a new line.
15212
152132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15214
15215 * bibtex.el: Hiding of entry bodies is not longer provided by
15216 bibtex.el directly. Instead the hideshow package can be used.
15217 Added a special bibtex entry to hs-special-modes-alist.
15218 (bibtex-hs-forward-sexp): Added for hideshow.el.
15219
152202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15221
15222 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15223 proceedings entry type (for cross referencing). Thanks to Wagner
15224 Toledo Correa for the suggestion.
15225
15226 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15227
152282000-02-14 Kenichi Handa <handa@etl.go.jp>
15229
15230 * international/characters.el: Setup case table for Vietnamese.
15231
152322000-02-12 Gerd Moellmann <gerd@gnu.org>
15233
15234 * uniquify.el (toplevel): Require CL at compile time.
15235 (uniquify-push): Removed.
15236
15237 * shadowfile.el (shadow-when): Removed.
15238
15239 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15240 (tempo-process-and-insert-string): Use dolist instead of
15241 tempo-dolist.
15242
15243 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15244 regexp for paragraph-start.
15245
15246 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15247 commas as well.
15248
152492000-02-10 Dave Love <fx@gnu.org>
15250
15251 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15252 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15253 Deleted.
15254 (widget-specify-field, widget-specify-button): Don't use
15255 widget-mouse-help as help-echo property.
15256 (default): Use #'ignore for :validate and :mouse-down-action.
15257 (checkbox): Add help-echo.
15258 (widget-sexp-validate): Rewritten to clarify error messages.
15259 (character): Use char-valid-p in :match function.
15260 (widget-color-complete): Use facemenu-color-alist.
15261 (widget-color-action): Use facemenu-read-color.
15262
15263 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15264 set up `caar' &c that we now have.
15265
152662000-02-09 Ray Blaak <blaak@gnu.org>
15267
15268 * delphi.el: Make resourcestring a declaration region, like const
15269 and var.
15270
152712000-02-09 Dave Love <fx@gnu.org>
15272
15273 * bindings.el (mode-line-input-method-map): New variable.
15274 (mode-line-mule-info): Use it; fix last change.
15275 (mode-line-mode-menu): Move definition.
15276 (mode-line-mouse-sensitive-p): Deleted.
15277 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15278 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15279 level.
15280
15281 * startup.el (command-line-1): Don't call
15282 make-mode-line-mouse-sensitive.
15283
152842000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15285
15286 * mail/rmail.el (rmail-retry-failure): Use
15287 rmail-beginning-of-message before rmail-toggle-header, because the
15288 former toggles headers.
15289
152902000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15291
15292 * diff-mode.el (diff-kill-junk): New interactive function.
15293 (diff-reverse-direction): Use delete-and-extract-region.
15294 (diff-post-command-hook): Restrict the area so that the hook also works
15295 outside of any diff hunk. This is necessary for the minor-mode.
15296 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15297 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15298
15299 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15300 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15301 so that it can be used more easily in <foo>-mode-hook. Also make sure
15302 to avoid duplicate entries.
15303 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15304 (font-lock-remove-keywords): Just as was done for `add', allow it to
15305 work even if font-lock-mode is nil. Also make sure we don't modify
15306 any pre-existing list by forcing a copy-sequence. Finally rename
15307 `major-mode' to `mode'.
15308 (font-lock-fontify-syntactic-anchored-keywords)
15309 (font-lock-fontify-anchored-keywords)
15310 (font-lock-fontify-keywords-region): Use line-end-position.
15311 Don't make `font-lock-multiline' local (it's now done in
15312 font-lock-set-defaults).
15313 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15314 move the `font-lock-fontified' creation to inside the `unless'.
15315
153162000-02-06 Andrew Innes <andrewi@gnu.org>
15317
15318 * term/w32-win.el (x-handle-args): Comment out call to message,
15319 which occurs before window system is initialized.
15320
15321 * makefile.nt: Add support for recompiling lisp code.
15322
153232000-02-04 Dave Love <fx@gnu.org>
15324
15325 * bindings.el (mode-line-mule-info): Fix/extend last change.
15326
15327 * completion.el: Replace completion-dolist with dolist.
15328
15329 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15330 dotimes.
15331
153322000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15333
15334 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15335 environment names before they go into the section regexp.
15336
15337 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15338 char class in regexp.
15339
15340 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15341 `case-fold-search' to nil.
15342
15343 * progmodes/idlwave.el (idlwave-template): Respect
15344 `idlwave-abbrev-change-case'.
15345 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15346 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15347 idlwave-while): respect `idlwave-reserved-word-upcase'.
15348 (idlwave-rw-case): New function.
15349 (idlwave-statement-match): Fixed problem with assignment regexp.
15350 (idlwave-font-lock-keywords): Improved regexp for keyword
15351 parameters.
15352 (idlwave-surround): New argument LENGTH to support padding of
15353 operators longer than 1 char.
15354
15355 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15356 idlwave-shell-expression-overlay. Implemented printing of
15357 expressions on higher levels of the calling stack.
15358 (idlwave-shell-display-level-in-calling-stack): Restore stack
15359 level.
15360 (idlwave-retrieve-expression-from-level): New function.
15361 (idlwave-shell-last-calling-stack): Variable removed.
15362 (idlwave-shell-reset): Argument action reversed (`visible' to
15363 `hidden'). Also remove stop-line overlay.
15364 (idlwave-shell-calling-stack-routine): New variable.
15365 (idlwave-shell-parse-stack-and-display): Messages now display
15366 negative level numbers.
15367 (idlwave-shell-mode): Set `modeline-format'.
15368 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15369 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15370 21.
15371 (idlwave-shell-print-expression-function): New option.
15372
15373 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15374 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15375 `tool-bar' instead of `toolbar'.
15376
153772000-02-02 Dave Love <fx@gnu.org>
15378
15379 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15380 emacs-lisp-mode-hook. Don't check for defalias being defined.
15381
15382 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15383 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15384 the new builtins directly.
15385
15386 * whitespace.el (whitespace): Add :version to defgroup.
15387
15388 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15389 Doc fix.
15390
15391 * thingatpt.el (sexp-at-point, symbol-at-point)
15392 (number-at-point, list-at-point): Add autoload cookie.
15393
15394 * recentf.el (recentf): Add :version to defgroup.
15395
15396 * quickurl.el (quickurl): Add :version to defgroup.
15397
15398 * elide-head.el (elide-head): Use point-marker more.
15399
15400 * bs.el (bs): Add :version to defgroup.
15401
15402 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15403
15404 * progmodes/delphi.el (delphi): Add :version to defgroup.
15405
154062000-02-02 Gerd Moellmann <gerd@gnu.org>
15407
15408 * ange-ftp.el (ange-ftp-write-region): Handle case that
15409 succeeding process operation sets a different coding system.
15410
15411 * calculator.el: New file.
15412
154132000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15414
15415 * frame.el (frames-on-display-list, framep-on-display): New
15416 functions.
15417 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15418 (display-selections-p, display-screens, display-pixel-width)
15419 (display-pixel-height, display-mm-width, display-mm-height)
15420 (display-backing-store, display-save-under, display-planes)
15421 (display-color-cells, display-visual-class): New functions.
15422
15423 * term/tty-colors.el (tty-color-gray-shades): New function.
15424
15425 * faces.el (display-color-p): Use framep-on-display.
15426 (display-grayscale-p): New function.
15427
154282000-01-31 Dave Love <fx@gnu.org>
15429
15430 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15431 (create-fontset-from-x-resource): Don't concat integers.
15432
154332000-01-31 Inge Frick <inge@nada.kth.se>
15434
15435 * view.el: Some changes in documentation. Removed some trailing
15436 whitespace. Changed some parameter names to agree with
15437 documentation.
15438 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15439 window is not deleted. Modifies change 1998-04-26.
15440
154412000-01-31 Gerd Moellmann <gerd@gnu.org>
15442
15443 * windmove.el: New file.
15444
15445 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15446 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15447 progmodes/ebnf-yac.el: Update copyright and license info.
15448
15449 * jit-lock.el (jit-lock-function): Widen before calculating end
15450 position.
15451 (jit-lock-stealth-chunk-start): Rewritten.
15452
15453 * info.el (Info-title-face-alist): Removed.
15454 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15455 faces.
15456 (Info-fontify-node): Use these faces.
15457
154582000-01-30 Gerd Moellmann <gerd@gnu.org>
15459
15460 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15461 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15462 `&allow-other-keywords'.
15463
15464 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15465 the list of directories scanned heuristically.
15466
15467 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15468 exist.
15469
154702000-01-30 Jason Rumney <jasonr@gnu.org>
15471
15472 * w32-fns.el: Define w32-tty-standard-colors.
15473
15474 * startup.el (command-line): Use w32-tty-standard-colors when in
15475 w32 console mode.
15476
154772000-01-30 Dave Love <fx@gnu.org>
15478
15479 * jka-compr.el (jka-compr-load): Fix up load-history.
15480
15481 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15482
15483 * emacs-lisp/cl-macs.el: Revert previous change.
15484
154852000-01-29 Dave Love <fx@gnu.org>
15486
15487 * facemenu.el: Purecopy various strings.
15488
15489 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15490 years. Deal with three-digit years.
15491
15492 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15493 defconst, purecopy.
15494 (help-back-label): Purecopy it.
15495
154962000-01-18 Gerd Moellmann <gerd@gnu.org>
15497
15498 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15499 variable. If non-nil, order the buffer list according to the
15500 currently selected frame.
15501 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15502 non-nil, pass the selected frame to function buffer-list.
15503
155042000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15505
15506 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15507
155082000-01-28 Dave Love <fx@gnu.org>
15509
15510 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15511
15512 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15513 Don't use lisp-indent-hook property.
15514 (cl-abs): Remove.
15515
15516 * subr.el: Move out indent and edebug specs for when and unless.
15517
15518 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15519 when, unless.
15520
15521 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15522 unless, when.
15523
155242000-01-28 Gerd Moellmann <gerd@gnu.org>
15525
15526 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15527 `collecting' as synonym for `collect'.
15528
15529 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15530 for the case it contains spaces.
15531
15532 * simple.el (what-cursor-position): Change formatting of
15533 messages.
15534
15535 * frame.el (delete-other-frames): New function.
15536 (toplevel): Bind it to C-x 5 1.
15537
15538 * sort.el (sort-numeric-base): New option.
15539 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15540 interpret it as octal or hexadecimal. Use sort-numeric-base
15541 as default base.
15542
15543 * progmodes/glasses.el: New file.
15544
155452000-01-27 Gerd Moellmann <gerd@gnu.org>
15546
15547 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15548 userids differently.
15549
15550 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15551 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15552 progmodes/ebnf-yac.el: New files.
15553
155542000-01-26 Dave Love <fx@gnu.org>
15555
15556 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15557 on a function with an empty body. [From Eric Ludlam.]
15558
155592000-01-25 Andre Spiegel <spiegel@gnu.org>
15560
15561 * vc.el (vc-version-diff): Make sure file name is expanded.
15562
155632000-01-25 Gerd Moellmann <gerd@gnu.org>
15564
15565 * scroll-bar.el (scroll-bar-timer): Variable removed.
15566 (scroll-bar-toolkit-scroll): Don't use a timer.
15567
155682000-01-25 Kenichi Handa <handa@etl.go.jp>
15569
15570 * language/thai-util.el (thai-composition-function): Delete
15571 superfluous `a'.
15572
155732000-01-24 Dave Love <fx@gnu.org>
15574
15575 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15576 end-of-defun-function.
15577
15578 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15579 &c.
15580
155812000-01-22 Jason Rumney <jasonr@gnu.org>
15582
15583 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15584 conflicts with new face support.
15585
155862000-01-22 Richard M. Stallman <rms@gnu.org>
15587
15588 * replace.el (query-replace): Rename last arg to DELIMITED.
15589 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15590 (query-replace-regexp): Likewise.
15591
155922000-01-20 Richard M. Stallman <rms@gnu.org>
15593
15594 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15595
15596 * emacs-lisp/lisp.el (beginning-of-defun-function):
15597 Variable renamed from beginning-of-defun.
15598 Do not call make-variable-buffer-local.
15599 (beginning-of-defun-raw): Use new variable name; doc fix.
15600 (beginning-of-defun): Doc fix.
15601 (end-of-defun-function): Variable renamed from end-of-defun.
15602 Do not call make-variable-buffer-local.
15603 (end-of-defun): Use new variable name; doc fix.
15604
15605 * subr.el (dolist, dotimes): Copied from cl-macs.el
15606 and made to work.
15607
15608 * mail/undigest.el (rmail-digest-end-regexps):
15609 Variable replaces rmail-digest-end-regexp.
15610 Allows multiple regexps for detecting the end line.
15611 (undigestify-rmail-message): Corresponding changes.
15612
156132000-01-19 Dave Love <fx@gnu.org>
15614
15615 * files.el (user-init-file): Don't declare here -- is primitive.
15616
15617 * startup.el (command-line): Check for compiled user-init-file and
15618 set to uncompiled version if necessary.
15619
156202000-01-18 Gerd Moellmann <gerd@gnu.org>
15621
15622 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15623 (undigestify-rmail-message): Use it.
15624
15625 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15626
156272000-01-17 Gerd Moellmann <gerd@gnu.org>
15628
15629 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15630 of mini-buffer.
15631
156322000-01-14 Gerd Moellmann <gerd@gnu.org>
15633
15634 * emacs-lisp/copyright.el (copyright-update): Removed the
15635 requirement for a trailing space from `copyright-regexp', to
15636 support copyrights with owner specified on a separate line..
15637
15638 * align.el: New file.
15639
15640 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15641
15642 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15643
156442000-01-13 Dave Love <fx@gnu.org>
15645
15646 * ph.el: Removed. (Obsoleted by EUDC.)
15647
156482000-01-13 Gerd Moellmann <gerd@gnu.org>
15649
15650 * net/eudc.el (toplevel): Remove autoloaded code installing
15651 menu with easymenu, because that causes build problems.
15652
15653 * frame.el (frame-notice-user-settings): New variable.
15654 (frame-notice-user-settings): Don't modify frame parameters
15655 if called a second time.
15656
156572000-01-13 Richard M. Stallman <rms@gnu.org>
15658
15659 * frame.el (frame-notice-user-settings):
15660 Notice default-frame-parameters even for non-window frames.
15661
156622000-01-13 Gerd Moellmann <gerd@gnu.org>
15663
15664 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15665 for Emacs.
15666 (eudc-bob-can-display-inline-images): Extend for Emacs.
15667 (eudc-bob-toggle-inline-display): Ditto.
15668 (eudc-bob-display-jpeg): Ditto.
15669
156702000-01-12 Gerd Moellmann <gerd@gnu.org>
15671
15672 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15673 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15674 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15675
15676 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15677 nil)'.
15678
15679 * subdirs.el: Add `net' directory.
15680
15681 * net: New directory.
15682
15683 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15684 eval-last-sexp. Don't bind debug-on-error here.
15685 (eval-last-sexp): New function. Bind debug-on-error if
15686 eval-expression-debug-on-error is non-nil.
15687 (eval-defun-2, eval-defun): Likewise.
15688
15689 * simple.el (eval-expression): Don't bind debug-on-error if
15690 eval-expression-debug-on-error is nil. Detect changed
15691 debug-on-error, and propagate new value to global binding, if
15692 eval-expression-debug-on-error is non-nil,
15693 (eval-expression-debug-on-error): Change doc string.
15694
156952000-01-11 Richard M. Stallman <rms@gnu.org>
15696
15697 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15698
15699 * emacs-lisp/lisp-mode.el (with-syntax-table):
15700 Set up lisp-indent-function property.
15701
15702 * subr.el (with-syntax-table): Moved from simple.el.
15703
15704 * simple.el (with-syntax-table): Moved to subr.el.
15705
157062000-01-11 Gerd Moellmann <gerd@gnu.org>
15707
15708 * tmm.el (tmm-shortcut): Delete region after prompt instead
15709 of erasing buffer.
15710
15711 * textmodes/fill.el (fill-common-string-prefix): New function.
15712 (fill-context-prefix): Use the longest common prefix of first
15713 and second line fill prefix, if there is one.
15714
157152000-01-11 Richard M. Stallman <rms@gnu.org>
15716
15717 * array.el (array-mode): Don't use make-variable-buffer-local.
15718 Use make-local-variable for `truncate-lines'.
15719
157202000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15721
15722 * add-log.el (add-log-current-defun): Handle user-defined
15723 add-log-current-function returning nil,
15724
15725 * add-log.el (add-change-log-entry): Insert version number
15726 if having found a current function
15727
15728 * add-log.el (add-log-current-defun): Call
15729 `add-log-current-defun-function'. Try matches at level 0 and
15730 level 1. Strip whitespace from defun found.
15731
157322000-01-10 John Wiegley <johnw@gnu.org>
15733
15734 * allout.el (isearch-done/outline-provisions): Added `edit'
15735 argument to correspond with the current definition of
15736 `isearch-done'.
15737
157382000-01-10 Dave Love <fx@gnu.org>
15739
15740 * elide-head.el (elide-head): Use point-marker, not point.
15741
157422000-01-10 Gerd Moellmann <gerd@gnu.org>
15743
15744 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15745 before and after the year 2000.
15746
15747 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15748 Add ispell- prefix.
15749
157502000-01-10 Ken Stevens <k.stevens@ieee.org>
15751
15752 * ispell.el: Only define dictionaries in menus when they exist.
15753 (version18p): New variable.
15754 (version20p): New variable.
15755 (xemacsp): New variable.
15756 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15757 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15758 (ispell-dictionary-alist6): Russian command lines no longer accept
15759 run-together words.
15760 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15761 (ispell-dictionary-alist): Add koi8-r to customize definition.
15762 (check-ispell-version): Added documentation string. Returns
15763 library path when called non-interactively.
15764 (ispell-menu-map-needed): Uses new variables.
15765 (ispell-library-path): New variable.
15766 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15767 (ispell-word): Improved documentation string. Test for valid
15768 character mappings. Correctly check typed in word changes that can
15769 result in single words split into multiple words. Returns
15770 replacement word.
15771 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15772 replace in recursive query replace mode. Help message for
15773 recursive edit mode.
15774 (ispell-show-choices): Protect against bad framepop bindings.
15775 (ispell-help): Fix to work with XEmacs.
15776 (ispell-highlight-spelling-error): Use new variables.
15777 (ispell-overlay-window): Fix to work with XEmacs.
15778 (ispell-parse-output): Passed and returns location information
15779 tracking spelling corrections. Doesn't recheck same word on
15780 current line.
15781 (ispell-init-process): Protect against bogus XEmacs variable binding.
15782 Fix call to single argument in sleep-for. Use new variables.
15783 (ispell-region): Passed and returns location information tracking
15784 spelling corrections. Doesn't check same word on current line.
15785 Improved documentation string. Doesn't resend a line already
15786 checked to the ispell process - fixes bug in LaTeX parsing.
15787 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15788 (ispell-skip-region): No longer skips <TT> in SGML.
15789 (ispell-process-line): Tracks location information with spelling
15790 corrections. Added documentation string. Accounts for words
15791 already accepted on this line. Don't allow query-replace on line
15792 starting with math characters. Doesn't resend a line already sent
15793 to ispell process. Fixes alignment error bug.
15794
157952000-01-10 Richard M. Stallman <rms@gnu.org>
15796
15797 * dired-x.el (dired-guess-shell-alist-default):
15798 Suggest xloadimage, which is free, not xv, which isn't.
15799
15800 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15801 Don't ever include the host name or user name in the value.
15802
158032000-01-09 Gerd Moellmann <gerd@gnu.org>
15804
15805 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15806 of a real newline.
15807
158082000-01-09 Stephen Eglen <stephen@gnu.org>
15809
15810 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15811 for .png files.
15812
158132000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15814
15815 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15816
158172000-01-09 Gerd Moellmann <gerd@gnu.org>
15818
15819 * progmodes/cperl-mode.el: Replace ^F with ^L.
15820
15821 * sendmail.el (toplevel): Provide `sendmail' when compiling
15822 before `require'ing rmail and mailalias to prevent infinite
15823 recursion.
15824
158252000-01-08 Dave Love <fx@gnu.org>
15826
15827 * emacs-lisp/backquote.el: Remove inappropriate customization
15828 (allowing custom.el to use backquote).
15829
158302000-01-07 Dave Love <fx@gnu.org>
15831
15832 * add-log.el (add-log-debugging): Deleted.
15833 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15834 file. Remove debugging code.
15835 (change-log-get-method-definition, change-log-name): Add doc.
15836 (change-log-sortable-date-at): New function.
15837 (change-log-merge): New command.
15838
15839 * time.el (display-time-string-forms): Make the Mail string active.
15840 (display-time-update): Provide help-echo for load average.
15841
15842 * bindings.el (make-mode-line-mouse2-map): New function.
15843 (mode-line-modified): Use it and simplify.
15844 (mode-line-mule-info): Provide help-echo info.
15845 (minor-mode-alist): Activate the strings.
15846 (make-mode-line-mouse-sensitive): Simplify for
15847 mode-line-buffer-identification.
15848
158492000-01-07 Gerd Moellmann <gerd@gnu.org>
15850
15851 * play/pong.el: New file.
15852
158532000-01-06 Dave Love <fx@gnu.org>
15854
15855 * array.el: Assorted cleanups for compiler warnings, doc strings,
15856 `array-' prefix for symbols.
15857
158582000-01-05 Dave Love <fx@gnu.org>
15859
15860 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15861 outline-headers-as-kill.
15862 (outline-mode): Define imenu-generic-expression.
15863 (outline-headers-as-kill): New command.
15864
15865 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15866 from paragraph-start.
15867 (paragraph-indent-minor-mode): New command.
15868
15869 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15870 M-C-e, M-C-h, C-j, C-xnd, TAB.
15871 (fortran-mode): Set beginning-of-defun, end-of-defun.
15872 (fortran-column-ruler): Simplify.
15873 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15874 (fortran-with-subprogram-narrowing): Likewise.
15875 (fortran-indent-subprogram): Call mark-defun.
15876 (fortran-check-for-matching-do): Change narrowing.
15877
15878 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15879 (cl-lucid-hash-tag): Delete.
15880 (cl-hash-table-p): Correct test for native table.
15881 (cl-hash-table-count): Use hash-table-count.
15882
15883 * browse-url.el (browse-url): Fix case of
15884 browse-url-browser-function being an alist.
15885
158862000-01-05 Carsten Dominik <cd@gnu.org>
15887
15888 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15889 (reftex-index-phrase-file-extension): New options.
15890
15891 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15892 Use new option `reftex-index-phrase-file-extension'.
15893
15894 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15895 `reftex-parse-file-extension'.
15896
158972000-01-05 Dave Love <fx@gnu.org>
15898
15899 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15900 (beginning-of-defun-raw): Use it.
15901 (end-of-defun): New variable.
15902 (end-of-defun): Use it.
15903 (check-parens): New command.
15904
159052000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15906
15907 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15908 (hs-show-block): Don't use `mapcar' when not accumulating.
15909
15910 Fix buglet in local variables initialization.
15911
159122000-01-05 Andreas Schwab <schwab@suse.de>
15913
15914 * hscroll.el (hscroll): Doc fix.
15915
159162000-01-05 Carsten Dominik <cd@gnu.org>
15917
15918 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15919 idlw-toolbar.
15920
15921 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15922 file idlw-rinfo.el.
15923 (idlwave-customize): load must read file idlw-shell.el.
15924 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15925
159262000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15927
15928 * progmodes/idlw-shell.el: Also provide idlwave-shell
15929 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15930 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15931
15932 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15933 both reftex-dcr and reftex-vcr.
15934
15935 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15936
159372000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15938
15939 * ps-print.el: PostScript code now is in separate files, doc fix.
15940 (ps-print-version): New version number (5.0.3).
15941 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15942 local.
15943 (ps-spool-config): Initialization fix.
15944 (ps-print-prologue-1, ps-print-prologue-2)
15945 (ps-print-duplex-feature): PostScript code moved to separated file.
15946 (ps-background-image): Little code reformating.
15947 (ps-begin-file, ps-begin-job): Fix code.
15948 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15949 (ps-prologue-file): New fun.
15950
159512000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15952
15953 * ps-vars.el: Eliminated.
15954
15955 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15956 `;;;###autoload'.
15957
15958 * ps-print.el: ps-vars eliminated, doc fix.
15959 (ps-print-version): New version number (5.0.2).
15960 (ps-spool-config): Initialization fix.
15961 (ps-print-customize): New fun.
15962
159632000-01-04 Gerd Moellmann <gerd@gnu.org>
15964
15965 * autorevert.el (auto-revert-mode): Return value of
15966 auto-revert-mode.
15967
159682000-01-04 Dave Love <fx@gnu.org>
15969
15970 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15971 menu items.
15972
159732000-01-03 Dave Love <fx@gnu.org>
15974
15975 * elide-head.el (elide-head) [defgroup]: Add :version.
15976
15977 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15978 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15979 `cl-hash-table-p', not `hash-table-p'.
15980 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15981
159822000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15983
15984 * faces.el (face-read-integer, read-face-attribute)
15985 (color-defined-p, color-values): unspecified-{f,b}g are now
15986 strings.
15987
159882000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15989
15990 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15991 at comment end, and re-insert them after filling.
15992
159932000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15994
15995 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15996 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15997 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15998
159992000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16000
16001 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16002 the new name of face-color-supported-p.
16003
16004 * term/w32-win.el (xw-defined-colors): Likewise.
16005
160062000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16007
16008 * simple.el (completion-setup-function): Count completion-size
16009 from minibuffer-prompt-end, not from point-min.
16010
160112000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16012
16013 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16014 Pass the frame to tty-color-* functions.
16015 (display-color-p, frame-set-background-mode): Pass the frame to
16016 tty-display-color-p.
16017
16018 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16019 tty-color-alist.
16020 (tty-color-alist, tty-modify-color-alist): New functions.
16021 (tty-color-define, tty-color-clear, tty-color-approximate)
16022 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16023 an optional parameter FRAME.
16024
160252000-01-01 Gerd Moellmann <gerd@gnu.org>
16026
16027 * image.el (create-image, defimage): Don't assume image data is a
16028 string.
16029
16030 * image.el (defimage): Handle specifications containing :data
16031 instead of :file.
16032 (image-type-from-data): New function.
16033 (image-type-from-file-header): Use it.
16034 (create-image): Add parameter DATA-P.
16035
16036See ChangeLog.8 for earlier changes.
16037
16038;; Local Variables:
16039;; coding: iso-2022-7bit
16040;; End: