Do not double variables in the lambda-list.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f892ac1d
SM
12001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2
5a1373f3
SM
3 * newcomment.el (comment-region-internal): Don't rebind
4 invisibility_spec now that the C routines handle it correctly.
5
6 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
7
026f408d
SM
8 * frame.el (special-display-popup-frame): Obey new specs `same-window'
9 and `same-frame'.
10
32993295
SM
11 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
12
13 * simple.el (minibuffer-local*-map): Remove redundant bindings.
14
15 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
16 C-p and C-r. Remove redundant bindings from inheriting maps.
17
f892ac1d
SM
18 * progmodes/cperl-mode.el: Merged in changes from v4.32.
19 After 4.23 and: After 4.24:
20 (cperl-contract-levels): Restore position.
21 (cperl-beautify-level): Likewise.
22 (cperl-beautify-regexp): Likewise.
23 (cperl-commentify): Rudimental support for length=1 runs
24 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
25 After 4.25:
26 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
27 (imenu-example--create-perl-index): Was not enforcing
28 syntaxification-to-the-end.
29 (cperl-invert-if-unless): Allow `for', `foreach'.
30 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
31 Mark qw(), m()x as indentable.
32 (cperl-init-faces): Highlight `sysopen' too.
33 Highlight $var in `for my $var' too.
34 (cperl-invert-if-unless): Was leaving whitespace at end.
35 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
36 (cperl-calculate-indent): Remove old commented out code.
37 Support (primitive) indentation of qw(), m()x.
38 After 4.26:
39 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
40 q [] with intervening newlines.
41 (cperl-autoindent-on-semi): New customization variable.
42 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
43 (cperl-tips): Mention how to make CPerl the default mode.
44 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
45 (cperl-outline-level): New function.
46 (cperl-highlight-variables-indiscriminately): New customization var.
47 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
48 From Sean Kamath <kamath@pogo.wv.tek.com>.
49 (cperl-after-block-p): Support CHECK and INIT.
50 (cperl-init-faces, cperl-short-docs): Likewise and "our".
51 From Doug MacEachern <dougm@covalent.net>.
52 After 4.27:
53 (cperl-find-pods-heres): Recognize \"" as a string.
54 Mark whitespace between q and [] as `syntax-type' => `prestring'.
55 Allow whitespace between << and "FOO".
56 (cperl-problems): Remove \"" and q [] with intervening newlines.
57 Mention multiple <<EOF as unsupported.
58 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
59 (cperl-indent-parens-as-block): New configuration variable.
60 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
61 Use `cperl-indent-parens-as-block'.
62 (cperl-find-pods-heres): Test for =cut without empty line instead of
63 complaining about no =cut.
64 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
65 (cperl-find-pods-heres): Likewise.
66 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
67 POD could've been marked as comment already.
68 (cperl-unwind-to-safe): Unwind before start of POD too.
69 After 4.28:
70 (cperl-forward-re): Throw an error at proper moment REx unfinished.
71 After 4.29:
72 (x-color-defined-p): Make an extra case to peacify the warning.
73 Toplevel: `defvar' to peacify the warnings.
74 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
75 No -nw-compile time warnings now.
76 (cperl-find-tags): TAGS file had too short substring-to-search.
77 Be less verbose in non-interactive mode
78 (imenu-example--create-perl-index): Set index-marker after name
79 (cperl-outline-regexp): New variable.
80 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
81 (cperl-mode): Made use `cperl-outline-regexp'.
82 After 4.30:
83 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
84 (cperl-outline-level): Make start-of-file same level as `package'.
85 After 4.31:
86 (cperl-electric-pod): `head1' and `over' electric only if empty.
87 (cperl-unreadable-ok): New variable.
88 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
89 on an unreadable file.
90 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
91 on an unreadable directory.
92
93 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
94 Consider the text between two errors as belonging to the first error.
95 (compilation-goto-locus): Use pop-to-buffer rather than
96 switch-to-buffer-other-frame.
97
98 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
99 (awk-font-lock-syntactic-keywords): New var.
100 (awk-mode): Use it.
101
102 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
103
104 * faces.el (describe-face): Call help-setup-xref earlier.
105
106 * jka-compr.el (jka-compr-load-suffixes): New var.
107 (jka-compr-install): Add its content to load-suffixes.
108 (jka-compr-uninstall): Remove its content from load-suffixes.
109
b878b8c3
SS
1102001-10-12 Sam Steingold <sds@gnu.org>
111
7ed93890
SS
112 * bindings.el (completion-ignored-extensions): CL-related
113 extensions are platform-independent.
114
b878b8c3
SS
115 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
116 asynchronous multiple file copying.
117
eadd6444
GM
1182001-10-12 Gerd Moellmann <gerd@gnu.org>
119
5a1373f3 120 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
e34fd2f2 121 Turn error for repeated variables into warning.
5a1373f3
SM
122
123 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
124 New function checking that lambda-list consists of non-constant
eadd6444 125 symbols, that &rest and &optional are followed by variable names,
f892ac1d 126 that &rest VAR is the last element, and that variables aren't doubled.
eadd6444
GM
127 (byte-compile-lambda): Use it.
128
beb0990f
GM
1292001-10-12 Eli Barzilay <eli@barzilay.org>
130
131 * calculator.el (calculator-eng-display): Don't call concat
132 with an integer argument.
133
07f904a3
MB
1342001-10-12 Miles Bader <miles@gnu.org>
135
136 * help-mode.el (help-customize-face): New button-type.
b0412574 137
07f904a3
MB
138 * faces.el (list-faces-display): Fix args to `help-xref-button'.
139 (describe-face): Fix args to `help-xref-button'.
140 Don't switch to help-buffer around call to `help-setup-xref'.
141 Use `help-buffer' instead of hard-wired "*Help*".
142 Require `help-mode'.
143
2168e04d
SM
1442001-10-11 Stefan Monnier <monnier@cs.yale.edu>
145
146 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
147
148 * help-mode.el (help-buffer): New function.
149 Returns the buffer-name to use for help output.
150 Change all the code to use it instead of hard-coding *Help*.
151 (help-mode-map): Put back the mouse-2 binding.
152 (help-xref-stack): Change the format and make buffer-local.
153 (help-xref-stack-item): Make buffer-local.
154 (help-setup-xref): Do the `push' here rather than in help-do-xref.
155 (help-xref-interned): Display the face doc as well.
156 (help-follow-mouse): Re-introduce.
157 (help-xref-go-back): Adapt to the new use of help-xref-stack.
158 (help-do-xref): Don't `push' any more.
159 (help-follow): Also follow face names.
160
161 * help-funs.el (describe-function-1): Remove unused `parens' arg.
162 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
163 Autoload and cleanup.
164 (describe-function): Call help-setup-xref.
165 (describe-variable): Call help-setup-xref earlier.
166
167 * help.el (describe-bindings-internal): New fun moved from keymap.c.
168 (view-lossage): Call help-setup-xref correctly and earlier.
169 (describe-bindings): Call help-setup-xref earlier.
170 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
171 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 172
1ae6b8f1
GM
1732001-10-11 Gerd Moellmann <gerd@gnu.org>
174
a5be8a9a
GM
175 * master.el (master-mode): Use define-minor-mode instead of
176 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 177 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
178 since it's always autoloaded.
179
1ae6b8f1
GM
180 * master.el: New file.
181
63ca0a6e
GM
1822001-10-11 Dave Love <fx@gnu.org>
183
184 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
185 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
186 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 187
63ca0a6e 1882001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 189
2168e04d
SM
190 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
191 New function extracted from byte-compile-log-1.
192 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
193 the output of other GNU tools.
194 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
195 (byte-compile-report-error): Downcase error message.
196 Use `error' instead of `!!' for error messages.
d731e6b8
GM
197 (byte-compile-print-syms): Treat non-interactive case specially.
198 (displaying-byte-compile-warnings): Use backquote.
199 (byte-compile-from-buffer): Bind byte-compile-last-line.
200 (batch-byte-compile): Remove `Done' message.
201
30de4b24
SM
2022001-10-10 Stefan Monnier <monnier@cs.yale.edu>
203
204 * emacs-lisp/copyright.el (copyright): Add final \n.
205
0e094c29
MB
2062001-10-11 Miles Bader <miles@gnu.org>
207
208 * diff.el (diff): Display default values in prompts as
209 `(default ...)', not `(...)'.
b0412574 210
0e094c29
MB
211 * info.el (Info-follow-reference): Likewise.
212
c2ca5171
SM
2132001-10-10 Stefan Monnier <monnier@cs.yale.edu>
214
30de4b24
SM
215 * emacs-lisp/autoload.el (doc-string-elt): Remove.
216
7164ef13
SM
217 * newcomment.el (comment-indent): Be a little more robust in case
218 comment-indent-function does funny things.
219 (comment-normalize-vars): Autoload.
220 (comment-region-internal): Fiddle with the visibility spec.
221 (comment-valid-prefix): New function.
222 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
223 that would turn comment-text into non-comment-text.
224
225 * emacs-lisp/syntax.el: New file.
226
c2ca5171
SM
227 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
228 compatibility cruft.
229 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
230 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
231 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
232 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
233 tcl-submit-bug-report.
234 (tcl-mode-syntax-table): Leave \f alone.
235 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
236 tcl-end-of-defun, tcl-submit-bug-report.
237 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
238 (tcl-add-emacs-menu): Remove.
239 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
240 (tcl-keyword-list): Add `chain'.
241 (tcl-font-lock-syntactic-keywords): New variable.
242 (tcl-pps-has-arg-6): Remove.
243 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
244 (tcl-internal-mark-defun): Remove.
245 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
246 (tcl-mode): Use define-derived-mode. Simplify.
247 Set comment-indent-function.
248 (tcl-indent-command): Use line-beginning-position and comment-indent.
249 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
250 (tcl-indent-line): Use tcl-calculate-indent.
251 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
252 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
253 (tcl-filter): Use with-current-buffer, simplify.
254 (inferior-tcl-mode): Use define-derived-mode.
255 (tcl-hairy-in-comment): Renamed tcl-in-comment.
256 (tcl-simple-in-comment, tcl-in-comment): Removed.
257 (tcl-files-alist): New function.
258 (tcl-help-snarf-commands): Use it and return the result directly
259 rather than through a global variable.
260 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
261 (tcl-help-on-word): Provide the default value to completing-read.
262 (tcl-hilit): Remove.
263 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
264 (tcl-comment-indent): New function.
265 (tcl-submit-bug-report): Remove.
266 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
267 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
268 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
269
07becdb1
MB
2702001-10-10 Miles Bader <miles@gnu.org>
271
272 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
273 (Info-fontify-node): Don't fontify the node if it's already been done.
274
88255adb
GM
2752001-10-10 Gerd Moellmann <gerd@gnu.org>
276
031a1678
GM
277 * international/iso-transl.el (iso-transl-e-caret)
278 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
279 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
280
619632ac
GM
281 * simple.el (end-of-buffer): Fix code scrolling specially
282 for the buffer end.
283
88255adb
GM
284 * startup.el (command-line-1): Bind tab-width to 8.
285
5c4d3f02
PJ
2862001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
287
3680909c 288 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
289 user-visible commands. From Rob Riepel
290 <riepel@Networking.Stanford.EDU>.
291
89e9c8d7
GM
2922001-10-09 Gerd Moellmann <gerd@gnu.org>
293
294 * ruler-mode.el: New file.
295
3b8c60f1
MB
2962001-10-09 Miles Bader <miles@gnu.org>
297
71f19cda
MB
298 * apropos.el (button): New require.
299
55e9efba 300 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
301 (describe-variable): Use `condition-case' instead of `ignore-errors'.
302
55e9efba 303 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 304
55e9efba
MB
305 * help.el: Don't require `view' when compiling.
306 (help-with-tutorial, describe-function, describe-function-1)
307 (variable-at-point, describe-variable, locate-library):
308 Functions moved into `help-funs.el'.
309 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
310 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
311 (help-setup-xref, help-xref-following, help-make-xrefs)
312 (help-xref-button, help-insert-xref-button, help-xref-interned)
313 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
314 (help-xref-on-pp): Functions moved into `help-mode.el'
315 (help-mode-map, help-xref-stack, help-xref-stack-item)
316 (help-highlight-p, help-highlight-face, help-back-label)
317 (help-xref-symbol-regexp, help-xref-mule-regexp)
318 (help-xref-info-regexp): Variables moved into `help-mode.el'.
319 (help-symbol, help-back, help-info, help-customize-variable)
320 (help-function-def, help-variable-def):
321 Button-types moved into `help-mode.el'.
322 (load-symbol-file-load-history, symbol-file):
323 Functions moved into `subr.el'.
324 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
325 (view-lossage): Call `help-setup-xref' instead of doing it manually.
326
327 * subr.el (symbol-file-load-history-loaded)
328 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
329
55e9efba
MB
330 * loadup.el ("button"): Load removed.
331
ded42dd3
MB
332 * button.el (define-button-type): Respect any `supertype' property.
333 (button-type-subtype-p, button-has-type-p): New functions.
334
f4be0a12
MB
335 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
336 dollar-signs.
337
338 * comint.el (comint-insert-previous-argument): New function.
339 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 340 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
341 (comint-insert-previous-argument-last-index): New variables.
342
3b8c60f1
MB
343 * apropos.el (apropos-next-label-button): Use the presence of a
344 `apropos-label' property to detect label buttons.
345
a101302b
MB
3462001-10-08 Miles Bader <miles@gnu.org>
347
348 * button.el (next-button, previous-button): Remove N and WRAP
349 parameters. Don't pay attention to `skip' properties.
350 (forward-button): Implement wrapping, iterating, and skipping here
351 instead.
894e460c 352 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
353 (button-nop): Function removed.
354 (default-button): Use `ignore' as default button action.
894e460c 355
a101302b
MB
356 * apropos.el (apropos-next-label-button): Update arguments to
357 `next-button'.
894e460c 358 (apropos-symbol): Add `skip' property.
c2ca5171
SM
359 (apropos-function, apropos-macro, apropos-command)
360 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
361 (apropos-plist): New button types.
362 (apropos-label-properties): Variable removed.
363 (apropos-print): Pass button-type to apropos-print-doc, rather
364 than help function and label text.
365 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
366 Get button label from TYPE.
a101302b 367
82345a9a
SM
3682001-10-07 Stefan Monnier <monnier@cs.yale.edu>
369
b0fbf754
SM
370 * help.el (help-mode): Use define-derived-mode.
371 (describe-mode): Add optional `buffer' arg.
372 Use it instead of going through help-xref-mode.
373 Avoid doubling the word `minor' when prettifying.
374 (describe-function-1): List the corresponding key bindings.
375 (describe-variable): Say if the var is automatically buffer-local.
376 If the source is `loaddefs.el', look for the real source.
377 (help-xref-mode): Remove.
378
82345a9a
SM
379 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
380 the file says no-byte-compile.
381
d6bc0bdc
MB
3822001-10-08 Miles Bader <miles@gnu.org>
383
384 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 385
7997fd38
MB
3862001-10-07 Miles Bader <miles@gnu.org>
387
e664497b
MB
388 * woman.el (woman-mode-map): Copy button-buffer-map instead of
389 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
390 `woman-follow-word' instead of `woman-mouse-2'.
391 (woman-follow-word): Renamed from `woman-mouse-2'.
392 Follow current unconditionally, since this function is now only
393 bound to M-mouse-2. Use accessor functions.
394 (WoMan-highlight-references): Use `make-text-button'.
395 (woman-xref): New button type.
396
d876f455
MB
397 * loadup.el ("faces"): Move load before loading "loaddefs.el".
398 ("button"): New load, just before "help" (which uses it).
399
400 * help.el (help-mode-map): Make button-buffer-map our parent.
401 Don't bind mouse events or tab/backtab.
402 (help-function, help-variable, help-face, help-coding-system)
403 (help-input-method, help-character-set, help-back, help-info)
404 (help-customize-variable, help-function-def, help-variable-def):
405 New button types.
406 (help-button-action): New function.
407 (describe-function-1): Pass help button-types to
408 `help-xref-button' rather than help function and help-echo string.
409 Don't put multiple help-function args in a list to pass them to
410 help-xref-button, just pass them as multiple arguments.
411 Use `help-insert-xref-button' to make [back]-button, rather than
412 `help-xref-button'.
413 (help-xref-button): Take a button-type TYPE as a parameter rather
414 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
415 and add a &rest parameter ARGS to serve the same purpose.
416 Use `make-text-button' to add the button.
417 (help-insert-xref-button): Use `insert-text-button' to add the button.
418 (help-follow-mouse, help-next-ref, help-previous-ref):
419 Functions removed.
420 (help-do-xref): New function.
421 (help-follow): Use `push-button' and `help-do-xref' to do most of
422 the work.
423
424 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 425 (apropos-symbol-button-display-help)
d876f455
MB
426 (apropos-label-button-display-help, apropos-next-label-button):
427 New functions.
428 (apropos-mode-map): Make button-buffer-map our parent.
429 Don't bind mouse events.
430 (apropos-print, apropos-print-doc): Create buttons instead of text
431 properties.
432 (apropos-mouse-follow): Function removed.
433 (apropos-follow): Use buttons.
434
7997fd38
MB
435 * button.el: New file.
436
1a4372ef
GM
4372001-10-07 Gerd Moellmann <gerd@gnu.org>
438
82345a9a 439 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
440 Remove.
441
857e81db
RS
4422001-10-05 Richard M. Stallman <rms@gnu.org>
443
444 * add-log.el (add-change-log-entry): Skip copyright notice
445 and copying permission notice at start of file, if any.
446 Make use of terms "entry" and "item" accord with Emacs manual.
447 Simplify the logic for moving point while entering or creating
448 an entry and then an item.
449 (add-change-log-entry-other-window): Doc fix.
450
4650e362
MB
4512001-10-06 Miles Bader <miles@gnu.org>
452
453 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
454 removed; they apparently don't work with faces.
455
b4f05c38
SS
4562001-10-05 Sam Steingold <sds@gnu.org>
457
458 * textmodes/sgml-mode.el (html-xhtml): New user option.
459 (html-tag-alist, html-horizontal-rule, html-image, html-line)
460 (html-ordered-list, html-unordered-list, html-list-item)
461 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
462 (sgml-skip-close-p): New function.
463 (sgml-value): Use it.
464
4dd618ff
SS
4652001-10-05 Sam Steingold <sds@gnu.org>
466
467 * calendar/diary-lib.el (diary-entry-compare): When times are
468 identical, compare the entries lexicographically.
469
a01b7831
MB
4702001-10-06 Miles Bader <miles@gnu.org>
471
82345a9a
SM
472 * rfn-eshadow.el (rfn-eshadow-update-overlay):
473 Use `minibuffer-prompt-end'.
a01b7831
MB
474
475 * simple.el (previous-matching-history-element): Fix misplaced
476 parentheses.
477
20a82009
MB
4782001-10-05 Miles Bader <miles@gnu.org>
479
480 * rfn-eshadow.el: New file.
481
c165ad40
MB
4822001-10-05 Miles Bader <miles@gnu.org>
483
484 * cus-face.el (custom-face-attributes): Make sure each attribute
485 has a valid default value. Remove hacks that mapped `nil' to
486 `off' and used nil to mean `unspecified'. Remove `unspecified'
487 choices from all attributes (unspecified is handled by the parent
488 checklist).
4dd618ff 489 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
490 (custom-face-edit-deactivate, custom-face-edit-activate)
491 (custom-face-edit-delete, custom-face-edit-attribute-tag):
492 New functions.
493 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 494 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
495 Don't pass in default filters that map between `nil' and `off' and
496 `unspecified' and `nil'.
497
ace64e0a
GM
4982001-10-05 Gerd Moellmann <gerd@gnu.org>
499
500 * progmodes/compile.el (compilation-buffer-name): New function.
501 (compile-internal): Use it to determine the name of the
502 compilation buffer.
503
ec66bdc7
MB
5042001-10-05 Miles Bader <miles@gnu.org>
505
506 * progmodes/compile.el (grep-use-null-device): New variable.
507 (grep-command): Mention `grep-use-null-device'.
508 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
509 Make computation of `grep-command' respect `grep-use-null-device'.
510 (grep): Respect `grep-use-null-device'.
511 Call `grep-compute-defaults' even if grep-command is set, if
512 grep-use-null-device is still tentative.
513
514 * subr.el (call-process-shell-command): New function.
515
5162001-10-05 Miles Bader <miles@gnu.org>
517
518 * simple.el (previous-matching-history-element)
519 (next-history-element, next-complete-history-element): Use
82345a9a 520 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
521 (minibuffer-prompt-end, minibuffer-contents):
522 (minibuffer-contents-no-properties, delete-minibuffer-contents):
523 Functions removed (now subrs).
524 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 525
ec66bdc7
MB
526 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
527 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
528 instead of calling `field-' functions directly.
529 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
530
c89e4bc5
GM
5312001-10-05 Gerd Moellmann <gerd@gnu.org>
532
a0fb4492
GM
533 * files.el (find-file-noselect): If file's read-only status has
534 changed on disk, ask if buffer's read-only status should be
535 changed, unless NOWARN is set.
536
c86350b1
GM
537 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
538 alias for define-setf-method.
539
c89e4bc5
GM
540 * bindings.el: Remove no-byte-compile from file local variables
541 to enable bootstrapping.
542
0bcf87c1
AI
5432001-10-04 Andrew Innes <andrewi@gnu.org>
544
82345a9a
SM
545 * faces.el (face-font-registry-alternatives) [windows-nt]:
546 Make gb2312 an alias for gb2312.1980.
0bcf87c1 547
6c0b2643
GM
5482001-10-04 Stefan Monnier <monnier@cs.yale.edu>
549
550 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
551 (uniquify-reverse-components): Remove.
552
553 * emacs-lisp/bytecomp.el (byte-recompile-directory):
554 Make sure the file is readable.
555 (byte-compile-file): Don't compile if `no-byte-compile' is set.
556 (byte-compile-defvar): Update to reflect the change in Fdefvar.
557 (batch-byte-recompile-directory): Pass arg=0.
558
559 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
560 (perl-calculate-indent): Use it.
561 (perl-backward-to-noncomment): Use forward-comment.
562
563 * derived.el (define-derived-mode, derived-mode-make-docstring):
564 Allow `parent' to be nil.
565
566 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
567 Use define-derived-mode.
568 (nroff-mode-map, nroff-mode-syntax-table): Massage.
569
570 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
571
572 * emacs-lisp/lselect.el: Use facep iso find-face.
573
574 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
575 Use regexp-opt.
576 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
577 (lisp-font-lock-syntactic-face-function): New function.
578 (lisp-mode-variables): Use it. Make arg optional.
579 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
580 (lisp-mode): Don't pass an arg to lisp-mode-variables.
581 Set comment-start-skip.
582
583 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
584
585 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
586 (ignore-errors): Don't bother using a `err' symbol.
587
588 * emacs-lisp/autoload.el (autoload-ensure-default-file)
589 (autoload-insert-section-header, autoload-before-p)
590 (autoload-remove-section): New functions.
591 (generate-file-autoloads): Use them.
592 (update-file-autoloads): Use them. Return FILE if there's no cookie.
593 Make sure the autoload file is properly formatted when creating it.
594 (update-autoloads-from-directories): Use them as well.
595 Only update autoloads for files whose timestamp has changed.
596 Add a dummy entry to remember the files which had no autoload cookies.
597
598 * timer.el (timer-relative-time): Fix computation for negative `micro'.
599
600 * subr.el (define-key-after): Allow `key' to be longer than 1.
601 (make-local-hook): Make obsolete.
602 (add-hook, remove-hook): Don't use make-local-hook any more.
603 (make-syntax-table): Inherit all chars from s-s-t.
604
6052001-10-04 Gerd Moellmann <gerd@gnu.org>
606
607 This is a fix for a report saying that resuming a search with C-s
608 C-s doesn't use the case-fold-search setting of the previous
609 search (C-s ... M-c ... then C-s C-s).
610
611 * isearch.el (isearch-last-case-fold-search): New variable.
612 (isearch-mode): Remember value of isearch-case-fold-search
613 in isearch-last-case-fold-search.
614 (isearch-done): Quote value of isearch-case-fold-search.
615 (isearch-repeat): When resuming a search, restore
616 isearch-case-fold-search from isearch-last-case-fold-search.
617
618 Added to NEWS.
619
620 * startup.el (inhibit-startup-buffer-menu): New user-option.
621 (command-line-1): If inhibit-startup-buffer-menu is set, don't
622 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
623
624 This allows upto 99999 messages in the summary without screwing up
625 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
626
627 * mail/rmailsum.el (rmail-make-summary-line)
628 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
629 (rmail-summary-goto-msg, rmail-summary-goto-msg):
630 Allow 5-digit message ids instead of 4.
631
632 This adds expansion of environment variables in the value
633 specified with M-x setenv. Added to NEWS.
634
635 * env.el (substitute-env-vars): New function.
636 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
637 environment variables in VALUE. Return VALUE.
638
ab952a4f
GM
6392001-10-04 Gerd Moellmann <gerd@gnu.org>
640
641 * Branch for 21.1.
7164ef13 642
630784a2
SM
6432001-10-03 Stefan Monnier <monnier@cs.yale.edu>
644
645 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
646
cf2b0d2c 6472001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
648
649 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 650 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 651
aa01bed1
EZ
6522001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
653
654 * rect.el: Update maintainer's email address.
655
7d685c84
AS
6562001-10-02 Andreas Schwab <schwab@suse.de>
657
658 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
659 and Extended Passive Mode, resp.
660
87671c25
EZ
6612001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
662
663 These changes add support for Calendar-related items in the
664 menu bar on tty's as well:
665
666 * calendar/calendar.el (calendar-mode-map): Require cal-menu
667 unconditionally.
668 (calendar-mode): Set up activate-menubar-hook unconditionally.
669
670 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
671 calls x-popup-menu only if popup menus are supported.
672 (calendar-mouse-insert-hebrew-diary-entry)
673 (calendar-mouse-insert-islamic-diary-entry)
674 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
675 (calendar-mouse-view-other-diary-entries)
676 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
677 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
678 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 679
12c64503
GM
6802001-10-01 Gerd Moellmann <gerd@gnu.org>
681
62bfa682
GM
682 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
683
12c64503
GM
684 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
685
686 * emacs-lisp/rx.el: New file.
687
e0c21266
EZ
6882001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
689
630784a2 690 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 691
03be5931
EZ
6922001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
693
694 * frame.el (select-frame-by-name, other-frame): Doc fix.
695
d0100d57
EZ
6962001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
697
698 * play/snake.el (snake-score-file): Use temporary-file-directory
699 instead of a literal "/tmp". Suggested by Robert
700 <robert@chezmarshall.freeserve.co.uk>.
701
702 * play/tetris.el (tetris-score-file): Ditto.
703
d94d5b5a
EZ
7042001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
705
706 * apropos.el (apropos-print): Make the directions inserted at the
707 beginning of the *Apropos* buffer more clear.
708
cd653311 7092001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 710
cd653311
MK
711 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
712 Added comments.
630784a2 713
37dbd369
SM
7142001-09-27 Stefan Monnier <monnier@cs.yale.edu>
715
716 * newcomment.el (comment-normalize-vars): Use " \t" rather than
717 "\\s-" when defining comment-end-skip.
718
9240e746
GM
7192001-09-27 Gerd Moellmann <gerd@gnu.org>
720
37dbd369 721 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
722 Call get-buffer-window first second arg `visible'.
723
37dbd369
SM
724 * international/mule-diag.el (list-input-methods-1):
725 Output something that's independent of Emacs' version.
14531065 726
9240e746
GM
727 * tar-mode.el (tar-mode-write-file): Don't signal an error by
728 calling byte-to-position with a nil tar-header-offset.
729
e04233aa
GM
7302001-09-27 Simon Josefsson <jas@extundo.com>
731
732 * mail/sendmail.el (send-mail-function): Doc fix.
733 (mail-do-fcc): Error if header-end is not a marker.
734 (mail-do-fcc): Add a comment.
735 (mail-reply-to): Doc fix.
736 (mail-signature): Make ATPOINT optional.
737 (mail-yank-original): Use cond instead of nestled if.
738
07e91aa3
SM
7392001-09-26 Stefan Monnier <monnier@cs.yale.edu>
740
741 * info.el (Info-on-current-buffer): Default arg to "Top".
742
924b604c
GM
7432001-09-25 Eli Barzilay <eli@barzilay.org>
744
745 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
746 (calculator-displayer-prev, calculator-displayer-next):
747 Renamed from calculator-displayed-{left,right}.
748 (calculator, calculator-standard-displayer)
749 (calculator-num-to-string, calculator-update-display)
924b604c
GM
750 (calculator-copy, calculator-put-value): Bug and display fixes.
751
a1548b10
GM
7522001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
753
754 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
755 (ebnf-version): New version (3.6.1).
756
757 * ebnf-bnf.el: Fix character range regexp. Doc fix.
758 (ebnf-bnf-non-terminal-chars): New internal const.
759 (ebnf-bnf-lex): Fix code.
760
761 * ebnf-iso.el: Fix character range regexp. Doc fix.
762 (ebnf-iso-non-terminal-chars): New internal const.
763 (ebnf-iso-lex): Fix code.
764
765 * ebnf-yac.el: Fix character range regexp. Doc fix.
766 (ebnf-yac-skip-chars): New internal const.
767 (ebnf-yac-skip-code): Fix code.
768
79e954d0
SM
7692001-09-24 Stefan Monnier <monnier@cs.yale.edu>
770
ab750f9c
SM
771 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
772
3911563a
SM
773 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
774 passing it to VC.
775
79e954d0
SM
776 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
777 case where the file is relative.
778
6f3f0db4
GM
7792001-09-24 Gerd Moellmann <gerd@gnu.org>
780
781 * xml.el (xml-parse-attlist): Quotes around attributes must be the
782 same on each side. Make sure we properly handle simple quotes.
783 From Daiki Ueno <ueno@unixuser.org>.
784
e5b31424
EZ
7852001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
786
0678d779
EZ
787 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
788 <jas@extundo.com>.
789
e5b31424
EZ
790 * menu-bar.el (top-level): Minor fixes for text of help-echo in
791 some items of the Options menu.
792
769dd0f1
SM
7932001-09-22 Stefan Monnier <monnier@cs.yale.edu>
794
76829576
SM
795 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
796
d455f4f7
SM
797 * vc-hooks.el (vc-delete-automatic-version-backups):
798 Don't fail if the directory doesn't exist.
799
769dd0f1
SM
800 * diff-mode.el (diff-default-read-only): New var.
801 (diff-mode): Use it.
802
dc414be1
EZ
8032001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
804
769dd0f1
SM
805 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
806 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
807 keymap messes up the menu bar.
808
dc414be1
EZ
809 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
810 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
811
67033712
EZ
8122001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
813
769dd0f1 814 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
815
816 * dired-aux.el (dired-insert-subdir): Pass switches to
817 dired-build-subdir-alist.
818
0c68e5de
GM
8192001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
820
821 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
822 caused %#a and %#b to be mis-formatted.
823
906b3163
EZ
8242001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
825
826 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
827 ccmode, emacs-mime, and eudc manuals.
828
005e3bb6
SS
8292001-09-19 Sam Steingold <sds@gnu.org>
830
831 w32 find cannot be used with `grep-find'.
832 * progmodes/compile.el (find-program): New variable.
833 (grep-compute-defaults): Use it to set `grep-find-command'.
834
7121b85a
GM
8352001-09-19 Gerd Moellmann <gerd@gnu.org>
836
769dd0f1 837 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 838
ae16d111
GM
8392001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
840
841 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
842 programming. Doc fix.
843 (ebnf-version): New version (3.6).
844 (ebnf-eps-begin): Data fix.
845 (ebnf-begin-file): Code fix.
846
847 * ebnf-bnf.el: Doc fix.
848 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
849
850 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
851
55732434
GM
8522001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
853
854 * ps-print.el: Better face mapping for black/white PostScript printers.
855 Check if mark is active when printing a region. Doc fix.
856 (ps-print-version): New version number (6.5.5).
857 (ps-print-color-p): Customization fix.
858 (ps-black-white-faces): New option.
859 (ps-black-white-faces-alist): New internal var.
860 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
861 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
862 (ps-nb-pages-region): Interactive fix.
863 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
864 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
865
740ef824
EZ
8662001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
867
868 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
869 numeric month value, and allow the Kanji character after the it to
870 be missing (happens with ls-lisp's output on Japanese versions of
871 MS-Windows).
872
50529f51
MB
8732001-09-18 Miles Bader <miles@gnu.org>
874
875 * diff-mode.el (diff-mode): Don't make the buffer read-only if
876 it's empty (and thus probably a new patch file about to be edited).
877
d8a973aa
GM
8782001-09-17 Gerd Moellmann <gerd@gnu.org>
879
e18c8b8d
GM
880 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
881 Check for '(' in column 0 of doc string.
882
d8a973aa
GM
883 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
884 of `nth' so that using a vector as bounding-box works.
885 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
886
dfe78cc5
AS
8872001-09-17 Andre Spiegel <spiegel@gnu.org>
888
889 * vc.el (vc-annotate): Use current workfile version explicitly as
890 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
891
1bbdda4d
EZ
8922001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
893
a5f01960
EZ
894 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
895 convert-standard-filename doesn't guarantee that the .el extension
896 is preserved.
897
a007e4e3
EZ
898 * dos-fns.el (convert-standard-filename): Replace invalid
899 characters only after converting dash/underscore to a period.
900 (original-make-auto-save-file-name): New.
8aee7d44
EZ
901 (make-auto-save-file-name): New function, overrides the definition
902 on files.el and calls the original function via
903 original-make-auto-save-file-name.
904
1bbdda4d
EZ
905 * mail/rmail.el (top-level): Require mule-utils when compiling.
906 (rmail-decode-babyl-format): Use detect-coding-with-priority
907 instead of detect-coding-region, to favor detection of emacs-mule
908 encoded Babyl files written by rmailout.el etc. Suggested by
909 Kenichi Handa <handa@etl.go.jp>.
910
ed7d6ba4
EZ
9112001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
912
913 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
914 Use `equal', not `=', since the device number can be a cons cell.
915
551629f9
GM
9162001-09-14 Gerd Moellmann <gerd@gnu.org>
917
918 * simple.el: Comment out change of 2001-09-13.
919
0017a3e0
EZ
9202001-09-13 Milan Zamazal <pdm@zamazal.org>
921
922 * progmodes/compile.el (grep-compute-defaults): Don't set
923 grep-command/grep-find-command when it is already non-nil.
924 (grep-command): Make it a user option.
925 (grep-find-command): Likewise.
926
483e0218 9272001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 928
483e0218
MK
929 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
930 inhibit quit.
005e3bb6 931
15233548
EZ
9322001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
933
934 * files.el (make-auto-save-file-name): If long file names are not
935 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
936 generating an auto-save file name from it.
937
1fb7f872
GM
9382001-09-13 Gerd Moellmann <gerd@gnu.org>
939
005e3bb6 940 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
941 (ps-nb-pages-region): Signal an error if called interactively
942 and the mark is not active.
943
1fb7f872
GM
944 * simple.el (minibuffer-prompt-modification)
945 (minibuffer-prompt-insertion): New functions.
946 (minibuffer-prompt-properties): Use `modification-hooks' and
947 `insert-in-front-hooks'.
948
1dc13f3a
RS
9492001-09-12 Richard M. Stallman <rms@gnu.org>
950
951 * textmodes/outline.el (outline-regexp): Doc fix.
952 Initialize it in the defcustom, the usual way.
953
eaa493df
GM
9542001-09-12 Gerd Moellmann <gerd@gnu.org>
955
1fb7f872 956 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
957 from `ediff-meta-info' properties need not be an overlay.
958 From David Ponce <dponce@voila.fr>.
1fb7f872 959
eaa493df
GM
960 * isearch.el (isearch-intersects-p): Fix end checks.
961
cfcda0ba
EZ
9622001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
963
964 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
965 `t' branch of `cond', since Irix 6.1 and up is a special case of
966 the standard dbx interface.
967
4e1513b5
MB
9682001-09-11 Miles Bader <miles@gnu.org>
969
970 * comint.el (comint-send-input): When waiting for echoed input,
971 don't save the expected end position in `echo-end', so that things
972 work properly even if the buffer is modified elsewhere at the same
973 time [this happens if `comint-truncate-buffer' is used].
974
9a72e4c1
GM
9752001-09-11 Gerd Moellmann <gerd@gnu.org>
976
977 * textmodes/outline.el (outline-mode): Use `^' and a shy group
978 when constructing imenu-generic-expression from outline-regexp.
979
1f9581b6
EZ
9802001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
981
982 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
983 `equal' instead of `=', since they can be cons cells. From Nils
984 Goesche <cartan@cartan.de>.
985
65ee3bf5
AS
9862001-09-10 Andre Spiegel <spiegel@gnu.org>
987
988 * vc.el (vc-annotate): Rewrote doc string.
989
e602e779
EZ
9902001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
991
992 * time-stamp.el: Update Stephen Gildea's email address.
993
42d305db
GM
9942001-09-10 Gerd Moellmann <gerd@gnu.org>
995
996 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
997 enable-multibyte-characters = nil. From Hallvard B Furuseth
998 <h.b.furuseth@usit.uio.no>.
005e3bb6 999
02f34c70 10002001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 1001
769dd0f1 1002 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 1003
769dd0f1 1004 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
1005 that reads a character and uses the current input method or
1006 iso-accents when appropriate.
005e3bb6 1007
769dd0f1 1008 * viper.el and all others: Corrections to the comment blocks at
02f34c70 1009 the top.
005e3bb6 1010
cfc697a2
EZ
10112001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1012
1013 * info.el (Info-goto-node): Doc fix.
1014
fc0eccfc
GM
10152001-09-07 Gerd Moellmann <gerd@gnu.org>
1016
1017 * isearch.el (isearch-intersects-p): New function.
1018 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
1019 use isearch-intersects-p, and clean up.
1020
ef10876c
EZ
10212001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1022
1023 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
1024 and "german8", for the new German orthography dictionaries,
1025 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
1026 the entries, to keep the line length balanced for loaddefs.el.
1027
c9e74cd4 10282001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 1029
c9e74cd4
GM
1030 * comint.el (comint-send-input): Handle comint-process-echoes
1031 differently.
1032
5421b899
GM
10332001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1034
769dd0f1 1035 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 1036
70569550
EZ
10372001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1038
769dd0f1 1039 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 1040
6afad91e 10412001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 1042
769dd0f1
SM
1043 * server.el (server-switch-buffer):
1044 * textmodes/refer.el (refer-find-entry-internal):
1045 * term/sup-mouse.el (sup-pos-to-window):
1046 * term/bg-mouse.el (bg-window-from-x-y):
1047 * emacs-lisp/edebug.el (edebug-window-live-p):
1048 Use get-window-with-predicate.
6afad91e
GM
1049
1050 * window.el (get-window-with-predicate): Renamed from some-window.
1051 (some-window): Make it an alias.
1052
003550c5
GM
10532001-09-06 Gerd Moellmann <gerd@gnu.org>
1054
1055 * simple.el (undo): Remove positions from buffer-undo-list up to
1056 the next undo boundary only.
1057
c49e491a
EZ
10582001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1059
05b24487
EZ
1060 * makefile.nt (install): Don't copy sc.el. Reported by Richard
1061 Kim <ryk@dspwiz.com>
1062
c49e491a
EZ
1063 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
1064 the message "Creating customization items...done".
1065
54f73af3
GM
10662001-09-05 Gerd Moellmann <gerd@gnu.org>
1067
1068 * font-lock.el (toplevel): Require `jit-lock' only if
1069 font-lock-support-mode is set to jit-lock-mode.
1070
3762e7d0
EZ
10712001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1072
1073 * international/quail.el (quail-use-package, quail-inactivate)
1074 (quail-activate): Mention the hooks these functions run in their
1075 doc strings.
1076
c3b497b3
GM
10772001-09-05 Edward M. Reingold <reingold@iit.edu>
1078
1079 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
1080 of file in header of menu.
1081
2d43d823
GM
10822001-09-04 Gerd Moellmann <gerd@gnu.org>
1083
2a5becfb
GM
1084 * env.el (setenv): Interactively, if VARIABLE has a current value,
1085 add that to the front of the history, as the doc string says.
1086
8d1fcd00
GM
1087 * comint.el (comint-send-input): Change help-echo.
1088 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 1089
1672462f
GM
1090 * bookmark.el (bookmark-write-file): Bind print-length and
1091 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
1092
646a1759
GM
1093 * obsolete/uncompress.el: Moved there from lisp/.
1094
c8dd66e1
GM
1095 * comint.el (comint-insert-clicked-input): Goto point-max before
1096 deleting previous input. From "Dr Francis J. Wright"
1097 <F.J.Wright@qmw.ac.uk>.
1098
2d43d823
GM
1099 * simple.el (backward-word): Doc fix.
1100
284b3043
GM
11012001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1102
1103 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
1104 * uncompress.el, uniquify.el, vc.el, view.el, window.el
1105 * w32-fns.el: Add Keywords header.
1106
2eef02ab
EZ
11072001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1108
1109 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
1110 "Text Properties". Suggested by Simon Marshall
1111 <Simon.Marshall@midas-kapiti.com>.
1112
ae355fa6
AC
11132001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1114
1115 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1116 consulting the value of file-name-coding-system.
1117
2ee1aa00
SM
11182001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1119
1120 * help.el (describe-function-1): Save precomputed `file-name' rather
1121 than recomputing it (incorrectly) with `symbol-file'.
1122
cdab3e50
GM
11232001-09-03 Gerd Moellmann <gerd@gnu.org>
1124
698ee07c
SM
1125 * international/isearch-x.el (isearch-exit-recursive-edit):
1126 Take three parameters, since it's used as an after-change-function.
c3b0c268 1127
698ee07c 1128 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
1129 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1130 from doc strings.
1131
e3b22517
GM
11322001-09-02 Milan Zamazal <pdm@zamazal.org>
1133
698ee07c
SM
1134 * progmodes/glasses.el (glasses-convert-to-unreadable):
1135 Consider underscores as in `glasses-make-readable'.
e3b22517 1136
19bd58e8
EZ
11372001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1138
883310a7
EZ
1139 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1140 MS-DOS, since cpp might not be available.
1141
698ee07c
SM
1142 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1143 Mention "yank" in the help-echo text.
1144 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1145
11462001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1147
1148 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 1149
59b7ded8
EZ
11502001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1151
5e11c425
EZ
1152 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1153 exists. From Andy Petrusenco <andy@int.spb.ru>.
1154
59b7ded8 1155 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
1156 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1157 <andy@int.spb.ru>.
59b7ded8 1158
c9979669
GM
11592001-08-31 Gerd Moellmann <gerd@gnu.org>
1160
1161 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1162 Instead of running mouse-yank-at-click, see what the event is
1163 bound to outside Isearch and run that.
1164
79f5f9ec
EZ
11652001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1166
698ee07c
SM
1167 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1168 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 1169
c0551649
GM
11702001-08-30 Gerd Moellmann <gerd@gnu.org>
1171
e8b1643c
GM
1172 * simple.el (eval-expression-print-level): Fix last change.
1173
f3185924
GM
1174 * bindings.el (mode-line-coding-system-map): New variable.
1175 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1176
92a25631
GM
1177 * simple.el (eval-expression-print-level): Change the type
1178 of the defcustom to allow nil.
1179
9584e63a
GM
1180 * emacs-lisp/find-gc.el: Moved here from lisp/.
1181
698ee07c
SM
1182 * international/quail.el (quail-completion-1):
1183 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
1184 From Kenichi Handa <handa@etl.go.jp>.
1185
c0551649
GM
1186 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1187 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1188
ef32aa02
EZ
11892001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1190
1191 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1192 aren't supported. This avoids the annoying gray strip drawn by
1193 the Windows version instead of the missing tool bar.
1194
ff4ec1f7
GM
11952001-08-29 Gerd Moellmann <gerd@gnu.org>
1196
53ca4610
GM
1197 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1198 and tooltips more consistent. From "Marshall, Simon"
1199 <Simon.Marshall@midas-kapiti.com>.
1200
ff4ec1f7
GM
1201 * startup.el (fancy-splash-screens): Temporarily set
1202 minor-mode-map-alist to nil while displaying splash screens.
1203
6d6c3f84
GM
12042001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1205
1206 * buff-menu.el: Add Keywords header.
1207 Doc fix (C-x C-b is bound to list-buffers).
1208
565132a3
GM
1209 * dired-x.el: Add keyword files to get listed in finder.
1210 Remove confusing notes about GNU Emacs 19.
1211
1212 * dired.el, dired-aux.el: Add Keywords header.
1213
042e6d91
AS
12142001-08-28 Andre Spiegel <spiegel@gnu.org>
1215
1216 * vc.el (vc-revert-file): Call the backend even if the FILE's
1217 contents can be reverted locally; pass new arg CONTENTS-DONE
1218 down to the backend.
1219
854bd40a 1220 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
1221 optional arg CONTENTS-DONE.
1222
33818c6c
AI
12232001-08-28 Andrew Innes <andrewi@gnu.org>
1224
1225 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1226
0f76ca04
EZ
12272001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1228
1229 * makefile.nt (install): Copy more *.el files.
1230
6b6e2422
GM
12312001-08-28 Gerd Moellmann <gerd@gnu.org>
1232
1233 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1234 instead of `w' which is already in use.
1235
5b52c296
GM
1236 * gs.el (gs-load-image): Use sleep-for.
1237 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1238
43744cb9
MB
12392001-08-28 Miles Bader <miles@gnu.org>
1240
1241 * replace.el (query-replace-regexp-eval): Return args from
1242 `interactive' form in correct order.
1243
4b4ea1dc
EZ
12442001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1245
1246 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1247 major modes, don't create panes for modes for which
1248 mouse-buffer-menu-alist returns an empty alist.
1249
12502001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
1251
1252 * progmodes/hideshow.el: Update first-line description.
1253 Sync comments w/ maintainer version 5.31.
1254
1255 (hs-isearch-open): Default value now `code'.
1256 Fix docstring to use "code blocks" vs "comment blocks",
1257 as opposed to "block" vs "comment".
1258 (hs-flag-region): Accept `hs-isearch-open' value
1259 of `block' as synonymous w/ `code'.
1260 (hs-hide-block-at-point): For code blocks, pass `code'
1261 to `hs-flag-region' instead of `block'.
1262
9ad62cf8
MB
12632001-08-28 Miles Bader <miles@gnu.org>
1264
1265 * comint.el (comint-next-prompt): Don't loop infinitely if
1266 {next,previous}-single-char-property-change returns its input
1267 position when the search fails.
1268
12692001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
1270
1271 * comint.el (comint-get-old-input-default): Don't signal an error
1272 if point is not on an input field; instead, return the current
1273 line (using `comint-bol' to skip any prompt, in case we're not
1274 using fields at all).
1275
1276 * man.el (Man-mode-line-format): Variable removed.
1277 (Man-mode): Change `mode-line-buffer-identification' instead of
1278 `mode-line-format'.
1279
d599a452
GM
12802001-08-27 Gerd Moellmann <gerd@gnu.org>
1281
1282 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1283 From Simon Josefsson <jas@extundo.com>.
1284
299248aa
EZ
12852001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1286
5b02e712
EZ
1287 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1288 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1289
89aea802
EZ
1290 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1291 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1292
1293 * emacs-lisp/lselect.el: Ditto.
1294
3452efc2
SM
1295 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1296 Remove periods from the end of error message strings.
1297 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 1298
299248aa
EZ
1299 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1300 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1301
1302 * net/telnet.el: Ditto.
1303
08ead67b
GM
13042001-08-26 Gerd Moellmann <gerd@gnu.org>
1305
1306 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1307 KEYMAP to the call to define-minor-mode.
1308
cf8f0b68
EZ
13092001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1310
1311 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1312 Replace some of the undefined characters with emulations of bidi
1313 formatting characters and Niqud as per SI 1311-1.
1314 (IT-unicode-translations): Ditto.
3452efc2
SM
1315 (IT-display-table-setup, IT-setup-unicode-display):
1316 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 1317
16837afc
GM
13182001-08-24 Simon Josefsson <jas@extundo.com>
1319
1320 * hl-line.el (hl-line-mode): Don't be a global mode.
1321 (global-hl-line-mode): New function.
1322
33954c45
GM
13232001-08-24 Gerd Moellmann <gerd@gnu.org>
1324
1325 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1326 being reset by Ghostscript. Don't kill the gs process.
1327 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1328
fa05f6ac
AC
13292001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1330
1331 * term/mac-win.el: Require scroll-bar.
1332
3452efc2
SM
13332001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1334
1335 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1336
02aec07b
EZ
13372001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1338
1339 * hexl.el (hexl-insert-multibyte-char) New function.
1340 (hexl-quoted-insert, hexl-self-insert-command)
1341 (hexl-insert-hex-char, hexl-insert-decimal-char)
1342 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1343 Fix the doc strings accordingly.
1344 (hexl-insert-char): Reject characters whose code is above 255.
1345 Doc fix.
1346 (hexl-mode-map): Copy the global keymap instead of creating a
1347 sparse keymap, and bind all self-inserting characters to
1348 hexl-self-insert-command.
1349
9bfc65eb
SM
13502001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1351
3452efc2
SM
1352 * wid-edit.el (text): Re-order docstring correctly.
1353
9bfc65eb
SM
1354 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1355
1356 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1357
32f2f98e
EZ
13582001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1359
1360 * simple.el (line-number-mode): Mention the variable
1361 line-number-display-limit-width in the doc string.
1362
374388c3
GM
13632001-08-22 Gerd Moellmann <gerd@gnu.org>
1364
1365 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1366 Temporarily select EVENT's window for switching buffers.
1367 (mode-line-bury-buffer): New function.
1368 (mode-line-buffer-identification-keymap): Use it instead of
1369 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 1370 events from shining through.
374388c3 1371
dde6824c
SM
13722001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1373
1374 * newcomment.el (comment-beginning): Make sure the comment-start
1375 we found isn't a comment-end (in cases where confusion is possible).
1376
99bf1e74
MB
13772001-08-22 Miles Bader <miles@gnu.org>
1378
1379 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1380 before writing it, so that hard-links don't see new version.
1381
37618c60
GM
13822001-08-21 Gerd Moellmann <gerd@gnu.org>
1383
dde6824c
SM
1384 * gs.el (gs-set-ghostview-colors-window-prop):
1385 Call x-change-window-property with 3rd arg FRAME.
40e33037 1386 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
1387 to complete before starting a new one.
1388
6ea3db8a
GM
1389 * image.el (image-type-regexps): Make sure that the TIFF
1390 pattern is only matched at the beginning of a string.
1391 From Markus Rost <rost@math.ohio-state.edu>.
1392
dde6824c 1393 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
1394 Oberg <jonas@gnu.org>.
1395
1f8437c4
RV
13962001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1397
1398 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 1399 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
1400
1401 * whitespace.el (whitespace-write-file-hook): Hook to be called
1402 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
1403 write will abort on detecting whitespaces.
1404 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
1405 automatically prior to writing.
1406
1407 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1408 whitespaces in the error output!
1409
dde6824c 1410 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
1411 `indent-tabs-mode', since the latter notes user preferences on
1412 TABs anyway.
1413
1414 * whitespace.el (whitespace-version): 3.1. All of the above issues
1415 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1416
9b96c57d
GM
14172001-08-20 Gerd Moellmann <gerd@gnu.org>
1418
8039284a
GM
1419 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1420 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1421
9b96c57d
GM
1422 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1423
1c71c0c3
GM
14242001-08-20 Alex Schroeder <alex@gnu.org>
1425
1426 * sql.el (sql-db2): Doc change.
1427
14282001-08-20 Alex Schroeder <alex@gnu.org>
1429
1430 * sql.el (sql-postgres): Add the database at the end of the
1431 parameters instead of at the beginning.
1432 (sql-postgres-options): Doc change.
1433
6c7f60a2
GM
14342001-08-17 Gerd Moellmann <gerd@gnu.org>
1435
1436 * custom.el (defcustom): Doc fix.
1437
64ed6f71
GM
14382001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1439
6c7f60a2 1440 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
1441 returns a valid character.
1442
7851eb98
EZ
14432001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1444
1445 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1446 original-point for extra CR characters that are added/removed when
1447 the buffer is written/read whose EOL type is -dos.
1448
b76dfd21
MB
14492001-08-16 Miles Bader <miles@gnu.org>
1450
1451 * simple.el (line-move): Undo previous change.
1f8437c4
RV
1452
1453 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
1454 property to input-terminating `boundary' overlays to avoid
1455 line-move wierdness.
1456
e67d1843
GM
14572001-08-16 Gerd Moellmann <gerd@gnu.org>
1458
1459 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1460 buffer in a save-restriction. Under one test case with Ediff,
1461 window-scroll-functions are run with a window start that's
1462 temporarily outside of the restriction.
1463
21324fae
GM
14642001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1465
dde6824c 1466 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
1467 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1468 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1469 (texinfo-update-menu-region-beginning)
1470 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1471 command, @ifnottex, to regexps, so it is found.
1472
0645d241
AI
14732001-08-16 Andrew Innes <andrewi@gnu.org>
1474
1475 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1476 (DONTCOMPILE): Omit sc.el.
1477
1478 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1479 (DONTCOMPILE): Omit sc.el.
1480
ae13fc3c
GM
14812001-08-16 Gerd Moellmann <gerd@gnu.org>
1482
1483 * replace.el (occur): Bind inhibit-read-only to t.
1484
1369261b
MB
14852001-08-16 Miles Bader <miles@gnu.org>
1486
dde6824c
SM
1487 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1488 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 1489
8464af45
GM
14902001-08-15 Gerd Moellmann <gerd@gnu.org>
1491
ec69d5ec 1492 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 1493 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 1494
1f8437c4 1495 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
1496 of a while-loop.
1497
93aba6fc 1498 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 1499
8464af45
GM
1500 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1501 Don't include term/.
1502
ae13fc3c
GM
1503 * mail/sc.el: Moved to obsolete/.
1504
8b313639
GM
15052001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1506
1507 * ps-print.el: Change error function arguments to follow Emacs
1508 message convention. Doc fix.
1509 (ps-print-version): New version number (6.5.4).
1510 (coding-system-for-write): Change declaration position to avoid
1511 XEmacs compilation gripes.
dde6824c
SM
1512 (coding-system-for-read, buffer-file-coding-system):
1513 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
1514
1515 * ps-mule.el: Doc fix.
1516 (ps-mule-encode-header-string): If STRING is not a string, replace
1517 STRING by empty string.
1518
5fb125b4
EZ
15192001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1520
1521 * frame.el (show-trailing-whitespace): Doc fix.
1522
49e49b77
EZ
15232001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1524
1525 * desktop.el (desktop-save): Insert the coding: tag before
1526 desktop-header.
1527
3e6385a4
GM
15282001-08-13 Gerd Moellmann <gerd@gnu.org>
1529
0de73d5a
GM
1530 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1531 its path from $els.
1532
3e6385a4
GM
1533 * image.el (image-jpeg-p): Fix call of substring.
1534
4a9bf8a4
GM
15352001-08-10 Gerd Moellmann <gerd@gnu.org>
1536
242e5463
GM
1537 * play/animate.el (animate-string): Doc fix. Use a buffer
1538 name with stars in it.
1539 (animate-sequence): New function.
1540 From Richard Stallman <rms@gnu.org>.
1541
030f4537
GM
1542 * frame.el (select-frame-set-input-focus): New function
1543 extracted from other-frame.
1544 (other-frame): Use it.
1545 (next-multiframe-window, previous-multiframe-window): Use it.
1546
346f18dc
GM
1547 * isearch.el (isearch-other-meta-char): Don't switch to the
1548 buffer of a window clicked on, when the current buffer is
1549 in Isearch mode.
1550
4a9bf8a4
GM
1551 * image.el (image-jpeg-p): Test for APPn markers in the range
1552 #xe0..#xef.
1553
eaa2319f
GM
15542001-08-09 Gerd Moellmann <gerd@gnu.org>
1555
3638868e
GM
1556 * desktop.el (desktop-save): Don't use concat to form a file
1557 name, use expand-file-name.
1558
6b48d742
GM
1559 * mouse.el (mouse-delete-window): Do nothing if frame has just
1560 one window.
1561
ed771c89
GM
1562 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1563 for the minor mode name.
1564
1565 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1566 minor mode name.
1567
dde6824c
SM
1568 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1569 instead of make-mode-line-mouse2-map.
ed771c89
GM
1570
1571 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1572 the minor mode name.
1573
dde6824c
SM
1574 * emacs-lisp/easy-mmode.el (define-minor-mode):
1575 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 1576
dde6824c
SM
1577 * calendar/calendar.el (calendar-mode-line-format):
1578 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 1579
a4afe04e
GM
1580 * bindings.el (make-mode-line-mouse-map): Renamed from
1581 make-mode-line-mouse2-map. Take additional arg MOUSE.
1582 (mode-line-modified): Use mouse-3 instead of mouse-2.
1583 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 1584 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 1585
8e3189f0
GM
1586 * bindings.el (mode-line-format): Specify help-echo for line
1587 number, column number and buffer-percent part of the mode-line.
1588
eaa2319f
GM
1589 * image.el (image-type-regexps): Allow whitespace at the start
1590 of the image data for XPM, XBM and Postscript, which are
1591 text files.
1592 (image-jpeg-p): Correct calculation of next field offset.
1593
e3601cf6
PJ
15942001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1595
1596 * battery.el: Fix typo.
1597
057b57f6
GM
15982001-08-08 Gerd Moellmann <gerd@gnu.org>
1599
8a8ef149
GM
1600 * image.el (image-type-regexps): Allow predicates. Change the way
1601 JPEG images are recognized.
1602 (image-jpeg-p): New function.
1603 (image-type-from-data): Handle predicates in image-type-regexps.
1604
057b57f6
GM
1605 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1606 #:, #x, #o, and similar constructs.
1607
69ebef1d
GM
16082001-08-07 Gerd Moellmann <gerd@gnu.org>
1609
22d01aed
GM
1610 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1611
23f46f6f
GM
1612 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1613 instead of `progn'.
1614
e8421604
GM
1615 * tar-mode.el (tar-extract): Avoid generating a new buffer
1616 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1617
ea2c6478
GM
1618 * textmodes/paragraphs.el (forward-sentence): Avoid building
1619 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1620
dde6824c
SM
1621 * progmodes/executable.el (executable-set-magic):
1622 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
1623 inserting it.
1624
1155d483 1625 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 1626 derived from the JFIF spec.
1f8437c4 1627
69ebef1d
GM
1628 * image.el (image-type-regexps): Use `\`' instead of `^' in
1629 most regular expressions.
1630
d1d850d6
PJ
16312001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1632
dde6824c 1633 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 1634
98a8938c
GM
16352001-08-06 Gerd Moellmann <gerd@gnu.org>
1636
dde6824c
SM
1637 * help.el (describe-function-1): Use find-function-search-for-symbol
1638 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 1639
5a397d28
GM
1640 * play/animate.el (animate-birthday-present): Re-insert.
1641
dde6824c
SM
1642 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1643 Handle old-style menu definitions.
98a8938c 1644
7b3220c0
PJ
16452001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1646
6228c05b 1647 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 1648 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 1649
070c251e 1650 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
1651 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1652 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 1653
dffb6224
PJ
16542001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1655
1656 * textmodes/tildify.el: Milan Zamazal has new address.
1657
698665d1
GM
16582001-08-03 Gerd Moellmann <gerd@gnu.org>
1659
be48584d
GM
1660 * custom.el (custom-set-variables): Don't test `custom-requests'
1661 properties, check the third element of the options passed to
1662 custom-set-variables instead.
1663
5e1f85e0 1664 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 1665 instead of file-exists-p.
5e1f85e0 1666
b0fa1513
GM
1667 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1668 the mode-line face is restored. Fix several bugs.
1669
698665d1
GM
1670 * replace.el (perform-replace): Doc fix.
1671
4a7641d9
FP
16722001-08-02 Francesco Potorti` <pot@gnu.org>
1673
1674 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1675 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1676 (uniquify-fix-item-base, uniquify-fix-item-filename)
1677 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1678 Callers changed.
1679 (uniquify-set-proposed): Changed to work with a vector item.
1680 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1681 the fix list, and a list of strings for the non-file buffer
1682 names. Both changes reduce consing.
1683 (uniquify-rationalize-a-list): Local variable renaming.
1684 (uniquify-rationalize-conflicting-sublist): Use member instead of
1685 assoc.
1686 (uniquify-rename-buffer): Use unless instead of if not.
1687
77389930
GM
16882001-08-02 Gerd Moellmann <gerd@gnu.org>
1689
dde6824c 1690 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 1691
cb3f945f
GM
1692 * custom.el (custom-set-variables): Set options with :require
1693 clauses last.
4a7641d9 1694
fbc7f2a6
GM
1695 * custom.el (defcustom): Doc fix.
1696
77389930
GM
1697 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1698
9761cd3a
EZ
16992001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1700
7e03f4c8
EZ
1701 * man.el (man): Mention Man-switches in the doc string.
1702 (Man-switches): Mention -a in the doc string.
1703
dde6824c
SM
1704 * textmodes/ispell.el (ispell-alternate-dictionary):
1705 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 1706
9761cd3a
EZ
1707 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1708 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 1709 <gildea@stop.mail-abuse.org>.
9761cd3a 1710
cc46bfe7
FP
17112001-08-01 Francesco Potorti` <pot@gnu.org>
1712
fc10ed8c
FP
1713 * uniquify.el: These changes correct a corner case that the old
1714 code managed correctly.
1715 (uniquify-fix-item-proposed): Renamed from
1716 uniquify-fix-item-min-proposed.
1717 (uniquify-set-proposed): New function.
1718 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1719 clarity and speed.
dde6824c
SM
1720 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1721 This is equivalent to what the old code did.
fc10ed8c
FP
1722 (uniquify-rationalize-a-list): Never recompute the proposed
1723 name. Sort the conflicting sublist before rationalising it: this
1724 is equivalent to what the old code did, but one directory element
1725 at a time, and only when necessary.
1726 (uniquify-rationalize-conflicting-sublist): Recompute here the
1727 proposed name.
cc46bfe7 1728
dd388130
GM
17292001-08-01 Gerd Moellmann <gerd@gnu.org>
1730
81b1a79d
GM
1731 * play/animate.el: Add Keywords and Maintainer. Remove a
1732 reference to a removed function.
cc46bfe7 1733
dd388130
GM
1734 * play/animate.el (animate-string): Handle case that the string is
1735 longer than the window is wide.
1736
6b053e39
GM
17372001-07-31 Gerd Moellmann <gerd@gnu.org>
1738
ed86208c
GM
1739 * desktop.el (desktop-save): Bind coding-system-for-write to
1740 `emacs-mule' for write-region.
1741
10e922bd
GM
1742 * delsel.el (delete-selection-pre-hook): Don't set this-command
1743 to `ignore' if the region is empty.
1744
dde6824c
SM
1745 * international/mule.el (set-keyboard-coding-system):
1746 Set keyboard-coding-system.
b23bad0b 1747
6b053e39
GM
1748 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1749 before accessing it.
1750
d004e96a
AS
17512001-07-30 Andreas Schwab <schwab@suse.de>
1752
dde6824c
SM
1753 * menu-bar.el (toggle-highlight-paren-mode):
1754 Use `(show-paren-mode)' as body.
d004e96a 1755
892c8dea
AS
17562001-07-30 Andre Spiegel <spiegel@gnu.org>
1757
1758 * vc.el (vc-checkout-hook): New hook.
1759 (vc-checkout): Run it.
1760
21f79512
EZ
17612001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1762
dde6824c
SM
1763 * progmodes/make-mode.el (makefile-macroassign-regex):
1764 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 1765
291e3b68
GM
17662001-07-30 Gerd Moellmann <gerd@gnu.org>
1767
6594ac22
GM
1768 * vc.el (vc-switch-backend): Fix autoload cookie.
1769
291e3b68
GM
1770 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1771 the desktop file.
1772
87449711
GM
17732001-07-30 Simon Josefsson <jas@extundo.com>
1774
1775 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1776 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1777
bf85004b
GM
17782001-07-27 Gerd Moellmann <gerd@gnu.org>
1779
75c5350a
GM
1780 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1781 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
1782 (last-sexp-toggle-display, eval-last-sexp-1):
1783 Use last-sexp-setup-props.
75c5350a 1784
cc46bfe7 1785 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
1786 New user-options.
1787 (mouse-wheel-change-button): New function.
1788 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1789 (mwheel-scroll): Ditto.
1790
16098288
GM
17912001-07-26 Gerd Moellmann <gerd@gnu.org>
1792
ac49effe
GM
1793 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1794 `...', compare with unabbreviated printed representation instead.
1795 (last-sexp-print): Bind print-length and print-level to nil.
1796
be4a68f9
GM
1797 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1798 before assigning text properties. Make properties rear-nonsticky.
ac49effe 1799
f6e6cdf2
GM
1800 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1801 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1802 <mouse-2> and <RET> in that map to a function printing the
1803 unabbreviated value.
1804
16098288
GM
1805 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1806 is a buffer, put a text property `printed-value' on the printed
1807 representation, with the Lisp object printed as value.
1808
343462ed
EZ
18092001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1810
1811 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1812 Mention the effect of eval-expression-print-length and
1813 eval-expression-print-level in the doc strings. Suggested by
1814 Kevin Gallagher <kevingal@onramp.net>.
1815
e043664a
GM
18162001-07-25 Gerd Moellmann <gerd@gnu.org>
1817
4b09e331
GM
1818 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1819 for buttons > 3.
1820 (xterm-mouse-translate): Handle the case that we don't get a
1821 down-event.
cc46bfe7 1822
dde6824c
SM
1823 * emacs-lisp/find-func.el (find-function-regexp):
1824 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
1825 in front of the function name.
1826
17635d50 1827 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 1828
3fb01f36
GM
1829 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1830 similar events for which fake prefix keys are generated. It's no
1831 longer necessary since read_key_sequence doesn't modify these
1832 events for internal purposes anymore.
1833
e043664a
GM
1834 * files.el (auto-mode-alist): Use nroff-mode for files ending
1835 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1836
a9f73104
EZ
18372001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1838
1839 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1840 tool-bar-lines parameter, behave as if its value were zero.
1841 (mouse-avoidance-set-pointer-shape): Don't do anything if
1842 x-pointer-shape is not boundp.
1843
c02a76cc
FP
18442001-07-23 Francesco Potorti` <pot@gnu.org>
1845
f0188953 1846 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
1847 (uniquify-fix-item-base, uniquify-fix-item-filename)
1848 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 1849 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 1850 place in the item, but was never used.
c02a76cc 1851 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 1852 in the item is now used as cache for the proposed name.
c02a76cc 1853 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
1854 newbuffile out of the loop, in the newbuffile-nd local var.
1855 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 1856 common case and cache it in the fourth place in the item.
f0188953 1857 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 1858 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
1859 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1860 the cached proposed name, does much less consing and is quicker.
1861 (uniquify-filename-lessp): Deleted.
dde6824c
SM
1862 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1863 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
1864 cached proposed name is possible.
1865 (uniquify-get-proposed-name): Arguments changed, callers changed.
1866 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1867 uniquify-possibly-resolvable flag, which is no more bound locally.
1868 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 1869 flag, which does not exist any more.
c02a76cc 1870
31fac3b8
EZ
18712001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1872
be8cf99e
EZ
1873 * term/internal.el (IT-unicode-translations): Fix the appearance of
1874 "6`".
1875
31fac3b8
EZ
1876 * progmodes/compile.el (compile-internal): If EMACS is already
1877 defined in the environment, don't override its value.
1878
73496807
GM
18792001-07-23 Gerd Moellmann <gerd@gnu.org>
1880
9e5a7f2a
GM
1881 * play/fortune.el: Undo change of 2001-07-13.
1882 Fix autoload cookies. Add types to defcustoms.
1883 (fortune) <defgroup>: Add :link.
1884 (fortune-from-region): Use eq, not eql.
1885 From Dave Love <fx@gnu.org>.
c02a76cc 1886
5247262a 1887 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 1888
73496807
GM
1889 * play/animate.el: New file.
1890
722a451d
EZ
18912001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1892
dde6824c
SM
1893 * startup.el (normal-top-level-add-subdirs-to-load-path):
1894 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
1895 canonicalized names of the directories instead of inode numbers.
1896
4960e757 18972001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 1898
4960e757
MK
1899 * ediff-util.el: Copyright years.
1900 (ediff-choose-syntax-table): New function.
1901 (ediff-setup): Use ediff-choose-syntax-table.
73496807 1902 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 1903 vc-state is available.
73496807 1904 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 1905
4960e757
MK
1906 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1907 with-syntax-table.
73496807
GM
1908 (ediff-coding-system-for-read): From ediff-diff.el
1909 (ediff-coding-system-for-write): New variable.
1910 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 1911 overlays.
73496807
GM
1912 (ediff-file-remote-p): Use file-remote-p, if available.
1913 (ediff-listable-file): New function.
1914 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 1915
dde6824c
SM
1916 * ediff-mult.el (ediff-meta-insert-file-info1):
1917 Use ediff-listable-file.
c02a76cc 1918
dde6824c
SM
1919 * ediff-ptch.el (ediff-prompt-for-patch-file):
1920 Use ediff-coding-system-for-read.
73496807 1921 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 1922
73496807
GM
1923 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1924 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 1925
4960e757 1926 * ediff.el: Date of last update, copyright years.
c02a76cc 1927
4960e757 1928 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 1929
4960e757
MK
1930 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1931 of Scott Bronson.
1932 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1933 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1934 Deleted functions.
1935 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1936 ex-token-list.
73496807 1937 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 1938
dde6824c 1939 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
1940 (viper-memq-char): Use viper-int-to-char.
1941 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 1942 vc-locking-state.
73496807 1943 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 1944
dde6824c
SM
1945 * viper.el (viper-major-mode-modifier-list):
1946 Added inferior-emacs-lisp-mode.
73496807 1947 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 1948 heuristics to decide if vi state is appropriate.
73496807
GM
1949 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1950 (viper-non-hook-settings): Don't advise read-key-sequence.
1951 (viper-read-key-sequence): New function that replaces the
4960e757 1952 previously used advice to read-key-sequence.
c02a76cc 1953
73496807
GM
1954 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1955 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1956 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1957 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1958 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1959 Got rid of the negative character hack.
4960e757 1960 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
1961 Use viper-read-key-sequence.
1962 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 1963 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 1964 Don't override existing minibuffer-setup-hook.
4960e757 1965 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 1966 Convert registers to char data type.
73496807 1967 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
1968
1969 * viper-keym.el: Use viper-exec-key-in-emacs.
1970
05824718
SM
19712001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1972
1973 * server.el (server-visit-files): Fix variable name typo.
1974
6e07c0a5
GM
19752001-07-20 Gerd Moellmann <gerd@gnu.org>
1976
05824718 1977 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
1978 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1979
5b6858da
SM
19802001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1981
1982 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1983 return a this-error using the alternative format (a pair of markers).
1984
794d58ba
GM
19852001-07-19 Gerd Moellmann <gerd@gnu.org>
1986
4e2a256b
GM
1987 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1988
794d58ba
GM
1989 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1990 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 1991
381194d0
PJ
19922001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1993
1994 * international/iso-transl.el: Fix typo in the header of the file.
1995
1996 * textmodes/picture.el (picture): Doc fix.
1997
1998 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1999 follow coding conventions in generated files.
2000
27009a49
EZ
20012001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
2002
5b6858da 2003 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
2004 (tool-bar-add-item): Don't call image-related primitives if the
2005 display doesn't support images.
2006
2007 * frame.el (display-images-p): New function.
2008
467f1209
GM
20092001-07-17 Gerd Moellmann <gerd@gnu.org>
2010
2011 * server.el (server-visit-files): Handle the case the specified
2012 column number is <= 0.
2013
20142001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
2015
2016 * startup.el (command-line-1): Add support for +LINE:COLUMN
2017 command line argument.
2018
20192000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2020
5b6858da
SM
2021 * server.el (server-process-filter, server-visit-files):
2022 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 2023
9781053a
PJ
20242001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2025
2026 * emacs-lisp/easy-mmode.el: Add Keywords header.
2027
2028 * play/pong.el: Author has new address.
2029
2030 * play/landmark.el: Author is no more reachable.
2031
2032 * play/handwrite.el: Author is no more reachable.
2033
5b6858da
SM
20342001-07-17 Stefan Monnier <monnier@cs.yale.edu>
2035
2036 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
2037 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
2038 Complete bindings for F<1..12> keys.
2039 (global-map): Remove `undo' binding (already in the default).
2040 Replace `t<n>' bindings with `f<n>' bindings.
2041
a38b71b0
SM
20422001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2043
2044 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
2045 (tcl-mode): Use tcl-add-log-defun.
2046 (tcl-indent-line): Use tcl-calculate-indent.
2047 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2048 (tcl-indent-exp): Renamed from indent-tcl-exp.
2049 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
2050 (tcl-indent-for-comment): Call comment-indent-function properly
2051 and handle the case where it returns nil.
2052
c1d61a7d
GM
20532001-07-16 Gerd Moellmann <gerd@gnu.org>
2054
a38b71b0
SM
2055 * calendar/cal-islam.el (calendar-goto-islamic-date):
2056 Remove autoload cookie.
2057
2058 * calendar/calendar.el (calendar-goto-islamic-date):
2059 Add call to autoload.
c1d61a7d 2060
c59fb719
SM
20612001-07-16 Stefan Monnier <monnier@cs.yale.edu>
2062
2063 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
2064 Don't change compile-auto-highlight globally.
2065 Don't bother with `font-lock-defaults' property since XEmacs
2066 also understands the `font-lock-defaults' variable.
2067 Use make-local-variable rather than make-variable-buffer-local.
2068 Don't `defconst' comment-indent-function: keep the default.
2069 Call easy-menu-add unconditionally.
2070 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
2071 (ada-create-menu): Use :included for Emacs as well.
2072
2073 * vc.el (vc-do-command): Autoload.
2074
2075 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
2076
652a9be9
PJ
20772001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2078
2079 * ps-print.el: Fix Author: header.
2080
c3d6be34
GM
20812001-07-16 Gerd Moellmann <gerd@gnu.org>
2082
4391d40d
GM
2083 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
2084 mouse-1 etc., bind them to `ignore'.
2085
c3d6be34
GM
2086 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
2087 send-invisible, which is already defined in Comint.
2088 (eshell-watch-for-password-prompt): Use it.
2089
e8af40ee
PJ
20902001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2091
3c3e43ef
PJ
2092 * which-func.el (which-func-mode): Doc fix.
2093
e8af40ee 2094 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
2095 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
2096 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
2097 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
2098 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
2099 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
2100 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
2101 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
2102 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
2103 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
2104 * emulation/edt-mapper.el, emulation/edt-pc.el,
2105 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
2106 * emulation/tpu-edt.el, emulation/tpu-extras.el,
2107 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
2108 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
2109 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
2110 * international/isearch-x.el, international/iso-cvt.el,
2111 * international/ogonek.el, international/quail.el,
2112 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2113 * language/devanagari.el, language/ethio-util.el,
2114 * language/ethiopic.el, language/european.el, language/indian.el,
2115 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2116 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2117 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2118 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2119 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2120 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2121 * progmodes/autoconf.el, progmodes/cmacexp.el,
2122 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2123 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2124 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2125 * progmodes/ebnf2ps.el, progmodes/executable.el,
2126 * progmodes/fortran.el, progmodes/idlw-shell.el,
2127 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2128 * progmodes/m4-mode.el, progmodes/mantemp.el,
2129 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2130 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2131 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2132 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2133 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2134 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2135 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2136 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2137 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2138 * textmodes/two-column.el, time-stamp.el, timezone.el,
2139 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2140 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2141 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
2142 conventions.
2143
bb24c64f
GM
21442001-07-16 Gerd Moellmann <gerd@gnu.org>
2145
2146 * simple.el (set-variable): Require 'cus-edit' instead of
2147 `wid-edit', so that the Custom widgets get defined.
2148
6a05d05f
PJ
21492001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2150
2151 * allout.el: A fix to follow coding conventions.
2152
2153 * find-lisp.el: A fix to follow coding conventions.
2154
2155 * term/w32-win.el: A fix to follow coding conventions.
2156
2157 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2158
2159 * term/xterm.el: A fix to follow coding conventions.
2160
2161 * term/news.el: A fix to follow coding conventions.
2162
2163 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2164 header line fixed.
2165
2166 * sun-curs.el: Fix Maintainer: header line.
2167
2168 * emacs-lisp/easymenu.el: Address of the author added.
2169
1b85bd12
GM
21702001-07-16 Gerd Moellmann <gerd@gnu.org>
2171
2172 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2173 property.
2174
6e44da43
PJ
21752001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2176
2177 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 2178 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
2179 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2180 Some fixes to follow coding conventions.
6e44da43 2181
6033fc96
GM
21822001-07-16 Gerd Moellmann <gerd@gnu.org>
2183
2184 * which-func.el (which-func-mode): Doc fix.
2185
5d3d1e32
SM
21862001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2187
2188 * net/rcompile.el (remote-compile): Use make-local-variable.
2189
2190 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2191
2192 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2193
2194 * mail/reporter.el (reporter-submit-bug-report):
2195 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2196
55535639
PJ
21972001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2198
3afbc435 2199 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
2200 * calendar/cal-dst.el, calendar/cal-french.el,
2201 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2202 * calendar/cal-iso.el, calendar/cal-julian.el,
2203 * calendar/cal-mayan.el, calendar/cal-persia.el,
2204 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2205 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2206 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2207 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2208 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2209 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2210 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2211 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2212 * progmodes/ada-xref.el, progmodes/cc-align.el,
2213 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2214 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2215 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2216 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2217 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2218 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2219 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2220 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2221 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2222 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
2223 conventions in Eshell files with known maintainers.
2224
2225 * emulation/viper.el: A fix to follow coding conventions.
2226
60370d40 2227 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
2228 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2229 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2230 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2231 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2232 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2233 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2234 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2235 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2236 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
2237 conventions in Eshell files.
2238
2239 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
2240 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2241 * emulation/pc-mode.el, emulation/viper-cmd.el,
2242 * emulation/viper-ex.el, emulation/viper-init.el,
2243 * emulation/viper-keym.el, emulation/viper-macs.el,
2244 * emulation/viper-mous.el, emulation/viper-util.el,
2245 * emulation/viper.el, forms-pass.el, international/ccl.el,
2246 * international/characters.el, international/encoded-kb.el,
2247 * international/fontset.el, international/ja-dic-cnv.el,
2248 * international/ja-dic-utl.el, international/kinsoku.el,
2249 * international/kkc.el, international/mule-cmds.el,
2250 * international/mule-diag.el, international/mule-util.el,
2251 * international/mule.el, international/titdic-cnv.el,
2252 * language/china-util.el, language/chinese.el,
2253 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2254 * language/greek.el, language/hebrew.el, language/japan-util.el,
2255 * language/japanese.el, language/korea-util.el, language/korean.el,
2256 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2257 * language/slovak.el, language/thai-util.el, language/thai.el,
2258 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2259 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2260 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2261 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2262 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2263 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2264 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2265 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2266 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2267 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
2268 to follow coding conventions in files without maintainer or in files
2269 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
2270
2271 * emacs-lisp/elp.el: A fix to follow coding conventions.
2272
715a2ca2 2273 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
2274 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2275 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2276 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2277 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2278 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2279 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2280 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2281 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2282 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2283 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2284 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
2285 conventions in files from Gnus.
2286
55535639 2287 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
2288 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2289 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2290 * echistory.el, electric.el, emacs-lisp/authors.el,
2291 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2292 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2293 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2294 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2295 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2296 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2297 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2298 * international/codepage.el, international/iso-ascii.el,
2299 * international/iso-insert.el, international/iso-transl.el,
2300 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2301 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2302 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2303 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2304 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2305 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2306 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2307 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2308 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2309 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2310 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2311 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2312 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2313 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2314 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2315 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2316 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2317 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2318 * textmodes/tex-mode.el, textmodes/text-mode.el,
2319 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2320 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2321 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
2322 files maintained by FSF.
2323
1cd7adc6
PJ
23242001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2325
2326 * arc-mode.el: A fix to follow coding conventions.
2327
2328 * bindings.el: Ditto.
2329
2330 * cdl.el: Ditto.
2331
2332 * comint.el: Ditto.
2333
2334 * cus-start.el: Ditto.
2335
2336 * shell.el: Ditto.
2337
2338 * skeleton.el: Ditto.
2339
07b1b912
SM
23402001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2341
2342 * info.el (Info-build-node-completions):
2343 Make Info-current-file-completions buffer local.
2344
09938b67
GM
23452001-07-13 Gerd Moellmann <gerd@gnu.org>
2346
e0f82ad8 2347 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 2348 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 2349
07b1b912 2350 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 2351 Add autoload cookie.
aa11456f 2352
09938b67
GM
2353 * play/fortune.el: Add types to defcustoms.
2354
ebea5735
PJ
23552001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2356
09938b67 2357 * language/czech.el: A fix to follow coding conventions.
ebea5735 2358
ec7dc7e1
EZ
23592001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2360
2361 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2362 to the extension list, for antlr-mode. From Christoph Wedler
2363 <Christoph.Wedler@sap.com>.
2364
ec402ad4
SM
23652001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2366
2367 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2368 (vc-dired-mode-map): Fix the madness.
2369
2370 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2371 (vc-prefix-map): Moved back from vc.el.
2372
a777242c
GM
23732001-07-11 Gerd Moellmann <gerd@gnu.org>
2374
07b1b912
SM
2375 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2376 Increase the size of the obarray.
a777242c
GM
2377 (mail-extr-all-top-level-domains): Add more toplevel domains,
2378 add more long names.
2379 From: Per Starback <starback@ling.uu.se>.
2380
874d7995
EZ
23812001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2382
2383 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2384 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2385
2386 * progmodes/ada-mode.el: Ditto.
2387
2388 * progmodes/ada-xref.el: Ditto.
2389
ff524b84
MB
23902001-07-11 Miles Bader <miles@gnu.org>
2391
2392 * finder.el (finder-insert-at-column): Also move to the next line
2393 if exactly at COLUMN.
2394
6b05fae3
GM
23952001-07-10 Gerd Moellmann <gerd@gnu.org>
2396
6ce5615d
GM
2397 * help.el (describe-function-1): When printing FUNCTION's
2398 documentation, don't assume FUNCTION is a symbol.
2399
6b05fae3
GM
2400 * startup.el (normal-top-level): Don't operate on the initial
2401 frame if we failed to create one.
2402
19da29f9
GM
24032001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2404
2405 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2406 itself, i.e. only indent the contents in it.
2407
6f19114e
GM
24082001-07-10 Markus Rost <rost@math.ohio-state.edu>
2409
2410 * mail/rmail.el (rmail-show-message): Show beginning of message in
2411 all windows containing it.
2412
8184a578
EZ
24132001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2414
2415 * term/tty-colors.el: Fix the header line and copyright years.
2416
524ac5b2
GM
24172001-07-09 Gerd Moellmann <gerd@gnu.org>
2418
4033ae9d
GM
2419 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2420 original definition has an interactive form, but is Elp
2421 instrumented, use the interactive form of the function called by
2422 elp-wrapper.
2423
59c2dcf4
GM
2424 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2425 configurations with compare-window-configuration; they aren't
2426 window configurations.
2427
524ac5b2
GM
2428 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2429 from the server for the format we expect. Don't use it if it
c59fb719 2430 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 2431
06c66e1c 2432 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
2433 From Luis Fernandes <elf@ee.ryerson.ca>.
2434
524ac5b2 24352001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
2436
2437 * cc-cmds.el: Extended the kludge to interoperate with the
2438 delsel and pending-del packages wrt to the new function
2439 `c-electric-delete-forward'.
2440
851040a5
SM
24412001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2442
2443 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2444 to delay the call to <mode> for global minor modes.
2445 (easy-mmode-define-navigation): Only recenter if interactive.
2446
6573d87f
GM
24472001-07-06 Gerd Moellmann <gerd@gnu.org>
2448
a25e82a8
GM
2449 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2450 to lisp-indent-line.
2451
6573d87f
GM
2452 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2453 from the server. Call encode-time only when we are sure that we
2454 got a 213 response.
2455
c1a1fd60
GM
24562001-07-06 Simon Josefsson <jas@extundo.com>
2457
2458 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2459 (mail-envelope-from): New user option.
2460 (sendmail-send-it): Use it.
2461
4b81a999
GM
24622001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2463
851040a5
SM
2464 * ps-print.el: Use locale dependant date to print date in header.
2465 Doc fix.
4b81a999
GM
2466 (ps-print-version): New version number (6.5.3).
2467 (ps-right-header, ps-right-footer): Initialization and doc fix.
2468 (ps-time-stamp-locale-default): New fun.
2469
a2cc5c4f
GM
24702001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2471
2472 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2473 field problem with MIME-mode.
2474
2475 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2476
24772001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2478
2479 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2480 MIME-mode.
2481
a9b511e0
EZ
24822001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2483
2484 * bindings.el (mode-line-mule-info): Don't show the tip with
2485 buffer-file-coding-system if that is nil.
2486
0f60e5ff
GM
24872001-07-05 Gerd Moellmann <gerd@gnu.org>
2488
f25cfe53
GM
2489 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2490 instead of kill-line.
2491
5f72adc0
GM
2492 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2493 <Pavel@Janik.cz>.
2494
2495 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2496 <Pavel@Janik.cz>.
0f60e5ff 2497
b5e2c7a7
GM
24982001-07-04 Gerd Moellmann <gerd@gnu.org>
2499
2500 * font-lock.el (c-font-lock-keywords-3): When matching something
2501 like `struct X Y', finish with point after Y.
2502
e5836af8 25032001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 2504
e5836af8 2505 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 2506 in caller buffer.
e5836af8 2507
f1c53471
EZ
25082001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2509
bf4041b6 2510 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
2511 instead of string-match to find the basename of the file.
2512 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 2513
851040a5
SM
2514 * net/browse-url.el (browse-url-default-windows-browser):
2515 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
2516 (browse-url-browser-function) [ms-dos]: Default to
2517 browse-url-default-windows-browser.
2518
f1c53471
EZ
2519 * help.el (locate-library): Enable code that looks for compressed
2520 libraries if auto-compression-mode is on.
2521
4ce5c223
SM
25222001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2523
2524 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2525
dd441b46
GM
25262001-07-02 Gerd Moellmann <gerd@gnu.org>
2527
4ce5c223 2528 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 2529
7a3ee510
EZ
25302001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2531
33e432b1
EZ
2532 * allout.el: Fix the header line, so that finder.el recognizes it.
2533 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2534
4ce5c223
SM
2535 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2536 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 2537
3024d920
EZ
25382001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2539
4ce5c223 2540 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 2541
3024d920
EZ
2542 * ps-bdf.el (bdf-directory-list): Use the value relative to
2543 installation-directory for MS-Windows as well.
2544
0c1baae8
RS
25452001-06-29 Richard M. Stallman <rms@gnu.org>
2546
2547 * wid-edit.el (widget-color-sample-face-get):
2548 Return ((foreground-color . COLOR)) instead of constructing a face.
2549
442ebe98
EZ
25502001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2551
2552 * faces.el (region): Change the background color for the
2553 light-background color display to lightgoldenrod2, to make it
2554 visible on some laptops.
2555
6519817e
RS
25562001-06-28 Richard M. Stallman <rms@gnu.org>
2557
2558 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2559 (rmail-msg-restore-non-pruned-header): Likewise.
2560 If point was in the old pruned header, put it at the top.
2561 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 2562
6519817e
RS
2563 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2564 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2565
15533ae2
SM
25662001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2567
2568 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2569
19a448e3
KF
25702001-06-28 Karl Fogel <kfogel@red-bean.com>
2571
2572 * saveplace.el: Update maintainer email address.
2573
a17555fd
FP
25742001-06-27 Francesco Potorti` <pot@gnu.org>
2575
15533ae2
SM
2576 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2577 Undo previous change.
a17555fd
FP
2578
25792001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
2580
2581 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2582 preliminary quick reordering. Can speed things up dramatically.
2583
555cc9ca
RS
25842001-06-26 Richard M. Stallman <rms@gnu.org>
2585
4d68abe0
RS
2586 * dired.el (dired-get-filename): A file name starting with ~
2587 is not absolute in this context.
2588
555cc9ca
RS
2589 * which-func.el (which-func-maxout): Increase default to 500000.
2590 (which-function-mode): This is now the "real" name of the function.
2591 (which-func-mode): Now an alias.
2592 (which-func-mode-global): Name deleted.
2593
2594 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2595 button-2, when binding hs-mouse-toggle-hiding.
2596
d9bad487
GM
25972001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2598
15533ae2 2599 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
2600 (rmail-msg-prune-header): Likewise.
2601 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2602 and `rmail-msg-prune-header'.
2603
da197e75
SM
26042001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2605
2606 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2607 back than LINEBEG.
2608
9501b986
EZ
26092001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2610
2611 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2612 window where they clicked the mouse has a header line, adjust
2613 vertical movement by one.
2614
7aee34d3
GM
26152001-06-25 Milan Zamazal <pdm@zamazal.org>
2616
da197e75
SM
2617 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2618 too when separating a parenthesis.
7aee34d3 2619
b9cc92a4
EZ
26202001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2621
2622 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2623 (bookmark-bmenu-hide-filenames): Add help-echo to
2624 mouse-highlighted text.
2625 (bookmark-bmenu-show-filenames): Remove help-echo property from
2626 the whitespace.
2627
e55c4863
EZ
26282001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2629
da197e75
SM
2630 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2631 From Karl Eichwalder <ke@suse.de>.
e55c4863 2632
4bd41f5a
RS
26332001-06-23 Richard M. Stallman <rms@gnu.org>
2634
2635 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2636
2637 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2638 contents for completing-read.
2639
fdae95d4
RS
26402001-06-22 Richard M. Stallman <rms@gnu.org>
2641
2642 * menu-bar.el (menu-bar-make-toggle): Construct the
2643 function's doc string from HELP, not DOC, and make it accurate by
2644 adding "Toggle whether to " at the front and downcasing the initial.
2645 Change the HELP arg in some calls to make it fit this usage.
2646
2647 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2648 Undo previous change.
2649
5f0e1d42
EZ
26502001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2651
1fd63d9b
EZ
2652 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2653
da197e75 2654 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 2655
2ebf8f54
EZ
26562001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2657
7a03d9cd
EZ
2658 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2659
2ebf8f54
EZ
2660 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2661
4de68712
RS
26622001-06-20 Richard M. Stallman <rms@gnu.org>
2663
2664 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2665 broken out from dabbrev--find-expansion. Handle minibuffer
2666 specially here.
2667 (dabbrev--find-expansion): Simplify code in various ways.
2668 Don't treat minibuffers specially.
2669 Call dabbrev--make-friend-buffer-list.
da197e75 2670 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
2671 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2672
f84e9763 26732001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 2674
f84e9763
JW
2675 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2676 Also, added a comment describing how to greatly speedup Eshell
2677 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 2678
f5f3efaa 26792001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 2680
da197e75
SM
2681 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2682
f84e9763
JW
26832001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2684
2685 * woman.el (WoMan-highlight-references): Add help-echo to
2686 mouse-highlighted text.
b868ed49 2687
f7ac3e28
SM
26882001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2689
2690 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2691
f6f1beba
GM
26922001-06-18 Gerd Moellmann <gerd@gnu.org>
2693
f7ac3e28
SM
2694 * international/quail.el (quail-start-conversion):
2695 Reset quail-translating to nil.
db8f7303 2696
f6f1beba
GM
2697 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2698 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2699
1a0b9ae6
EZ
27002001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2701
855eca56
EZ
2702 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2703 mouse-highlighted text.
2704
1a0b9ae6
EZ
2705 * dired.el (dired-mark-pop-up): Fix last change.
2706
e75e894b
EZ
27072001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2708
218abc51
EZ
2709 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2710 mouse-highlighted text.
2711
d36ca65d
EZ
2712 * net/quickurl.el (quickurl-url-file): Run through
2713 convert-standard-filename.
2714 (quickurl-list-populate-buffer): Add help-echo to
2715 mouse-highlighted text.
2716 (top-level): Update Dave's URL.
2717
092924fd
EZ
2718 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2719 mouse-highlighted text.
2720
f7ac3e28
SM
2721 * textmodes/page-ext.el (pages-copy-header-and-position):
2722 Add help-echo to mouse-highlighted text.
092924fd
EZ
2723
2724 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2725 mouse-highlighted text.
2726
2727 * replace.el (occur): Add help-echo to mouse-highlighted text.
2728
2729 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2730 mouse-highlighted text.
2731
2732 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2733 mouse-highlighted text.
2734
f7ac3e28
SM
2735 * progmodes/compile.el (compile-reinitialize-errors):
2736 Add help-echo to mouse-highlighted messages.
092924fd
EZ
2737 (compilation-forget-errors): Remove help-echo property as well.
2738
f7ac3e28
SM
2739 * play/landmark.el (lm-plot-square, lm-init-display):
2740 Add help-echo to mouse-highlighted text.
092924fd 2741
f7ac3e28
SM
2742 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2743 Add help-echo to mouse-highlighted text.
092924fd
EZ
2744
2745 * dired.el (dired-insert-set-properties): Add help-echo to
2746 mouse-highlighted text.
f7ac3e28 2747 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
2748
2749 * comint.el (comint-send-input): Add help-echo to
2750 mouse-highlighted text.
2751
2752 * buff-menu.el (list-buffers-noselect): Add help-echo to
2753 mouse-highlighted text.
2754
2755 * arc-mode.el (archive-summarize-files): Add help-echo to
2756 mouse-highlighted text.
2757
e75e894b
EZ
2758 * ffap.el (ffap-machine-p): Always return nil if
2759 open-network-stream is not fboundp.
2760
f621ed9d
SM
27612001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2762
2763 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2764 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2765 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2766 incorrectly binding chars between 128 and 256 to it.
2767 (sgml-maybe-name-self): Handle latin-1 chars properly.
2768 (sgml-tags-invisible): Bind buffer-file-name to nil.
2769 Use unwind-protect and restore-buffer-modified-p.
2770 (sgml-point-entered): Use buffer-substring-no-properties.
2771 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2772 (html-mode): Don't force `imenu-sort-function'.
2773
884e8578
EZ
27742001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2775
d5b49f47
EZ
2776 * tar-mode.el: Fix the copyright notice.
2777
ce6b1982
EZ
2778 * font-lock.el (font-lock-comment-face): For tty's with dark
2779 background, use "red1", since "lightred" is not one of the colors
2780 recognized by tty-colors.el.
2781
884e8578
EZ
2782 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2783 create a buffer for extracted file, in case there's more than one
2784 file by that name in an archive, possibly in different
2785 directories. From Kevin Rodgers <kevinr@ihs.com>.
2786
2787 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2788 <alex@gnu.org>.
2789
72190a54
MB
27902001-06-15 Miles Bader <miles@gnu.org>
2791
f621ed9d
SM
2792 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2793 Revert previous change.
72190a54 2794
e4cdc335
RS
27952001-06-14 Richard M. Stallman <rms@gnu.org>
2796
2797 * replace.el (keep-lines-read-args): Return just a regexp.
2798 Provide nil for the region args.
f621ed9d 2799 (keep-lines, flush-lines, how-many):
e4cdc335
RS
2800 Calculate the defaults for the region here, when args are nil.
2801
c8c6b45a
EZ
28022001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2803
2804 * rot13.el (rot13-other-window): Some more doc fix.
2805
f54701d1
EZ
28062001-06-14 Per Starback <starback@ling.uu.se>
2807
2808 * replace.el (case-replace, query-replace-from-history-variable)
2809 (query-replace-to-history-variable, keep-lines-read-args)
2810 (occur-revert-function, query-replace-help): Dox fix.
2811
1604ce98
EZ
28122001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2813
2814 * rot13.el (rot13-other-window): Doc fix.
2815
22058843
MB
28162001-06-14 Miles Bader <miles@gnu.org>
2817
2818 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2819 of " and \ to "." (punctuation).
2820 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2821
e4cdc335
RS
28222001-06-13 Richard M. Stallman <rms@gnu.org>
2823
2824 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2825
2826 * simple.el (shell-command-on-region): Never kill the
2827 *Shell Command Output* buffer.
2828
a62d56ab
SM
28292001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2830
2831 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2832
4a0aa1d9
SM
28332001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2834
2835 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2836 New var, to recognize ${ $' and PODs.
2837 (perl-font-lock-syntactic-face-function): New function.
2838 (perl-mode): Use them.
2839 (perl-continuation-line-p): New function, from perl-calculate-indent.
2840 (perl-calculate-indent): Use it, to properly handle continuation
2841 lines of continuation lines.
2842
b5a9911c
EZ
28432001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2844
2845 * server.el (server-process, server-buffer-clients): Doc fix.
2846 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2847
0f056ec1
JW
28482001-06-09 John Wiegley <johnw@gnu.org>
2849
2850 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2851 test if the last command was Lisp or not.
2852 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2853 B x C".
2854
e5e316b0
EZ
28552001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2856
2857 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2858 general one on compile.el supports drive letters.
7f4350a7
CD
2859
28602001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2861
5a905a7e 2862 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 2863 key description.
7f4350a7
CD
2864
2865 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2866
5a905a7e 2867 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
2868 (reftex-toc-jump): New command.
2869
2870 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 2871 to parse international characters as well.
7f4350a7 2872
5a905a7e 2873 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 2874 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 2875
5a905a7e
SM
2876 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2877
2878 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 2879 TAB to the key separators.
7f4350a7 2880
73419021
EZ
28812001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2882
2883 * international/mule.el (auto-coding-alist): Remove redundant
2884 up-cased versions of the extensions (auto-coding-alist-lookup is
2885 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2886 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2887
cada28bb
EZ
28882001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2889
2890 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2891
4f7666dc
RS
28922001-06-01 Richard M. Stallman <rms@gnu.org>
2893
2894 * help.el (describe-variable): Put value on same line
2895 with preceding text, if it is short enough to look good that way.
2896
70079787
EZ
28972001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2898
2899 * term/internal.el (IT-unicode-translations): New variable.
2900 (IT-setup-unicode-display): New function.
2901
c86f4619
GM
29022001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2903
2904 * ps-print.el: Handle before-string and after-string overlay properties
2905 in ps-print-*-with-faces commands. Doc fix.
2906 (ps-print-version): New version number (6.5.2).
2907 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2908 for XEmacs.
2909 (ps-prefix-quote): Doc fix.
c6d452ad 2910 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
2911 (ps-basic-plot-str, ps-plot-string): New funs.
2912
1ea98518
SM
29132001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2914
2915 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2916 and :type spec.
2917
2b1ec973
GM
29182001-05-31 Gerd Moellmann <gerd@gnu.org>
2919
1ea98518
SM
2920 * international/mule-cmds.el (inactivate-input-method):
2921 Set input-method-function to nil.
2b1ec973 2922
94843cc1
GM
2923 * xml.el (xml-parse-tag): The document may contain invalid characters.
2924 From ShengHuo ZHU <zsh@cs.rochester.edu>
2925
9652931f
GM
29262001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2927
2928 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
2929 `rmail-summary-line-decoder' if the message does not have
2930 a Subject: field.
9652931f 2931
1ea98518 2932 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 2933
1ea98518
SM
2934 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2935 New variable.
9652931f
GM
2936 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2937 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2938 is non-nil.
2939
f7ac3e28
SM
29402001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2941
2942 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2943
b781e739
SS
29442001-05-29 Sam Steingold <sds@gnu.org>
2945
00f51890
SS
2946 * faces.el (face-valid-attribute-values): Bind `valid' directly
2947 instead of using `setq'.
2948
b781e739
SS
2949 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2950 Use `tex-shell-buf'.
2951 (tex-shell-proc): Use `tex-shell-running'.
2952 (tex-shell-buf-no-error): New function.
2953 (tex-send-tex-command): Use it.
2954 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2955 (tex-kill-job): Check the process before calling `quit-process'.
2956
3d0e328b
GM
29572001-05-29 Gerd Moellmann <gerd@gnu.org>
2958
1ea98518
SM
2959 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2960 UTF-8 sequences.
3d0e328b 2961
8bd6307f
GM
29622001-05-28 Miles Bader <miles@gnu.org>
2963
2964 * comint.el (comint-carriage-motion): Renamed from
2965 `comint-cr-magic'. Operate on the buffer instead of the string
2966 (for use as a comint post-output filter, instead of as a
2967 pre-output filter). Handle backspaces too. Add to the
2968 `comint-output-filter-functions' hook instead of
2969 `comint-preoutput-filter-functions'.
2970
89c8dc6c
GM
29712001-05-28 Gerd Moellmann <gerd@gnu.org>
2972
2973 * language/japan-util.el (japanese-hankaku): Prefer the charset
2974 `jisx0201' when the optional argument `ascii-only' is not specified.
2975 (japanese-hankaku-region): Ditto.
2976 From Katsumi Yamaoka <yamaoka@jpl.org>
2977
f25c1b9b
SM
29782001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2979
2980 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2981 (outline-invisible-p): New function.
2982 (hide-leaves): Save excursion.
2983 (hide-other): Stop looping when reaching bobp.
2984
719bb352
EZ
29852001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2986
2987 * cus-edit.el (custom-file): Fix last change.
2988
d686d354
SM
29892001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2990
2991 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2992 same definition in byte-compile-function-environment as `autoload'
2993 would put in `symbol-function'.
2994
2995 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2996 patch to correct the error message as well.
2997
49b1a638
EZ
29982001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2999
71261a01
EZ
3000 * cus-edit.el (custom-file): Don't assume we were invoked with -q
3001 unless ~/.emacs exists.
3002
49b1a638
EZ
3003 * novice.el (enable-command): If user-init-file is nil or does not
3004 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
3005
a434b175
SM
30062001-05-25 Stefan Monnier <monnier@cs.yale.edu>
3007
15ca8de7
SM
3008 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
3009 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3010 Allow spaces around macro arguments.
3011 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
3012 indent-for-tab-command.
3013 (latex-mode-map, plain-tex-mode-map): New keymaps.
3014 Inherit from tex-mode-map.
3015 (tex-common-initialization): Don't setup the keymap any more
3016 since it's now done right by define-derived-mode.
3017 (latex-mode): Set skeleton-end-hook to nil.
3018 (latex-skeleton-end-hook): Remove.
3019 (tex-latex-block, latex-insert-item): Simplify.
3020 (latex-syntax-after): Use following-char rather than char-after.
3021 (tex-discount-args-cmds, tex-count-words): New functions.
3022
3023 * textmodes/tildify.el (tildify-ignored-environments-alist):
3024 Recognize \verb* as well.
3025
3026 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
3027 (perl-comment-indent): Simplify to let newcomment.el do its job.
3028 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
3029 (perl-mark-function): Cleanup the namespace.
3030 (perl-calculate-indent): Don't be fooled by nested functions.
3031
3032 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
3033
a434b175
SM
3034 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3035 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
3036
4e7e1f03
AC
30372001-05-25 Andrew Choi <akochoi@i-cable.com>
3038
3039 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
3040 actually be `\\'.
3041 (ctlau-b5-converter): Likewise.
3042
2bef0948
AC
30432001-05-24 Andrew Choi <akochoi@i-cable.com>
3044
3045 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
3046 Change CTLauB.el to CTLau-b5.el.
3047
d2d1851b
SM
30482001-05-23 Stefan Monnier <monnier@cs.yale.edu>
3049
3050 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
3051 rather than beginning-of-line to avoid problems with fields.
3052 (gud-perldb-massage-args): Use unless and push.
3053 (gud-chdir-before-run): New var.
3054 (gud-common-init): Use it.
3055
5e3d4fbc
AC
30562001-05-24 Andrew Choi <akochoi@i-cable.com>
3057
3058 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3059 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 3060 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 3061 chinese-ctlaub.
d2d1851b
SM
3062 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
3063 New functions.
5e3d4fbc 3064
0216c3df
GM
30652001-05-22 Gerd Moellmann <gerd@gnu.org>
3066
f1f65349
GM
3067 * cus-edit.el (custom-comment-show): Remove debug code.
3068
0216c3df
GM
3069 * language/japan-util.el (japanese-symbol-table): Fix handling of
3070 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
3071
e8a1ed31
SM
30722001-05-21 Stefan Monnier <monnier@cs.yale.edu>
3073
3074 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
3075 Renamed by removing the silly `-flag' suffix.
3076 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
3077
7246200c
SM
30782001-05-20 Stefan Monnier <monnier@cs.yale.edu>
3079
3080 * replace.el (keep-lines-read-args): Use `copy-marker'.
3081 (how-many): Save excursion properly.
3082 (occur-mode): Use define-derived-mode.
3083 (perform-replace): Use with-current-buffer.
3084
7e971261
RS
30852001-05-20 Richard M. Stallman <rms@gnu.org>
3086
65569e52
RS
3087 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
3088
cc9684e8
RS
3089 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
3090
9ca00e71
RS
3091 * info.el (Info-read-subfile): Widen before finding the
3092 desired node in the subfile.
3093
7e971261
RS
3094 * startup.el (command-line-1): When >2 files visited,
3095 leave the last one visible, and make that the selected window.
3096
7c5312b2
GM
30972001-05-20 Gerd Moellmann <gerd@gnu.org>
3098
3099 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
3100
310e9a21
EZ
31012001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
3102
7246200c
SM
3103 * international/ccl.el (define-ccl-program): Fix a typo.
3104 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
3105
3106 * international/mule.el (decode-char): Fix a typo. From Pavel
3107 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3108
3109 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
3110 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3111
310e9a21
EZ
3112 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3113 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3114
ef55aa6c
SS
31152001-05-18 Sam Steingold <sds@gnu.org>
3116
7246200c 3117 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
3118 and [RET] to `cvs-mode-find-file'.
3119
c9f3bebe
JW
31202001-05-18 John Wiegley <johnw@gnu.org>
3121
3122 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3123 configuration variable, which determines the initial character
3124 that forces use of an external version of a command. The default
3125 is *, but may be set to \, for example.
3126
3127 * eshell/esh-ext.el (eshell-explicit-command):
3128 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3129
c9f3bebe
JW
3130 * eshell/esh-cmd.el (eshell/which):
3131 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3132
7c5312b2
GM
3133 * eshell/em-cmpl.el (eshell-completion-command-name)
3134 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
3135 instead of ?*.
3136
1c66d9fb
GM
31372001-05-18 Gerd Moellmann <gerd@gnu.org>
3138
a724ed38
GM
3139 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3140 subst-char-in-string.
3141 (ange-ftp-after-parse-ls-hook): New variable.
3142 (ange-ftp-ls): Run that hook.
3143 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3144
0595722b
GM
3145 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3146 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3147 text into *Completions*.
3148
1c66d9fb
GM
3149 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3150 part of which look like email addresses.
3151
c5bdb93d
AI
31522001-05-18 Andrew Innes <andrewi@gnu.org>
3153
7246200c
SM
3154 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3155 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
3156 cmd.exe's handling of FOR loops.
3157 (autoloads): Set find-file-suppress-same-file-warnings to t to
3158 avoid slew of spurious messages.
3159
9a1211f2
GM
31602001-05-18 Simon Josefsson <simon@josefsson.org>
3161
3162 * mail/smtpmail.el (maybe-append-domain): Renamed to
3163 `smtpmail-maybe-append-domain'.
3164 (smtpmail-via-smtp): Use the new name.
3165
29148a3f
GM
3166 * net/browse-url.el (browse-url-browser-function): Add kde.
3167 (browse-url-kde-program, browse-url-kde-args): New variables.
3168 (browse-url-kde): New function.
3169
9ab59a1a
MB
31702001-05-18 Miles Bader <miles@gnu.org>
3171
7246200c
SM
3172 * simple.el (delete-horizontal-space, just-one-space):
3173 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
3174 because it's more efficient for large files.
3175
cebf1b97
GM
31762001-05-17 Gerd Moellmann <gerd@gnu.org>
3177
f90c23ca
GM
3178 * mail/rmail.el (rmail-require-mime-maybe): New function.
3179 (rmail): Use it.
3180 (rmail-mode): Handle the case of finding Rmail files.
3181
cebf1b97
GM
3182 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3183 functions.
3184
df22166e
SM
31852001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3186
3187 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3188 text-property after moving to the beginning of line and regardless
3189 of the value of font-lock-multiline.
3190
2ca0d5f1
GM
31912001-05-17 Gerd Moellmann <gerd@gnu.org>
3192
e85e809a
GM
3193 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3194
2ca0d5f1
GM
3195 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3196 last coding system used before calling set-buffer-modified-p
3197 because that function changes last-coding-system.
3198
4c6a4739
EZ
31992001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3200
3201 * files.el (switch-to-buffer-other-window)
3202 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3203 the doc string.
3204
f08cf35b
GM
32052001-05-17 Gerd Moellmann <gerd@gnu.org>
3206
3207 * language/slovak.el, language/czech.el: New maintainer.
3208
2180ea97
SS
32092001-05-16 Sam Steingold <sds@gnu.org>
3210
f08cf35b 3211 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
3212 sub-form of `defgeneric' correctly.
3213
9bae8781
GM
32142001-05-16 Gerd Moellmann <gerd@gnu.org>
3215
a90b3d3c
GM
3216 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3217 of `c'.
3218
1b7818b4 3219 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
3220 condition-case, test what outline-level returns instead, to
3221 ease debugging.
1b7818b4 3222
9bae8781
GM
3223 * international/mule.el (auto-coding-regexp-alist): New user-option.
3224 (auto-coding-from-file-contents): New function.
3225 (set-auto-coding): Use it to determine a coding system.
3226
7644c605
GM
32272001-05-15 Gerd Moellmann <gerd@gnu.org>
3228
18a0a39e
GM
3229 * mouse.el (mouse-delete-other-windows): Doc fix.
3230
df22166e
SM
3231 * emacs-lisp/lisp-mode.el (lisp-mode):
3232 Make font-lock-keywords-case-fold-search a buffer-local variable with
3233 make-local-variable before setting it.
7644c605 3234
940cf42e
EZ
32352001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3236
3237 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3238 prefixes.
3239
557f7c34
GM
32402001-05-14 Gerd Moellmann <gerd@gnu.org>
3241
3242 * hexl.el (hexl-current-address): Print a message when called
3243 interactively.
3244
14d9b141
SM
32452001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3246
3247 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3248
3249 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3250
3251 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3252
7bd2d083
GM
32532001-05-11 Gerd Moellmann <gerd@gnu.org>
3254
47e72862
GM
3255 * startup.el (command-line): If parameters have been changed in
3256 the init files which influence font selection, clear the face
3257 cache so that faces get realized with the new parameters.
3258
14d9b141 3259 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 3260
0f49941f
SM
32612001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3262
3263 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3264
cbeed4a8
EZ
32652001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3266
3267 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3268 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3269
ff9aa2ca
GM
32702001-05-10 Gerd Moellmann <gerd@gnu.org>
3271
3272 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 3273 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 3274
b2c99950
JW
32752001-05-09 John Wiegley <johnw@gnu.org>
3276
0f49941f
SM
3277 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3278 Annotated the documentation string to tell users about
3cb27fd7
JW
3279 `eshell-no-numeric-conversions'.
3280
c26f6b27
JW
3281 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3282 conversions if a Lisp function has the property
3283 `eshell-no-numeric-conversions' set to a non-nil value.
3284
3285 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3286 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3287 property `eshell-no-numeric-conversions' on the following
3288 functions (which all deal with filesystem entities, and never Lisp
3289 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3290 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3291 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3292 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3293 eshell/which, eshell/addpath.
3294
32952001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 3296
d089e299
JW
3297 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3298 encountered as an argument, don't convert it right away, but tag
3299 the first character of the string with the text properties
3300 `number', which signifies to `eshell-lisp-command' that the
3301 argument should be passed through `string-to-number' if it is
3302 actually used in the call to a Lisp function.
3303
3304 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3305 function, convert any string arguments that have been tagged as
3306 "numbers", by calling string-to-number.
3307
3308 * eshell/esh-util.el (eshell-number-regexp): Now that number
3309 conversions only happen for Lisp function calls, the number regexp
3310 should now match all integer and floating point forms.
3311
3312 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3313 `eshell-continue-process', since they are both nonfunctional at
3314 the moment.
3315 (eshell-proc-initialize): Don't bind keys for
3316 `eshell-stop-process' or `eshell-continue-process'.
3317
0f49941f
SM
3318 * eshell/em-unix.el (eshell-shuffle-files):
3319 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
3320
3321 * eshell/em-hist.el (eshell-add-to-history): Reference to
3322 `eshell-history-ring' needed to be `eshell-history-index'.
3323
0f49941f
SM
3324 * calendar/timeclock.el (timeclock-find-discrep):
3325 Initialize `elapsed' to 0.
cb89da0f
JW
3326 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3327 it's still nil.
b2c99950 3328
ff39b9a1
SM
33292001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3330
3331 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3332 (archive-mode): Use capitalize.
3333 (archive-unique-fname): Use make-temp-file.
3334
9e53a675
GM
33352001-05-09 Gerd Moellmann <gerd@gnu.org>
3336
3337 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3338
c8224de6
EZ
33392001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3340
c533a7e2
EZ
3341 * tar-mode.el (tar-extract): Pay attention to the value of
3342 coding-system-for-read, if it is non-nil.
3343
ff39b9a1
SM
3344 * calendar/holidays.el (holidays): Add an autoload cookie.
3345 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 3346
1c8c9fb8
JW
33472001-05-08 John Wiegley <johnw@gnu.org>
3348
ff39b9a1
SM
3349 * calendar/timeclock.el (timeclock-workday-remaining):
3350 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
3351 (timeclock-workday-elapsed): Don't accept a "relative" argument
3352 for the current day's elapsed time. What could that have meant?
ff39b9a1 3353 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
3354 (timeclock-when-to-leave): Changed logic, similarly to what was
3355 done for `timeclock-workday-remaining'.
3356 (timeclock-find-discrep): Removed "today-only" argument, which had
3357 no meaning. Fixed some more math problems. The function now
3358 returns a three member list: (TOTAL-TIME-DISCREPANCY
3359 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3360
5f47fb28
EZ
33612001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3362
3363 * w32-fns.el (convert-standard-filename): Start replacing slashes
3364 from the beginning of the file name, not from where the last
3365 invalid character was. From "Andrew Maguire (SWW)"
3366 <Andrew.Maguire@Smallworld.co.uk>
3367
6da5c7da
GM
33682001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3369
3370 The following changes are to provide infrastructure for handling
3371 MIME messages to rmail. They don't affect the original behaviour
3372 if rmail-enable-mime is nil.
3373
3374 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3375 (rmail-search-mime-message-function)
3376 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
3377 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3378 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3379 `rmail-view-buffer' is hidden.
6da5c7da
GM
3380 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3381 call rmai-show-mime-function.
3382 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3383 mode-line-process of rmail-view-buffer.
3384 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3385 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3386 buffer.
ff39b9a1
SM
3387 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3388 set-buffer to the Rmail buffer.
6da5c7da
GM
3389 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3390 rmail-search-mime-header-function.
3391 (rmail-search-message): New function.
3392 (rmail-search): Call rmail-search-message to check if a message
3393 matches REGEXP, lastly update point after calling
3394 rmail-show-message.
ff39b9a1
SM
3395 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3396 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
3397 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3398 header region, refer to rmail-msgref-vector while setting the
3399 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
3400 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3401 If rmail-enable-mime is non-nil, call
6da5c7da
GM
3402 rmail-insert-mime-forwarded-message-function instead of inserting
3403 forwarded message by itself.
3404
3405 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3406 Rmail buffer.
3407 (rmail-set-label, rmail-next-labeled-message): Likewise.
3408
3409 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3410 set-buffer to the Rmail buffer.
3411 (rmail-output-to-rmail-file): Likewise.
3412 (rmail-output): Likewise.
3413
3414 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3415 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
3416 (rmail-new-summary): Be sure to go to the Rmail buffer.
3417 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
3418 rmail-view-buffer to nil.
3419 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3420 rmail-view-buffer.
3421 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3422 rmail-buffer.
3423 (rmail-summary-scroll-msg-down): Likewise.
3424 (rmail-summary-beginning-of-message): Likewise.
3425 (rmail-summary-wipe): Likewise.
3426 (rmail-summary-toggle-header): Use save-window-excursion, not
3427 save-excursion. Update point in rmail-view-buffer, not in
3428 rmail-buffer.
3429 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3430 rmail-view-buffer, not rmail-buffer.
3431
5092477a
GM
34322001-05-07 Gerd Moellmann <gerd@gnu.org>
3433
1e9fc92e
GM
3434 * cus-edit.el (custom-file): Signal an error if user-init-file is
3435 nil (running -q).
3436
1d053370
GM
3437 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3438
ff39b9a1
SM
3439 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3440 Add :version.
3441
3442 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3443 New option.
1b62b062
GM
3444 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3445 only if smtpmail-warn-about-unknown-extensions is set.
3446
f851a71c
GM
3447 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3448 instead of rmail-sort-by-keywords.
3449
ff39b9a1 3450 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
3451 rmail-sort-by-keywords.
3452
ff39b9a1
SM
3453 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3454 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
3455 (rmail-summary-mode): Doc fix.
3456
5092477a
GM
3457 * mail/rmail.el (rmail-edit): New Custom group.
3458
3459 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3460 (rmail-edit-mode-hook): New user-option.
3461
05be3833
RS
34622001-05-05 Richard M. Stallman <rms@gnu.org>
3463
3464 * help.el (help-xref-symbol-regexp): Recognize "source of"
3465 and friends, meaning make a link to the source file.
3466 (help-make-xrefs): Handle "source of" and friends
3467 by constructing a link that visits the source file.
3468
3469 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3470
7dfb000f
SM
34712001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3472
5efe6a56
SM
3473 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3474 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3475 Renamed from perl-font-lock-keywords to avoid clashes.
3476 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3477 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3478 Updated correspondingly.
3479
7dfb000f
SM
3480 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3481 Typo `nonexistant' -> `nonexistent'.
3482
88bbb8cb
EZ
34832001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3484
7dfb000f
SM
3485 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3486 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
3487 `c-electric-delete-forward' always deletes forward and
3488 `c-electric-delete' only contains the code necessary for XEmacs to
3489 choose between backward and forward deletion.
7dfb000f 3490
88bbb8cb
EZ
3491 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3492 get the electric behavior on that key too.
3493 (c-fill-paragraph): Fixed bogus direct use of
3494 c-comment-prefix-regexp, which caused an error when it's a list.
3495
a1af8dcf
EZ
34962001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3497
3498 * dired-aux.el (dired-diff): Doc fix.
3499
3500 * dired.el (dired-diff): Likewise.
3501
ddfb4005
EZ
35022001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3503
3504 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3505
b36581fb
SM
35062001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3507
80a00b6a
SM
3508 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3509 if both the buffer and the file are read-only.
3510
b36581fb
SM
3511 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3512 rather than font-lock-string-face.
3513 (sh-get-indent-info): Treat heredocs like strings.
3514
470bbe9b
GM
35152001-05-02 Gerd Moellmann <gerd@gnu.org>
3516
b36581fb
SM
3517 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3518 a newline following `}'.
3356df63
GM
3519 (texinfo-format-email): New function.
3520 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
3521 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3522 Add `display'.
3356df63
GM
3523 (texinfo-sort-region): Goto point-min before sorting.
3524 (texinfo-set): Remove leading white space from value.
3525 From yagi@is.titech.ac.jp.
3526
470bbe9b
GM
3527 * replace.el (query-replace-regexp-eval): Doc fix.
3528
a9d2fd1d
SM
35292001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3530
3531 * diff-mode.el (diff-nonexistant-face): New face.
3532 (diff-font-lock-keywords): Use it.
3533
2b3e941a
EZ
35342001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3535
22cd6fd3
EZ
3536 * font-lock.el (font-lock-mode): Doc fix.
3537
2b3e941a
EZ
3538 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3539 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3540
50df7214
GM
35412001-04-30 Gerd Moellmann <gerd@gnu.org>
3542
a9d2fd1d
SM
3543 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3544 backslash at the start of the here-document delimiter.
a9793e45
GM
3545 (sh-font-lock-syntactic-keywords): Likewise.
3546
50df7214
GM
3547 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3548
e2f599e9
EZ
35492001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3550
3551 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3552 (tty-color-translate, tty-color-by-index, tty-color-values)
3553 (tty-color-desc): Doc fix.
3554
dcaf31d3
EZ
35552001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3556
3557 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
3558 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3559 Mention dired-dwim-target in the doc string.
dcaf31d3 3560
a6a06429
MB
35612001-04-28 Miles Bader <miles@gnu.org>
3562
3563 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3564 (dabbrev--find-expansion): Use it.
3565 (dabbrev--select-buffers): Don't select ignored buffers.
3566
5a5d9185
GM
35672001-04-27 Gerd Moellmann <gerd@gnu.org>
3568
a9d2fd1d 3569 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 3570
c5b82005
RS
35712001-04-26 Richard M. Stallman <rms@gnu.org>
3572
3573 * dabbrev.el: Add doc strings for some functions.
3574 (dabbrev--eliminate-newlines): New variable.
3575 (dabbrev--substitute-expansion): Convert newlines to spaces
3576 if dabbrev--eliminate-newlines is set.
3577 If abbrev and expansion are both all-lower-case,
3578 leave dabbrev--last-case-pattern nil.
3579
7cff9c6f
GM
35802001-04-26 Gerd Moellmann <gerd@gnu.org>
3581
3582 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3583 if necessary, like in rmail-show-message.
3584
efa89c1f
GM
35852001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3586
3587 * ps-print.el: Color specified by number is forced to be float number.
3588 (ps-print-version): New version number (6.5.1.1).
3589 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3590 initialization.
3591 (ps-prefix-quote): New internal var.
3592 (ps-print-quote): New fun.
3593 (ps-setup, ps-output-frame-properties, ps-float-format)
3594 (ps-format-color): Code fix.
a9d2fd1d
SM
3595 (ps-plot-region): Eliminate redundant foreground color text setting.
3596
d3111e5a
EZ
35972001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3598
3599 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3600
a728644c
GM
36012001-04-25 Gerd Moellmann <gerd@gnu.org>
3602
3603 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3604
4ecdf04d
EZ
36052001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3606
4645bb68
EZ
3607 * info.el (Info-additional-directory-list): Doc fix.
3608
4ecdf04d 3609 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
3610 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3611 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 3612
7cd512f2
SM
36132001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3614
1dc64fca
SM
3615 * progmodes/make-mode.el (makefile-font-lock-keywords):
3616 Rationalize the rules for includes and conditionals and use the
3617 keyword face for them.
3618
7cd512f2
SM
3619 * faces.el (modify-face): Add compatibility for non-interactive use.
3620
ffeb5c1c
JW
36212001-04-24 John Wiegley <johnw@gnu.org>
3622
3623 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3624 fix from last night, since it wasn't finding eshell/cd.
3625
35f901fa
GM
36262001-04-24 Gerd Moellmann <gerd@gnu.org>
3627
3628 * rect.el (string-rectangle): Revert to 20.x behaviour.
3629 (replace-rectangle): Make it an alias for string-rectangle.
3630 (string-insert-rectangle): New function.
3631
c7b1b508
JW
36322001-04-23 John Wiegley <johnw@gnu.org>
3633
3634 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3635 occurring with Emacs 21's diff.el/compile.el interaction layer.
3636
36372001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3638
3639 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3640 case where the function was defined in a file, but not part of an
3641 eshell module.
3642
157975e3
JW
36432001-04-23 John Wiegley <johnw@gnu.org>
3644
3645 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3646 code to work around a redisplay problem I've been having.
3647
3dc630b9
JW
36482001-04-23 John Wiegley <johnw@gnu.org>
3649
3650 * calendar/timeclock.el (timeclock-day-required): If the time
3651 required for a particular day is not set, use `timeclock-workday'.
3652 (timeclock-find-discrep): Added some sample code in a comment.
3653
3654 * eshell/eshell.el (eshell-command): Made a few changes so that
3655 `eshell-command' could be called programmatically.
3656
7cd512f2 3657 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 3658
7cd512f2 3659 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 3660
3ae14dd9 36612001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
3662
3663 * calendar/timeclock.el: Updated copyright.
3664 (timeclock-generate-report): Don't report the daily or two-week
3665 total, if no time has been worked in that period.
3666 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3667 final computational form, which was unnecessary; corrected a
3668 parsing problem when timeclock-relative was nil.
3669
3ae14dd9 36702001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
3671
3672 * calendar/timeclock.el (timeclock-modeline-display): Check if
3673 `list-entry' is null.
3674 (timeclock-use-display-time): The first argument to `set-variable'
3675 must be a symbol.
3676
53e1a74c
EZ
36772001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3678
3679 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
3680 (calendar-today-marker, calendar-holiday-marker):
3681 Use display-color-p instead of window-system.
53e1a74c
EZ
3682 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3683 instead of window-system.
3684 (calendar-hide-window): Use display-multi-frame-p instead of
3685 window-system.
3686
3687 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
3688 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3689 Use display-multi-frame-p instead of window-system.
53e1a74c 3690
23b809c2
GM
36912001-04-23 Gerd Moellmann <gerd@gnu.org>
3692
1d14e80c
GM
3693 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3694
23b809c2
GM
3695 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3696 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3697
b5eeaa1d
GM
36982001-04-23 Alex Schroeder <alex@gnu.org>
3699
3700 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
3701 line-end-position a defalias is used for point-at-bol and point-at-eol.
3702
b5eeaa1d
GM
37032001-04-23 Alex Schroeder <alex@gnu.org>
3704
3705 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 3706 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 3707
ac1470eb
EZ
37082001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3709
3710 * textmodes/paragraphs.el (sentence-end): Doc fix.
3711
624ef9b3
GM
37122001-04-20 Alex Schroeder <alex@gnu.org>
3713
3714 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 3715 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
3716
37172001-04-20 Alex Schroeder <alex@gnu.org>
3718
3719 * sql.el (sql-db2-program): New option.
3720 (sql-db2-options): New option.
3721 (sql-db2): New function.
3722
37232001-04-20 Alex Schroeder <alex@gnu.org>
3724
3725 * sql.el (sql-mode-menu): Added highlighting entries.
3726 (sql-highlight-oracle-keywords): New function.
3727 (sql-highlight-postgres-keywords): New function.
3728 (sql-highlight-ansi-keywords): New function.
3729
37302001-04-20 Alex Schroeder <alex@gnu.org>
3731
3732 * sql.el (sql-help): Doc change.
3733
9f3703ab
KF
37342001-04-19 Karl Fogel <kfogel@collab.net>
3735
3736 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3737 that inserted file content only to delete it immediately.
3738 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3739 <lektu@uol.com.br> for the patch.
3740
2a83a11d
SM
37412001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3742
3743 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3744
6f4dd4dc
GM
37452001-04-18 Gerd Moellmann <gerd@gnu.org>
3746
0f8d6dc7
GM
3747 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3748 for defmethod.
3749
6f4dd4dc
GM
3750 * comint.el (comint-cr-magic): New function.
3751 (toplevel): Add it to comint-preoutput-filter-functions.
3752
90200fcc
AI
37532001-04-18 Andrew Innes <andrewi@gnu.org>
3754
3755 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 3756 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
3757 (recompile): Remove stuff to set EMACSLOADPATH.
3758
daa66f34
GM
37592001-04-18 Gerd Moellmann <gerd@gnu.org>
3760
edc5c81d
GM
3761 * language/slovak.el ("Slovak"): Add tutorial entry.
3762
daa66f34
GM
3763 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3764 browse-url-new-window-p.
3765
5d5845dc
EZ
37662001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3767
3768 * info.el (Info-menu-update): When there are no menus and/or no
3769 cross references in the node, make the respective items of the
3770 Info menu-bar menu inactive.
3771
1c8addd0
GM
37722001-04-17 Gerd Moellmann <gerd@gnu.org>
3773
f4f480bd
GM
3774 * indent.el (indent-for-tab-command): Call indent-line-function
3775 with no argument if PREFIX-ARG is non-nil.
3776
1c8addd0
GM
3777 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3778
8f9ab403
EZ
37792001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3780
3781 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3782 an async subprocess if start-process is unavailable. Suggested by
3783 Tim Van Holder <tim.van.holder@pandora.be>.
3784
60322163
EZ
37852001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3786
3787 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3788 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3789
e372bc67
EZ
37902001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3791
3792 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3793 manual.
3794
28037ecf
SM
37952001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3796
3797 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3798 (cvs-menu): Add a few entries.
3799
3800 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3801 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3802 lock file appears to be reachable from Emacs.
3803 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3804 (cvs-mode-find-file): Look for cvs-header-face rather than
3805 cvs-dirname-face (which doesn't exist).
3806 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3807
3808 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3809
5d5e7f53
EZ
38102001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3811
3812 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3813 normal-erase-is-backspace on a tty. Instead, bind some keys such
3814 as [delete] directly, like pc-select.el did before
3815 normal-erase-is-backspace was invented.
3816
118562e1 38172001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
3818
3819 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3820
6c9e58c4
JW
38212001-04-11 John Wiegley <johnw@gnu.org>
3822
28037ecf
SM
3823 * eshell/em-ls.el (eshell-ls-insert-directory):
3824 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
3825 buffers, if Eshell's ls is being used.
3826
118562e1 38272001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 3828
28037ecf
SM
3829 * calendar/timeclock.el (timeclock-completing-read): New function.
3830 (timeclock-ask-for-project, timeclock-ask-for-reason):
3831 Call `timeclock-completing-read'.
978bd3ea
JW
3832
3833 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3834 required where `member' was being used.
3835
118562e1 38362001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 3837
28037ecf
SM
3838 * eshell/em-hist.el (eshell-previous-matching-input):
3839 Don't display "History item" if the the minibuffer is active.
978bd3ea 3840
30cb0001
GM
38412001-04-11 Gerd Moellmann <gerd@gnu.org>
3842
3843 * startup.el (command-line): Output a newline after printing
3844 an error from loading the window system's init file.
3845
e38af9bd
EZ
38462001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3847
28037ecf
SM
3848 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3849 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
3850 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3851 keywords whose arguments routinely include @@.
3852
bbf63a7b
GM
38532001-04-10 Gerd Moellmann <gerd@gnu.org>
3854
28037ecf
SM
3855 * emacs-lisp/advice.el (ad-make-advised-definition):
3856 Construct advice for subrs differently.
afffeb57 3857
3fe35f35 3858 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 3859 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 3860
c8d6d636 3861 * simple.el (completion-list-mode-finish): New function.
28037ecf 3862 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 3863
2a52f40e 3864 * language/european.el ("Polish"): Change sample text.
28037ecf 3865 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 3866
cf8b1bef
GM
3867 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3868 parameter.
3869
bbf63a7b
GM
3870 * faces.el (menu): Doc fix.
3871
719d83ad 38722001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
3873
3874 * ps-print.el: Footer implementation. Doc fix.
3875 (ps-print-version): New version number (6.5.1).
3876 (ps-header-frame-alist): New customization var for header frame
3877 properties.
3878 (ps-line-number-color): New customization var for line number color.
3879 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3880 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3881 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3882 (ps-right-footer): New customization vars for footers.
3883 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3884 footers.
3885 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
3886 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3887 Code fix.
319acba0
GM
3888 (ps-prologue-file): Indentation fix.
3889 (ps-print-quote): Fun eliminated.
3890 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3891 (ps-output-frame-properties): New fun.
3892 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3893 (ps-skip-newline): Replace defun by defsubst.
28037ecf 3894
e372bc67 38952001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
3896
3897 * eshell/eshell.el (eshell-command): Needed a "%s" format
3898 specifier, in case the buffer contains percent characters.
3899
e372bc67 39002001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
3901
3902 * calendar/timeclock.el (timeclock-generate-report): Added a
3903 missing insert of the project name.
3904
9f9a5e7a
GM
39052001-04-09 Gerd Moellmann <gerd@gnu.org>
3906
9170e5d4 3907 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 3908
865e97c1 3909 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 3910 (finder-data): Use it instead of `setwins'.
865e97c1
GM
3911 From: Dave Love <fx@gnu.org>.
3912
cf3885ac 3913 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
3914 (server-visit-files): Run server-visit-hook after going to
3915 line 1 so that the hook can set point as it sees fit.
3916
9f9a5e7a
GM
3917 * bindings.el (mode-line-modified): Unify help messages.
3918
51f32106
EZ
39192001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3920
3921 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3922 All callers changed.
3923
e02160a3
EZ
39242001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3925
8e6bb0d0
EZ
3926 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3927 long file names aren't supported, truncate the file names in
3928 quail-misc-package-ext-info to 8+3 before matching them against
3929 FILENAME.
3930
3931 * dos-fns.el (dos-truncate-to-8+3): New function.
3932
ec321d77
EZ
3933 * progmodes/compile.el (grep-compute-defaults): Use null-device
3934 instead of literal /dev/null. Reported by Jens Schmidt
3935 <schmidt@mathematik.uni-kl.de>.
3936
e02160a3
EZ
3937 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3938
cf3885ac
SM
39392001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3940
3941 * textmodes/sgml-mode.el: Add unknown maintainer.
3942 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3943 (html-mode-map): Use set-keymap-parent.
3944
3ffb33bb
DL
39452001-04-06 Dave Love <fx@gnu.org>
3946
3947 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3948 Remove redundant string-to-list.
3949
8f625692
SM
39502001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3951
3952 * composite.el (reference-point-alist): Doc fix.
3953
1087f198
SS
39542001-04-05 Sam Steingold <sds@gnu.org>
3955
8f625692
SM
3956 * font-lock.el (font-lock-keywords-case-fold-search):
3957 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
3958 file made font-lock case-insensitive.
3959
a55e4e68
GM
39602001-04-05 Gerd Moellmann <gerd@gnu.org>
3961
0e4892e2
GM
3962 * faces.el (defface menu): Doc fix.
3963
4d664b04
GM
3964 * wid-edit.el (widget-color-sample-face-get): Don't make
3965 faces for undefined colors.
3966
a55e4e68
GM
3967 * version.el (emacs-version): Include LessTif/Motif version info.
3968
f383cd0d
GM
39692001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3970
3971 * ps-mule.el: Eliminate cl package dependence.
3972 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3973 if they aren't defined yet.
3974 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3975 Eliminate cl package dependence.
3976
de28797f
SM
39772001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3978
3979 * progmodes/cc-cmds.el (c-outline-level):
3980 Bind buffer-invisibility-spec. Originally from Dave Love, but
3981 got lost when incorporating version 5.26.
3982
32df8b47
EZ
39832001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3984
de28797f
SM
3985 * emulation/pc-select.el (pc-selection-mode):
3986 Call normal-erase-is-backspace-mode instead of binding
3987 keys individually.
58e4f61d 3988
7f62656b
EZ
3989 * cus-load.el (normal-erase-is-backspace): Use it instead of
3990 delete-key-deletes-forward.
3991
3992 * startup.el (command-line): Use normal-erase-is-backspace and
3993 normal-erase-is-backspace-mode.
3994
3995 * simple.el (normal-erase-is-backspace): Rename from
3996 delete-key-deletes-forward. Doc fix.
3997 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
3998 delete-key-deletes-forward-mode. Doc fix.
3999 Run normal-erase-is-backspace-hook.
7f62656b 4000
32df8b47 4001 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
4002 ``human-readable'' format produced by GNU `ls'.
4003 (dired-move-to-filename-regexp): Recognize ISO format dates.
4004 From Paul Eggert <eggert@twinsun.com>.
32df8b47 4005
5efa6032
GM
40062001-04-04 Gerd Moellmann <gerd@gnu.org>
4007
4008 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
4009 New functions.
de28797f
SM
4010 (lm-verify): Check keywords.
4011 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 4012
d757aac1
EL
40132001-04-03 Eric M. Ludlam <eric@siege-engine.com>
4014
4015 * speedbar.el (speedbar-insert-image-button-maybe): Check for
4016 `xemacs' feature instead of for the function `set-extent-property'.
4017
9832760a
SM
40182001-04-03 Stefan Monnier <monnier@cs.yale.edu>
4019
4020 * mail/mh-utils.el (mh-folder-hist): New var.
4021 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
4022
d565f6aa
EZ
40232001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4024
4025 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
4026 region, position point on the first or last 16-byte group.
4027 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
4028 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
4029 hexl-beginning-of-line.
4030
24c0fd39
GM
40312001-04-03 Gerd Moellmann <gerd@gnu.org>
4032
5efa6032
GM
4033 * icomplete.el (icomplete-mode): Treat an argument like other
4034 modes do.
4035
b3f6107b
GM
4036 * startup.el (fancy-splash-head): Use splash8.xpm for color
4037 depth 8.
4038
24d451c5
SM
4039 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
4040 Add an antry for ``converts''.
476bf681 4041
24d451c5
SM
4042 * language/slovak.el ("Slovak"): Add documentation string.
4043 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 4044
450f6970
GM
4045 * language/czech.el ("Czech"): Add documentation string.
4046 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
4047
24d451c5
SM
4048 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
4049 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
4050
40512001-04-02 Stefan Monnier <monnier@cs.yale.edu>
4052
4053 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
4054 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
4055 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
4056 Use `defsubst' rather than a macro to ease debugging.
4057 (mail-extr-last): Remove (use `last' instead).
4058 (mail-extract-address-components): Properly reset the syntax-table
4059 after parsing an address. Use `last' rather than mail-extr-last.
4060 Make sure the end marker stays at the very end.
24c0fd39 4061
2b908342
EZ
40622001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4063
4064 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
4065 last change.
4066
acfb077d
GM
40672001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4068
4069 * ps-print.el: Line and paragraph spacing feature. Region to cut
4070 out when printing. Doc fix.
4071 (ps-print-version): New version number (6.5).
24d451c5
SM
4072 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
4073 New vars. Line and paragraph spacing feature.
acfb077d
GM
4074 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
4075 out when printing.
4076 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
4077 (ps-get-font-size, ps-begin-job, ps-continue-line)
4078 (ps-plot-region): Code fix.
4079 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
4080 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
4081 New internal vars.
acfb077d
GM
4082 (ps-get-size): New fun.
4083 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
4084 (ps-next-line): Replace defun by defsubst.
4085 (ps-mule-plot-string): Autoload doc fix.
4086
4087 * ps-bdf.el: XEmacs compatibility. Doc fix.
4088 (installation-directory, coding-system-for-read): Declare vars if
4089 it's not declared yet.
4090 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
4091
4092 * ps-mule.el: XEmacs compatibility. Doc fix.
4093 (leading-code-private-22): Declare var if it's not declared yet.
4094 (charset-bytes, charset-dimension, charset-id, charset-width)
4095 (find-charset-region, split-char, char-width, chars-in-region)
4096 (forward-point, decompose-composite-char, encode-coding-string)
4097 (coding-system-p, ccl-execute-on-string, define-ccl-program):
4098 Define funs if not defined yet.
4099 (encode-composition-rule, find-composition): Define funs if not
4100 loaded yet.
4101 (ps-mule-prologue): PostScript code fix.
4102
41032001-04-02 Kenichi Handa <handa@etl.go.jp>
4104
4105 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
4106 non-nil, generate font for the header strings.
4107 (ps-mule-prepare-font): Likewise.
4108 (ps-mule-generate-glyphs): Likewise.
4109 (ps-mule-string-encoding): Likewise.
4110 (ps-mule-header-charsets): New variable.
4111 (ps-mule-encode-header-string): New function.
4112 (ps-mule-header-string-charsets): New function.
4113 (ps-mule-begin-job): Check charsets in the header strings. If there
4114 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4115
4116 * ps-print.el (ps-generate-header-line): Encode the header string by
4117 ps-mule-encode-header-string.
4118 (ps-mule-encode-header-string): Declare autoload.
4119
c0eb3c10
GM
41202001-04-02 Gerd Moellmann <gerd@gnu.org>
4121
24d451c5
SM
4122 * frame.el (cursor-in-non-selected-windows):
4123 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 4124
a3d0b0e0
KH
41252001-03-31 Kenichi Handa <handa@etl.go.jp>
4126
4127 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4128 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 4129 (quail-misc-package-ext-info): New variable.
a3d0b0e0 4130 (tsang-quick-converter): New function.
24d451c5
SM
4131 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4132 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
4133 (miscdic-convert, batch-miscdic-convert): New functions.
4134
55f7832c
KH
41352001-03-30 Kenichi Handa <handa@etl.go.jp>
4136
a2217cd8
KH
4137 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4138 eight-bit-control chars.
4139
55f7832c 4140 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 4141 Reduce making temporary vector (suggested by Dave Love).
55f7832c 4142
911a2406
EZ
41432001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4144
4145 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4146 string as well.
4147
1a518f2c
AS
41482001-03-30 Andreas Schwab <schwab@suse.de>
4149
4150 * files.el (backup-directory-alist): Fix typo.
4151
ef080b16
EZ
41522001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4153
4154 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4155 <eggert@twinsun.com>.
4156
e4174a55
DL
41572001-03-30 Dave Love <fx@gnu.org>
4158
4159 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4160
9d5d1075
EZ
41612001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4162
4163 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4164
a27b451e
MB
41652001-03-30 Miles Bader <miles@gnu.org>
4166
4167 * subr.el (interactive-form): Fix paren typo.
4168
aea51abe
EZ
41692001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4170
4171 * emacs-lisp/profile.el: Say that it's obsolete in the header
4172 line, so that finder.el puts that into its data-base.
4173 Suggested by Alex Schroeder <alex@gnu.org>.
4174
249dd409
EZ
41752001-03-29 Paul Eggert <eggert@twinsun.com>
4176
4177 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4178 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4179
1ac1fa96
SM
41802001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4181
4182 * generic.el (generic-mode-set-comments): Use "" rather than nil
4183 for comment-end.
4184
e2b8a830
GM
41852001-03-29 Gerd Moellmann <gerd@gnu.org>
4186
1ac1fa96
SM
4187 * emacs-lisp/advice.el (ad-make-advised-definition):
4188 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
4189
4190 * subr.el (interactive-form): New function.
4191
8b2375e7
AS
41922001-03-29 Andre Spiegel <spiegel@gnu.org>
4193
4194 * vc-sccs.el (vc-sccs-register): Use relative file names.
4195
f827b862
GM
41962001-03-28 Gerd Moellmann <gerd@gnu.org>
4197
e59d0e9d
GM
4198 * bookmark.el (bookmark-get-bookmark): Handle case that
4199 BOOKMARK is not a string.
4200
deb2613a
GM
4201 * image.el (image-type-regexps): Change type for PS files
4202 to `postscript'.
4203
f827b862 4204 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
4205 character entered. From: Stephen Gildea
4206 <gildea@stop.mail-abuse.org>.
f827b862 4207
3c9449d0
KH
42082001-03-27 Kenichi Handa <handa@etl.go.jp>
4209
4210 * international/kkc.el (kkc-save-init-file): Locally bind
4211 print-length to nil.
4212
e6b13c74
GM
42132001-03-26 Gerd Moellmann <gerd@gnu.org>
4214
e120bebf
GM
4215 * textmodes/flyspell.el: Some doc fixes.
4216 (flyspell-maybe-correct-transposition)
4217 (flyspell-maybe-correct-doubling): Use a temporary buffer
4218
4219 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4220
5f6c5771 4221 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
4222 (byte-optimize-form-code-walker): Diagnose too few arguments
4223 for `if' and `while'.
4224
2b984c45
KH
42252001-03-26 Kenichi Handa <handa@etl.go.jp>
4226
4227 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4228 Prepend `\' to "\<quail-translation-docstring>".
4229
bf2150fa
GM
42302001-03-26 Gerd Moellmann <gerd@gnu.org>
4231
5f6c5771
SM
4232 * autorevert.el (global-auto-revert-non-file-buffers):
4233 Remove duplicate defcustom.
bf2150fa 4234
a0d59316
MB
42352001-03-26 Miles Bader <miles@gnu.org>
4236
5f6c5771
SM
4237 * international/latin1-disp.el (latin1-char-displayable-p):
4238 Add leading "-" for X font pattern.
a0d59316 4239
9edbff6c
KH
42402001-03-26 Kenichi Handa <handa@etl.go.jp>
4241
5f6c5771
SM
4242 * international/mule-diag.el (describe-coding-system):
4243 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
4244 charsets they can encode.
4245
50b57199
EZ
42462001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4247
4248 * help.el (view-lossage): Mention open-dribble-file in the doc
4249 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4250
5b83f9c0
SM
42512001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4252
4253 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4254 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4255
e0ecbf5c
KH
42562001-03-23 Kenichi Handa <handa@etl.go.jp>
4257
5b83f9c0
SM
4258 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4259 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
4260 multibyte sequence can work correctly.
4261 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4262 property of the coding system.
4263
1cc218de
SM
42642001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4265
4266 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4267 Fix transcription typo.
4268
a3db02ad
RV
42692001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4270
4271 * whitespace.el: Add buffer local variables to toggle testing of
4272 whitespaces in buffers without affecting the default values.
a3db02ad 4273 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
4274 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4275 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4276 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 4277
83c9cb8e
SM
42782001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4279
4280 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4281
180d5509
GM
42822001-03-21 Gerd Moellmann <gerd@gnu.org>
4283
eeb5b5c1
GM
4284 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4285 bs-cycle-configuration-name. From Juanma Barranquero
4286 <lektu@uol.com.br>.
4287
170a9e70
GM
4288 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4289 and cc-vars.el.
4290
180d5509
GM
4291 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4292 headers. Always invoke sendmail with option -t.
4293
130c507e
GM
42942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4295
4296 * Release of cc-mode 5.28.
4297
42982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4299
4300 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4301 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 4302 It's instead taken care of by the default value for c-default-style.
130c507e 4303
130c507e
GM
43042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4305
4306 * cc-align.el (c-lineup-math): Fix bug where lineup was
4307 triggered by equal signs in string literals.
4308
43092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4310
4311 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4312 limit detection when at the ends of the buffer.
4313
4314 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4315 "for" statement clause in case 7F; a better one is done
4316 earlier in case 7D anyway.
4317
43182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4319
4320 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4321 somewhat more and did a small optimization.
4322
43232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4324
4325 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4326 Use the limit argument only to limit the syntactic context
4327 search, not to limit the actual movement.
4328
4329 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4330 inside multiline strings, just like in comments. Also various
4331 fixes to the paragraph and comment prefix recognition, block
4332 comment ender handling etc.
4333
43342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4335
4336 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4337 the relative position of the point.
4338
4339 * cc-cmds.el (c-electric-continued-statement): New function to
4340 use as abbrev hook to reindent for keywords such as "else"
4341 that continues an earlier statement.
4342
4343 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4344 like classes.
4345
4346 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4347 (pike-mode): Populate the default abbrev tables to reindent for
4348 keywords such as "else" that can continue earlier statements.
4349 Abbrev mode is therefore turned on by default now. (Note that
4350 this doesn't apply to idl-mode, since IDL afaik doesn't have
4351 statements at all.)
4352
43532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4354
4355 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4356 bracelists where the declaration contains template arguments.
4357
43582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4359
83c9cb8e
SM
4360 * cc-cmds.el (c-comment-indent):
4361 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
4362 syntactic indentation. Fixes bug with lineup functions that
4363 return vectors.
4364
4365 * cc-engine.el (c-get-syntactic-indentation): Split the
4366 indentation sum calculation from `c-indent-line' to a separate
4367 function.
4368
43692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4370
4371 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4372 Fixed places where it was assumed that preprocessor directives
4373 have to start in column zero.
4374
4375 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4376 template arguments after a class identifier properly.
4377
4378 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4379 lists for `new Foo[]' constructs in Java as expressions and
4380 not top level definition brace lists on the top level, so that
4381 they'll get indented consistently with the same type of
4382 expression in a normal block.
4383
43842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4385
4386 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4387 whether the adaptive filling package fails to keep the comment
4388 prefix is now kludged further to check for filladapt-mode
4389 which doesn't have that problem. This is really icky, but it's
4390 the only way that works with the current misfeatures/bugs in
4391 both adaptive-fill-mode and filladapt-mode.
4392
4393 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4394 around point is recognized more robust.
4395
43962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4397
4398 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4399 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4400 (c-lit-type): Fixed all internal variables used dynamically so
4401 that they are always bound.
4402
4403 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4404 errors:
4405
4406 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
4407 the region is fully reindented even when an error occurs.
4408 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
4409 whole lot of code that tried to optimize indentation of whole
4410 sexps but in reality accomplishes nothing.
4411
4412 (c-indent-sexp): Use c-indent-region.
4413
4414 (c-parsing-error): Changed this variable to hold the message
4415 for any syntactic error that is discovered.
4416
4417 (c-parse-state): Search backward from point instead of the bod
4418 position when the latter is invalid. This makes CC Mode
4419 recover faster when there are unbalanced close braces.
4420
4421 (c-backward-to-start-of-if): Use c-parsing-error to report
4422 dangling "else" clauses instead of throwing an error, and fall
4423 back to a reasonable position.
4424
83c9cb8e 4425 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 4426
83c9cb8e 4427 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
4428
44292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4430
4431 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4432 paragraph recognition when moving by sentence in literals.
4433
83c9cb8e
SM
4434 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4435 start regexp for javadoc to recognize javadoc markup in general instead
4436 of a specific set of keywords, to be more future-safe.
130c507e
GM
4437
4438 (c-Pike-pikedoc-paragraph-start)
4439 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4440 pikedoc markup.
4441
83c9cb8e 4442 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 4443
83c9cb8e 4444 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
4445
4446 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4447
4448 (c-comment-prefix-regexp): Made it possible to use an
4449 association list on this to specify mode specific regexps.
4450 The default value now use a special regexp in Pike mode to
4451 recognize pikedoc markup.
4452
4453 (c-current-comment-prefix): New variable containing the actual
4454 regexp from c-comment-prefix-regexp for the current buffer.
4455
44562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4457
4458 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4459 lists: We can't look at the syntax, since a brace list can get
4460 recognized as a plain statement-cont.
4461
4462 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4463 special brace list opener broken over two lines got recognized
4464 as a statement on the second line. Case 9A changed.
4465
44662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4467
4468 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4469 adjustment after line is reindented.
4470
44712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4472
4473 * cc-defs.el (c-point): Added optional argument for position
4474 to use instead of the current point.
4475
4476 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4477 the in-expression block symbols when the construct starts at
4478 boi, to avoid the extra level of indentation in that case.
4479 Cases 4, 16A and 17E affected.
4480
44812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4482
4483 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 4484 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
4485
4486 * cc-engine.el (c-indent-line): Use the syntax already bound
4487 to `c-syntactic-context', if there is any.
4488
44892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4490
4491 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4492 wasn't added up correctly when a lineup function returned nil.
4493
44942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4495
4496 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 4497 empty lines were ignored when collecting line comments backwards.
130c507e
GM
4498
44992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4500
4501 * cc-align.el (c-lineup-dont-change): Return an absolute
4502 indentation column to work correctly in the case when several
4503 syntactic elements are processed for the same line.
4504
4505 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4506 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4507 (c-set-offset): Added absolute indentation column settings by
4508 using the vector type.
4509
130c507e
GM
45102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4511
4512 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4513 Implemented two new cleanups `space-before-funcall' and
4514 `compact-empty-funcall'.
4515
130c507e
GM
45162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4517
4518 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4519 helping building regexps.
4520
4521 * cc-engine.el (c-on-identifier): New function for detecting
4522 identifiers. It takes keywords into account.
4523
4524 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4525 lists. `c-keywords' is set to a regexp matching all keywords
4526 in the current language.
4527
45282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4529
4530 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4531 list of characters to skip backwards over at the beginning of
4532 a statement, since it can precede string literals in Pike.
4533
45342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4535
4536 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4537 recognition when standing on the last line in a C++ comment
4538 with nothing but whitespace after the prefix.
4539
4540 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4541 given no limit argument.
4542
45432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4544
4545 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4546 recognition for the `[]= operator symbol in Pike.
4547
45482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4549
4550 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4551 around a bug in `eval-when-compile' in the byte compiler.
4552
4553 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 4554 value when count is zero and there's no token start within the limit.
130c507e
GM
4555
4556 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4557 "prefix comments", i.e. comments which are followed by code on
4558 the same line.
4559
4560 * cc-mode-19.el: Fixes so that checks that must be done at
4561 compile time also are done then.
4562
45632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4564
4565 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4566 time and at runtime, and only when it's needed.
4567
45682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4569
4570 Major cleanup for less error prone and more warning free
4571 compilation, including some fixes for bugs due to different
4572 compilation orders. Thanks to Martin Buchholz for providing
4573 the basis for all this.
4574
4575 * cc-bytecomp.el: New file that provides some byte compilation
4576 features: It ensures that files always are loaded from the
4577 current source directory during compilation, and it provides a
4578 set of macros to turn off specific compiler warnings for
4579 specific symbols. (It's not CC Mode specific in any way.)
4580
4581 Fixed a nearly acyclic dependency tree (both runtime and
4582 compile-time) between all files.
4583
4584 * cc-defs.el: Separated all macros before the inline functions,
4585 to ensure correct compilation.
4586
4587 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4588 cc-defs.el to cc-engine.el and made it a function instead.
4589
4590 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4591 about char-after.
4592
4593 * cc-vars.el: Cope even when there isn't a custom package
4594 containing defcustom available.
4595
4596 * cc-make.el: Removed since it's no longer necessary.
4597
4598 README: Updated installation instructions.
4599
46002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4601
4602 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4603 improve the modularity: Moved all mode init stuff from
4604 cc-langs.el to cc-mode.el, including the keymap
4605 initialization; cc-langs now only contains the various
4606 variables for configuring the language syntax.
4607
83c9cb8e
SM
4608 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4609 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 4610 dependency analysis suggests they belong there (which also
83c9cb8e 4611 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
4612
46132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4614
4615 * cc-cmds.el (c-fn-region-is-active-p): New function that
4616 wraps the corresponding macro, for use in places that aren't
4617 compiled. Thanks to Martin Buchholz for pointing out this.
4618
83c9cb8e 4619 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
4620
4621 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4622 add things to the bug report.
4623
46242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4625
4626 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4627 returned prefix could contain a newline when the search for a
4628 good prefix line failed.
4629
46302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4631
4632 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4633 (c-toggle-auto-hungry-state): Made the argument optional, as
4634 the documentation says it is.
4635
46362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4637
4638 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4639 multiline string syntax, #"...", as a cpp macro.
4640
7008ccac
GM
46412001-03-21 Paul Eggert <eggert@twinsun.com>
4642
83c9cb8e
SM
4643 * international/mule-cmds.el (set-locale-environment):
4644 Set system-messages-locale and system-time-locale, but only if the
7008ccac 4645 caller specifies a non-nil locale name.
3c9449d0 4646
c2478129 46472001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
4648
4649 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 4650 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 4651
117e4b0c
GM
46522001-03-20 Gerd Moellmann <gerd@gnu.org>
4653
7194219d
GM
4654 * follow.el (follow-avoid-tail-recenter): Doc fix.
4655
5721ae13
GM
4656 * custom.el (custom-set-variables): Avoid reversing the list
4657 of args needlessly.
4658
7b8bbf72
GM
4659 * startup.el (fancy-splash-head): Don't change the colors of the
4660 XPM image on a dark background.
4661
a91ad7c9
GM
4662 * comint.el (comint-exec-1): Set columns of the terminal to
4663 window-width instead of frame-width.
4664
fa88947e
GM
4665 * info.el (Info-scroll-down): Add missing WINDOW arg for
4666 pos-visible-in-window-p.
4667
1741905c
GM
4668 * ehelp.el (electric-help-mode-hook): Add defcustom.
4669
117e4b0c
GM
4670 * mail/sendmail.el (mail-mode): Activate case-folding in
4671 font-lock-defaults.
4672
e84c695d
SM
46732001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4674
4675 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4676 (completion-ignored-extensions): Remove duplicate ".class".
4677
fc774041
AS
46782001-03-19 Andreas Schwab <schwab@suse.de>
4679
83c9cb8e
SM
4680 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4681 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 4682
c2c097cc
GM
46832001-03-19 Gerd Moellmann <gerd@gnu.org>
4684
4685 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4686 methods since there are not prefix input methods.
4687
fbe2e958
KH
46882001-03-19 Kenichi Handa <handa@etl.go.jp>
4689
83c9cb8e
SM
4690 * international/mule-cmds.el (read-input-method-name):
4691 Locally bind enable-recursive-minibuffers to t.
fbe2e958 4692
da47e491
SM
46932001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4694
4695 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4696
4986c2c6 46972001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 4698
4986c2c6
MK
4699 * ediff-util.el: Copyright years.
4700 (ediff-choose-syntax-table): New function.
4701 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 4702
4986c2c6
MK
4703 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4704 with-syntax-table.
83c9cb8e 4705
4986c2c6 4706 * ediff.el: Date of last update, copyright years.
83c9cb8e 4707
4986c2c6 4708 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 4709
4986c2c6
MK
4710 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4711 of Scott Bronson.
4712 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4713 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4714 Deleted functions.
4715 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4716 ex-token-list.
83c9cb8e 4717
4986c2c6 4718 * viper-util.el: Spaces, indentation.
83c9cb8e 4719
4986c2c6 4720 * viper.el: Changed version, modification time.
83c9cb8e 4721
3c799aec 47222001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
4723
4724 * calendar/timeclock.el (timeclock-workday-remaining):
4725 Check whether `discrep' is non-null before using it.
3c799aec 4726
ae3ce418
JW
47272001-03-16 John Wiegley <johnw@gnu.org>
4728
4729 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4730 first-time checkins.
4731 (timeclock-log-data): Fixed problem with reading timelog log file.
4732 Resulting data in the "day list" was incorrect.
4733 (timeclock-find-discrep): Check if `timeclock-file' is readable
4734 before opening it.
4735 (timeclock-time-less-p): New function.
4736 (timeclock-day-base): New function.
4737 (timeclock-geometric-mean): New function.
4738 (timeclock-generate-report): Generate a summary report based on
4739 the contents of the log file. This uses `timeclock-log-data', and
4740 is an example of writing a timelog manipulation function.
4741 (timeclock-visit-timelog): A quick command for opening the timelog
4742 file.
4743 (timeclock-log-data): Bound the variable event.
4744
c8d4a9bb
KH
47452001-03-16 Kenichi Handa <handa@etl.go.jp>
4746
83c9cb8e
SM
4747 * international/mule-cmds.el (select-safe-coding-system):
4748 Fix typo: symbol-name -> symbol-value.
11d56c64 4749
c8d4a9bb
KH
4750 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4751 before substitute-in-file-name to handle double slashes in FILE
4752 correctly.
4753
c899e7e6
GM
47542001-03-15 Gerd Moellmann <gerd@gnu.org>
4755
4756 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4757 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4758
819dce0f
GM
47592001-03-14 Gerd Moellmann <gerd@gnu.org>
4760
697617d9
GM
4761 * bindings.el (features): Add `md5' and `overlay' to the list.
4762
819dce0f
GM
4763 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4764 bound before using it. It's not bound when configured without X,
4765 for instance.
4766
e0067a9d
TTN
47672001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4768
4769 * progmodes/hideshow.el: Update copyright.
4770 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 4771 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 4772
afcdc0a1
GM
47732001-03-13 Gerd Moellmann <gerd@gnu.org>
4774
e0067a9d 4775 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
4776 a non-list.
4777
30564c48
EZ
47782001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4779
4780 * startup.el (fancy-splash-tail, command-line-1): Fix the
4781 copyright year.
4782
2b8e24b3
KH
47832001-03-13 Kenichi Handa <handa@etl.go.jp>
4784
4785 * term.el: These changes are based on a patch sent from Yong Lu
4786 <lyongu@yahoo.com>.
4787 (term-set-escape-char): Bind M-x to execute-extended-command in
4788 term-raw-escape-map.
4789 (term-move-columns): Don't try to move to negagive column.
4790 (term-emulate-terminal): Insert a string before deleting a text to
4791 overwrite.
4792
789b6186
GM
47932001-03-12 Gerd Moellmann <gerd@gnu.org>
4794
b0778a31
GM
4795 * play/life.el (life): Rearrange code so that all calls to
4796 life-display-generation are in a catch-form.
4797
04528cda
GM
4798 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4799 file that isn't interesting. In an interesting file, push the old
4800 value of point on the mark ring.
4801
760cefb5
GM
4802 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4803 New function.
4804 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4805 Use it.
4806
83c9cb8e
SM
4807 * emacs-lisp/autoload.el (generate-file-autoloads):
4808 Remove warning about line lengths.
789b6186 4809
a2ffbafe
FP
48102001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4811
4812 * progmodes/etags.el (tags-compression-info-list): New variable.
4813 (find-tag-in-order): Use it to deal with compressed source files.
4814 (tag-file-name-match-p): New function.
4815 (etags-recognize-tags-table): Use it for better match of file names.
4816
5c9d9d92
KH
48172001-03-12 Kenichi Handa <handa@etl.go.jp>
4818
ba3e9b9b
KH
4819 * international/mule-cmds.el (register-input-method): Doc fix.
4820
5c9d9d92
KH
4821 * international/quail.el (quail-translate-key): Fix condition to
4822 check if there's another breaking point in the current key.
4823
40beecee
EZ
48242001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4825
4826 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4827 Babyl header to the newly-created output file, bind
4828 coding-system-for-write to either rmail-file-coding-system or
4829 emacs-mule-unix.
4830
75c6cb7f
SM
48312001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4832
4833 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4834 Fix the name and regexp used for subsubsections.
4835
5ec17636
DL
48362001-03-10 Dave Love <fx@gnu.org>
4837
4838 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4839 and save-buffer if buffer-file-name non-nil. From rms.
4840
6d2e2c02
AS
48412001-03-10 Andre Spiegel <spiegel@gnu.org>
4842
4843 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 4844 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
4845 to reflect that.
4846 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 4847 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
4848 variable bindings that might affect the diff command.
4849 (vc-print-log): Don't switch to the *vc* buffer before the
4850 command, so that local variable bindings are preserved.
4851
789b6186 4852 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
4853 not the current buffer.
4854 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4855
789b6186 4856 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 4857 make output go to buffer *vc*, not the current buffer.
a2ffbafe 4858
b18f5523
SM
48592001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4860
4861 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4862 so ^, $, *, ? and + are interpreted correctly.
4863
3cfd8357
GM
48642001-03-09 Gerd Moellmann <gerd@gnu.org>
4865
c085b77c 4866 * help.el (string-key-binding): Renamed from
f9db8f19
SM
4867 mode-line-key-binding. Handle any event on a string.
4868 Check for `keymap' properties as well as `local-map' properties.
c085b77c 4869
3cfd8357
GM
4870 * comint.el (comint-insert-clicked-input): Use the last key
4871 from this-command-keys to lookup the global key definition.
4872
348f797a
KH
48732001-03-09 Kenichi Handa <handa@etl.go.jp>
4874
3ebf3717
KH
4875 * international/characters.el: Add category `j' for
4876 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4877
348f797a
KH
4878 * international/mule-conf.el (no-conversion): Fix docstring.
4879 (raw-text): Fix docstring.
4880
e1fbabaf
GM
48812001-03-08 Gerd Moellmann <gerd@gnu.org>
4882
96e8e603
GM
4883 * simple.el (choose-completion-string): When not leaving the
4884 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4885 is set.
4886
e1fbabaf
GM
4887 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4888 parameter `(minibuffer . t)'.
4889
f9db8f19
SM
48902001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4891
4892 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4893 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4894 (sh-mode): Remove `make-local-variable' for unused var
4895 `font-lock-unfontify-region-function'.
4896
02756877
RS
48972001-03-07 Richard M. Stallman <rms@gnu.org>
4898
132bf46d
RS
4899 * info.el (Info-scroll-down): Fix previous change.
4900
02756877
RS
4901 * mail/rmail.el (rmail-toggle-header): Use a window which
4902 is showing the Rmail buffer, rather than the selected window.
4903
eeb24429
DL
49042001-03-07 Dave Love <fx@gnu.org>
4905
4906 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4907 now, to avoid problems with binding imenu directly to a mouse event.
4908
3bdf2660
GM
49092001-03-07 Gerd Moellmann <gerd@gnu.org>
4910
4911 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4912 second arg t.
4913
49142001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
4915
4916 * log-edit.el (log-edit-common-indent): New var.
4917 (log-edit-set-common-indentation): Renamed from
4918 log-edit-delete-common-indentation. Use the new var.
4919 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4920
4921 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4922 (cvs-mode-add-change-log-entry-other-window):
4923 Don't presume change-log-default-name is defined.
4924
4925 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4926
4927 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4928 the "tree" operation as well.
4929
4930 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4931
4932 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4933 to match paragraph-start.
4934
4935 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4936 comment-start-skip and set comment-end-skip as well.
4937 (sgml-comment-indent): Fix for new value of comment-start-skip.
4938 (html-autoview-mode): Don't bother using make-local-hook.
4939
2ad02767
GM
49402001-03-07 Gerd Moellmann <gerd@gnu.org>
4941
189638d5 4942 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 4943 variables, otherwise long Custom entries would make them ineffective.
189638d5 4944
2ad02767
GM
4945 * uniquify.el: Set maintainer to FSF.
4946
656f8cae
EZ
49472001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4948
4949 * dired-aux.el (dired-do-shell-command): Doc fix.
4950
c83965c4
SM
49512001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4952
04af43bc
SM
4953 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4954
4955 * which-func.el (which-func-modes): Add cperl-mode.
4956 (which-func-mode-global): Use define-minor-mode.
4957
4958 * info-look.el: Docstring fixes and dead code eliminated.
4959 (cperl-mode): Add support.
4960 (emacs-lisp-mode): List all entries from elisp manual, whether
4961 or not they are currently (f)bound or not. Update regexp.
4962
4963 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4964
c83965c4
SM
4965 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4966 so that C-h m shows the correct information.
4967 Use make-local-variable rather than make-variable-buffer-local.
4968 (cperl-info-buffer, cperl-setup-tmp-buf):
4969 Use make-local-variable rather than make-variable-buffer-local.
4970 (cperl-msb-fix, cperl-get-help-defer):
4971 Check major-mode for `cperl-mode' as well.
4972
4973 * progmodes/cperl-mode.el: Updated to author version 4.23.
4974 (cperl-electric-pod): SYNOPSIS was misspelled.
4975 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4976 (cperl-after-expr-p): Make true after __END__.
4977
f16a7aa5
GM
49782001-03-06 Gerd Moellmann <gerd@gnu.org>
4979
157ae273 4980 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 4981 bookmark-completion-ignore-case is t.
157ae273 4982
f16a7aa5
GM
4983 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4984 switch, like xterm, and concat resource strings, with a newline
4985 between them.
4986
abaddb98
EZ
49872001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4988
a2ffbafe 4989 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
4990 (cp773-decode-table, cp774-decode-table): New variables.
4991
abaddb98
EZ
4992 * man.el (Man-hyphenated-reference-regexp): New variable.
4993 (Man-build-references-alist): Use it to search for referenced
4994 manpages. If hyphenated is non-nil, record a concatenated word in
4995 Man-refpages-alist only if it matches Man-reference-regexp.
4996 Update word's length when it is concatenated. Reverse the list,
4997 to get the first manpage at the head.
4998 (Man-possibly-hyphenated-word): New function.
4999 (Man-follow-manual-reference): Use it instead of current-word to
5000 find a manpage at point, in a way that accounts for hyphenated
5001 references.
5002
eb3f61dd
GM
50032001-03-06 Alex Schroeder <alex@gnu.org>
5004
5005 * sql.el (sql-interbase): New function.
5006 (sql-interbase-program): New option.
5007 (sql-interbase-options): New option.
5008 And some typos fixed: "customise" to "customize".
5009
fa84f42a
DL
50102001-03-06 Dave Love <fx@gnu.org>
5011
83c9cb8e
SM
5012 * textmodes/flyspell.el (flyspell-region):
5013 Set up flyspell-local-mouse-map.
fa84f42a 5014
fda3411d
RS
50152001-03-05 Richard M. Stallman <rms@gnu.org>
5016
a2ffbafe 5017 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
5018 Don't call rmail-beginning-of-message.
5019 Don't discard From: field. Do discard Received: field.
5020 Use unwind-protect to re-prune.
5021 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 5022
e972ab1f
KH
50232001-03-06 Kenichi Handa <handa@etl.go.jp>
5024
5025 * international/quail.el (quail-title): Add autoload cookie.
5026
335db3c1
DL
50272001-03-05 Dave Love <fx@gnu.org>
5028
5029 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
5030 new defs.
5031
278dd6ac
KH
50322001-03-05 Kenichi Handa <handa@etl.go.jp>
5033
83c9cb8e
SM
5034 * language/ethio-util.el (ethio-toggle-space):
5035 Update current-input-method-title if necessary.
36d5e61d
KH
5036 (ethio-toggle-punctuation): Likewise.
5037
341cd4f0
KH
5038 * international/quail.el (quail-title): Fix for the case that a
5039 title of an input method is specified by a list of the same form
5040 as used in mode-line-format.
5041
83c9cb8e
SM
5042 * international/mule-cmds.el (activate-input-method):
5043 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
5044 respect that value.
5045
10ebaeb6
GM
50462001-03-05 Gerd Moellmann <gerd@gnu.org>
5047
5048 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
5049
7a65c85c
GM
50502001-03-05 Alex Schroeder <alex@gnu.org>
5051
5052 * sql.el (sql-sybase): Fix typo (was: query user about server two
5053 times instead of server and database).
5054
5055 * sql.el (sql-sybase): Doc change.
5056 (sql-mysql): Doc change.
5057 (sql-postgres): Doc change.
5058
b86644f2
KH
50592001-03-05 Kenichi Handa <handa@etl.go.jp>
5060
83c9cb8e
SM
5061 * international/mule-conf.el (emacs-mule, raw-text):
5062 Docstring modified.
b86644f2 5063
e30bd7b7
EZ
50642001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5065
5066 * term/internal.el: Update copyright notice.
5067
5068 * term/pc-win.el: Update copyright notice.
5069
7e365285
DL
50702001-03-02 Dave Love <fx@gnu.org>
5071
83c9cb8e
SM
5072 * files.el (insert-file-contents-literally):
5073 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
5074 not jka-compr-compression-info-list.
7e365285 5075
75ed43a6
SM
50762001-03-02 Stefan Monnier <monnier@cs.yale.edu>
5077
5078 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
5079 spaces in default comment-start-skip settings rather than \s-.
5080
53c4b1e6
EZ
50812001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
5082
5083 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
5084 default-frame-alist as well.
5085
028d739a
DL
50862001-03-01 Dave Love <fx@gnu.org>
5087
5088 * textmodes/reftex.el (defvar): Wrap some defvars in
5089 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
5090
5091 * subr.el (event-basic-type): Doc fix.
5092
5093 * international/quail.el: Doc fixes.
5094
5095 * international/utf-8.el: Doc fixes.
5096
5097 * international/mule-cmds.el: Doc fixes.
5098 (leim-list-header): Fix header text.
5099
5100 * international/mule.el (coding-system-category): Doc fix.
5101
5102 * international/ccl.el (ccl-compile): Doc fix.
5103
15d1caef
SM
51042001-03-01 Stefan Monnier <monnier@cs.yale.edu>
5105
5106 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
5107 rather than (before|after)-change-functions.
5108
f84ff02c
GM
51092001-03-01 Gerd Moellmann <gerd@gnu.org>
5110
5111 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5112 scroll-left and scroll-right being called interactively so that
5113 they set the window's min_hscroll.
5114
e0c1e774
EZ
51152001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5116
5117 * info.el (info-insert-file-contents-1): Accept an additional
5118 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
5119 `suffix'; otherwise use the complicated MS-DOS code.
5120 All callers changed.
e0c1e774
EZ
5121 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5122 can access long file names, try the long file-name version of
5123 `info-insert-file-contents-1', then the short file-name version.
5124
b8b2ea31 51252001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 5126
af122766
KH
5127 * language/ethio-util.el (setup-ethiopic-environment-internal):
5128 Change bindings of functions keys to conform to "Emacs Lisp Coding
5129 Convention".
5130
5131 * language/ethiopic.el ("Ethiopic"): Add documentation.
5132
b8b2ea31
KH
51332001-02-28 Kenichi Handa <handa@etl.go.jp>
5134
1d64e2ad
KH
5135 * international/utf-8.el (mule-utf-8): Set coding-category
5136 property to coding-category-utf-8.
5137
91cb6e51
RS
51382001-02-27 Richard M. Stallman <rms@gnu.org>
5139
5140 * lpr.el (lpr-page-header-switches, print-region-1):
5141 Undo 2000-07-06 change.
7298f3f7
RS
5142 (lpr-add-switches): Default to t on gnu/linux.
5143
c0cb1027
GM
51442001-02-27 Gerd Moellmann <gerd@gnu.org>
5145
5146 * bs.el (bs-attributes-list): Doc fix.
5147
01459648
GM
51482001-02-26 Gerd Moellmann <gerd@gnu.org>
5149
baebd8a5 5150 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 5151
01459648
GM
5152 * help.el (view-order-manuals): Use goto-address.
5153
5154 * startup.el (command-line-1): Add info about ordering manuals
5155 to the not so fancy splash screens.
5156
f93e614e
AS
51572001-02-26 Andre Spiegel <spiegel@gnu.org>
5158
01459648
GM
5159 * vc.el (vc-default-workfile-unchanged-p)
5160 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 5161
12435002
GM
51622001-02-26 Gerd Moellmann <gerd@gnu.org>
5163
a2ffbafe 5164 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
5165 fontify in the right buffer.
5166
12435002
GM
5167 * allout.el (outline-flag-region): Move macro in front of first
5168 use to avoid a run-time error.
5169
425de386
AI
51702001-02-24 Andrew Innes <andrewi@gnu.org>
5171
5172 * makefile.w32-in: Fix copyright notice.
5173
66c56ed1
KH
51742001-02-24 Kenichi Handa <handa@etl.go.jp>
5175
4c1593ce
KH
5176 * international/utf-8.el (mule-utf-8): Set correct value for
5177 valid-codes property.
5178
66c56ed1
KH
5179 * international/fontset.el (x-complement-fontset-spec): In the
5180 case that we use ASCII font for the other charsets, use only
15d1caef 5181 family and registry part of it.
66c56ed1 5182
119171dd
EZ
51832001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5184
5185 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5186 (shrink-window-if-larger-than-buffer): Doc fix.
5187
932c309e
SM
51882001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5189
5190 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5191 predicate passed to completing-read.
5192
9b760e36
EZ
51932001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5194
5195 * startup.el (command-line): Fix last change.
5196
5c39a60f
JR
51972001-02-23 Jason Rumney <jasonr@gnu.org>
5198
5199 * startup.el (tool-bar-originally-present): New variable.
5200 (command-line): Set it if the tool-bar is switched on at startup.
5201
5202 * frame.el (frame-notice-user-settings): Only adjust frame height
5203 for no tool-bar case if tool-bar was originally switched on.
796ead7e 5204 From E. Jay Berkenbilt.
5c39a60f 5205
cb91b2c7
SM
52062001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5207
39b557e8
SM
5208 * server.el (server-switch-buffer): Only switch window if the
5209 current one is dedicated.
5210
cb91b2c7
SM
5211 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5212 rather than using (match-beginning 0) when searching for break point.
5213
9238a8df
EZ
52142001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5215
5216 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5217 @ follows an accent command such as @'. Support optional braces
5218 in commands that insert accents, like makeinfo does.
5219
3473f362
GM
52202001-02-22 Gerd Moellmann <gerd@gnu.org>
5221
5222 * startup.el (fancy-splash-text): Add a line for ordering
5223 manuals. Reverse order of splash screens shown.
5224 (use-fancy-splash-screens-p): Adapt to the text line added.
5225
5226 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5227 manuals from the FSF.
5228
5229 * help.el (view-order-manuals): New function.
5230 (toplevel): Bind C-h C-m to this function.
5231
76a4de07
SM
52322001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5233
5234 * newcomment.el (comment-forward): Skip the comment-start before
5235 searching for the comment-end.
5236
75b71d85
DL
52372001-02-21 Dave Love <fx@gnu.org>
5238
2f4c9a87
DL
5239 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5240
75b71d85
DL
5241 * international/mule-cmds.el, international/mule.el: Doc fixes.
5242
ffc9ff0c
GM
52432001-02-21 Gerd Moellmann <gerd@gnu.org>
5244
5245 * startup.el (fancy-splash-screens): Use display-hourglass
5246 instead of display-busy-cursor.
5247
5248 * frame.el (display-hourglass): Renamed from busy-cursor.
5249 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5250 (show-cursor-in-non-selected-windows): Doc fix.
5251
f34eb373
DL
52522001-02-20 Dave Love <fx@gnu.org>
5253
5254 * international/utf-8.el: Doc and commentary fixes.
5255
f55e4a7e
EZ
52562001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5257
5258 * ehelp.el (with-electric-help): Doc fix.
5259
fa97adf6
GM
52602001-02-20 Gerd Moellmann <gerd@gnu.org>
5261
5262 * msb.el (msb-mode): Call the update-buffers function explicitly
5263 with a FORCE argument.
5264
5265 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5266 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5267 returns nil.
5268
54ed3bd2
GM
52692001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5270
5271 * ps-print.el: Timestamp package replacement. Some enhancements.
5272 Some XEmacs compatibility. Doc fix.
5273 (ps-print-version): New version number (6.4).
5274 (ps-printer-name): Initialization fix.
5275 (ps-zebra-stripe-follow): Funcionality enhancement.
5276 (ps-prologue-file): Code enhancement.
5277 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
5278 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5279 (ps-get-page-dimensions)
54ed3bd2
GM
5280 (ps-generate-header, ps-begin-file, ps-begin-job)
5281 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5282 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5283 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5284 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 5285
e8ebf97d
MB
52862001-02-20 Miles Bader <miles@gnu.org>
5287
5288 * image-file.el (image-file-name-extensions): Add "tif".
5289
136b27c5
GM
52902001-02-19 Gerd Moellmann <gerd@gnu.org>
5291
5292 * wid-edit.el (widget-button-click): Save the selected window
5293 around the code handling clicks on buttons.
5294
6ebbcf59
DL
52952001-02-18 Dave Love <fx@gnu.org>
5296
5297 * imenu.el (imenu--generic-function): Use mapc to iterate over
5298 syntax characters.
5299
595ded73
RS
53002001-02-17 Richard M. Stallman <rms@gnu.org>
5301
b9fe3dc8
RS
5302 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5303
595ded73
RS
5304 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5305
f3f053f3
GM
53062001-02-16 Gerd Moellmann <gerd@gnu.org>
5307
5308 * mouse.el (mouse-save-then-kill): If the distance from the new
5309 point to the mark is equal to the distance of point from the new
5310 point, move point instead of the mark.
5311
11570a8f
DL
53122001-02-16 Dave Love <fx@gnu.org>
5313
5314 * textmodes/flyspell.el (flyspell-get-word): Return string without
5315 properties.
5316
fb339cd5
EZ
53172001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5318
5319 * generic.el (generic-find-file-regexp): Doc fix.
5320 (generic-ignore-files-regexp): New defcustom.
5321 (generic-mode-find-file-hook): If the file's name matches the
5322 regexp in `generic-ignore-files-regexp', don't enter
5323 default-generic-mode. Doc fix.
5324
c56b1c1b
GM
53252001-02-16 Gerd Moellmann <gerd@gnu.org>
5326
a2ffbafe 5327 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
5328 Add autoload cookies.
5329
a2ffbafe 5330 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
5331 of cal-tex-24.
5332
0d140e65
EZ
53332001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5334
81558867
EZ
5335 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5336
0d140e65
EZ
5337 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5338 the character class after the (optional) drive, to support file
5339 names with embedded blanks.
5340
713f7b15
SS
53412001-02-15 Sam Steingold <sds@gnu.org>
5342
5343 * textmodes/tex-mode.el (tex-shell-running):
5344 Check the process buffer too.
5345
9a2a6f73
DL
53462001-02-15 Dave Love <fx@gnu.org>
5347
5348 * battery.el (battery-status-function): Fix doc, :type.
5349
15d1caef 5350 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 5351
fe10cef0
GM
53522001-02-15 Gerd Moellmann <gerd@gnu.org>
5353
5354 * subr.el (read-passwd): Clear Lisp memory holding password.
5355
126f5d4d
MB
53562001-02-15 Miles Bader <miles@gnu.org>
5357
5358 * info.el (Info-copy-current-node-name): New function.
5359 (Info-mode-menu): Add it to the menu.
5360
92e98d63
RS
53612001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5362
5363 * international/mule-cmds.el (toggle-input-method): Doc fix.
5364
dd4e0e55
SM
53652001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5366
5367 * replace.el (occur): Stop at end of buffer.
5368
402dbbd1
EZ
53692001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5370
5371 * international/mule-cmds.el (set-input-method): Another doc fix.
5372
e9fcba3d
GM
53732001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5374
5375 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5376
78ad1cd5
MB
53772001-02-13 Miles Bader <miles@gnu.org>
5378
713f7b15 5379 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
5380 (set-face-stipple): Treat a value of nil as being `unspecified'.
5381
fce9d9dc
DL
53822001-02-12 Dave Love <d.love@dl.ac.uk>
5383
5384 * international/latin1-disp.el: Doc fixes.
5385 (latin1-display) <defgroup>: Add :link.
5386 (latin1-display) <function>: Set variable latin1-display.
5387
bc406911
EZ
53882001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5389
5390 * international/mule-cmds.el (set-input-method): Doc fix.
5391
68514d48
EL
53922001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5393
5394 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5395 (speedbar-line-file): Return nil if not a file.
5396 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5397
513bea45 53982001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 5399
513bea45
MK
5400 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5401 for remote files.
bc406911 5402 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 5403 with raw-text.
713f7b15 5404
513bea45 5405 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 5406
83c9cb8e
SM
5407 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5408 Better handling of the diff mode.
713f7b15 5409
513bea45 5410 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 5411
bc406911 5412 * viper.texi: Fix typos.
713f7b15 5413
521d4010
DL
54142001-02-11 Dave Love <fx@gnu.org>
5415
36fd8e17
DL
5416 * shadowfile.el: Doc fixes.
5417 (shadow) <defgroup>: Add :link.
5418 (shadowfile-unload-hook): New function.
5419 (shadow-initialize): Use defalias, not fset.
5420 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 5421 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 5422
521d4010
DL
5423 * international/mule.el: Doc and message fixes.
5424
36fd8e17
DL
5425 * international/ccl.el (define-ccl-program): Doc fix.
5426
92395bbe
KH
54272001-02-11 Kenichi Handa <handa@etl.go.jp>
5428
5429 * faces.el (mode-line): Set :line-width property to -1.
5430
103db06c
RS
54312001-02-10 Richard M. Stallman <rms@gnu.org>
5432
08b78974
RS
5433 * complete.el (partial-completion-mode): Doc fix.
5434
103db06c
RS
5435 * simple.el (delete-key-deletes-forward-mode):
5436 Change `let' to `let*' to fix gross bug in last change.
5437
5438 * repeat.el (repeat): Don't let execute-kbd-macro alter
5439 real-last-command.
5440
a6a1ee53
EZ
54412001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5442
5443 * simple.el (eval-expression): Doc fix.
5444
d2f288c6
DL
54452001-02-09 Dave Love <fx@gnu.org>
5446
038f4ae3
DL
5447 * imenu.el (imenu-generic-expression): Doc fix.
5448
83c9cb8e
SM
5449 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5450 From Juanma Barranquero.
038f4ae3 5451
15d1caef 5452 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 5453
9804b846
KH
54542001-02-09 Kenichi Handa <handa@etl.go.jp>
5455
5456 * faces.el (set-face-attribute): Describe the case of a negative
5457 value specified for :line-width.
5458
532f5197
SM
54592001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5460
5461 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 5462 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 5463
1d279666
DL
54642001-02-08 Dave Love <fx@gnu.org>
5465
4681ca3a
DL
5466 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5467 widget-plist-value-type.
5468 (widget-alist-convert-widget): Replace binding of
5469 widget-alist-value-type.
5470
1d279666
DL
5471 * textmodes/paragraphs.el (sentence-end): Doc fix.
5472
83c9cb8e
SM
5473 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5474 Remove `backward-line'.
1d279666 5475
532f5197
SM
5476 * play/pong.el (pong-blank-color, pong-bat-color)
5477 (pong-ball-color, pong-border-color, pong-left-key)
5478 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5479 (pong-pause-key, pong-resume-key, pong-timer-delay):
5480 * mail/mh-comp.el (mh-compose-letter-function):
5481 * eshell/esh-mode.el (eshell-skip-prompt-function):
5482 * emulation/viper-ex.el (ex-unix-type-shell-options):
5483 * recentf.el (recentf-menu-filter):
5484 * ps-print.el (ps-print-region-function):
5485 * lpr.el (print-region-function):
5486 * forms.el (forms-mode-hooks):
5487 * dirtrack.el (dirtrack-directory-change-hook):
5488 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5489 * textmodes/spell.el (spell-filter):
5490 * textmodes/fill.el (adaptive-fill-function):
5491 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5492 * progmodes/etags.el (find-tag-default-function):
5493 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
5494 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5495
6f676109
EZ
54962001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5497
751d3bc4
EZ
5498 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5499 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5500 Meyering <jim@meyering.net>.
5501
6f676109
EZ
5502 * loadup.el: Revert last change.
5503
d3c26cdf
KH
55042001-02-07 Kenichi Handa <handa@etl.go.jp>
5505
83c9cb8e
SM
5506 * international/mule.el (transform-make-coding-system-args):
5507 Make it work also for coding systems not using CCL.
d3c26cdf 5508
44806980
EZ
55092001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5510
9889af08
EZ
5511 * simple.el (previous-matching-history-element)
5512 (next-matching-history-element): Doc fix.
5513
44806980
EZ
5514 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5515 specific part.
5516
1e36ff68
DL
55172001-02-06 Dave Love <fx@gnu.org>
5518
713f7b15 5519 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
5520 (add-log-buffer-file-name-function, add-log-file-name-function):
5521 Fix :type.
5522 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5523
c7ca58df
EZ
55242001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5525
fecd556a
EZ
5526 * info.el (info-initialize): Remove the test for system-type when
5527 invocation-directory is non-nil.
5528
c7ca58df
EZ
5529 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5530 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5531
587b5737
AI
55322001-02-06 Andrew Innes <andrewi@gnu.org>
5533
5534 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5535 absolute.
5536
baf7eee4
GM
55372001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5538
5539 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5540 buffers. When hi-lock turned on rather than only checking current
5541 buffer for regexps, all buffers are checked. Moved activation of
5542 font-lock to hi-lock-refontify. When font-lock turned off rather
5543 than removing added highlighting just in current buffer, remove it
5544 in all buffers. Changed edit menu text from "Automatic
5545 Highlighting" to "Regexp Highlighting" Documentation for
5546 highlighting phrases, minor documentation changes.
5547 (hi-lock-set-file-patterns): Execute only if there are new or
5548 existing file patterns.
5549 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5550 unfontify and, if a support mode is active, will not refontify the
5551 whole buffer. If necessary, turn on font lock. (Removed
5552 font-lock-unfontify and font-lock support-mode-specific calls,
5553 such as lazy-lock-fontify-window.)
5554 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5555 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 5556 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
5557 (hi-lock-face-phrase-buffer): New function. Also added related
5558 menu item and keybinding.
5559 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5560 (hi-lock-process-phrase): New function.
5561 (hi-lock-line-face-buffer): Doc fixes.
5562 (hi-lock-face-buffer): Doc fixes.
5563 (hi-lock-unface-buffer): Doc fixes.
713f7b15 5564
36710aa6
GM
55652001-02-06 Gerd Moellmann <gerd@gnu.org>
5566
5567 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5568 dabbrev-ignored-regexps.
5569
d3f22784
EZ
55702001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5571
5572 * simple.el (kill-line): Doc fix.
5573
5cb3c8d4
DL
55742001-02-05 Dave Love <fx@gnu.org>
5575
5576 * loadup.el: Revert last two changes -- bootstrapping works with
5577 regenerated loaddefs.
5578
e6297e7d
EZ
55792001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5580
1e14b095
EZ
5581 * isearch.el (isearch-forward): Doc fix.
5582
e6297e7d
EZ
5583 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5584 of font-lock-defaults to backward-paragraph.
5585
e16f52ce
GM
55862001-02-05 Gerd Moellmann <gerd@gnu.org>
5587
5588 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5589 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5590
01d19dd7
GM
55912001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5592
5593 * ebnf2ps.el: Eliminate time-stamp functions.
5594 (ebnf-version): New version (3.5).
5595 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5596 format-time-string.
5597
24886813
GM
55982001-02-05 Gerd Moellmann <gerd@gnu.org>
5599
5600 * simple.el (next-line): Goto end-of-line before inserting a newline.
5601
65e70fc4
MB
56022001-02-05 Miles Bader <miles@gnu.org>
5603
5604 * image-file.el (insert-image-file): When visiting an image, also
5605 set `truncate-lines' to t so that any fringe arrow looks correct.
5606
482f06c9
KH
56072001-02-05 Kenichi Handa <handa@etl.go.jp>
5608
5609 * isearch.el (isearch-forward): Add description about input method
5610 in the docsting.
5611
02399da7
SM
56122001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5613
5614 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5615
2c366083
EZ
56162001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5617
5618 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 5619 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 5620
bdadfce3
GM
56212001-02-02 Gerd Moellmann <gerd@gnu.org>
5622
79fb38c0
GM
5623 * wid-edit.el (widget-button-click): Fix last change.
5624
bdadfce3
GM
5625 * frame.el (frame-notice-user-settings): When resizing the initial
5626 frame because the tool bar is off, also change the frame's top
5627 position if a negative top position was specified.
5628
33155ffb
MB
56292001-02-02 Miles Bader <miles@gnu.org>
5630
5631 * image-file.el (insert-image-file): When visiting an image,
5632 suppress the cursor in the image buffer.
5633
1355ba0c
DL
56342001-02-01 Dave Love <fx@gnu.org>
5635
5636 * progmodes/f90.el (f90-mode): Remove startup message.
5637
fb758d2d 5638 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 5639
01acdb05
GM
56402001-02-01 Gerd Moellmann <gerd@gnu.org>
5641
5642 * startup.el (command-line): Fix code determining whether or not
5643 to use delete-key-deletes-forward-mode.
5644
5b1ee316
AS
56452001-02-01 Andre Spiegel <spiegel@gnu.org>
5646
5647 * vc.el (vc-diff-switches): New user option.
5648 (vc-version-diff): Use it.
5649 (vc-diff-switches-list): New macro.
5650
83c9cb8e
SM
5651 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5652 New customization options.
5b1ee316
AS
5653 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5654
5655 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5656
00b1e7a1
GM
56572001-02-01 Gerd Moellmann <gerd@gnu.org>
5658
5659 * msb.el (toplevel): Quote hook symbols.
5660
85827036
KH
56612001-02-01 Kenichi Handa <handa@etl.go.jp>
5662
8e028499 5663 * international/mule.el (make-coding-system): Add description
3c948dde 5664 about recognized properties in the docstring.
8e028499 5665
85827036
KH
5666 * international/mule-conf.el: Remove unused charsets
5667 mac-roman-lower and mac-roman-upper.
5668
7ccf7ab9
GM
56692001-01-31 Gerd Moellmann <gerd@gnu.org>
5670
2441692d
GM
5671 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5672 is in front of the left-margin, if any.
5673
ee5cece0
GM
5674 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5675 like `delete'.
5676
83c9cb8e 5677 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 5678
7ccf7ab9
GM
5679 * term/w32-win.el (mouse-set-font): Doc fix.
5680
b4f30ec5 56812001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 5682
b4f30ec5
GM
5683 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5684 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5685 on already.
5686
03e0fe6e
GM
56872001-01-31 Markus Rost <rost@math.ohio-state.edu>
5688
5689 * files.el (save-buffer): Don't give message if (buffer-file-name)
5690 returns nil.
713f7b15 5691
8f289acc
EZ
56922001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5693
cb4aae04
EZ
5694 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5695
dbd98b19
EZ
5696 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5697 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5698
8f289acc
EZ
5699 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5700 display problems.
5701
c12553c1
KH
57022001-01-31 Kenichi Handa <handa@etl.go.jp>
5703
c7bf5db9
KH
5704 * international/mule.el (charset-info): Fix docstring.
5705
5706 * international/mule-diag.el (describe-character-set): Check final
5707 char valid before printing it.
c12553c1 5708
14f16b9c
GM
57092001-01-30 Gerd Moellmann <gerd@gnu.org>
5710
efaa080b
GM
5711 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5712
eef93f99
GM
5713 * frame.el (frame-notice-user-settings): Do the tool-bar
5714 stuff only for graphical displays. Fix a braino.
713f7b15 5715
14f16b9c
GM
5716 * frame.el (frame-initialize): Create initial frame visible.
5717 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 5718 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
5719
5720 * startup.el (command-line): Remove manipulation of frame
5721 height for tool bars.
5722
4ad25e43
EZ
57232001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5724
5725 * lpr.el: Compatibility with XEmacs and doc fixes.
5726 (lpr-windows-system, lpr-lp-system): New vars.
5727 (lpr-printer-switch): New defcustom.
5728 (printer-name, lpr-command): Customization fix.
5729 (print-region-1): Code fix.
5730 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
5731 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5732 New functions.
4ad25e43 5733
e8f044a0
GM
57342001-01-29 Gerd Moellmann <gerd@gnu.org>
5735
5736 * msb.el (toplevel): Fix the eval-after-load.
5737
850d5045
GM
57382001-01-29 Dave Love <fx@gnu.org>
5739
762fe76e
DL
5740 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5741
5742 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5743
83c9cb8e 5744 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
5745 (tcl-using-emacs-19-23): Consider Emacs 21+.
5746 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5747 (tcl-add-emacs-menu): Supply menu name.
5748 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5749
3a768251
GM
57502001-01-29 Gerd Moellmann <gerd@gnu.org>
5751
5752 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5753
274d02f7
SM
57542001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5755
5756 * pcvs.el (cvs-mark-fis-dead): New function.
5757 (cvs-mode-add): Use it.
5758 (cvs-mode-add-change-log-entry-other-window):
5759 Rebind change-log-default-name to itself rather than to nil.
5760
ed5d446e
SS
57612001-01-29 Sam Steingold <sds@gnu.org>
5762
efaa080b 5763 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
5764 `autoload' statements.
5765
e2a80284
EZ
57662001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5767
8e1db7b3
EZ
5768 * files.el (confirm-kill-emacs): Doc fix.
5769
ff2a1c79
EZ
5770 * frame.el (frame-initialize): Doc fix.
5771
e7b0deaf
EZ
5772 * time-stamp.el (time-stamp-string): Doc fix.
5773
83c9cb8e
SM
5774 * woman.el (WoMan-log-1): Make the log buffer writable.
5775 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 5776
005913e4
GM
57772001-01-29 Gerd Moellmann <gerd@gnu.org>
5778
5779 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5780 the `make-variable-buffer-local'.
5781
58622cc5
GM
57822001-01-29 Dave Love <fx@gnu.org>
5783
5784 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
5785 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5786 Add autoload cookie.
58622cc5
GM
5787 (ansi-color-apply-sequence): Fix typo.
5788
0404d031
GM
57892001-01-29 Gerd Moellmann <gerd@gnu.org>
5790
ed5d446e 5791 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
5792 Postscript printing in black and white.
5793
0404d031
GM
5794 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5795 X-Mailman-Version, Precedence, List-Help, List-Post,
5796 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5797 Content-Type, Content-Length.
5798
3b6ed359
DL
57992001-01-29 Dave Love <fx@gnu.org>
5800
ddd16e7a
DL
5801 * elide-head.el (elide-head): Make overlay evaporate.
5802
83c9cb8e 5803 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 5804
8005142f
EZ
58052001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5806
5807 * isearch.el (isearch-highlight): Don't punt if the display
5808 doesn't support colors, since isearch faces are defined for
5809 monochrome displays as well.
5810
84728570
SS
58112001-01-27 Sam Steingold <sds@gnu.org>
5812
5813 * shell.el (shell-write-history-on-exit): Make sure that we are in
5814 the shell buffer (M-x tex-file RET inserted the error message into
5815 the TeX buffer).
5816
e26f9ced
EZ
58172001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5818
5819 * simple.el (transient-mark-mode): Doc fix.
5820
dc0274bd
GM
58212001-01-27 Gerd Moellmann <gerd@gnu.org>
5822
83c9cb8e 5823 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 5824
c1acacc4
EZ
58252001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5826
f5058b96
EZ
5827 * shell.el (shell-unquote-argument): If the shell is one of the
5828 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5829 quote character.
5830 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 5831 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 5832
c1acacc4 5833 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 5834 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 5835
103db06c 58362001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 5837
84728570 5838 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
5839 Treat a one-capital-letter abbrev as "not all upper case",
5840 so as to force preservation of the expansion's pattern
5841 if the expansion starts with a capital letter.
5842
cfa70244
EZ
58432001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5844
cfee9de7
EZ
5845 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5846 Doc fix.
5847
cfa70244
EZ
5848 * simple.el (transient-mark-mode): Document the fact that many
5849 commands act on the region when mark is active.
5850
17d90d6b
KH
58512001-01-27 Kenichi Handa <handa@etl.go.jp>
5852
5853 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 5854 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
5855 (quail-show-guidance-buf): Make the multibyteness of current
5856 buffer inherited to Quail guidance buffer.
5857 (quail-help): Make the multibyteness of current buffer inherited
5858 to Quail help buffer.
5859
61076b20
DL
58602001-01-26 Dave Love <fx@gnu.org>
5861
c47e2c68
DL
5862 * time-stamp.el: Doc fixes.
5863
84728570 5864 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
5865 (delphi-keyword-face, delphi-other-face): Fix :type.
5866
940f14b4
DL
5867 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5868
5869 * mail/feedmail.el (feedmail): Add :link.
5870 (feedmail-send-it): Doc fix.
5871
5872 * mail/sendmail.el: Doc fixes.
5873 (sendmail-send-it): Fix the non-ASCII regexp and use
5874 rfc2047-encode-string.
5875
61076b20
DL
5876 * dired.el, dired-aux.el: Revert last change.
5877
6c317bd2
GM
58782001-01-26 Gerd Moellmann <gerd@gnu.org>
5879
5880 * makefile.w32-in (DONTCOMPILE): Add various term files.
5881
58822001-01-26 Dave Love <fx@gnu.org>
5883
5884 * Makefile.in (DONTCOMPILE): Add various term files.
5885
1c636b5f
GM
58862001-01-26 Gerd Moellmann <gerd@gnu.org>
5887
af900b23
GM
5888 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5889
15fa6db0 5890 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 5891 the echo area is resized to fit the size of the startup message.
15fa6db0 5892
1c636b5f
GM
5893 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5894 part of which is a constant.
5895
9b1adbd5
EZ
58962001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5897
83c9cb8e 5898 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 5899
103db06c 59002001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
5901
5902 * simple.el (next-line): Don't let `newline' expand abbrevs.
5903 Simplify slightly.
5904 (open-line): Don't let `newline' expand abbrevs.
5905
219227ea
JW
59062001-01-25 John Wiegley <johnw@gnu.org>
5907
5908 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5909 to `repeat' in the :type field.
5910
5911 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5912 allow a choice of regexp or nil.
d2906bf8 5913 (pcomplete-dir-ignore): Same.
219227ea
JW
5914
5915 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5916 a command) to always fail.
5917
ceba0dac
GM
59182001-01-25 Gerd Moellmann <gerd@gnu.org>
5919
5920 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5921 discard the result.
5922 (iswitchb-to-end): Likewise.
5923
9b0630e5
SS
59242001-01-25 Sam Steingold <sds@gnu.org>
5925
5926 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 5927 Require vc.
9b0630e5 5928
a2ed9670
SM
59292001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5930
f0c1adab
SM
5931 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5932
a2ed9670
SM
5933 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5934
34ac3367
DL
59352001-01-25 Dave Love <fx@gnu.org>
5936
61076b20
DL
5937 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5938 (describe-coding-system): Tweak the English text.
5939
34ac3367
DL
5940 * loadup.el: Preload international/ccl for utf-8.
5941
4685e6b7
EZ
59422001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5943
5944 * mail/rmail.el (rmail-redecode-body): Doc fix.
5945
0fdb4475
KH
59462001-01-25 Kenichi Handa <handa@etl.go.jp>
5947
83c9cb8e
SM
5948 * international/mule-cmds.el (reset-language-environment):
5949 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 5950
83c9cb8e
SM
5951 * international/mule-conf.el (coding-category-utf-8):
5952 Initialize to mule-utf-8.
0fdb4475 5953
9b0630e5 5954 * loadup.el: Preload international/utf-8.
0fdb4475
KH
5955
5956 * international/utf-8.el: New file.
5957
245ed2b1
SM
59582001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5959
5960 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5961
e95b0c08
SS
59622001-01-24 Sam Steingold <sds@gnu.org>
5963
5964 * dired.el (dired-replace-in-string): Removed.
5965 (dired-sort-toggle): Use `replace-regexps-in-string'
5966 instead of `dired-replace-in-string'.
9b0630e5 5967
ceba0dac
GM
5968 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5969 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 5970
e95b0c08
SS
5971 * gs.el (gs-replace-in-string): Removed.
5972 (gs-options): Use `replace-regexps-in-string'
5973 instead of `gs-replace-in-string'.
5974
c3902c3e
EZ
59752001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5976
5977 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5978 bug report is mailed to an email list and posted to a news group.
5979
b66b6aeb
GM
59802001-01-24 Gerd Moellmann <gerd@gnu.org>
5981
83c9cb8e
SM
5982 * comint.el (comint-replace-by-expanded-history-before-point):
5983 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 5984
b66b6aeb
GM
5985 * startup.el (tool-bar-images-pixel-height): New variable.
5986 (command-line): After loading the user's init file, when
5987 tool-bar-mode is on, increase the frame's size by some lines for
5988 the tool-bar.
5989
5990 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 5991
ff890e66
SZ
59922001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5993
5994 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5995 (chinese-big5): MIME:Big5.
5996
04363179
GM
59972001-01-24 Gerd Moellmann <gerd@gnu.org>
5998
e95b0c08 5999 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
6000 Handle commands with prefix args.
6001
d56aaa64
GM
60022001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6003
6004 * calendar/diary-lib.el (diary-float): Fix case of MONTH
6005 being a list of numbers.
6006 (diary-mail-entries): Rewritten.
6007
99858627
DL
60082001-01-23 Dave Love <fx@gnu.org>
6009
7aeb1fa9
DL
6010 * international/mule.el (make-coding-system): Fix typo.
6011
83c9cb8e
SM
6012 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
6013 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 6014
5a43decf
EZ
60152001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
6016
6017 * font-lock.el (font-lock-mode): Doc fix.
6018
b0e98867
KH
60192001-01-23 Kenichi Handa <handa@etl.go.jp>
6020
6021 * international/mule.el (make-translation-table): Fix docstring.
6022
9c8acefd
EZ
60232001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
6024
fd4976b8
EZ
6025 * mail/rmail.el (rmail-redecode-body): New function.
6026
9c8acefd
EZ
6027 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
6028
871e0439
GM
60292001-01-22 Gerd Moellmann <gerd@gnu.org>
6030
21c2bbe0
GM
6031 * isearch.el (isearch-lazy-highlight-case-fold-search)
6032 (isearch-lazy-highlight-regexp): New variables.
6033 (isearch-lazy-highlight-cleanup): Update lazy highlight if
6034 case-fold search or regexp search has been toggled.
6035
5710730c
GM
6036 * wid-edit.el (widget-button-click): Avoid a save-excursion
6037 around running a global binding.
6038
871e0439
GM
6039 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
6040 to 0.25.
6041
d0554957
MB
60422001-01-20 Miles Bader <miles@gnu.org>
6043
6044 * cus-edit.el (custom-face-save): Do post-processing on the face's
6045 new value like `custom-face-set' does.
6046
1519f618
EZ
60472001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6048
ccd87890
EZ
6049 * mail/emacsbug.el (report-emacs-bug): Report the value of
6050 LC_CTYPE, not LC_TYPE.
6051
1519f618
EZ
6052 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
6053 isearch-toggle-regexp and isearch-edit-string to doc string.
6054
9724173b
GM
60552001-01-19 Gerd Moellmann <gerd@gnu.org>
6056
48bb9196
GM
6057 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
6058 as font-lock-beginning-of-syntax-function in font-lock-defaults.
6059
e95b0c08 6060 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
6061 font-lock-beginning-of-syntax-function to nil.
6062
dc81f8a2
EZ
60632001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
6064
6065 * mail/emacsbug.el (report-emacs-bug): Report values of
6066 locale-coding-system, default-enable-multibyte-characters, and the
6067 environment variables LC_ALL, LC_TYPE, and LANG.
6068
99327974
GM
60692001-01-19 Gerd Moellmann <gerd@gnu.org>
6070
83c9cb8e 6071 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 6072
2be6ecc6
GM
6073 * font-lock.el (font-lock-multiline): Default to nil.
6074 (font-lock-default-fontify-region): If font-lock-multiline is
6075 nil, don't check the property `font-lock-multiline'.
6076
99327974
GM
6077 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
6078 is nil, don't check the `font-lock-multiline' text property.
6079
2550055a
MK
60802001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
6081
0a949811 6082 * viper.el: Call initial-major-mode on startup.
e95b0c08 6083
0a949811 6084 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 6085
8501998a 6086 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 6087
2550055a 60882001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 6089
0a949811 6090 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 6091 diff mode, if available.
e95b0c08 6092
0a949811 60932001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 6094
8501998a 6095 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 6096
2550055a
MK
6097 * ediff-init.el (subst-char-in-string): Define and use it, unless
6098 it's already defined.
e95b0c08 6099
8962e303
GM
61002001-01-18 Gerd Moellmann <gerd@gnu.org>
6101
6102 * tooltip.el (tooltip-hide-delay): New user-option.
6103 (tooltip-show): Use tooltip-hide-delay instead of the default.
6104
6b453381
KH
61052001-01-18 Kenichi Handa <handa@etl.go.jp>
6106
6107 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
6108 kill-local-variable doesn't work for enable-multibyte-characters.
6109
9eaf396b
DL
61102001-01-17 Dave Love <fx@gnu.org>
6111
cebd37ce
DL
6112 * ediff-init.el (ediff-before-setup-hook)
6113 (ediff-merge-filename-prefix): Add :version.
6114
9eaf396b
DL
6115 * international/latin1-disp.el: Require disp-table.
6116 (latin1-display): Fix :set.
6117
6118 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6119
f864120f
GM
61202001-01-17 Gerd Moellmann <gerd@gnu.org>
6121
6122 * isearch.el (isearch-lazy-highlight-initial-delay)
6123 (isearch-lazy-highlight-interval): Default to 0.
6124
61252001-01-17 Bob Glickstein <bobg@zanshin.com>
6126
6127 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6128 1 here rather than each time through
6129 isearch-lazy-highlight-new-loop.
6130 (isearch-lazy-highlight-max): Variable deleted.
6131 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6132 isearch-lazy-highlight-max but controls a single invocation of
6133 isearch-lazy-highlight-update.
6134 (isearch-lazy-highlight-wrapped): Variable recreated.
6135 (isearch-lazy-highlight-window-start): New variable.
6136 (isearch-lazy-highlight-cleanup): Restored to behavior of
6137 before 2-Jan.
6138 (isearch-lazy-highlight-remove-overlays): Function deleted;
6139 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6140 behavior removed.
6141 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6142 isearch-lazy-highlight-update in a loop rather than just once.
6143 Test isearch-invalid-regexp here and decide not to start a new
6144 loop, rather than testing it each time through
6145 isearch-lazy-highlight-update.
6146 (isearch-lazy-highlight-search): Function restored.
6147 (isearch-lazy-highlight-update): Get called in a timer loop again,
6148 but this time highlight more than one match each time through.
83c9cb8e
SM
6149 Only highlight matches in the visible part of the window.
6150 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
6151 the edge of the window. Use sit-for to force redisplay and ensure
6152 window-start is credible. "Face suppressing" behavior removed;
6153 overlay priorities should make it unnecessary, right?
6154 (isearch-highlight): Face suppressing behavior removed.
6155 (isearch-dehighlight): Face suppressing behavior removed.
6156 (isearch-set-lazy-highlight-faces-at): Removed.
6157
076ec540
KH
61582001-01-17 Kenichi Handa <handa@etl.go.jp>
6159
6160 * language/european.el ("Latin-1"): Make the format of description
6161 about additional language environments same as that of Latin-2.
6162
92328ec5
DL
61632001-01-16 Dave Love <fx@gnu.org>
6164
39f2174e
DL
6165 * isearch.el (isearch-lazy-highlight): Add :version.
6166
92328ec5
DL
6167 * simple.el (backward-delete-char-untabify-method)
6168 (next-line-add-newlines): Add :version.
6169
f251459d
GM
61702001-01-16 Gerd Moellmann <gerd@gnu.org>
6171
9d4850e5
GM
6172 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6173 Don't bind <delete> otherwise.
6174
6175 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6176 and <delete> via function-key-map.
6177
f251459d
GM
6178 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6179 Subject line only if point is after the `Subject:'.
6180
771ffcf7
KH
61812001-01-16 Kenichi Handa <handa@etl.go.jp>
6182
bda6b481
KH
6183 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6184 japanese-jisx0213-2 in `charset' property of this lang. env.
6185
35793af7
KH
6186 * language/european.el ("Latin-1"): Add description for Dutch and
6187 Spanish lang. env.
6188
771ffcf7
KH
6189 * international/mule.el (decode-char): Fix conditions.
6190 (encode-char): Handle eight-bit-control too.
1c8102ff 6191 (transform-make-coding-system-args): New function.
50c29104
KH
6192 (make-coding-system): Accept XEmacs style arguments for CCL base
6193 coding system.
771ffcf7 6194
e1cf67b6
GM
61952001-01-15 Gerd Moellmann <gerd@gnu.org>
6196
6197 * progmodes/etags.el (find-tag-noselect): Save the value of
6198 tags-file-name before switching buffers, for the case it has a
6199 buffer-local value.
6200
b3287acf
GM
62012001-01-15 Alex Schroeder <alex@gnu.org>
6202
9eaf396b
DL
6203 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6204 From Dave Love <fx@gnu.org>.
b3287acf
GM
6205 (ansi-color-for-comint-mode): Fix :version.
6206
62072001-01-15 Alex Schroeder <alex@gnu.org>
6208
6209 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6210
8d7ff9c8
EZ
62112001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6212
6213 * dired.el (dired-insert-directory): If file-system-info fails,
6214 remove the " free " part, but don't signal an error.
6215
dbe99ae9
SS
62162001-01-12 Sam Steingold <sds@gnu.org>
6217
6218 * bookmark.el (bookmark-maybe-historicize-string):
6219 Use new backquote syntax.
6220
103db06c 62212001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
6222
6223 * subr.el (last): Handle a list that doesn't end in nil.
6224
ca2ddd8e
SS
62252001-01-12 Sam Steingold <sds@gnu.org>
6226
6227 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6228 to `backward-delete-char-untabify'.
6229
1751c874
DL
62302001-01-12 Dave Love <fx@gnu.org>
6231
6232 * cus-edit.el (customize-menu-create): Fix the :filter following
6233 easymenu change.
6234
6235 * wid-edit.el (function): Add :match-alternatives.
6236 (widget-color-action): Doc fix.
6237
3cccce8d
GM
62382001-01-12 Gerd Moellmann <gerd@gnu.org>
6239
6240 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6241
18bfd6b5
KH
62422001-01-12 Kenichi Handa <handa@etl.go.jp>
6243
83c9cb8e 6244 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 6245
18bfd6b5
KH
6246 * international/ccl.el (define-ccl-program): Fix docstring.
6247
562e00da
DL
62482001-01-11 Dave Love <fx@gnu.org>
6249
14fd0da3
DL
6250 * international/mule-cmds.el (standard-display-european-internal):
6251 Set display table for 2208 as for 160.
6252
6253 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6254
562e00da
DL
6255 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6256 entry for custom-menu-create change.
6257 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6258 don't cons it in the search loop.
6259
6260 * imenu.el (imenu--truncate-items): Revert last change.
6261
6e961dcd
EZ
62622001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6263
6264 * info.el (Info-setup-header-line): If the node header includes
6265 either Next: or Prev: links, don't show the File: and Node: parts
6266 in the header line.
6267
2c2ff7f2
GM
62682001-01-11 Gerd Moellmann <gerd@gnu.org>
6269
a7ee2d2e
GM
6270 * comint.el (comint-goto-process-mark): Don't print a message
6271 when running in batch mode.
6272
c5348233
GM
6273 * isearch.el (isearch-search): In the condition-case handler for
6274 `error', set isearch-invalid-regexp to the whole error message.
6275
422717d1
GM
6276 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6277 ensure that eval-after-load works for files dumped with Emacs.
6278
6279 * help.el (load-symbol-file-load-history): New function extracted
6280 from function symbol-file.
6281 (symbol-file): Use it.
6282
83c9cb8e 6283 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 6284
926861fb
EZ
62852001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6286
6287 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6288 behave as if there were no prefix argument.
6289 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6290 argument were nil.
6291
afa1f52c
RS
62922001-01-11 Richard M. Stallman <rms@gnu.org>
6293
ca2ddd8e 6294 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
6295 Don't look for more potential matches once maximum is exceeded.
6296 Use overlays-in to check correctly for overlap with current match.
6297 Ignore empty matches.
6298
47a9f362
MB
62992001-01-11 Miles Bader <miles@gnu.org>
6300
6301 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6302 (ispell-overlay-window, ispell-help, ispell-show-choices)
6303 (ispell-command-loop): Use it instead of `window-height'.
6304
d196f58d
GM
63052001-01-10 Gerd Moellmann <gerd@gnu.org>
6306
cf523f0e
GM
6307 * files.el (confirm-kill-emacs): New user-option.
6308 (save-buffers-kill-emacs): Ask for final confirmation before
6309 killing Emacs.
6310
d196f58d
GM
6311 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6312 to nil.
6313
7c6c3d8e
GM
63142001-01-10 Dave Love <fx@gnu.org>
6315
1f8be15d
DL
6316 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6317
83c9cb8e 6318 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
6319
6320 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6321
6322 * calculator.el (calculator-number-digits): Fix :type.
6323
0d5184de
DL
6324 * vc-cvs.el (vc-cvs-header): Fix :type.
6325 * vc-rcs.el (vc-rcs-header): Fix :type.
6326 * vc-sccs.el (vc-sccs-header): Fix :type.
6327
6328 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6329
7c6c3d8e
GM
6330 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6331
8c9f73a2
GM
6332 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6333
457b792c
GM
63342001-01-10 Gerd Moellmann <gerd@gnu.org>
6335
6336 * simple.el (set-variable): Force a thorough redisplay for the
6337 case that the variable has an effect on the display, like
6338 `tab-width' has.
6339
d2622d08
AS
63402001-01-10 Andre Spiegel <spiegel@gnu.org>
6341
6342 * vc.el: Add documentation for backend interface.
6343
ae4b5f4f
KH
63442001-01-10 Kenichi Handa <handa@etl.go.jp>
6345
e0844717
KH
6346 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6347
ae4b5f4f
KH
6348 * international/mule-conf.el (latin-extra-code-table): Set to t
6349 for \223 and \224.
6350
3184082b
KH
63512001-01-09 Kenichi Handa <handa@etl.go.jp>
6352
6353 * international/mule-cmds.el (locale-language-names): Map "es" to
6354 "Spanish" and "nl" to "Dutch".
6355
732b9cdd
GM
63562001-01-09 Gerd Moellmann <gerd@gnu.org>
6357
1dfca644
GM
6358 * bindings.el (global-map): Bind <home> to beginning-of-line,
6359 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6360 C-<end> to end-of-buffer.
6361
732b9cdd
GM
6362 * language/european.el: Add Dutch and Spanish language info
6363 to be able to use the appropriate tutorials.
6364
63652001-01-09 Alex Schroeder <alex@gnu.org>
6366
6367 * ansi-color.el (ansi-color-process-output): Use markers instead
6368 of positions for start and end of region.
6369 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6370 Previously, occasional mistakes happend when fontifying many
6371 chunks of output (eg. ls --color=yes /dev). This happened
6372 whenever an overlay was created up to the end of the region, which
6373 coincided with the process-mark. New text would then be added
6374 within that overlay instead of after it.
6375 (ansi-color-make-extent): Overlays are created with the property
6376 `modification-hooks' set to '(ansi-color-freeze-overlay).
6377 (ansi-color-freeze-overlay): New function. When inserting text at
6378 the end of the overlay, the overlay will resize.
6379
63802000-01-09 Alex Schroeder <alex@gnu.org>
6381
6382 * ansi-color.el (ansi-color-process-output): Doc change.
6383 (ansi-color-unfontify-region): Doc change. No longer installed
6384 automatically in font-lock-unfontify-region-function.
6385 (ansi-color-apply): Doc change.
6386 (ansi-color-apply-on-region): Use extents or overlays instead of
6387 text-properties.
6388 (ansi-color-make-extent): New function.
6389 (ansi-color-set-extent-face): New function.
6390
63912000-01-09 Alex Schroeder <alex@gnu.org>
6392
6393 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6394 both use ansi-color-process-output, now.
6395 (ansi-color-process-output): Doesn't return string anymore. It is
6396 installed in comint-output-filter-functions for both Emacs and
6397 XEmacs, now.
6398 (ansi-color-unfontify-region): Simplified code removing variables
6399 pos and start-ansi.
6400 (ansi-color-apply): Put text-property ansi-color before putting
6401 text-property face because ansi-color-unfontify-region is called
6402 immediately after the call to put-text-property.
6403 (ansi-color-context-region): Doc change.
6404 (ansi-color-filter-region): Simplified code.
6405 (ansi-color-apply-on-region): Changed start to start-marker, using
6406 a marker explicitly. Put text-property ansi-color before putting
6407 text-property face because ansi-color-unfontify-region is called
6408 immediately after the call to put-text-property.
6409
64102000-01-09 Alex Schroeder <alex@gnu.org>
6411
6412 * ansi-color.el (ansi-color-faces-vector): Doc change.
6413 (ansi-color-for-comint-mode): Changed :type property to choice.
6414 (ansi-color-last-context): Removed.
6415 (ansi-color-process-output): Don't use ansi-color-last-context, as
6416 the main functions will store their context now.
6417 (ansi-color-context): Doc change.
6418 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6419 Uses ansi-color-context such that repeated calls will strip
6420 partial escape sequences, too.
6421 (ansi-color-apply): Simplified code. Colorize end of string if
6422 face is not null. Store context in new (FACE STRING) format, such
6423 that repeated calls will strip partial escape sequences, too.
6424 Append faces to face property using ansi-color-apply-sequence such
6425 that cumulative mode actually works.
6426 (ansi-color-context-region): New variable.
6427 (ansi-color-filter-region): Rewrote it based on
6428 ansi-color-apply-on-region. Uses ansi-color-context-region such
6429 that repeated calls will strip partial escape sequences, too.
6430 (ansi-color-apply-on-region): Simplified code. Colorize end of
6431 region if face is not null. Store context in new (FACE POS)
6432 format, such that repeated calls will strip partial escape
6433 sequences, too. Append faces to face property using
83c9cb8e 6434 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
6435 (ansi-color-apply-sequence): New function.
6436 (ansi-color-get-face): When the default face is added to the list
6437 of faces, all previous settings are discarded and the list of
6438 faces is set to '(default).
6439
64402000-01-09 Alex Schroeder <alex@gnu.org>
6441
6442 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6443 face, such that ansi-color-apply and ansi-color-apply-on-region
6444 will do the right thing.
6445 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6446 returns nil, set the list of faces back to nil instead of
83c9cb8e 6447 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
6448
64492000-01-09 Alex Schroeder <alex@gnu.org>
6450
6451 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6452 (ansi-color-process): Doc change.
6453 (ansi-color-last-context): New buffer-local variable.
6454 (ansi-color-process-output): New function. It is automatically
6455 added to comint-output-filter-functions if this is XEmacs.
6456 (ansi-color-unfontify-region): New optional parameter for XEmacs
6457 compatibility. Check wether font-lock-syntactic-keywords is
6458 boundp before removing the syntax table text property, as XEmacs
6459 doesn't have it.
6460 (ansi-color-filter-region): Doc change.
6461 (ansi-color-apply-on-region): Doc change.
6462 (ansi-color-make-face): New function. Compatibility layer for
6463 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6464 (ansi-color-make-color-map): Use ansi-color-make-face.
6465 (ansi-color-get-face): Avoid face text property '(nil) as results
6466 in an errow for XEmacs.
6467
64682000-01-09 Alex Schroeder <alex@gnu.org>
6469
83c9cb8e
SM
6470 * ansi-color.el (ansi-color-unfontify-region): New function.
6471 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
6472 ansi-color. When the package is loaded, a lambda expression is
6473 put onto font-lock-mode-hook. This lambda expression will check
6474 font-lock-unfontify-region-function and replace
83c9cb8e 6475 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
6476 (ansi-color-apply): Add text-property ansi-color in addition to
6477 text-property face.
6478 (ansi-color-apply-on-region): Add text-property ansi-color in
6479 addition to text-property face.
6480 (save-buffer-state): Copy of the macro that is also used by
6481 lazy-lock and font-lock.
6482
6483 (ansi-color-for-comint-mode): New option.
6484 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6485 (ansi-color-for-comint-mode-off): Ditto.
6486 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
6487 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6488 decide what to do. This function is added to
6489 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
6490
6491 (ansi-color-for-shell-mode-set): Removed.
6492 (ansi-color-for-shell-mode): Removed.
6493
64942000-01-09 Alex Schroeder <alex@gnu.org>
6495
6496 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6497 the lambda expression from the ansi-color-for-shell-mode :set
6498 property. Additionally, modify shell-mode-hook to enable or
6499 disable font-lock-mode for future shell buffers.
6500 (ansi-color-for-shell-mode): The :set property calls
6501 ansi-color-for-shell-mode-set instead of a lambda expression.
6502
65032000-01-09 Alex Schroeder <alex@gnu.org>
6504
6505 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6506 (ansi-color-context): New variable.
6507 (ansi-color-apply): Save context between calls.
6508
fb55ff10
EZ
65092001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6510
83c9cb8e
SM
6511 * isearch.el (isearch, isearch-lazy-highlight-face):
6512 New definitions for face colors and attributes.
29910493 6513
fb55ff10
EZ
6514 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6515 of display-mouse-p.
6516
134d6265
KH
65172001-01-09 Kenichi Handa <handa@etl.go.jp>
6518
6519 * international/mule.el (make-coding-system): If the coding system
6520 accepts extra latin codes, register such codes as safe for the
6521 coding system.
6522
103db06c 65232001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 6524
984c9f75
RS
6525 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6526 don't mention the file name or the date here, because they are
6527 logged at the start of the file.
6528
65292001-01-08 Richard M. Stallman <rms@gnu.org>
6530
78b8eee8
RS
6531 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6532 Change screen-width to frame-width.
6533
1460e5d4
EZ
65342001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6535
6536 * info.el (Info-search): Print the default as part of the prompt.
6537
56f24bc1
AS
65382001-01-08 Andre Spiegel <spiegel@gnu.org>
6539
ca2ddd8e 6540 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
6541 constant implementations in backends.
6542
6543 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6544 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6545
6546 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6547 WRITABLE to EDITABLE.
6548
6549 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6550 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6551 to EDITABLE.
6552
b7812d30
EZ
65532001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6554
6555 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 6556 (copyright, copyright-update): Compute the current year at run time.
b7812d30 6557
7e56ea04
GM
65582001-01-08 Gerd Moellmann <gerd@gnu.org>
6559
6560 * isearch.el (isearch-old-signal-hook): Removed.
6561 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6562 instead of setting signal-hook-function.
6563 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6564
a758f97d
GM
65652001-01-08 Kevin Gallagher <kevingal@onramp.net>
6566
6567 * emulation/edt.el: Update to version 4.0. Provide support for
6568 EDT scroll margins at top and bottom of the window. Provide an
6569 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6570 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
6571 user when file-related buffer modifications exist.
6572 Provide support for running EDT Emulation in XEmacs.
6573 Provide customize access to some user updatable variables.
6574 Add Commentary section to file header.
6575 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
6576
6577 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6578 for detecting a keypress that generates an ASCII key sequence.
6579 (Previously, only a keypress that generates a vector was
6580 recognized.) Embed Window Manager name into name of the generated
6581 EDT Emulation initialization file since the initialization file is
6582 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 6583
30db89f9
EZ
65842001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6585
4deb3ba9
EZ
6586 * mail/sendmail.el (mail-mode): Doc fix.
6587
30db89f9
EZ
6588 * info.el (Info-goto-emacs-command-node): Doc fix.
6589 (Info-goto-emacs-key-command-node): Doc fix.
6590
c3f2772b
EZ
65912001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6592
8726e79b 6593 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
6594 systems without long file-name support.
6595
0dac6924
AI
65962001-01-06 Andrew Innes <andrewi@gnu.org>
6597
6598 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6599
4e6ef391
EZ
66002001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6601
380866a2
EZ
6602 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6603 (isearch-lazy-highlight-update): Doc fix.
6604
148b5960
EZ
6605 * ffap.el (ffap-bindings): Doc fix.
6606
4e6ef391
EZ
6607 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6608
4cb1bcc2
DL
66092001-01-05 Dave Love <fx@gnu.org>
6610
6611 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6612
3828218c
GM
66132001-01-05 Gerd Moellmann <gerd@gnu.org>
6614
83c9cb8e
SM
6615 * mouse-drag.el (mouse-drag-safe-scroll):
6616 Bind scroll-preserve-screen-position to nil.
f1ade7d3 6617
1f4139d5
GM
6618 * isearch.el (isearch-old-signal-hook): New variable.
6619 (isearch-mode): Set signal-hook-function to isearch-done.
6620 (isearch-done): Restore old signal-hook-function.
6621
3828218c
GM
6622 * info.el (Info-fontify-node): Mark one more char as intangible.
6623
3970013f
KH
66242000-01-05 Kenichi Handa <handa@etl.go.jp>
6625
83c9cb8e
SM
6626 * composite.el (compose-last-chars): New argument COMPONENTS.
6627 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
6628 COMPONENTS.
6629
6630 * international/quail.el (quail-input-string-to-events): New function.
6631 (quail-input-method): Convert input string to events here.
6632 (quail-start-translation): Return input string, not event list.
6633 (quail-start-conversion): Likewise.
6634
f3b05e99
GM
66352001-01-04 Gerd Moellmann <gerd@gnu.org>
6636
ca2ddd8e 6637 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
6638 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6639 and tooltip-add-timeout.
6640 (tooltip-show): Set border color from faces's foreground.
6641 (tooltip-show-help-function): If called with the same help string
6642 as last time, do nothing.
6643 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6644
0f2ac578
GM
6645 * startup.el (fancy-splash-screens): Don't bind show-help-function
6646 to nil.
6647
f3b05e99
GM
6648 * tooltip.el (tooltip-frame-parameters): Remove colors.
6649 (tooltip): New face
6650 (tooltip-set-param): New function.
6651 (tooltip-show): Set up color frame parameters from face `tooltip'.
6652 Display the tooltip text in face `tooltip'.
6653
8416e94a
DL
66542001-01-04 Dave Love <fx@gnu.org>
6655
6656 * whitespace.el (whitespace-global-mode): Fix typo.
6657
6658 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6659
30db89f9
EZ
66602001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6661
83c9cb8e
SM
6662 * help.el (help-for-help): Fix a typo in a doc string.
6663 From kwzh@gnu.org (Karl Heuer).
30db89f9 6664
b847eb8c
DL
66652001-01-03 Dave Love <fx@gnu.org>
6666
6667 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 6668 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
6669 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6670 (dired-guess-shell-alist-user): Customize.
6671 (dired-x-help-address): Set to bug-gnu-emacs.
6672 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6673 (dired-default-directory): Renamed from default-directory.
6674
6675 * hl-line.el (hl-line): Doc fix.
6676
43c4b570
KF
66772001-01-03 Karl Fogel <kfogel@red-bean.com>
6678
1bf6b1bf 6679 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 6680
984c9f75 66812001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
6682
6683 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6684 to remove all the current alternative-match highlighting.
6685 If nil, remove only what's outside the current window.
6686 (isearch-lazy-highlight-remove-overlays): Take optional
6687 region within which NOT to remove them.
6688 (isearch-lazy-highlight-new-loop): Greatly simplified.
6689 (isearch-lazy-highlight-update): Find all the other occurrences
6690 visible in the window, in just one call.
6691 (isearch-lazy-highlight-start): Now holds start of region to scan.
6692 (isearch-lazy-highlight-end): Now holds end of region to scan.
6693 (isearch-lazy-highlight-wrapped): Variable deleted.
6694 (isearch-lazy-highlight-search): Function deleted.
6695
13d6a61c
AI
66962000-01-02 Andrew Innes <andrewi@gnu.org>
6697
6698 * w32-fns.el (convert-standard-filename): Do length check on name
6699 before aref.
6700
064866e7
DL
67012001-01-02 Dave Love <fx@gnu.org>
6702
b33e041b
DL
6703 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6704 value.
6705 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6706
6707 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6708
8166ffd5
DL
6709 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6710 read syntax.
6711
064866e7
DL
6712 * calendar/todo-mode.el (todo): Add :link, :version.
6713 (todo-save-top-priorities): Remove autoload cookie.
6714 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 6715 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 6716
6dde6abc
GM
67172001-01-02 Gerd Moellmann <gerd@gnu.org>
6718
6719 * comint.el (comint-input-history-ignore): New variable.
6720 (comint-read-input-ring): Ignore entries matching
6721 comint-input-history-ignore.
6722
1a8a9daf
GM
67232001-01-02 Eric M. Ludlam <zappo@gnu.org>
6724
6725 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6726 (lm-copyright-mark): New function.
6727 (lm-crack-copyright): New function.
6728 (lm-verify): Check that the file has a copyright.
6729 Check that the file is copyright Free Software Foundation.
6730
9c92eb53
KH
67312000-12-30 Kenichi Handa <handa@etl.go.jp>
6732
6733 * international/mule-diag.el (print-fontset): Indent font name by
6734 24 columns, not 25.
6735
49172314
GM
67362000-12-29 Gerd Moellmann <gerd@gnu.org>
6737
762a68ec
GM
6738 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6739 in Subject line.
6740
49172314 6741 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
6742 Use mail-mode-hook instead of mail-setup-hook.
6743 Otherwise continuing an interrupted message with C-u C-x m for
6744 instance, winds up in Mail mode without abbrevs.
49172314 6745
bd7a2e26
GM
67462000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6747
6748 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
6749 non-nil. Adding almost all customization variables on ps-setup.
6750 Doc fix.
bd7a2e26
GM
6751 (ps-print-version): New version number (6.3.3).
6752 (ps-end-with-control-d): Initialization fix.
6753 (ps-lines-printed): New var.
6754 (ps-skip-newline): New fun.
6755 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6756 (ps-next-line, ps-continue-line, ps-plot-region)
6757 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 6758
2b3f28a4
KH
67592000-12-29 Kenichi Handa <handa@etl.go.jp>
6760
83c9cb8e
SM
6761 * international/fontset.el (x-complement-fontset-spec):
6762 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
6763 registered in x-font-name-charset-alist.
6764 (create-fontset-from-fontset-spec): Adjusted for the above change.
6765 The name of fontset alias should be a unresolved ASCII font name.
6766
2ece9174
GM
67672000-12-28 Gerd Moellmann <gerd@gnu.org>
6768
6769 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6770 and delete in isearch-mode-map.
6771
cbe3ad7a
RS
67722000-12-28 Richard M. Stallman <rms@gnu.org>
6773
ca2ddd8e 6774 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
6775 Use xpdf instead of acroread.
6776
a816f1c5
KH
67772000-12-28 Kenichi Handa <handa@etl.go.jp>
6778
f086e73c
KH
6779 * textmodes/artist.el (artist-butlast): Deleted.
6780 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 6781 artist-butlast.
f086e73c 6782
a816f1c5
KH
6783 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6784
6785 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6786
b202115b
EZ
67872000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6788
6789 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6790
6791 * ls-lisp.el: Better support for the Mac and MS-Windows.
6792 (ls-lisp): New defgroup.
6793 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 6794 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
6795 (ls-lisp-support-shell-wildcards): New defcustoms.
6796 (ls-lisp-parse-symlink): New function.
6797 (insert-directory): Code to convert switches to a list and set up
6798 the wildcard argument copied from ls-lisp-insert-directory.
6799 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6800 for -C and -R switches.
6801 (ls-lisp-column-format): New function.
ca2ddd8e 6802 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
6803 (ls-lisp-format-time): Add doc strings.
6804 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6805 Support ls-lisp-dirs-first.
6806 (ls-lisp-classify, ls-lisp-extension): New functions.
6807 (ls-lisp-format): Optionally support emulation of symlinks.
6808 Support -i, -s, and -G switches.
6809
6061fbf0
GM
68102000-12-27 Gerd Moellmann <gerd@gnu.org>
6811
5e25feee
GM
6812 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6813
6061fbf0
GM
6814 * version.el (emacs-version): Print X scroll bar information.
6815
6816 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6817 instead of x-toolkit-scroll-bars-p.
6818
6819 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6820 of x-toolkit-scroll-bars-p.
6821
25050dab
EZ
68222000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6823
83c9cb8e 6824 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
6825 (ffap-bindings): Doc fix, to reflect the above change.
6826
c1786874
KH
68272000-12-27 Kenichi Handa <handa@etl.go.jp>
6828
6829 * term.el (term-char-mode): Define all non-ascii self-inserting
6830 characters to 'term-send-raw in term-raw-map.
6831
7261ece3 68322000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 6833
83c9cb8e 6834 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 6835
83c9cb8e
SM
6836 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6837 Changed initialization; use add-hook.
6061fbf0 6838 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 6839
6061fbf0 6840 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 6841
6061fbf0
GM
6842 * ediff.el (ediff-patch-buffer): Bug fix.
6843 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 6844
83f40583
SM
68452000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6846
6847 * subr.el (combine-run-hooks): Remove.
6848
6849 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6850 and remove the rogue second spec.
6851
bdd6d4e8
GM
68522000-12-23 Gerd Moellmann <gerd@gnu.org>
6853
6854 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6855
26736ce3
SM
68562000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6857
0e86b6b0
SM
6858 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6859 Use minibuffer menu prompt for the `=' prefix.
6860 (smerge-command-prefix): Change default to C-^.
6eabfb26 6861 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 6862
26736ce3
SM
6863 * skeleton.el (skeleton-internal-1): Make sure the first line of
6864 the region is also re-indented.
d21584d6
SM
6865 (skeleton-end-newline): New var.
6866 (skeleton-end-hook): Use it.
26736ce3 6867
95fa4fd7
MB
68682000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6869
6870 * comint.el (comint-password-prompt-regexp): Support CVS.
6871
f060b834
GM
68722000-12-22 Gerd Moellmann <gerd@gnu.org>
6873
83c9cb8e
SM
6874 * simple.el (delete-key-deletes-forward-mode): Simplify.
6875 Also backspace key combinations, depending on
856ff7a7
GM
6876 delete-key-deletes-forward.
6877
6878 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6879
f060b834
GM
6880 * simple.el (delete-key-deletes-forward): Doc fix.
6881
653558a1
GM
68822000-08-22 Emmanuel Briot <briot@gnat.com>
6883
6884 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 6885 white spaces are relevant in the XML file.
653558a1
GM
6886 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6887 to parse was already edited. This allows for on-the-fly analysis
26736ce3 6888 of XML files.
653558a1
GM
6889 (xml-parse-tag): Check that the casing is the same in the start
6890 tag and end tag, since XML is case-sensitive. Allows for spaces
6891 in the end tag, after the name of the tag.
6892 (xml-parse-attlist): Allow for the character '-' in the name of
6893 attributes, as in the standard http-equiv attribute Do not save
26736ce3 6894 the properties in the XML tree, since they are not relevant.
653558a1 6895
3ad93d8d
SM
68962000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6897
6898 * generic.el (generic-read-type): Undo last change, inline into
6899 `generic-mode' and then remove.
6900 (generic-mode): Inline generic-read-type.
6901 (define-generic-mode): Push the symbol name rather than the symbol
6902 onto generic-mode-list.
6903
177f4e88
GM
69042000-12-21 Gerd Moellmann <gerd@gnu.org>
6905
8e15274f
GM
6906 * generic.el (generic-read-type): Build an alist for
6907 completing-read as in 20.7.
6908
6909 * play/landmark.el (lm): Use interactive spec `P'.
6910 (toplevel): Don't set debug-on-error.
6911
83c9cb8e 6912 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 6913
6ba384dc
GM
69142000-12-21 Dave Pearson <davep@davep.org>
6915
6916 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 6917
647a066c
GM
69182000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6919
6920 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6921 ranges like \177-\237, but accepts the character sequence from \177 to
6922 \237. Doc fix.
6923 (ebnf-version): New version (3.4).
6924 (ebnf-setup): Code fix.
6925 (ebnf-range-regexp): New fun.
6926 (ebnf-8-bit-chars): Const fix.
6927
6928 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6929 entry. Doc fix.
6930 (ebnf-bnf-lex): Code fix.
6931 (ebnf-bnf-comment-chars): Const fix.
6932
6933 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6934 entry. Doc fix.
6935 (ebnf-iso-comment-chars): Const fix.
6936
6937 * ebnf-otz.el: Doc fix.
6938
6939 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6940 entry. Doc fix.
6941 (ebnf-yac-skip-code): Code fix.
6942 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 6943
bc22fd18
EZ
69442000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6945
6946 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
6947 (recover-file): Use it instead of insert-directory.
6948 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 6949
587fc3f9
KH
69502000-12-21 Kenichi Handa <handa@etl.go.jp>
6951
83c9cb8e
SM
6952 * international/mule-cmds.el (select-safe-coding-system):
6953 Check coding-category-list more rigidly. Improve help message.
eeefcfde 6954
587fc3f9
KH
6955 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6956
01860fb9
MB
69572000-12-21 Miles Bader <miles@gnu.org>
6958
83c9cb8e 6959 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 6960
3f9d67a6
KH
69612000-12-21 Kenichi Handa <handa@etl.go.jp>
6962
9fd1c1f7
KH
6963 * international/mule-diag.el (describe-char-after): Make *Help*
6964 buffer inherit multibyteness of the current buffer.
6965
3f9d67a6
KH
6966 * international/mule.el (make-char): Docstring adjusted for the
6967 change of make-char-internal.
6968
c9669fac
SM
69692000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6970
6971 * international/iso-cvt.el: Docstrings fix.
6972
19594307
DL
69732000-12-20 Dave Love <fx@gnu.org>
6974
6975 * subr.el (eval-after-load): Doc fix.
6976
b1a447b3
KH
69772000-12-20 Kenichi Handa <handa@etl.go.jp>
6978
6979 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6980 for numbers.
6981
09877d5d
MB
69822000-12-20 Miles Bader <miles@gnu.org>
6983
6984 * international/quail.el (quail-help): Resize the help window
6985 again after it has all its contents. Remove unneeded progn.
6986
71d4497a
GM
69872000-12-19 Gerd Moellmann <gerd@gnu.org>
6988
6989 * pcmpl-linux.el: Fix copy/paste error.
6990
741e56a0
AI
69912000-12-19 Andrew Innes <andrewi@gnu.org>
6992
83c9cb8e 6993 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 6994
cc24d91c
CD
69952000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6996
ba4c05aa
CD
6997 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6998
6999 * progmodes/idlw-toolbar.el: Fixed copyright notice.
7000
7001 * progmodes/idlw-shell.el: Fixed copyright notice.
7002
7003 * progmodes/idlwave.el: Fixed copyright notice.
7004
71d4497a 7005 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
7006 TAB as key separators.
7007
524c8caf
GM
70082000-12-19 Alex Schroeder <alex@gnu.org>
7009
7010 * sql.el (sql-sybase-options): New option.
7011 (sql-sybase): Use it. Add sql-database to the list of parameters
7012 provided for login. The options -w 2048 -n are not used any more.
7013 (sql-postgres-options): Changed default from "--pset" to "-P".
7014 (sql-mysql-options): Doc change.
7015 (sql-stop): Doc change.
7016
b5fa513d
KH
70172000-12-19 Kenichi Handa <handa@etl.go.jp>
7018
7019 * international/quail.el (quail-input-method): Always hide
7020 the guidance buffer on exiting.
7021
91c9e6ce
GM
70222000-12-18 Gerd Moellmann <gerd@gnu.org>
7023
c6da4eb4
GM
7024 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
7025 isn't fboundp.
7026
3d2a0e0b
GM
7027 * server.el (server-buffer-done): Bury the buffer before
7028 killing it.
7029
91c9e6ce
GM
7030 * faces.el (face-spec-set): Interpret a nil in specs for
7031 foreground and background colors as `unspecified', for
7032 compatibility with 20.x.
7033
40fa0008
DL
70342000-12-18 Dave Love <fx@gnu.org>
7035
22adbe54
DL
7036 * simple.el (mail-user-agent): Doc fix.
7037 (input-mode-8-bit): Removed.
7038
7039 * international/mule.el (set-keyboard-coding-system): Doc fix.
7040 (keyboard-coding-system): New option.
7041
40fa0008
DL
7042 * mail/sendmail.el (send-mail-function): Customize.
7043
6f4745e2
EZ
70442000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
7045
7046 * international/codepage.el (cp866-decode-table): New table.
7047
82b90229
GM
70482000-12-18 Gerd Moellmann <gerd@gnu.org>
7049
7050 * version.el (emacs-version): Remove `%a' from the time format
7051 because the weekday doesn't fit well into each locale.
7052
5a047002
MB
70532000-12-18 Miles Bader <miles@gnu.org>
7054
7f49aa07
MB
7055 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
7056
ca2ddd8e 7057 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
7058 Check that emacs-major-version is `=' to 20, not `>='.
7059 (artist-replace-chars): Use `make-string' instead of a loop.
7060
22ea2607
EZ
70612000-12-17 Stefan Monnier <monnier@cs.yale.edu>
7062
7063 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
7064 (cvs-execute-single-file): Don't change directory.
7065 Patch from Per Cederqvist.
7066
6c825f8e
EZ
70672000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
7068
83c9cb8e
SM
7069 * textmodes/ispell.el (check-ispell-version):
7070 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
7071 of -vv.
7072
8ff06845
KH
70732000-12-16 Kenichi Handa <handa@etl.go.jp>
7074
af4bb4c8
KH
7075 * international/mule-diag.el (mule-diag): Insert information about
7076 configure options, multibyte awareness, language env.
7077
8ff06845
KH
7078 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
7079 regexp to search for candidates.
7080
b24e84ab
EZ
70812000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
7082
7083 * info.el (Info-forward-node): If the node has an
7084 Info-header-line, widen the buffer before searching for "next:"
7085 and "up:" pointers, and set the search limit to stay in the
7086 current node.
7087
7981d89f
MB
70882000-12-16 Miles Bader <miles@gnu.org>
7089
7090 * simple.el (delete-trailing-whitespace): Remove extraneous let.
7091
88ee7917
MB
70922000-12-15 Miles Bader <miles@gnu.org>
7093
7094 * comint.el (comint-send-string, comint-send-region): Also accept
7095 a buffer, buffer-name, or nil for PROCESS, for compatibility with
7096 process-send-string/region.
7097
0c28d842
GM
70982000-12-15 Gerd Moellmann <gerd@gnu.org>
7099
4ea7fdca
GM
7100 * isearch.el (isearch-lazy-highlight-max): New user-option.
7101 (isearch-lazy-highlight-update): Don't highlight more than
7102 isearch-lazy-highlight-max matches.
7103
0c28d842
GM
7104 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
7105
984c9f75 71062000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 7107
8062e53a
GM
7108 * sort.el (sort-columns): Fix error message.
7109
3ffa545b
GM
7110 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7111 `upcase' or `downcase' or nil.
7112 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7113 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7114 (dabbrev--substitute-expansion): New arg record-case-pattern.
7115 If it is non-nil, set dabbrev--last-case-pattern.
7116 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7117
7118 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7119
c2d7f289
MB
71202000-12-15 Miles Bader <miles@gnu.org>
7121
b6348438
MB
7122 * paths.el (Info-default-directory-list): Don't delete
7123 configure-info-directory from the list of standard info
83c9cb8e 7124 directories when appending it to the end -- their order is important.
b6348438 7125
f9056dd9
MB
7126 * faces.el (read-face-attribute): If there's no entry for the
7127 user's input in VALID, just use it as-is (this will often result
7128 in an error, but it may be OK for e.g. colors using hexadecimal
7129 notation, and at least will yield a better error message).
7130
c2d7f289 7131 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 7132 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
7133 Variables removed.
7134 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7135 window is really the right size. Use vertical-motion
7136 rather than forward-line.
7137 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7138 (ispell-command-loop, ispell-show-choices): Use the variable
7139 ispell-choices-win-default-height, rather than the function.
7140 (ispell-choices-win-default-height): Function removed.
7141 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 7142
8f530b95
SM
71432000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7144
7145 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7146
6d435deb
EZ
71472000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7148
83c9cb8e
SM
7149 * paths.el (Info-default-directory-list):
7150 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
7151 put it first in the list; otherwise put it last. Doc string
7152 changed accordingly.
7153
7154 * info.el (Info-directory-list): Change doc string to reflect the
7155 change in Info-default-directory-list.
7156
6d435deb
EZ
7157 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7158 windows-nt as windowed environments, even under -nw.
7159
7160 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7161 if not fboundp. Switch delete-forward mode for the <delete> key
7162 on all PC platforms, even under -nw.
7163
7164 * term/internal.el ([M-delete]): Remap to M-d.
7165
9d7d9263
GM
71662000-12-14 Gerd Moellmann <gerd@gnu.org>
7167
7168 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7169
7cf0153a
EZ
71702000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7171
7172 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7173
5e5b3d41
GM
71742000-12-14 Gerd Moellmann <gerd@gnu.org>
7175
5f368d29
GM
7176 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7177 if appropriate.
7178
7179 * simple.el (delete-key-deletes-forward): New user-option.
7180 (delete-key-deletes-forward-mode): New function.
7181
9d7d9263 7182 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 7183
83c9cb8e
SM
7184 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7185 Test if symbol is bound before getting its value.
5e5b3d41
GM
7186
7187 * tooltip.el (tooltip-show): If an error is signaled in
7188 x-show-tip, display that error, and display the help in the
7189 echo area.
ca2ddd8e 7190
191b83b6
KH
71912000-12-14 Kenichi Handa <handa@etl.go.jp>
7192
83c9cb8e
SM
7193 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7194 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 7195
6192b604
KF
71962000-12-13 Karl Fogel <kfogel@red-bean.com>
7197
7198 * bookmark.el: Provide a generic exit hook, as suggested by
7199 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
7200 (bookmark-exit-hook): New var.
7201 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
7202 old raw lambda form in `kill-emacs-hook', and runs new
7203 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7204 as logically that feature must have been provided if this function
7205 is running.
7206 Removed ;;;###autoload before the `add-hook' call.
7207
5edf6b55
SM
72082000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7209
7210 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7211 (easy-menu-current-active-maps): New function.
7212 (easy-menu-get-map): Use it.
7213 Make a proper menu entry when creating a new keymap.
7214
16b5e8e6
KH
72152000-12-13 Kenichi Handa <handa@etl.go.jp>
7216
d49fc4eb
KH
7217 * international/characters.el: Fix cases and syntaxes for
7218 mule-unicode-0100-24ff.
7219
3b53d876
KH
7220 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7221 that a Japanese character is not appended after day and year.
7222
16b5e8e6
KH
7223 * info.el (Info-suffix-list): Change format for a command that
7224 requires arguments.
7225 (info-insert-file-contents): Adjusted for the above change.
7226
1df1c518
AS
72272000-12-12 Andreas Schwab <schwab@suse.de>
7228
7229 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7230 on the name of the tar buffer. Verify that the existing buffer is
7231 visiting the same subfile.
7232
a7a07b98
DL
72332000-12-12 Dave Love <fx@gnu.org>
7234
7235 * subdirs.el: Add obsolete.
7236
4fdbd809
GM
72372000-12-12 Gerd Moellmann <gerd@gnu.org>
7238
bfdb75ee
GM
7239 * mail/rmailsum.el (rmail-summary-expunge)
7240 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7241 instead of rmail-confirm-expunge.
7242
4fdbd809
GM
7243 * replace.el (perform-replace): Don't use an empty match adjacent
7244 to a non-empty match when computing the next match before the
7245 replacement is performed.
7246
e9a59cad
GM
72472000-12-12 Milan Zamazal <pdm@freesoft.cz>
7248
7249 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7250 definition (patch by Stefan Monnier).
7251 (glasses-mode): Use jit-lock instead of `after-change-functions'
7252 (patch by Stefan Monnier).
7253
c2def7a0
MB
72542000-12-12 Miles Bader <miles@gnu.org>
7255
7256 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7257 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7258
591b63b4
AC
72592000-12-12 Andrew Choi <akochoi@i-cable.com>
7260
7261 * term/mac-win.el: Remove load for ls-lisp.
7262
a924cf63 7263 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 7264
5ff4ba3d
MB
72652000-12-12 Miles Bader <miles@gnu.org>
7266
7267 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7268 Respect field end too.
7269 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
7270 (newline-and-indent, reindent-then-newline-and-indent):
7271 Use `delete-horizontal-space'.
5ff4ba3d 7272
d0c679bc
SM
72732000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7274
adf9c994
SM
7275 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7276 (so as to obey the field property in the minibuffer).
7277
4b0cd42d
SM
7278 * obsolete/c-mode.el: Moved from lisp/progmodes.
7279 * obsolete/auto-show.el: Moved from lisp.
7280 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 7281
89f85863
CD
72822000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7283
7284 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 7285 changes to list them here.
89f85863 7286
83c9cb8e
SM
7287 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7288 Too many changes to list them here.
89f85863 7289
83c9cb8e
SM
7290 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7291 Too many changes to list them here.
89f85863
CD
7292
7293 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7294
3e0d35ce
GM
72952000-12-11 Gerd Moellmann <gerd@gnu.org>
7296
83c9cb8e 7297 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 7298
ca2ddd8e 7299 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
7300 Comment fix.
7301
3e0d35ce
GM
7302 * hscroll.el: Moved to `obsolete' subdir.
7303
ff904dd6
MB
73042000-12-11 Miles Bader <miles@gnu.org>
7305
7306 * window.el (window-text-height): Function removed (now in C).
7307
fb97d87f
SM
73082000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7309
7310 * log-edit.el (log-edit-parent-buffer): New var.
7311 (log-edit): Set it. Add BUFFER argument.
7312 (log-edit-done): Use char-before.
7313 Don't bother checking validity of vc-comment-ring.
7314 Only bury the buffer if log-edit popped it up.
7315
7316 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7317 (cvs-mode-diff-help): Remove.
7318 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 7319 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
7320
7321 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7322 Remove binding for ? now made unnecessary.
7323
7de77417
CD
73242000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7325
83c9cb8e 7326 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
7327 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7328
7329 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7330 when master file is not open.
7331
4efa209f
SM
73322000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7333
7334 * progmodes/ada-stmt.el: Update `maintainer'.
7335
b52758d1 73362000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
7337
7338 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7339 choices to match documentation string.
7340
a12167c5
MB
73412000-12-09 Miles Bader <miles@gnu.org>
7342
2161605d
MB
7343 * minibuf-eldef.el: New file.
7344
a12167c5
MB
7345 * window.el (fit-window-to-buffer): Don't pass last argument to
7346 pos-visible-in-window-p, now that its meaning is inverted.
7347
9ea8de1b
EZ
73482000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7349
7350 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7351 <ceder@lysator.liu.se>.
7352
5002ddbb
SM
73532000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7354
b6114d80
SM
7355 * autoinsert.el (auto-insert-alist): Add missing final \n.
7356
ee8d23ee
SM
7357 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7358 (cvs-menu-map): Remove.
7359 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7360 (cvs-mode-quit): Turn it back into a plain function.
7361
5002ddbb 7362 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 7363 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
7364
7365 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7366 file where it's more visible.
7367 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7368 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7369 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7370 (texinfo-inside-macro-p): Only catch `scan-error's.
7371 (texinfo-inside-env-p): Make better use of the match info.
7372 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7373 (texinfo-insert-@end): Slight re-organization.
7374 Also remove useless `looking-at' call.
7375
30cd075d
AI
73762000-12-08 Andrew Innes <andrewi@gnu.org>
7377
7378 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7379 accessible in -nw mode.
7380
7381 * term/w32-win.el: Remove stuff about selection timeout, which is
7382 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7383 it is accessible in -nw mode.
7384
01b91009
DL
73852000-12-08 Dave Love <fx@gnu.org>
7386
83c9cb8e
SM
7387 * emacs-lisp/lisp-mode.el (lisp-mode):
7388 Set font-lock-keywords-case-fold-search.
01b91009 7389
842b2a94
GM
73902000-12-08 Gerd Moellmann <gerd@gnu.org>
7391
7392 * textmodes/ispell.el (ispell): Doc fix.
7393
f9d5f611
KH
73942000-12-08 Kenichi Handa <handa@etl.go.jp>
7395
7396 * international/quail.el (quail-insert-decode-map): Check the
7397 frame width of a window displaying the current buffer, not that of
7398 the selected frame.
7399 (quail-help): Make sure that the help buffer has window before
7400 inserting text in it.
7401
e04d21aa
SS
74022000-12-07 Sam Steingold <sds@gnu.org>
7403
7404 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7405 Backquote is used in isearch.el, so autoloading saves nothing.
7406
fc3e23a4
EZ
74072000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7408
83c9cb8e
SM
7409 * startup.el (normal-top-level-add-subdirs-to-load-path):
7410 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 7411
fc3e23a4
EZ
7412 * dired.el (dired-insert-directory): If file-system-info is
7413 fboundp, call it instead of invoking dired-free-space-program.
7414
796ecd10
GM
74152000-12-07 Gerd Moellmann <gerd@gnu.org>
7416
0f5f7c3e
GM
7417 * server.el (server-visit-files): Push files on file-name-history.
7418
3764ba49
GM
7419 * progmodes/cc-langs.el: Update copyright.
7420
8e7931da
GM
7421 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7422
ae0d7485 7423 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 7424
796ecd10
GM
7425 * bindings.el (mode-line-mode-menu): Reverse the order
7426 of define-keys so that the menu appears in alphabetical order.
7427
ae0d7485
GM
74282000-12-07 Milan Zamazal <pdm@freesoft.cz>
7429
7430 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7431 of the function.
7432
e2849090
DL
74332000-12-07 Dave Love <fx@gnu.org>
7434
7435 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7436
7437 * facemenu.el (facemenu-unlisted-faces): Fix value.
7438
5c7f629c
SM
74392000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7440
7441 * font-lock.el (font-lock-default-fontify-region):
7442 Include the terminating \n (off-by-one error).
7443 (font-lock-set-defaults): Use dolist.
7444
7445 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7446
73481ae3
KH
74472000-12-07 Kenichi Handa <handa@etl.go.jp>
7448
83c9cb8e
SM
7449 * international/mule-cmds.el (describe-language-environment):
7450 Fix for the case that an input method title is not string but a list.
ffbaa122 7451
73481ae3
KH
7452 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7453 of wrong SIZE record.
7454
e2896b22
DL
74552000-12-06 Dave Love <fx@gnu.org>
7456
67292061
DL
7457 * newcomment.el (comment-region, comment-dwim): Doc fix.
7458
7459 * textmodes/texinfo.el: Require tex-mode when compiling.
7460 (texinfo-update-node): Doc fix.
7461 (texinfo-imenu-generic-expression): Add @anchor.
7462 (texinfo-font-lock-keywords): Add @uref.
7463 (texinfo-inside-macro-p): Don't use ignore-errors.
7464 (texinfo-insert-quote): Match more contexts.
7465
e76938e7
DL
7466 * international/mule.el (decode-char, encode-char): Doc fix.
7467 (auto-coding-alist): Customize.
7468
7469 * files.el (load-file): Fix change of 2000-03-12.
7470
e2896b22
DL
7471 * wid-edit.el (widget-text-keymap): Doc fix.
7472
6610f4b2
AI
74732000-12-06 Andrew Innes <andrewi@gnu.org>
7474
7475 * makefile.w32-in (lisp): Set to an absolute directory, namely
7476 $(CURDIR).
7477
9e3366e4
EZ
74782000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7479
7480 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7481 read generated-autoload-file, and set buffer-file-coding-system to
7482 raw-text-unix after reading the file.
7483
83c9cb8e
SM
7484 * international/mule-conf.el (file-coding-system-alist):
7485 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 7486
d94d636f
GM
74872000-12-06 Gerd Moellmann <gerd@gnu.org>
7488
384333ee
GM
7489 * replace.el (occur): Make line-number-width 1 smaller for the
7490 colon following the line number.
7491
83c9cb8e
SM
7492 * startup.el (fancy-splash-text, command-line-1):
7493 Use `File' for the menu name instead of `Files'.
e04d21aa 7494
d4b72d58
GM
7495 * tmm.el: Update copyright.
7496
d94d636f
GM
7497 * cus-start.el: Add entry for even-window-heights.
7498
6e424019
MB
74992000-12-06 Miles Bader <miles@gnu.org>
7500
7501 * faces.el (frame-set-background-mode): Avoid stomping on
7502 locally modified faces.
7503
e6477b58
KH
75042000-12-06 Kenichi Handa <handa@etl.go.jp>
7505
7506 * international/fontset.el: Correct the font registries for
7507 japanese-jisx0213-1 and japanese-jisx0213-2.
7508
21999ab9
GM
75092000-12-05 Gerd Moellmann <gerd@gnu.org>
7510
57d6e381
GM
7511 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7512
21999ab9
GM
7513 * iswitchb.el: Update customization commentary.
7514
7422819c
GM
75152000-12-05 Rob Riepel <riepel@Stanford.EDU>
7516
7517 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7518 (tpu-search-highlight): Fixed comparison of overlay end positions.
7519 (tpu-trim-line-ends): Implemented trimming logic locally.
7520
7521 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 7522 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 7523
73daff18
KH
75242000-12-05 Kenichi Handa <handa@etl.go.jp>
7525
7526 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7527 to cn-gb.
7528 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7529
6a4cd002
DL
75302000-12-04 Dave Love <fx@gnu.org>
7531
7532 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7533
6452929e
GM
75342000-12-04 Gerd Moellmann <gerd@gnu.org>
7535
e04d21aa 7536 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
7537 (rmail-summary-expunge-and-save): Ask for confirmation with
7538 rmail-expunge-confirmed.
7539
7540 * mail/rmail.el (rmail-expunge-confirmed): New function.
7541 (rmail-expunge): Use it.
7542
1790abf4
FP
75432000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7544
0c68ce6f 7545 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
7546 (etags-recognize-tags-table, find-tag-in-order):
7547 New functionality: interpret file names as tags.
e04d21aa 7548
7a53d8c8
EZ
75492000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7550
7551 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
7552 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7553 the first subnode until the bottom of the current node is visible.
7a53d8c8 7554
caa15ef7
GM
75552000-12-04 Gerd Moellmann <gerd@gnu.org>
7556
7557 * format.el (format-decode): Don't change buffer's undo list.
7558
e225faa7
KH
75592000-12-04 Kenichi Handa <handa@etl.go.jp>
7560
7561 * faces.el (face-font-registry-alternatives): Add entries for CJK
7562 fonts. Doc-string adjusted for the actual usage of this data.
7563
7564 * international/fontset.el: Change the font registries for CJK
7565 fonts in the default fontset. Don't append '*' to registries.
7566
8b262a65
SM
75672000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7568
e04d21aa 7569 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
7570 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7571
7572 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7573 (derived-mode-p): New function.
7574 (derived-mode-make-docstring): Add `docstring' argument.
7575 Use it if available and complete it if necessary.
7576
33c4460b
AS
75772000-12-03 Andreas Schwab <schwab@suse.de>
7578
7579 * type-break.el (type-break): Don't make parent of itself.
7580
5c9b3fac
MB
75812000-12-03 Miles Bader <miles@gnu.org>
7582
7583 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7584
27ce741e
SM
75852000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7586
07c16ec4
SM
7587 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7588 (tex-main-file, tex-file): Simplify.
7589 (tex-generate-zap-file-name): Use subst-char-in-string.
7590 (tex-strip-dots): Remove.
7591
c19cc275
SM
7592 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7593
27ce741e
SM
7594 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7595 to check if the match succeeded.
7596
285991dc
GM
75972000-12-02 Gerd Moellmann <gerd@gnu.org>
7598
7599 * startup.el (use-fancy-splash-screens-p): New function.
7600 (command-line-1): Use it to determine whether or not to use
7601 a fancy splash screen.
7602
52dca1b2
AS
76032000-12-02 Andreas Schwab <schwab@suse.de>
7604
7605 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7606
d3e7e7cf
EZ
76072000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7608
2dce2360
EZ
7609 * international/mule.el (make-char): Fix last change.
7610
9768eaa7
EZ
7611 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7612 New defcustoms.
7613 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
7614 autoloading tex-mode; instead, do the same manually.
7615 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
7616 with numeric argument. Docstring fix.
7617 (toplevel): Require cl when compiling.
e04d21aa 7618
285991dc 7619 * international/mule.el (make-char): Doc fix.
d3e7e7cf 7620
0dd5e255
JR
76212000-12-02 Jason Rumney <jasonr@gnu.org>
7622
7623 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7624 the Emacs Lisp manual)
7625
fbb87147
EZ
76262000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7627
5cbb3e93
EZ
7628 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7629
fbb87147
EZ
7630 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7631 the Emacs Lisp manual).
7632
1636ca09
GM
76332000-12-02 Gerd Moellmann <gerd@gnu.org>
7634
7635 * simple.el (next-line-add-newlines): Change default to nil.
7636
68875f0e
EZ
76372000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7638
83c9cb8e
SM
7639 * files.el (revert-buffer, recover-file):
7640 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 7641
fd9ac94c
GM
76422000-12-01 Gerd Moellmann <gerd@gnu.org>
7643
7644 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7645
45450dd5
MB
76462000-12-01 Miles Bader <miles@gnu.org>
7647
7648 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7649
09df8881
KH
76502000-12-01 Kenichi Handa <handa@etl.go.jp>
7651
7652 * international/mule-diag.el (describe-char-after): Fix typo.
7653 (describe-character-set, non-iso-charset-alist): Fix typo.
7654
dea0a87d
MB
76552000-12-01 Miles Bader <miles@gnu.org>
7656
b170205b
MB
7657 * image-file.el (image-file-name-regexp): Automatically add
7658 upper-case variants of each filename extension in
7659 `image-file-name-extensions', since they seem to be common.
7660
e04d21aa 7661 * simple.el (minibuffer-contents)
dea0a87d
MB
7662 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7663 New functions.
7664 * filecache.el (file-cache-directory-name)
7665 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7666
eb04d6cd 76672000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 7668
dea0a87d
MB
7669 * filecache.el (file-cache-minibuffer-complete): Don't try to
7670 delete the minibuffer prompt.
7671
a8a1b05d
DL
76722000-11-30 Dave Love <fx@gnu.org>
7673
7674 * cus-start.el: Fix read-buffer-function type.
7675
693c4692
GM
76762000-11-30 Gerd Moellmann <gerd@gnu.org>
7677
7678 * md5.el: Removed. There's a built-in function, now.
7679
2c0b1898
GM
76802000-11-30 Markus Rost <rost@math.ohio-state.edu>
7681
7682 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7683 as dummy 0-th char of rmail-deleted-vector.
7684
63dfcf4b
EZ
76852000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7686
7687 * ps-print.el (ps-end-job): Bind case-fold-search only after
7688 switching to ps-spool-buffer.
7689
76902000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7691
7692 * ps-print.el: Line number font customization. PostScript: Lines and
7693 PageCount are initialized on each page. Doc Fix.
7694 (ps-print-version): New version number (6.3.2).
7695 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7696 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7697 (ps-right-header): Customization fix.
7698 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7699 Fix code.
7700 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7701 New vars.
7702
df3aedcf
GM
77032000-11-30 Gerd Moellmann <gerd@gnu.org>
7704
edfb795e
GM
7705 * bs.el: Fix typos and spelling errors.
7706 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7707 (bs-configuration): Doc fix.
e04d21aa 7708
df3aedcf
GM
7709 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7710
8b8a7f01
GM
77112000-11-30 Rob Riepel <riepel@Stanford.EDU>
7712
7713 * emulation/tpu-edt.el (tpu-version): New version.
7714 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7715 (tpu-original-mode-line): Variable deleted.
7716 (tpu-mark-flag): New initial value.
83c9cb8e
SM
7717 (tpu-set-mode-line): Don't redefine mode-line-format.
7718 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
7719 (tpu-update-mode-line): New mark flag logic.
7720 (tpu-get): Use find-file-wildcards.
7721 (tpu-search-highlight): Move overlay less, reset overlay properly.
7722 (tpu-unselect): Deactivate mark.
7723 (tpu-lm-replace): Reset overlay properly.
7724 (tpu-forward-line): Use forward-visible-line.
7725 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7726
83c9cb8e 7727 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 7728
c069a9d3
GM
77292000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7730
7731 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7732
b02cd40b
GM
77332000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7734
7735 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7736 and skip whitespace and newlines.
e04d21aa 7737
b7a90344
SM
77382000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7739
7740 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7741
be6bbb55
GM
77422000-11-29 Gerd Moellmann <gerd@gnu.org>
7743
0383ed60
GM
7744 * help.el (describe-function-1): Regexp-quote function name
7745 when used as part of a regexp.
7746
83c9cb8e
SM
7747 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7748 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
7749 (tool-bar-add-item): Likewise, and handle unspecified colors.
7750
7751 * enriched.el (enriched-face-ans): Use face-attribute instead
7752 of face-foreground and face-background.
7753
7754 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 7755 Return nil if attribute is unspecified, for backward compatibility.
c7957947 7756
7423978d
GM
7757 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7758
ef128c78
GM
7759 * play/5x5.el: Remove version info.
7760
a81fc510
GM
7761 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7762
be6bbb55
GM
7763 * frame.el (blink-cursor-mode): Doc fix.
7764
f9396e03
GM
77652000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7766
7767 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7768 to create Makefile rules.
7769 (antlr-tool-command): New user option.
7770 (antlr-ask-about-save): New user option.
7771 (antlr-makefile-specification): New user option.
7772 (antlr-file-formats-alist): New variable.
7773 (antlr-special-file-formats): New variable.
7774 (antlr-unknown-file-formats): New user option.
7775 (antlr-help-unknown-file-text): New variable.
7776 (antlr-help-rules-intro): New variable.
7777 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7778 (antlr-mode-menu): Add entries.
7779 (antlr-file-dependencies): New function.
7780 (antlr-directory-dependencies): New function.
7781 (antlr-superclasses-glibs): New function.
7782 (antlr-run-tool): New command.
7783 (antlr-makefile-insert-variable): New function.
7784 (antlr-insert-makefile-rules): New function.
7785 (antlr-show-makefile-rules): New command.
7786
7787 * antlr-mode.el: More Emacs/XEmacs stuff.
7788 (antlr-no-action-keywords): New constant with value nil.
7789 (antlr-font-lock-keywords-alist): Use it. Old value would break
7790 syntax highlighting in Emacs-21.0.
7791 (antlr-default-directory): Emacs/XEmacs dependend function.
7792 (antlr-read-shell-command): Ditto.
7793 (antlr-with-displaying-help-buffer): Ditto.
7794
77952000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7796
7797 * antlr-mode.el: imenu, parsing and highlighting changes.
7798 (antlr-imenu-create-index-function): Don't create extra submenus
7799 for definitions in different grammar classes. It is not necessary
7800 for the menu and would make command `imenu' awkward to use.
7801 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7802 header actions and more than one.
7803 (antlr-font-lock-tokendef-face): Changed color.
7804 (antlr-font-lock-tokenref-face): Changed color.
7805 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7806 (antlr-mode-syntax-table): New variable.
7807 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7808 (antlr-with-syntax-table): Don't copy syntax table.
7809
78102000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7811
7812 * antlr-mode.el: Minor changes: language setting.
7813 (antlr-language-alist): The value for file option "language" can
7814 be both an identifier and a string.
7815 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7816 (antlr-language-limit-n-regexp): Change accordingly.
7817
78182000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7819
7820 * antlr-mode.el: Minor changes: tabs, hiding.
7821 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7822 (antlr-action-visibility): Also allow value nil to also hide the
7823 braces. Renamed from `antlr-tiny-action-length'.
7824 Suggested by Jay@aol.com.
7825 (antlr-hide-actions): Change accordingly. Hide line if completely
7826 hidden action is on a line of its own.
e04d21aa 7827
6ad948eb
SM
78282000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7829
7830 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7831
7832 * sort.el (sort-columns): Don't concat strings with numbers.
7833
9c6a4107
DL
78342000-11-29 Dave Love <fx@gnu.org>
7835
7836 * cus-edit.el (face): Fix :format.
7837
7838 * mail/feedmail.el: Require smtpmail when compiling.
7839 (mail-do-fcc): Autoload.
7840 (feedmail) <defgroup>: Fix :link.
7841 (feedmail-nuke-body-in-fcc): Fix :type.
7842 (feedmail-send-it): Add autoload cookie.
7843
053b8d35
SM
78442000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7845
7846 * newcomment.el (comment-indent): Save excursion around call to
7847 comment-indent-function.
7848
242c13e8
MB
78492000-11-29 Miles Bader <miles@gnu.org>
7850
7851 * subr.el (member-ignore-case): Return the tail of the list who's
7852 car matches, like `member', not the matching element itself.
7853
8f4b5f28
KH
78542000-11-29 Kenichi Handa <handa@etl.go.jp>
7855
7856 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7857 should not contain `\n'.
7858
bebe4a2c
GM
78592000-11-28 Gerd Moellmann <gerd@gnu.org>
7860
fd9ac94c 7861 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 7862
ba7e40eb
GM
7863 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7864
75ab0c79
GM
7865 * dired-aux.el (dired-do-create-files): Construct default file
7866 name for dired-mark-read-file-name so that when the user enters
7867 just RET, the target file will end up in the target directory.
7868
bebe4a2c
GM
7869 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7870 local-abbrev-table before changing buffers because it might
7871 have a buffer-local binding.
7872
fa6d1ca8
MB
78732000-11-28 Miles Bader <miles@gnu.org>
7874
7875 * simple.el (delete-horizontal-space): Handle fields more generally.
7876
8d2c2642
GM
78772000-11-28 Gerd Moellmann <gerd@gnu.org>
7878
7879 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7880
8b31236d
DL
78812000-11-28 Dave Love <fx@gnu.org>
7882
3cbd02d2
DL
7883 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7884 comment-start-skip locally.
7885
8b31236d
DL
7886 * progmodes/fortran.el (fortran-mode): Don't set
7887 fortran-comment-line-start-skip. Set comment-start to
7888 fortran-comment-line-start.
7889 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7890 (fortran-comment-line-start-skip): Simplify slightly.
7891
ae4bf56d
GM
78922000-11-28 Gerd Moellmann <gerd@gnu.org>
7893
17ef7534
GM
7894 * play/5x5.el: Remove RCS keyword.
7895
fd9ac94c 7896 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 7897
665b27a6
GM
78982000-11-28 Milan Zamazal <pdm@freesoft.cz>
7899
83c9cb8e
SM
7900 * textmodes/tildify.el (tildify-string-alist):
7901 Add `plain-tex-mode' here.
665b27a6 7902
fe3c2ae3
GM
79032000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7904
7905 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7906 reference.
7907
d970106b
MB
79082000-11-28 Miles Bader <miles@gnu.org>
7909
36b80a0d
MB
7910 * cus-face.el (custom-face-attributes): Add post-filter function
7911 for :box. Make pre-filter function for :box handle all cases.
7912
d970106b
MB
7913 * wid-edit.el (widget-choose): Make sure pop-up window is large
7914 enough to display all the choices, as there's no way to scroll it.
7915
5a2bae6c
KH
79162000-11-28 Kenichi Handa <handa@etl.go.jp>
7917
7918 * international/mule-conf.el: Make the coding system no-conversion
7919 safe for all characters.
7920
9e836e23
DL
79212000-11-27 Dave Love <fx@gnu.org>
7922
8b31236d
DL
7923 * net/ldap.el (ldap) <defgroup>: Add :version.
7924
9e836e23
DL
7925 * tooltip.el (tooltip-use-echo-area): Doc fix.
7926
7927 * cus-start.el <minibuffer-prompt-properties>: Add version.
7928 <read-buffer-function>: Add.
7929
7930 * apropos.el (apropos-print): Add help-echo to active text.
7931
7932 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7933
4a74d071
GM
79342000-11-27 Gerd Moellmann <gerd@gnu.org>
7935
7936 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7937 type, group and version.
7938
76058c27
EZ
79392000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7940
4a74d071 7941 * select.el (x-get-selection): Docstring fix.
76058c27 7942
fd9ac94c 79432000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 7944
fd9ac94c 7945 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 7946
49060c51
AI
79472000-11-27 Andrew Innes <andrewi@gnu.org>
7948
7949 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7950
7951 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7952
b2a8e429
MB
79532000-11-27 Miles Bader <miles@gnu.org>
7954
7955 * dired.el (dired-get-filename): Return filename verbatim if
7956 LOCALP is `verbatim'.
7957 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7958 `verbatim' so that we don't inadvertently delete a non-existant
7959 directory name.
7960
5ac0366d
KH
79612000-11-27 Kenichi Handa <handa@etl.go.jp>
7962
7963 * international/characters.el: Specify cases and syntaxes for
7964 mule-unicode-0100-24ff.
7965
67f1cf4c
GM
79662000-11-27 Gerd Moellmann <gerd@gnu.org>
7967
7968 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7969 that foreground and/or background colors of the face `tool-bar'
7970 are unspecified.
7971
46c56972
MB
79722000-11-27 Miles Bader <miles@gnu.org>
7973
e04d21aa 7974 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
7975 (widget-field-end): Handle widget field `pseudo-overlays'.
7976 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7977 if it's there instead of in `widget-field-list'.
7978
46c56972 7979 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
7980 (help-make-xrefs): Delete extraneous newlines at the end of the
7981 docstring.
46c56972 7982
640a9cdd
JR
79832000-11-25 Jason Rumney <jasonr@gnu.org>
7984
7985 * startup.el (command-line): Call set-locale-environment after
7986 Window System init file is read, as it can result in a call to
7987 redraw-frame.
7988
0b3f96d4
EZ
79892000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7990
7991 * simple.el (shell-command): Mention the effect of the prefix
7992 argument in the doc string.
7993
8da6e2a1
MB
79942000-11-25 Miles Bader <miles@gnu.org>
7995
a658d039
MB
7996 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7997
8da6e2a1 7998 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 7999 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 8000
d3416cca
JR
80012000-11-24 Jason Rumney <jasonr@gnu.org>
8002
8003 * international/mule-cmds.el (locale-language-names): Add "jp" as
8004 a non-standard alternative for Japanese.
8005
17e37f53
AS
80062000-11-24 Andre Spiegel <spiegel@gnu.org>
8007
8008 * vc-hooks.el: Require 'cl during compilation.
8009
9aa5f148
GM
80102000-11-24 Gerd Moellmann <gerd@gnu.org>
8011
ba193890
GM
8012 * faces.el (face-set-after-frame-default): Let face attributes
8013 specified for new frames override frame parameters.
8014
9aa5f148
GM
8015 * startup.el (command-line): Fix computation of the source file
8016 for user-init-file when user-init-file is a compiled file.
8017
51a1edab
MB
80182000-11-24 Miles Bader <miles@gnu.org>
8019
e04d21aa 8020 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
8021 (custom-post-filter-face-spec): New functions.
8022 (custom-face-set, custom-face-value-create): Filter the face spec
8023 before and after customization.
8024 (custom-face-set): If VALUE specifies a null face, pass a
8025 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
8026 * cus-face.el (custom-face-attributes): Remove SET and GET
8027 functions. Add some IN-FILTER and OUT-FILTER functions in the few
8028 cases they're needed.
8029
1ed74431
MB
8030 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
8031 that it's distinguishable from the :off-glyph on dark-background
8032 displays. Set its background color too.
8033
67ee1125
MB
8034 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
8035 so that people can easily turn it off.
8036
7d027816 80372000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 8038
7d027816 8039 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 8040
9aa5f148 8041 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 8042
9aa5f148 8043 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 8044
9aa5f148 8045 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 8046 redundant skip-small-frames test.
e04d21aa 8047
9aa5f148 8048 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 8049 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 8050
9aa5f148
GM
8051 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
8052 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
8053 (viper-restore-cursor-type,viper-set-insert-cursor-type):
8054 New functions.
e04d21aa 8055
9aa5f148 8056 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 8057
9aa5f148 8058 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 8059
f07fa1b8
KH
80602000-11-24 Kenichi Handa <handa@etl.go.jp>
8061
83c9cb8e
SM
8062 * international/mule-diag.el (list-iso-charset-chars):
8063 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
8064 (list-non-iso-charset-chars): Fix the `while' condition.
8065
ba8299ff
SM
80662000-11-23 Stefan Monnier <monnier@cs.yale.edu>
8067
79372165
SM
8068 * subr.el (add-hook, remove-hook): Don't call make-local-hook
8069 if the variable is make-variable-buffer-local.
8070
83c9cb8e
SM
8071 * progmodes/ada-stmt.el (ada-template-map):
8072 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
8073 (ada-stmt-mode-hook): New function extracted from old code.
8074 Only change the buffer-local side of skeleton-*.
8075 (ada-mode-hook): Use it.
8076
68a887fa
EZ
80772000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8078
8079 * iswitchb.el (iswitchb-minibuf-depth): New variable.
8080 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
8081 we expect to be returned by minibuffer-depth once we prompt the
8082 user in the minibuffer.
8083 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
8084 as recorded in iswitchb-minibuf-depth, return non-nil.
8085
3b345582
EZ
80862000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8087
8088 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
8089 (hscroll-window-maybe): Docstring fix.
8090
595dead2
DL
80912000-11-23 Dave Love <fx@gnu.org>
8092
8093 * rect.el (string-rectangle): Don't test delete-selection-mode.
8094
1e66b27a
GM
80952000-11-23 Gerd Moellmann <gerd@gnu.org>
8096
02790ce2
GM
8097 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
8098 is in the tool bar.
8099
1e66b27a 8100 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 8101 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 8102
a4caa65d
SM
81032000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8104
8105 * textmodes/outline.el (outline-flag-region):
8106 Don't bind inhibit-read-only since we don't modify the buffer.
8107 (outline-isearch-open-invisible): Don't jump to overlay-start
8108 since we're trying to unhide text around point.
8109 (outline-discard-overlays): Use dolist.
8110
8111 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8112
03e757c1
GM
81132000-11-22 Gerd Moellmann <gerd@gnu.org>
8114
83c9cb8e 8115 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 8116
1598a961
SM
81172000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8118
8119 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8120 Fix ARG regexp to skip quoted braces.
8121 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8122 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8123 are (correctly) handled separately).
8124 Remove `caption' and `footnote' from `citations': they contain text.
8125 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8126 (latex-skeleton-end-hook): New function.
8127 (latex-mode): Use it.
8128 (tex-start-tex-marker): Remove.
8129 (tex-send-tex-command): Don't set tex-start-tex-marker.
8130 (tex-error-parse-syntax-table): New var.
8131 (tex-compilation-parse-errors): Use it.
8132 Ignore tex-start-tex-marker. Don't bother with marker-position.
8133 (tex-validate-buffer): Don't bother with marker-position.
8134
8135 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 8136 (flyspell-generic-progmode-verify): Use it.
1598a961 8137
eaae8106
SS
81382000-11-22 Sam Steingold <sds@gnu.org>
8139
83c9cb8e 8140 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 8141
eaae8106 8142 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 8143 `ada-remove-trailing-spaces'.
eaae8106 8144 (ada-remove-trailing-spaces): Removed.
e04d21aa 8145
eaae8106 8146 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 8147
1598a961
SM
8148 * textmodes/picture.el (picture-clean): Removed.
8149 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 8150
a41d49e9
GM
81512000-11-22 Gerd Moellmann <gerd@gnu.org>
8152
e053c60f
GM
8153 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8154
a41d49e9
GM
8155 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8156 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 8157 do anything special when jit-lock is active.
a41d49e9
GM
8158 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8159
197615f3
DL
81602000-11-22 Dave Love <fx@gnu.org>
8161
ddbfaa9f
DL
8162 * calendar/todo-mode.el (todo-top-priorities): Use
8163 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8164
ddc3c695
DL
8165 * language/chinese.el, language/cyrillic.el:
8166 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8167 * language/hebrew.el, language/indian.el, language/japanese.el:
8168 * language/korean.el, language/lao.el, language/misc-lang.el:
8169 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8170 Use provide.
8171
fb9fa98d
DL
8172 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8173 (custom-variable-set): Improve validation error mesage.
8174
197615f3
DL
8175 * rect.el (string-rectangle): Revert last change.
8176 (string-rectangle-line): New arg DELETE.
8177 (string-rectangle): Check delete-selection-mode.
8178
8179 * emacs-lisp/edebug.el (edebug-version)
8180 (edebug-maintainer-address): Deleted.
8181 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8182 (edebug-read-function): Account for other `'#' read forms.
8183 (edebug-mode-menus): Make some items toggles.
8184 (edebug-outside-unread-command-event, unread-command-event):
8185 Remove these to avoid warnings.
8186
f4117c4d
GM
81872000-11-22 David Ponce <david@dponce.com>
8188
8189 * recentf.el (recentf-menu-items-for-commands)
8190 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 8191 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 8192
f4117c4d
GM
8193 (recentf-build-dir-rules, recentf-dump-variable)
8194 (recentf-edit-list, recentf-open-files-item)
8195 (recentf-open-files): Replaced unnecessary `mapcar' with new
8196 built-in `mapc'.
eaae8106 8197
f8e2f3f2
MB
81982000-11-23 Miles Bader <miles@gnu.org>
8199
8200 * faces.el (menu): Make inverse-video on ttys too.
8201
4c4a541d
SM
82022000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8203
8204 * simple.el (comment-line-break-function): Use the new name
8205 indent-new-comment-line -> comment-indent-new-line.
8206 (clone-indirect-buffer): Don't ignore NORECORD.
8207 (next-completion): Properly handle the case where items are adjacent.
8208
8209 * mouse.el (popup-menu): Stupid typo.
8210
980d836e
GM
82112000-11-22 Gerd Moellmann <gerd@gnu.org>
8212
60e8e0a5
GM
8213 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8214 maintainer, keywords tags.
8215
980d836e
GM
8216 * rect.el (replace-rectangle): Don't call string-rectangle-line
8217 with too many arguments.
8218
e08b2069
AS
82192000-11-22 Andre Spiegel <spiegel@gnu.org>
8220
60e8e0a5 8221 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 8222 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
8223 vc-locking-user, which no longer exists.
8224
8225 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8226
c6779d8d
DL
82272000-11-22 Dave Love <fx@gnu.org>
8228
8229 * md5.el (md5): Provide.
8230 (md5): Fix error call.
8231
e672fdce
MB
82322000-11-22 Miles Bader <miles@gnu.org>
8233
eaae8106 8234 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
8235 (refill-fill-paragraph-at): Remove debugging code.
8236
80e24c04
MB
8237 * calendar/calendar.el (generate-calendar-window): When we don't
8238 call `fit-window-to-buffer', make sure the top line is fully visible.
8239
3a17d6cc
MB
8240 * image-file.el (insert-image-file): Don't make `read-only'
8241 property rear-nonsticky.
8242
ae1a21c6
MB
8243 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8244 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8245 stashing away its original value.
8246 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8247 in the recursive edit.
8248 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8249 (isearch-done): Restore `minibuffer-message-timeout'.
8250
e672fdce
MB
8251 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8252
3ea79df8
SM
82532000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8254
8255 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8256
8257 * find-lisp.el (find-lisp-find-files-internal):
8258 Use dolist, when and file-name-as-directory.
8259
980d836e 8260 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
8261 (define-derived-mode, define-minor-mode): Add specs.
8262
8263 * window.el: General comment and spacing fixes.
8264 (save-selected-window): Use backquotes.
8265 (window-safely-shrinkable-p): New function.
8266 (shrink-window-if-larger-than-buffer): Use it.
8267
8268 * subr.el (make-local-hook): Docstring fix.
8269
8270 * shell.el (shell-mode): Use define-derived-mode.
8271
8272 * newcomment.el (comment-indent): Insert comment before calling
8273 comment-indent-function. Don't insert in column 0.
8274 (comment-dwim): Indent before inserting comment.
8275
8276 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8277 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8278 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8279 Use mapc rather than map.
8280
8281 * files.el (find-buffer-visiting): Compare all attributes before
8282 declaring two files identical (rather than just their inode-no).
8283 (auto-mode-alist): Use \' rather than $.
8284
8285 * which-func.el: Update maintainer line.
8286
8287 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8288 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8289 (uniquify-buffer-file-name): Use it.
8290
8f62f2b8
MB
82912000-11-22 Miles Bader <miles@gnu.org>
8292
8293 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8294 * simple.el (minibuffer-avoid-prompt): New function.
8295
fb279a6d
GM
82962000-11-21 Gerd Moellmann <gerd@gnu.org>
8297
8298 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8299
867092e9
MB
83002000-11-21 Miles Bader <miles@gnu.org>
8301
ef860850
MB
8302 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8303 inclusion of `track-mouse'.
8304
867092e9
MB
8305 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8306 (refill-adjust-ignorable-overlay): New function.
8307 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8308 only the paragraph's tail if possible.
8309 Update `refill-ignorable-overlay'.
8310 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8311
8312 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8313 point inside the fill-prefix.
8314
8315 * textmodes/refill.el (refill-post-command-function): Don't reset
8316 refill-doit in the case where a self-insertion command doesn't
8317 case a refill. Use `refill-fill-paragraph-at', getting position
8318 from `refill-doit'.
8319 (refill-after-change-function): Set `refill-doit' to END.
8320 (refill-fill-paragraph-at): New function, mostly from old
8321 refill-fill-paragraph.
8322 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8323 (refill-pre-command-function): New function.
8324 (refill-mode): Add it to `pre-command-hook'.
8325
ff9ab414
GM
83262000-11-20 Gerd Moellmann <gerd@gnu.org>
8327
29a01b72
GM
8328 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8329
ff9ab414
GM
8330 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8331 javadoc tags.
eaae8106 8332
885b211b
AS
83332000-11-20 Andre Spiegel <spiegel@gnu.org>
8334
8335 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8336 vc.el).
8337
eaae8106 8338 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 8339 require vc.
eaae8106
SS
8340
8341 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 8342 checkouts.
eaae8106 8343
d1838556
DL
83442000-11-20 Dave Love <fx@gnu.org>
8345
8346 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8347
2b69bc11 83482000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 8349
2b69bc11
GM
8350 * calculator.el (calculator-paste): Use `if' instead of `and'
8351 and `or'.
8352 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 8353
b95b34e5
GM
83542000-11-19 Gerd Moellmann <gerd@gnu.org>
8355
030de92f
GM
8356 * info.el (info-menu-5): Doc fix.
8357
b95b34e5
GM
8358 * textmodes/artist.el: New file.
8359
54970452
AS
83602000-11-19 Andre Spiegel <spiegel@gnu.org>
8361
eaae8106 8362 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
8363 and differentiate according to checkout model.
8364 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8365 since this function is only concerned with master state.
8366
83c9cb8e
SM
8367 * vc-hooks.el (vc-workfile-unchanged-p)
8368 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 8369
83c9cb8e
SM
8370 * vc.el (vc-workfile-unchanged-p)
8371 (vc-default-workfile-unchanged-p): See above.
54970452 8372
e5a9dabf
MB
83732000-11-19 Miles Bader <miles@gnu.org>
8374
8375 * image-file.el (insert-image-file): Make `intangible' and
8376 `read-only' properties rear-nonsticky too.
8377
24127af0
GM
83782000-11-18 Gerd Moellmann <gerd@gnu.org>
8379
d392e9c5 8380 * ps-print.el: Update copyright notice.
eaae8106 8381
d392e9c5
GM
8382 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8383 (tooltip-show): Use the offsets.
8384
24127af0 8385 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 8386 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
8387 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8388
2b69bc11 83892000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 8390
2b69bc11
GM
8391 * ps-print.el (toplevel): Test for find-coding-system being
8392 fboundp before calling ps-x-find-coding-system.
08ea6f17 8393
66321b2f
SM
83942000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8395
8396 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8397 (vc-version-backup-file): Docstring fix.
8398
046110c6
GM
83992000-11-16 Gerd Moellmann <gerd@gnu.org>
8400
4104194e
GM
8401 * files.el (basic-save-buffer): Don't add a newline if
8402 find-file-literally is non-nil.
8403 (find-file-literally): Extend doc string.
8404
046110c6
GM
8405 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8406 sort(1) with the `-f' argument.
8407
6505c16e
AS
84082000-11-16 Andre Spiegel <spiegel@gnu.org>
8409
fd063975
AS
8410 * vc.el: Updated backend documentation.
8411 (vc-default-check-headers): New function.
8412
3d02dd81 8413 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
8414
8415 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 8416 up-to-date.
eaae8106 8417 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 8418 the minibuffer is not active.
fd063975 8419
eaae8106 8420 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 8421 `vc-cvs-use-edit' is on.
eaae8106
SS
8422 (vc-cvs-checkout): When this is used for reverting the workfile,
8423 make a backup of the original contents and revert to that in case
8791d617 8424 of error.
eaae8106 8425 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 8426 remote repositories.
eaae8106 8427
6505c16e
AS
8428 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8429 for both version and ratio in the minibuffer.
fd063975 8430
eaae8106 8431 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 8432 Use vc-do-command to perform the annotation, not call-process.
6505c16e 8433
a13f0660
KH
84342000-11-16 Kenichi Handa <handa@etl.go.jp>
8435
8436 * international/quail.el (quail-start-translation): Don't call
8437 `message' before reading key sequence.
8438
1389a414
MB
84392000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8440
8441 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8442
9256a532
KH
84432000-11-16 Kenichi Handa <handa@etl.go.jp>
8444
8445 * window.el (fit-window-to-buffer): Be sure to acquire at least
8446 one text line even if the buffer is empty.
8447
0e14fe9f
GM
84482000-11-16 Gerd Moellmann <gerd@gnu.org>
8449
eaae8106 8450 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
8451 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8452 Bind ange-ftp-process-verbose to nil.
0e14fe9f 8453
da645c53
DL
84542000-11-15 Dave Love <fx@gnu.org>
8455
83c9cb8e
SM
8456 * wid-edit.el (widget-specify-field, widget-specify-button):
8457 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
8458 widget-mouse-help.
8459 (widget-mouse-help): New function.
8460 (widget-echo-help): Rewritten for :help-echo functions only taking
8461 a widget arg.
8462
83c9cb8e
SM
8463 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8464 Use display-graphic-p.
b12057b9
DL
8465 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8466 and that JPEG is available.
8467 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8468
da645c53
DL
8469 * international/mule-cmds.el (locale-charset-language-names):
8470 Match @euro.
8471
6d133d1f
GM
84722000-11-15 Gerd Moellmann <gerd@gnu.org>
8473
83c9cb8e
SM
8474 * faces.el (face-set-after-frame-default):
8475 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
8476 default face from X resources.
8477
49ac2ac5
EZ
84782000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8479
8480 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8481 Don't set EMACSLOADPATH.
8482
4fb0a34c
EZ
84832000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8484
8485 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8486 texinfo-insert-@url.
8487 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8488 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8489
bb304a7a
SM
84902000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8491
82bc80bf
SM
8492 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8493 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8494 (checkdoc-minor-keymap): Backward compatibility.
8495 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8496 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8497 (checkdoc-this-string-valid-engine): Be a bit more strict
8498 to avoid matching substrings of `...' quoted vars/funs.
8499 (checkdoc-defun-info): Only look for `interactive' if alone.
8500 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8501
e8c87124
SM
8502 * progmodes/compile.el (grep): `tag-default' can be nil.
8503
bb304a7a
SM
8504 * newcomment.el (comment-indent): Paren typo.
8505
8628686a
DL
85062000-11-14 Dave Love <fx@gnu.org>
8507
25c269ef
DL
8508 * calculator.el: New maintainer version.
8509
66321b2f 8510 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 8511
8628686a
DL
8512 * cmuscheme.el: Doc fixes.
8513 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 8514 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
8515
8516 * xscheme.el (scheme-program-name): Don't define here.
8517
8518 * progmodes/scheme.el (scheme-program-name): New variable
8519 (originally in cmuscheme).
8520
88f0a1eb
MB
85212000-11-14 Miles Bader <miles@gnu.org>
8522
8523 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8524 Handle header-lines. Don't loop forever if we can't enlarge the
8525 window anymore. Simplify a bit.
8526
cd9a000c
KH
85272000-11-14 Kenichi Handa <handa@etl.go.jp>
8528
8529 * window.el (fit-window-to-buffer): Don't check
8530 window-text-height. Assure that the last line is fully visible.
8531
83c9cb8e
SM
8532 * international/quail.el (quail-show-guidance-buf):
8533 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
8534 buffer.
8535 (quail-update-guidance): Avoid making the guidance buffer shorter.
8536
d3fcda22
SM
85372000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8538
bdbd9606
SM
8539 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8540 rather than `prepend' and add an interesting comment.
8541 (tex-math-face, tex-font-lock-syntactic-face-function):
8542 New face and function to use it.
8543 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8544 than `menu-enable' symbol property.
8545 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8546 (tex-mode): Add some latex-mode commands for auto-selection.
8547 Use tex-font-lock-syntactic-face-function.
8548 (tex-insert-quote): Simplify.
8549 (tex-shell): New mode.
8550 (tex-start-shell): Use it.
8551 (tex-shell-proc, tex-shell-buf): New functions.
8552 (tex-send-command): Use it.
8553 (tex-main-file): Fix the meaning of the new arg REALFILE.
8554 (tex-send-tex-command): New function split from `tex-start-tex'.
8555 Set compilation-last-buffer and compilation-parsing-end.
8556
d3fcda22
SM
8557 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8558 when it follows non-comment text on the line.
8559
8560 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8561 Set font-lock-defaults.
8562 (lisp-mode-shared-map): Init inside the defvar.
8563 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8564 Use define-derived-mode.
8565
bdab1d43
MB
85662000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8567
8568 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8569
936ae731
GM
85702000-11-14 Gerd Moellmann <gerd@gnu.org>
8571
83c9cb8e
SM
8572 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8573 Don't recursively optimize body because that can lead to infinite
936ae731
GM
8574 recursion; see comment there.
8575
1695ca2b
EZ
85762000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8577
8578 * faces.el (face-spec-set-match-display): Revert the change from
8579 2000-10-24. Add a FIXME for after v21.1.
8580
9d348294
MB
85812000-11-13 Miles Bader <miles@gnu.org>
8582
8583 * textmodes/fill.el (skip-line-prefix): New function.
8584 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8585 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
8586 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8587 point inside the fill-prefix.
9d348294 8588
b85fa13c
MB
85892000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8590
83c9cb8e
SM
8591 * calendar/calendar.el (generate-calendar-window):
8592 Use `fit-window-to-buffer'.
b85fa13c 8593
a0b47716
SM
85942000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8595
8596 * gud.el (gud-minor-mode): New var.
8597 (gud-symbol, gud-val): New functions.
8598 (gud-find-file): Copy gud-minor-mode to the new buffer.
8599 (gud-menu-map): Include entries for commands that are not always
8600 available, using :enable to (de)activate them.
8601 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8602 (gud-mode-map): New map.
eaae8106 8603 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
8604 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8605 Don't set up gud's menu (it's done by the minor-mode).
8606 (gud-minibuffer-local-map): New.
8607 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8608 (gud-query-cmdline): New function.
8609 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8610 (gud-mode): Use define-derived-mode.
8611 Don't set up gud's menu (it's done by the minor-mode).
8612 (gud-chop-words): Remove.
8613 (gud-common-init): Use split-string instead.
8614 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8615
8616 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8617 Add keyword arg :name.
8618
8619 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8620 (diff-count-matches, diff-split-hunk): New functions.
8621 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8622
8623 * pcvs-info.el (cvs-fi-conflict-face): New var.
8624
8625 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8626 Make it into a simple syntax-table, shared among all submodes.
8627 (sh-heredoc-face): Re-introduce.
8628 (sh-font-lock-syntactic-face-function): New function.
8629 (sh-mode): Use it. Also use define-derived-mode.
8630 Remove old bogus setting of indent-region-function.
8631 (sh-set-shell): Don't set the syntax-table any more.
8632 (sh-mode-syntax-table) <defun>: Remove.
8633
f5ed37df
MB
86342000-11-12 Miles Bader <miles@gnu.org>
8635
8636 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8637 message if interactive.
8638
0b074c2f
DL
86392000-11-12 Dave Love <fx@gnu.org>
8640
8641 * mail/feedmail.el: Fix header,
8642 (feedmail) <defgroup>: Add :link.
8643
8644 * view.el: Use local-map property, not keymap on mode-line string.
8645
83c9cb8e
SM
8646 * scroll-all.el (scroll-all-mode): Customize variable.
8647 Add autoload cookie to function.
0b074c2f
DL
8648
8649 * lazy-lock.el: Remove compatibility code.
8650
8651 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8652 (finder-help-echo): New variable.
8653 (finder-mouse-face-on-line): Add help-echo stuff.
8654 (finder-list-keywords, finder-list-matches): Use mapc.
8655
8656 * faces.el (face-font-registry-alternatives): Add :version.
8657
8658 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8659 tags-table-list.
8660
a0b47716 8661 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 8662
a0b47716 8663 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
8664 (mail-mode): Use [:alnum:] in some regexps.
8665
6d502396
DL
86662000-11-10 Dave Love <fx@gnu.org>
8667
8668 * ediff.el (ediff-regions-internal, ediff-documentation):
8669 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8670 fundamental mode.
8671
8672 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8673 buffer into fundamental mode.
8674 (ediff-set-difference): Use copy-sequence if available.
8675
83c9cb8e
SM
8676 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8677 Check ediff-patch-map non-nil.
6d502396
DL
8678 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8679 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8680 buffer into fundamental mode.
8681
8682 * ediff-merg.el (state-or-merge): Defvar when compiling.
8683
a82fe213
JR
86842000-11-10 Jason Rumney <jasonr@gnu.org>
8685
8686 * w32-fns.el (w32-add-charset-info): New function.
8687 (w32-charset-info-alist): Use it.
8688
52d89894
GM
86892000-11-10 Gerd Moellmann <gerd@gnu.org>
8690
8691 * faces.el (face-font-registry-alternatives): New user-option.
8692
178932de
SM
86932000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8694
d7fa3319
SM
8695 * textmodes/texinfo.el (texinfo-block-default): New var.
8696 (texinfo-insert-block): Use it. Insert a newline if needed.
8697
178932de
SM
8698 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8699 (fill-region-as-paragraph): Use it.
8700
8701 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8702 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8703 Tweak paragraph regexps to allow a leading [ \t]*.
8704 (tex-latex-block): Insert a newline if necessary.
8705 (latex-insert-item): Only insert a newline if necessary.
8706 (tex-guess-main-file): New function.
8707 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8708 Set tex-main-file if TeX-master is provided.
8709 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8710
bd02b8e0
GM
87112000-11-10 Gerd Moellmann <gerd@gnu.org>
8712
8713 * startup.el (command-line): Set the default tooltip-mode
8714 to t for graphical displays which implement x-show-tip.
8715
8716 * tooltip.el (tooltip-mode): Add a comment about startup.el
8717 setting the default value of this user-option.
8718
b29b03eb
SM
87192000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8720
8721 * font-lock.el (font-lock-*-face) <defvar>: Move.
8722 (font-lock-defaults-alist): Mark obsolete.
8723 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8724 (font-lock-mode): Use define-minor-mode.
8725 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8726 (font-lock-turn-off-thing-lock): Be more explicit.
8727 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8728 (font-lock-syntactic-face-function): New var.
8729 (font-lock-fontify-syntactically-region): Use it.
8730 (font-lock-doc-face): New.
8731
8732 * pcvs.el (cvs-enabledp): Ignore errors.
8733 (cvs-commit-filelist): Never query.
8734 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8735 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8736 (cvs-do-removal): Use cvs-partition rather than delete-if.
8737 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8738 cvs-bury-buffer.
8739
8740 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8741 Allow `next' to jump to after the end of the last match.
8742
778fbc46
GM
87432000-11-09 Gerd Moellmann <gerd@gnu.org>
8744
730c746c
GM
8745 * simple.el (byte-compiling-files-p): New function.
8746
8747 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8748 if it is there.
8749
8750 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8751 nil again.
8752
778fbc46
GM
8753 * textmodes/ispell.el (ispell-library-path): Don't call
8754 check-ispell-version when byte-compiling because that starts
8755 an ispell process, and ispell might not be installed.
8756 (toplevel): Don't set up a menu when byte-compiling.
8757
8758 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8759 it, so that a boundp test can be used to determine if we're
8760 currently byte-compiling.
8761
5912c5bb
DL
87622000-11-09 Dave Love <fx@gnu.org>
8763
83c9cb8e 8764 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 8765
7bb054a5
GM
87662000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8767
83c9cb8e
SM
8768 * ps-print.el: Patch for variable initialization when spooling.
8769 Doc fix.
7bb054a5
GM
8770 (ps-output-list): Fun eliminated.
8771 (ps-begin-file, ps-begin-job): Code fix.
8772
9db2706e
DL
87732000-11-08 Dave Love <fx@gnu.org>
8774
83c9cb8e 8775 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 8776
f7eb32aa
GM
87772000-11-08 Gerd Moellmann <gerd@gnu.org>
8778
8779 * simple.el (shell-command, display-message-or-buffer)
8780 (shell-command-on-region): Mention resize-mini-windows in the doc
8781 string.
8782 (display-message-or-buffer): Take the value of resize-mini-windows
8783 into account.
8784
7b01b08c
GM
87852000-11-07 Gerd Moellmann <gerd@gnu.org>
8786
acad3c0b
GM
8787 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8788
7b01b08c
GM
8789 * dired.el (dired-between-files): Add `^. find' as an alternative
8790 to the regular expression, for find-dired.
8791
6f602bd0
SM
87922000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8793
8794 * textmodes/texnfo-upd.el: Require texinfo.
8795 (defmacro, defgroup): Remove.
8796 (texinfo-section-to-generic-alist): Remove.
8797 Use texinfo-section-list instead (i.e. level is changed string->int).
8798 (texinfo-filter): New function.
8799 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8800 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8801 Use it. And use regexp-opt.
8802 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8803 (texinfo-update-menu-region-beginning)
8804 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8805 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8806 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 8807 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
8808 (texinfo-sequential-node-update): Remove autoload cookie.
8809
8810 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8811 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8812 (texinfo-chapter-level-regexp): Remove.
8813 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8814
bb216218
DL
88152000-11-06 Dave Love <fx@gnu.org>
8816
6f602bd0 8817 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 8818
6f602bd0
SM
8819 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8820 Match defun*.
bb216218 8821
ff8dd5d5
KH
88222000-11-06 Kenichi Handa <handa@etl.go.jp>
8823
8824 * composite.el (composition-function-table): Variable declaration
8825 moved to src/composite.c.
8826 (compose-chars-after): New optional arg object.
8827
e9da51a1
GM
88282000-11-06 Gerd Moellmann <gerd@gnu.org>
8829
e0c12c68
GM
8830 * bindings.el (mode-line-toggle-read-only)
8831 (mode-line-toggle-modified, mode-line-widen)
8832 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8833 (make-mode-line-mouse2-map): Rewritten.
8834 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8835 functions so that C-h k can show something with a doc string.
eaae8106 8836
e9da51a1
GM
8837 * startup.el (fancy-splash-delay): Set to 10 seconds.
8838 (fancy-splash-max-time): New user-option.
8839 (fancy-splash-stop-time): New variable.
8840 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8841 (fancy-splash-screens-1): Throw `stop-splashing' when current
8842 time is greater than fancy-splash-stop-time.
8843
611dbdf0
SM
88442000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8845
4d2806e2
SM
8846 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8847
611dbdf0
SM
8848 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8849 Prompt user for a file rather than raising an error.
8850 (cvs-enabledp): Fix call to cvs-mode-marked.
8851 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8852 (cvs-mode-insert): Use it. Change the init prompt' value.
8853 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8854
8855 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8856 Don't pass default arg to ewoc-locate.
8857 (ewoc-collect): Return result in the right order.
8858
8859 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8860
8861 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8862 (cvs-status-get-tags): Fix regexp.
8863 (cvs-status-trees, cvs-status-cvstrees):
8864 Combine after change hooks and don't sit-for.
4d2806e2
SM
8865 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8866 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
8867 Use make-char rather than hard-coded cryptic data.
8868 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8869
8870 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8871
8872 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8873 (cvs-insert-strings): New function.
8874
937b2877
MB
88752000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8876
8877 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8878 `mwheel-scroll-amount'.
8879 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8880 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8881 string-matching against the version string.
8882
c6c97763
KH
88832000-11-06 Kenichi Handa <handa@etl.go.jp>
8884
6eaec747
KH
8885 * language/thai.el ("Thai"): Set a lisp form that produces
8886 composed string in `sample-text' language info.
8887
8888 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8889 composed string in `sample-text' language info.
8890
83c9cb8e
SM
8891 * international/mule-cmds.el (describe-language-environment):
8892 Eval `sample-text' data and insert the result.
6eaec747 8893
c6c97763
KH
8894 * international/mule-conf.el (compound-text): Define this coding
8895 system here. Make x-ctext and ctext aliases of it.
8896
8897 * language/european.el (compound-text, ctext): Moved to
8898 international/mule-conf.el.
8899
d1145f85
AI
89002000-11-05 Andrew Innes <andrewi@gnu.org>
8901
8902 * w32-fns.el (w32-version): New function.
8903
178a6a45
SM
89042000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8905
8906 * progmodes/awk-mode.el: Update copyright.
8907 (awk-mode-abbrev-table): Remove.
8908 (awk-font-lock-keywords): Use regexp-opt.
8909 (awk-mode): Use define-derived-mode.
8910
8911 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8912 when extracting a suffix.
8913
1ba90166
AS
89142000-11-04 Andre Spiegel <spiegel@gnu.org>
8915
8916 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8917 auto-save-mode.
8918
546790cb
JR
89192000-11-04 Jason Rumney <jasonr@gnu.org>
8920
8921 * language/european.el (decode-mac-roman): Test against r1 not r0.
8922
d247e32d
SM
89232000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8924
fbf44f44
SM
8925 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8926 (icon-mode): Define indent-line-function.
8927 (icon-comment-indent): Simplify.
8928 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8929
8930 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8931
8932 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8933 Bind change-log-default-mode to defeat the caching done on it.
8934 Don't bother saving excursion any more.
8935
8936 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8937
8938 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8939 (set-frame-font): Use the new name (and the old for compatibility).
8940
eaae8106
SS
8941 * toolbar/tool-bar.el (tool-bar-mode):
8942 * time.el (display-time-mode):
8943 * recentf.el (recentf-mode):
8944 * paren.el (show-paren-mode):
8945 * mwheel.el (mouse-wheel-mode):
8946 * msb.el (msb-mode):
8947 * jka-compr.el (auto-compression-mode):
8948 * image-file.el (auto-image-file-mode):
8949 * hl-line.el (hl-line-mode):
8950 * delsel.el (delete-selection-mode):
8951 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
8952 * complete.el (partial-completion-mode): Drop unneeded positional args.
8953
eaae8106 8954 * info.el (Info-mode):
79372165 8955 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 8956
d247e32d
SM
8957 * log-edit.el (log-edit-menu): New menu.
8958
4921558e
MB
89592000-11-03 Miles Bader <miles@gnu.org>
8960
8961 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8962 definition, so that trailing spaces are handled properly.
8963 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8964
1fc02b3c
GM
89652000-11-03 Gerd Moellmann <gerd@gnu.org>
8966
8967 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8968 tab character.
8969 (fancy-splash-screens): Set tab-width to 20.
8970
51d001f7
DL
89712000-11-03 Dave Love <fx@gnu.org>
8972
8973 * comint.el (comint-completion-addsuffix): Fix custom type.
8974
ba22aeff
SM
89752000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8976
8977 * font-lock.el (font-lock-buffers): Remove.
8978 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8979 (font-lock-change-major-mode): Remove.
8980 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8981 (font-lock-default-fontify-region): Extend the multiline
8982 fontification to whole lines.
8983 (font-lock-fontify-anchored-keywords)
8984 (font-lock-fontify-keywords-region): If matching just one
8985 line (with \n) only mark the \n as multiline.
8986
8987 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8988 Correctly handle the case where several :group args are supplied.
8989 Allow :extra-args.
8990 (easy-mmode-define-global-mode): Allow :extra-args.
8991 Correctly handle the case where several :group args are supplied.
8992
9c887ada
MB
89932000-11-02 Miles Bader <miles@gnu.org>
8994
eaae8106 8995 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
8996 (holiday-face): Remove dependency on `window-system'.
8997
7f25090d
KR
89982000-11-02 Ken Raeburn <raeburn@gnu.org>
8999
9000 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 9001 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 9002 (compile-files): Bomb out if compilation of a file fails.
7f25090d 9003
7dd6009c
DL
90042000-11-02 Dave Love <fx@gnu.org>
9005
9006 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
9007
94821e4f
EZ
90082000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
9009
9010 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
9011 punctuation in the warning inserted into the *mail* buffer.
9012
1ac3fc42
GM
90132000-11-02 Gerd Moellmann <gerd@gnu.org>
9014
57731876
GM
9015 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
9016 (authors-public-domain-p): New function.
9017 (authors-print): Use it.
9018
975f82c9
GM
9019 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
9020
1ac3fc42
GM
9021 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
9022
4b3eb10f
GM
90232000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9024
975f82c9 9025 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
9026 (ps-print-version): New version number (6.3.1).
9027 (ps-even-or-odd-pages): Customization fix.
9028 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
9029 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
9030 (ps-page-count): Var replaced by `ps-page-column'.
9031 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
9032 (ps-print-sheet-p): New fun.
9033
7da794df
MB
90342000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9035
9036 * tooltip.el (tooltip-gud-tips-setup): New function.
9037 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
9038 (tooltip-mode): Call tooltip-gud-tips-setup.
9039 (tooltip-gud-tips): Use `gud-basic-call' instead of
9040 process-send-string, so the prompt gets frobbed appropriately.
9041 Handle nil return value from `tooltip-gud-print-command'.
9042
0e40b809
EL
90432000-11-01 Eric M. Ludlam <zappo@ultranet.com>
9044
9045 * comint.el (comint-add-to-input-history): New function.
9046 (comint-send-input): Use `comint-add-to-input-history'.
9047
50ada0db
MB
90482000-11-02 Miles Bader <miles@lsi.nec.co.jp>
9049
973a3104
MB
9050 * info.el (info-menu-header): New face.
9051 (Info-fontify-menu-headers): New function.
9052 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
9053
50ada0db
MB
9054 * info.el (Info-insert-dir): Don't include blank lines at
9055 beginning of additional dir files (one is added automatically).
9056
bff53411
SM
90572000-11-01 Stefan Monnier <monnier@cs.yale.edu>
9058
9059 * emacs-lisp/easy-mmode.el (define-minor-mode):
9060 Revert the latest changes.
9061 Allow the three positional arguments to be skipped and replaced
9062 by keyword arguments.
9063 Add a :toggle argument to determine whether a nil arg means toggle
9064 or means turn-on. The default is unchanged.
9065 Add a call to force-mode-line-update.
9066
6b8a0b2d
DL
90672000-11-01 Dave Love <fx@gnu.org>
9068
83c9cb8e 9069 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 9070
5bf99100
MB
90712000-11-01 Miles Bader <miles@lsi.nec.co.jp>
9072
83c9cb8e
SM
9073 * calendar/calendar.el (diary-face, holiday-face):
9074 Add dark-background variants.
5bf99100 9075
a4032611
SS
90762000-10-31 Sam Steingold <sds@gnu.org>
9077
9078 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
9079 `tex-main-file' does not have directory in it.
9080
c286608e
SM
90812000-10-31 Stefan Monnier <monnier@cs.yale.edu>
9082
9083 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
9084
4836835a
TTN
90852000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
9086
9087 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
9088 functional change.
9089
26dcb81b
GM
90902000-10-31 Gerd Moellmann <gerd@gnu.org>
9091
9092 * files.el (find-file-noselect): When we expand a wildcard, return
9093 a list of buffers, as we should do according to the doc string.
9094
49fc4500
KR
90952000-10-31 Ken Raeburn <raeburn@gnu.org>
9096
9097 * loadup.el (top level): Adjust load path if program name is
9098 "../src/bootstrap-emacs", in case it's not dumped and thus the
9099 load path adjustment hasn't already been done.
9100
ea0c615d
GM
91012000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9102
83c9cb8e
SM
9103 * ps-print.el: Fix bug on selected pages for printing.
9104 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
9105 is on. Try to avoid warning messages when compiling. Doc Fix.
9106 (ps-print-version): New version number (6.3).
9107 (ps-color-device): Use `color-values' to determine if device
9108 supports color.
9109 (ps-color-values): Try to use `x-color-values' when using XEmacs.
9110 (ps-print-page-p): Changed from defsubst to defun.
9111 (ps-page-number): Changed from defmacro to defun.
9112 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9113 printing.
c286608e 9114 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
9115 (ps-end-file, ps-dummy-page): Funs eliminated.
9116 (ps-print-color-scale): Changed default value.
9117 (ps-page-n-up, ps-print-page-p): New internal vars.
9118 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9119 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9120
9e20722f
GM
9121 * delim-col.el: Little programming improvement.
9122 (delimit-columns-str): New macro.
9123 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9124
d7a0fd00
KH
91252000-10-31 Kenichi Handa <handa@etl.go.jp>
9126
c286608e
SM
9127 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9128 Moved to european.el.
d7a0fd00
KH
9129 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9130 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
9131 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9132 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 9133
234be340
DL
91342000-10-30 Dave Love <fx@gnu.org>
9135
9136 * progmodes/cc-menus.el (imenu-generic-expression)
9137 (imenu-progress-message): Only defvar when compiling.
9138
4edc4a39
DL
9139 * emacs-lisp/elp.el (elp-unload-hook): New function.
9140
9141 * loadhist.el (unload-feature): Call elp-restore-function,
9142 checking for symbols; don't use elp-restore-all.
9143 (loadhist-hook-functions): Doc fix.
9144
70c825df
SM
91452000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9146
9147 * log-edit.el (log-edit-confirm): Fix the default.
9148
1d3baf74
GM
91492000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9150
9151 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9152 delimit-columns-format.
9153 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 9154
1ec321a7
MB
91552000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9156
9157 * comint.el (comint-replace-by-expanded-history): Don't use
9158 comint-get-old-input (we're not looking at *old* input).
9159 (comint-get-old-input-default): If using fields, signal an error
9160 when the point is not in an input field.
9161
70737ea9
KH
91622000-10-30 Kenichi Handa <handa@etl.go.jp>
9163
9164 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9165 and mule-unicode-e000-ffff.
9166
fa0cb51d 9167 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
9168 (make-coding-system): Accept a symbol of translation table as a
9169 value of property `safe-chars'.
9170
9171 * international/mule-cmds.el (encode-coding-char): Check property
9172 safe-chars instead of safe-charsets.
9173
9174 * international/fontset.el (fontset-default): Modified for
9175 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9176 (x-font-name-charset-alist): Likewise.
9177 (ccl-encode-unicode-font): New CCL program. Record it in
9178 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9179
70c825df
SM
9180 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9181 New translation tables.
70737ea9
KH
9182 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9183 programs are modified and moved from mac-win.el.
9184 (mac-roman): Definition of this coding system is modified and
9185 moved from mac-win.el.
4836835a 9186
fda2ce24 91872000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9188
1d3baf74 9189 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 9190 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 9191
dd4d3cb6
MB
91922000-10-29 Miles Bader <miles@gnu.org>
9193
9194 * custom.el (custom-add-to-group): Allow multiple entries for a
9195 given value OPTION, as long as their widget types are different.
9196 * cus-edit.el (custom-face-value-create): If face name doesn't end
9197 with "face", add such here (similar to custom group widgets).
9198
9199 * comint.el (comint-highlight-prompt): Add :type.
9200
dace60cf
JW
92012000-10-28 John Wiegley <johnw@gnu.org>
9202
dace60cf
JW
9203 * calendar/timeclock.el (timeclock-log): Doc fix.
9204 (timeclock-last-event): Doc fix.
83c9cb8e 9205 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
9206 (timeclock-find-discrep): Use a temp buffer to read in the
9207 timelog, instead of visiting the file.
9208 (timeclock-log-data): A new function, along with a host of helper
9209 functions, for the purpose of making timelog data accessible to
9210 programmers.
9211
9212 * eshell/esh-mode.el (window-height test): Make certain that
9213 `eshell-stringify-t' is non-nil.
9214 (eshell-password-prompt-regexp): Changed to a much simpler
9215 password regexp.
9216 (eshell-send-input): If `eshell-invoke-directly' returns t,
9217 directly invoke the parsed command using `eval'. This improves
9218 turn-around time on simple commands by a factor of three or
9219 greater, such as cd, ls, pwd, etc. -- which get used very often.
9220 It also conserves thousands of cons cells per call (since
9221 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9222 in the Pacific Cookie Company).
9223
9224 * eshell/esh-test.el (eshell-test): Whitespace fix.
9225
83c9cb8e
SM
9226 * eshell/em-ls.el (eshell-ls-insert-directory):
9227 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
9228
9229 * eshell/em-script.el (eshell-script-initialize): Add names to
9230 `eshell-complex-commands, since `source' and `.' are complex.
9231
0467b076
EZ
9232 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9233 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
9234 `eshell-copy-handles'.
9235 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9236 bodies.
9237 (eshell-separate-commands): Whitespace fix.
9238 (eshell-complex-commands): Added a new list of names, for
9239 determining whether a given command is as simple as it looks.
9240 (eshell-invoke-directly): New function. Returns t if a command
9241 should be invoked directly (using `eval'), rather than indirectly
9242 using `eshell-do-eval'.
9243 (eshell-do-eval): Whitespace fix.
9244
9245 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9246 which provides an emulation of the DOS shell behavior of assuming
9247 that cp/mv/ln should copy/move/link to the current directory.
9248 (eshell-remove-entries): Added a doc string.
9249 (eshell-shuffle-files): Removed the check for `target' being null.
9250 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9251 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9252 it to do a smarter check of whether a destination was provided.
9253 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9254 (eshell/ln): Enable `:preserve-args', and use
9255 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
9256 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9257 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
9258 list after flattening it. This makes it possible to cat files
9259 with numerical names.
9260 (eshell-unix-initialize): Added several names to
9261 `eshell-complex-commands.
9262 (eshell-unix-command-complex-p): Return t if a given command name
9263 may result in external processes being invoked.
9264
9265 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9266 variable nil by default, since it slows down glob processing by a
9267 factor of two or more, and increases memory consumption.
9268
9269 * eshell/em-smart.el: Added a note about how memory consumptive
9270 smart display mode can be (at least this is true in Emacs 21).
9271 (eshell-smart-initialize): Whitespace fix.
9272 (eshell-refresh-windows): Use `if' instead of `when'.
9273 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9274 not necessary.
83c9cb8e 9275 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
9276
9277 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9278 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9279 Whitespace fix.
9280 (eshell-ls-exclude-hidden): Added this variable in addition to
9281 `eshell-ls-exclude-regexp'. This one prevents files beginning
9282 with . from even being read, which can improve memory consumption
9283 quite a bit.
9284 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9285 read file entries beginning with a dot. In home directories with
9286 lots of hidden files, fully two-thirds of the time spent in ls is
9287 used to read directory entries that are immediately thrown away.
9288 (eshell-ls-initial-args): Added back this configuration variable,
9289 for specifying default initial arguments to every call to ls.
9290 Much faster than using an alias to do the same thing.
9291 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9292 (eshell-ls-dir): Whitespace change.
9293
9294 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9295
83c9cb8e 9296 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
9297 (eshell-stringify-t): Added a customization variable, to indicate
9298 whether `t' should be rendered as a string at all. If not, one
9299 can still determine if the result of an expression is true using
9300 "file-exists-p FILE && echo true".
9301 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9302 stringify t!
9303
9304 * eshell/esh-module.el: Whitespace fix.
9305
83c9cb8e
SM
9306 * eshell/em-alias.el (eshell-alias-initialize):
9307 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
9308 (eshell-command-aliased-p): New function that returns t if a
9309 command name names an aliased.
9310
657f9cb8 93112000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9312
0467b076 9313 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 9314 redrawing the screen when changing cursor color.
0467b076
EZ
9315 (viper-insert-state-pre-command-sentinel)
9316 (viper-replace-state-pre-command-sentinel)
70c825df
SM
9317 (viper-replace-state-post-command-sentinel):
9318 Use viper-preserve-cursor-color.
657f9cb8
MK
9319 Many functions changed to use viper= instead of = when comparing
9320 characters.
0467b076 9321 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 9322 working with characters.
0467b076 9323 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
9324 Many functions changed to use viper= instead of = when comparing
9325 characters.
0467b076 9326 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 9327
0467b076 9328 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 9329 Several typos fixed in various docstrings.
0467b076 9330 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 9331 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
9332 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9333 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9334 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9335 (ediff-get-selected-buffers): New function.
9336 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
9337 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9338 Use save-window-excursion.
0467b076 9339 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 9340 termination check in while loop.
0467b076 9341 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 9342 dired buffer.
0467b076
EZ
9343 (ediff-files,ediff-merge-files,ediff-files3)
9344 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 9345
4f490d99
DL
93462000-10-28 Dave Love <fx@gnu.org>
9347
9348 * info.el (Info-fontify-node): Add help-echo for menu items.
9349
45b84006
EZ
93502000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9351
5ebc02b3
EZ
9352 * startup.el (normal-top-level): If the value of $TERM indicates
9353 we are running from xterm or one of its work-alikes, default to a
9354 light background mode.
9355
45b84006
EZ
9356 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9357 * faces.el (tty-handle-reverse-video): New function.
9358 (tty-create-frame-with-faces): Call it.
9359
9360 * frame.el (frame-notice-user-settings): Don't apply
9361 default-frame-alist and initial-frame-alist to MS-DOS frames.
9362 Call tty-handle-reverse-video, frame-set-background-mode, and
9363 face-set-after-frame-default for non-MS-DOS frames.
9364
9365 * startup.el (tty-long-option-alist): New variable.
9366 (tty-handle-args): New function.
9367 (command-line): Call tty-handle-args.
9368
9369 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9370 startup.el now does that for all character-terminal frames.
9371
eab6e8b9
MB
93722000-10-28 Miles Bader <miles@gnu.org>
9373
83c9cb8e
SM
9374 * emacs-lisp/easy-mmode.el (define-minor-mode):
9375 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9376 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 9377 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
9378 version using `easy-mmode-define-global-mode'.
9379 Add :conditional-turn-on keyword argument.
eab6e8b9 9380
51a29efc
DL
93812000-10-28 Dave Love <fx@gnu.org>
9382
83c9cb8e
SM
9383 * international/latin1-disp.el (latin1-char-displayable-p):
9384 Don't use window-system.
51a29efc 9385
d71d7114
EZ
93862000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9387
9388 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9389 Don't call find-buffer-file-type-coding-system. Instead, just
9390 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9391 if the file is on an untranslated filesystem.
9392 (add-untranslated-filesystem): Use "D" instead of "f" inside
9393 interactive.
9394
1f9cab4b
DL
93952000-10-27 Dave Love <fx@gnu.org>
9396
70c825df 9397 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
9398 (refill-mode): Use it.
9399
70c825df
SM
94002000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9401
9402 * international/quail.el (quail-activate): Don't make-local-hook.
9403
7432cf10
AS
94042000-10-27 Andre Spiegel <spiegel@gnu.org>
9405
4836835a 9406 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 9407 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
9408 (vc-make-version-backup): Don't do it on MS-DOS without long file
9409 names.
4836835a 9410
7432cf10
AS
9411 * vc.el (vc-version-other-window): If an automatic backup of the
9412 desired version exists, rename it instead of copying it.
9413
4836835a
TTN
9414 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9415 after command. If there's an unexpected error, signal it instead
7432cf10 9416 of being silent.
e1483c38 9417 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 9418
05ea7ef2
MB
94192000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9420
fd1035aa
MB
9421 * shell.el (shell): Add BUFFER argument.
9422 * comint.el (make-comint-in-buffer): New function.
9423 (make-comint): Use it.
9424
05ea7ef2
MB
9425 * faces.el (face-spec-choose): Change syntax so that the list of
9426 attribute-value pairs is now the cdr of each clause, not the cadr.
9427 Detect old-style entries, and handle them. Use pop.
9428
835a55fe
SM
94292000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9430
f5ab1cdd
SM
9431 * cus-edit.el (custom-mode-map): Use a sparse map.
9432 (custom-mode): Don't bother with make-local-hook.
9433
9434 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9435
835a55fe
SM
9436 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9437
c13b0ec8
GM
94382000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9439
9440 * ps-print.el: Avoid compilation gripes.
9441 (ps-print-version): New version number (6.2.1).
4836835a 9442
e9f63196
DL
94432000-10-26 Dave Love <fx@gnu.org>
9444
0b95284b
DL
9445 * menu-bar.el: Modify some menu item help strings.
9446 (menu-bar-help-menu): Add link to MORE.STUFF.
9447
e9f63196
DL
9448 * cus-edit.el (custom-mode): Add `special' mode-class property.
9449
9450 * wid-browse.el (widget-browse-mode): Likewise.
9451
9452 * wid-edit.el (widget-specify-field): Revert to using local-map
9453 property, not keymap.
9454
e276a14a
MB
94552000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9456
c1545d88
MB
9457 * wid-edit.el (widget-field-end): When checking for a `boundary'
9458 field, do so in the correct buffer.
9459
3c1b77ca
MB
9460 * simple.el (undo): Correctly distinguish between numeric and
9461 non-numeric prefix args in non-transient-mark-mode, as per the doc
9462 string. When in transient-mark-mode, treat all prefix-args as
9463 numeric.
9464
f5ab1cdd
SM
9465 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9466 Position point on match. Handle N == 0 correctly.
22626d9d
MB
9467
9468 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9469 (comint-mode-map): Reverse order of `comint-write-output' and
9470 `comint-append-output-to-file'.
9471 (comint-append-output-to-file): Reinstate this function, for the
9472 benefit of the menu.
9473
d97151cb
SM
94742000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9475
9476 * vc.el (vc-version-other-window): Bind `file'.
9477
ea7d6f5b
GM
94782000-10-25 Gerd Moellmann <gerd@gnu.org>
9479
f5ab1cdd 9480 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
9481
9482 * emacs-lisp/authors.el (batch-update-authors): New function.
9483 (authors-fixed-entries): New defconst.
9484 (authors-add-fixed-entries): New function.
9485 (authors): Call it.: Don't process lispref/.
9486
17c25cea
JR
94872000-10-25 Jason Rumney <jasonr@gnu.org>
9488
9489 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9490 Merge x w32 and mac definitions.
9491
4ecda532
GM
94922000-10-25 Gerd Moellmann <gerd@gnu.org>
9493
9494 * menu-bar.el (menu-bar-options-menu): Add a help string for
9495 `uniquify'.
9496
b52758d1 94972000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 9498
f5ab1cdd
SM
9499 * time-stamp.el (time-stamp-string-preprocess):
9500 Fix a wrong type argument error.
b6735035 9501
f4cbc7a0
MB
95022000-10-25 Miles Bader <miles@gnu.org>
9503
9504 * recentf.el (recentf-mode): Variable removed.
9505 (recentf-mode): Use `define-minor-mode'.
9506
9507 * mwheel.el (mouse-wheel-mode): New global minor mode.
9508 (mwheel-install): Use `mouse-wheel-mode'.
9509
f4b020f6
DL
95102000-10-25 Dave Love <fx@gnu.org>
9511
f5ab1cdd
SM
9512 * progmodes/cperl-mode.el (cperl-mode):
9513 Set normal-auto-fill-function correctly.
072cb6f9 9514
83c9cb8e
SM
9515 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9516 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 9517 bindings.
f4b020f6 9518
ebe2a441
MB
95192000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9520
ff4dcd4b
MB
9521 * wid-edit.el (widget-field-at): New function.
9522 (widget-at, widget-field-activate): Use it.
9523 (widget-tabable-at): Use `widget-at'.
9524 (widget-specify-field): If the terminating character of the widget
9525 field (which is read-only) is a newline, put it into a special
9526 `boundary' field so that C-n/C-p act more naturally.
9527 (widget-field-end): Also don't subtract one if a special
9528 `boundary' field has been added after the widget field.
9529
83c9cb8e
SM
9530 * comint.el (comint-output-filter, comint-send-input):
9531 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 9532 code, since it should notice the overlay insertion-types now.
ff4dcd4b 9533
ebe2a441
MB
9534 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9535 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9536 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9537
fe50b6ab
GM
95382000-10-24 Gerd Moellmann <gerd@gnu.org>
9539
53df4dda 9540 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
9541 (authors): Set file coding system to iso-2022-7bit.
9542 Add file-local variables to output buffer.
53df4dda 9543
4836835a 9544 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
9545 WARN is nil.
9546
53df4dda
GM
95472000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9548
9549 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9550
9551 * delim-col.el: Now there is a column formatting mechanism.
9552 Modified to customization mechanisms convention. Doc fix.
9553 (columns): New group for delim-col.
9554 (delimit-columns-before, delimit-columns-after)
9555 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9556 (delimit-columns-end): New vars.
9557 (delimit-columns-customize, delimit-columns-format): New funs.
9558 (delimit-columns-region, delimit-columns-rectangle)
9559 (delimit-columns-rectangle-line): Modified to support column
9560 formatting.
4836835a 9561
a9839779
DL
95622000-10-24 Dave Love <fx@gnu.org>
9563
9564 * log-edit.el (log-edit): Add :version and a :group for vc.
9565
df0267b8
GM
95662000-10-24 Gerd Moellmann <gerd@gnu.org>
9567
9acc3873
GM
9568 * files.el (after-find-file): Don't print a message ``New file''
9569 if WARN is nil.
9570
83c9cb8e
SM
9571 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9572 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
9573 get duplicate tool-bar entries because we'll see the global ones
9574 on more than one path through keymaps.
9575
1946f901
GM
9576 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9577
df0267b8
GM
9578 * progmodes/cmacexp.el: Change Francesco's email address.
9579
ae3b264b
KH
95802000-10-24 Kenichi Handa <handa@etl.go.jp>
9581
9582 * window.el (fit-window-to-buffer): Adjust point of the window
9583 buffer, not that of the current buffer.
9584
23afac01
EZ
95852000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9586
9587 * progmodes/cmacexp.el: Update the euthor's email address.
9588
22d1a4ed
MB
95892000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9590
9591 * faces.el (face-spec-set-match-display): Add `graphic' display
9592 type (the inverse of `tty'). Use `display-graphic-p' instead of
9593 the window-system variable.
9594
f408aa48
KH
95952000-10-24 Kenichi Handa <handa@etl.go.jp>
9596
83c9cb8e
SM
9597 * international/isearch-x.el (isearch-with-input-method):
9598 Call input-method-function with the first event in
f408aa48
KH
9599 unread-command-events.
9600
94fe8a31
MB
96012000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9602
83c9cb8e 9603 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 9604
8f47302e
AC
96052000-10-24 Andrew Choi <akochoi@i-cable.com>
9606
9607 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9608 New charsets.
9609
9610 * term/mac-win.el: Remove definitions of mac-roman-lower and
9611 mac-roman-upper, require dired, and define instead of set
9612 mac-ready-for-drag-n-drop to avoid compilation error.
9613
446c097e
AI
96142000-10-23 Andrew Innes <andrewi@gnu.org>
9615
83c9cb8e
SM
9616 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9617 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
9618 expand-file-name after convert-standard-filename to ensure
9619 expected directory separators are used.
9620
379b70e7
EZ
96212000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9622
9623 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9624
85c766e9
DL
96252000-10-23 Dave Love <fx@gnu.org>
9626
b7e03a67
DL
9627 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9628 (tool-bar-add-item): Set foreground and background for XBM icons.
9629
83c9cb8e
SM
9630 * international/latin1-disp.el (latin1-char-displayable-p):
9631 New function (from Handa).
b7e03a67
DL
9632 (latin1-display-check-font): Use it.
9633
0dcf8835 9634 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
9635 using :key-sequence, making it much more usable.
9636 Use nconc, not append.
0dcf8835
DL
9637 (imenu--create-keymap-1): Avoid append.
9638
85c766e9 9639 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 9640
cb3069bb
MB
96412000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9642
9643 [the following changes fix a bug where `define-minor-mode' didn't
9644 correctly generate :require clauses for defcustoms in compiled files]
9645 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9646 (byte-compile-log-file, byte-compile-log-1): Don't set
9647 `byte-compile-current-file' to nil. Instead set
9648 `byte-compile-last-logged-file' to it. Test whether
9649 byte-compile-current-file equals byte-compile-last-logged-file
9650 instead of whether its nil.
3b6542ba 9651 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 9652
6db6243b
SM
96532000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9654
9655 * textmodes/refill.el: Fix var names in doc.
9656 (refill-mode): Don't bother with make-local-hook anymore.
9657
98490598
MB
96582000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9659
e01cd227
MB
9660 * faces.el (face-user-default-spec, face-default-spec): New functions.
9661 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 9662 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
9663 Use `face-user-default-spec'. Simplify code slightly.
9664
4836835a 9665 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
9666 (woman-unknown-face): Add dark-background variants.
9667 (woman-default-faces): Renamed from `woman-colour-faces'.
9668 Set using the stored defaults, rather than using hard-wired colors.
9669 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9670 Just make the foreground `unspecified' rather than "black".
9671 (woman-menu): Rename menu entries accordingly.
9672
98490598
MB
9673 * faces.el (header-line): Make more reasonable on mono/grayscale
9674 displays.
9675
1a578e9b
AC
96762000-10-23 Andrew Choi <akochoi@i-cable.com>
9677
9678 * cus-edit.el (custom-button-face): Use 3D look for mac.
9679 (custom-button-pressed-face): Likewise.
9680
9681 * faces.el (set-face-attributes-from-resources): Handle mac frames
9682 in the same way as x and w32 frames.
9683 (face-valid-attribute-values): Likewise.
9684 (read-face-attribute): Likewise.
9685 (defined-colors): Likewise.
9686 (color-defined-p): Likewise.
9687 (color-values): Likewise.
9688 (display-grayscale-p): Likewise.
9689 (face-set-after-frame-default): Likewise.
9690 (mode-line): Same default face as for x and w32.
9691 (tool-bar): Likewise.
9692
9693 * frame.el: Remove call to frame-notice-user-settings at end of
9694 the file.
9695
83c9cb8e 9696 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
9697 as for x, pc, and w32 frame types.
9698
9699 * term/mac-win.el: New file.
9700
aaaf7be7
DL
97012000-10-22 Dave Love <fx@gnu.org>
9702
9703 * textmodes/refill.el: New file.
9704
5392d654
AS
97052000-10-22 Andre Spiegel <spiegel@gnu.org>
9706
4836835a 9707 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 9708 MANUAL and REGEXP.
4836835a 9709 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
9710 New functions.
9711 (vc-before-save): Use the latter.
9712 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9713 confusion.
9714
4836835a 9715 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
9716 expected by vc[-hooks].el.
9717
9718 * vc.el (vc-checkout): Added `-p' suffix in call to
9719 vc-make-version-backups-p; use vc-make-version-backup to actually
9720 make the backup.
9721 (vc-version-other-window, vc-version-backup-file): Handle both
9722 automatic and manual backups.
9723 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9724 of all of them.
9725
1e221c16
MB
97262000-10-22 Miles Bader <miles@gnu.org>
9727
7ff4fda5
MB
9728 * comint.el (comint-highlight-input, comint-highlight-prompt):
9729 Renamed, `-face' at end removed.
9730 (comint-send-input, comint-output-filter): Use renamed faces.
9731
3511cde8
MB
9732 * window.el (fit-window-to-buffer): Change defaulting of
9733 MAX-HEIGHT slightly.
9734
1e221c16
MB
9735 * faces.el (color-values, color-defined-p): Use `member', not
9736 `memq', because it works correctly for strings.
9737 (frame-set-background-mode): Actually, "unspecified-fg" and
9738 "unspecified-bg" *are* strings. Use `member', not `memq', and
9739 `equal', not `eq', when a string value is possible.
9740
b6ef4898
EZ
97412000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9742
9743 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9744
34939e2c
SM
97452000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9746
9747 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9748 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9749 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9750 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9751 (sh-font-lock-syntactic-keywords): Use them.
9752 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9753 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9754 (sh-mode): Don't override font-lock-unfontify-region-function.
9755 Use a copy of sh-font-lock-syntactic-keywords.
9756 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9757 Don't call sh-scan-buffer since font-lock does it on the fly.
9758 (sh-get-indent-info): Use `face' rather than `syntax-table'
9759 text-property to detect here-documents.
9760 Replace sh-special-syntax with sh-st-punc.
9761 (sh-prev-line): Use `face' rather than `syntax-table'
9762 text-property to skip over here-documents.
9763 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9764 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9765 (sh-electric-less, sh-set-here-doc-region)
4836835a 9766 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
9767 (sh-scan-buffer, sh-rescan-buffer): Remove.
9768
f3d3c491
AI
97692000-10-21 Andrew Innes <andrewi@gnu.org>
9770
9771 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9772 remote (ange-ftp) file names.
9773
b86c791c
MB
97742000-10-21 Miles Bader <miles@gnu.org>
9775
d9c30bdf
MB
9776 * window.el (fit-window-to-buffer): New function.
9777 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
9778 (window-text-height): Don't expect minibuffers to have mode-lines.
9779
d9c30bdf 9780 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
9781 * international/quail.el (quail-update-guidance):
9782 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 9783
617fee5a
MB
9784 * international/quail.el (quail-show-guidance-buf): Make sure
9785 guidance window really has enough room.
9786 (quail-update-guidance): If quail-guidance-win is already shown,
9787 make sure its height is OK.
9788
b86c791c
MB
9789 * window.el (window-text-height, set-window-text-height):
9790 New functions.
9791 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9792 instead of `window-height' & `mode-line-window-height-fudge'.
9793 (mode-line-window-height-fudge): Add FACE parameter.
9794 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9795 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9796
e34850d1
MB
97972000-10-20 Miles Bader <miles@gnu.org>
9798
9799 * window.el (height-affecting-face-attributes): Use `defconst'.
9800
9801 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9802 New function, conditionally aliased to `mode-line-window-height-fudge'.
9803 (ispell-help): Use it.
9804 (ispell-choices-win-default-height): Don't include mode-line fudge.
9805 (ispell-choices-win-default-height): New function.
9806 (ispell-show-choices, ispell-command-loop): Use function
9807 `ispell-choices-win-default-height' instead of variable.
9808
a8b883c2
MB
98092000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9810
8c6e4a58
MB
9811 * window.el (mode-line-window-height-fudge): New variable.
9812 (height-affecting-face-attributes): New variable.
9813 (mode-line-window-height-fudge): New function.
9814 (shrink-window-if-larger-than-buffer): Use it.
9815 * help.el (resize-temp-buffer-window): Likewise.
9816
a8b883c2
MB
9817 * info.el (Info-fontify-node): Add support for @subsubsection
9818 titles, which use `Info-title-4-face'.
9819 (Info-title-4-face): New face.
9820 (Info-title-3-face): Inherit from Info-title-4-face instead of
9821 variable-pitch.
9822
e64c3a75
JR
98232000-10-19 Jason Rumney <jasonr@gnu.org>
9824
9825 * dired.el (dired-insert-directory): Do not let errors signalled by
9826 attempt to run dired-free-space-program prevent dired from working.
9827
c70fe852
SM
98282000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9829
9830 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9831
877cf6b4
GM
98322000-10-19 Gerd Moellmann <gerd@gnu.org>
9833
5de037e0
GM
9834 * dirtrack.el (dirtrack): Fix call to run-hooks.
9835
6deb9af9
GM
9836 * cmuscheme.el (cmuscheme-program-name): Renamed from
9837 scheme-program-name because xscheme.el contains a defcustom with
9838 the same name. As a consequence, customizing group `cmuscheme'
9839 loaded `xscheme' which redefined run-scheme.
9840 (run-scheme): Use cmuscheme-program-name.
9841
83c9cb8e 9842 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 9843
e597d8fb 9844 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 9845 anonymous address, and add a website for Befrienders International.
4836835a 9846
3e9cb08f
GM
98472000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9848
c70fe852
SM
9849 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9850 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
9851 (ps-print-version): New version number (6.2).
9852 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9853 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9854 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9855 (ps-x-extent-priority, ps-x-extent-start-position)
9856 (ps-x-face-font-instance, ps-x-find-coding-system)
9857 (ps-x-font-instance-properties, ps-x-make-color-instance)
9858 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9859 avoid compilation gripes without defining functions.
9860 (ps-e-find-composition): Alias for function find-composition, to have a
9861 suitable function depending on Emacs version.
9862 (ps-color-device, ps-color-values, ps-face-foreground-name)
9863 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9864 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9865 (ps-print-ensure-fontified): Function definitions surrounded by
9866 `eval-and-compile' to avoid compilation gripes.
9867 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9868 by symbol-value to avoid compilation gripes.
9869 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9870 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9871
d8abcd91
MB
98722000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9873
13ab33c4
MB
9874 * startup.el (normal-top-level): Call `frame-set-background-mode'
9875 after `frame-notice-user-settings' because the latter doesn't call
9876 the former on a tty.
9877
d8abcd91
MB
9878 * faces.el (frame-set-background-mode): `unspecified' &c are
9879 symbols, not strings.
9880
e8bce0a9
EZ
98812000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9882
c70fe852
SM
9883 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9884 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 9885
c70fe852
SM
9886 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9887 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 9888
773272d8
KH
98892000-10-19 Kenichi Handa <handa@etl.go.jp>
9890
c70fe852 9891 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
9892 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9893 for ISO10646-1 fonts.
9894 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9895
772139c0
EZ
98962000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9897
9898 * faces.el (frame-set-background-mode): If a tty frame defines a
9899 background color, use that to compute the background mode, instead
9900 of always defaulting to "dark".
9901
d134a19f
MB
99022000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9903
8bb84cb2
MB
9904 * comint.el (comint-write-output): New function.
9905 (comint-mode-map): Add it to the menu.
e40a778f 9906 Bind `C-c C-s' to comint-write-output.
d134a19f 9907
dada41e1
GM
99082000-10-18 Gerd Moellmann <gerd@gnu.org>
9909
9910 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9911 Use fancy-splash-delay.
9912
9b5360aa
GM
99132000-10-18 Alex Schroeder <alex@gnu.org>
9914
9915 * progmodes/sql.el (sql-sybase-options): New option.
9916 (sql-sybase): Use it. Add sql-database to the list of parameters
9917 provided for login. The options -w 2048 -n are not used any more.
9918
9035a35a
GM
9919 * comint.el (comint-read-input-ring): Bugfix such that the first
9920 and the last entry of the input ring file are not lost.
9921
3556c6dd
GM
99222000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9923
9924 * ps-print.el: Internal variable changes to defcustom,
9925 make-local-hook changes to defvar. Doc fix.
9926 (ps-print-version): New version number (6.1).
9927 (ps-setup, ps-do-despool): Code fix.
9928 (ps-printer-name): Customization fix.
9929 (ps-printer-name-option): Now is a defcustom instead of an
9930 internal variable.
9931 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9932 (ps-print-begin-column-hook): Now are defvar instead of
9933 make-local-hook.
4836835a 9934
4e217e50
MB
99352000-10-18 Miles Bader <miles@gnu.org>
9936
9937 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9938 (comint-kill-output): Changed into an alias for `comint-delete-output',
9939 and made obsolete.
9940 (comint-mode-map): Rename references to comint-kill-output.
9941
34460354
EZ
99422000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9943
9944 * diff-mode.el (diff-header-face, diff-file-header-face)
9945 (diff-changed-face): Add bold and italic attributes to tty faces.
9946 (diff-function-face): New face.
9947 (diff-font-lock-keywords): Use it.
9948
17ea3cdb
MB
99492000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9950
9951 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9952 Remove commented-out call to force-mode-line-update.
9953 (comint-kill-output): Use `forward-line 0' instead of
9954 beginning-of-line to make sure we get past the prompt.
9955
9244f2c7
SM
99562000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9957
9958 * diff-mode.el (diff-header-face, diff-file-header-face):
9959 Add specific setting for dark background.
9960 (diff-context-face): Renamed from diff-comment-face.
9961 Set explicitly rather than inheriting from font-lock-comment-face.
9962
1592c1ef
EZ
99632000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9964
9965 * startup.el (command-line): Move the code which sets the default
9966 TTY colors to before before-init-hook.
9967
f86292a9
GM
99682000-10-17 Gerd Moellmann <gerd@gnu.org>
9969
9970 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9971
f7f2e883
EZ
99722000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9973
e854cc22
EZ
9974 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9975 extensions, for MS-DOS.
9976
f7f2e883
EZ
9977 * diff-mode.el (diff-header-face, diff-file-header-face)
9978 (diff-changed-face): Define tty-specific colors.
9979
c7b4f0f9
GM
99802000-10-17 Gerd Moellmann <gerd@gnu.org>
9981
9982 * startup.el (fancy-splash-text): Realign the text.
9983
12a72271
EZ
99842000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9985
9986 * font-lock.el (font-lock-comment-face): Define a separate default
9987 for dark-background tty's.
9988
61dfccfd
MB
99892000-10-17 Miles Bader <miles@gnu.org>
9990
9991 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9992 being obscured by whizzy mode-lines on graphics displays.
9993
333cd59e
EZ
99942000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9995
9996 * info.el (Info-title-1-face, Info-title-2-face)
9997 (Info-title-3-face): Define colors for tty's.
dada41e1 9998 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 9999
dbf1fcc1
EZ
100002000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
10001
10002 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
10003 reverse from the frame parameters, and don't invert foreground and
10004 background colors.
10005
ac629823
MB
100062000-10-16 Miles Bader <miles@gnu.org>
10007
10008 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
10009 string "*Info*". Call propertized-buffer-identification to spruce
10010 up the result.
10011
76eebffc
GM
100122000-10-16 Gerd Moellmann <gerd@gnu.org>
10013
3a6b59d9
GM
10014 * help.el: Provide `help' for the sake of define-minor-mode
10015 which generates defcustoms with requires.
10016
6569c3d3
GM
10017 * jit-lock.el (jit-lock-after-change): If we're in text that
10018 matches a multi-line font-lock pattern, make sure the whole text
10019 will be redisplayed.
10020
c2e0a611
GM
10021 * emacs-lisp/authors.el (authors-add): Don't add an entry if
10022 author's name is unknown.
10023
76eebffc
GM
10024 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
10025 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
10026 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
10027 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
10028 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
10029 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
10030 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10031 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
10032 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
10033 Add author information.
10034
cf1e7b12
MB
100352000-10-16 Miles Bader <miles@lsi.nec.co.jp>
10036
10037 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
10038 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
10039 full-color version (using the Gimp) to eliminate dithering artifacts.
10040
5586f3eb
SM
100412000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10042
10043 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
10044
10045 * simple.el (syntax-flag-table, string-to-syntax): Remove.
10046
ad64a888
DL
100472000-10-15 Dave Love <fx@gnu.org>
10048
83c9cb8e 10049 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
10050
10051 * pcomplete.el (pcomplete) <defgroup>: Add :version.
10052
10053 * whitespace.el: Doc fixes.
10054 (top-level): Don't add hooks here.
10055 (whitespace-running-emacs): Deleted.
10056 (timer): Don't require.
10057 (whitespace): Add back :version conditional on xemacs test.
10058 (whitespace-spacetab-regexp, whitespace-indent-regexp)
10059 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
10060 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
10061 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
10062 Avoid specific xemacs test.
10063 (whitespace-global-mode): New option.
10064 (whitespace-global-mode): New command.
10065 (whitespace-unload-hook): New function.
10066
10067 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 10068 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
10069 (Info-fontify-node): `Goto' goes to `Go to'.
10070 (Info-fontify-node): Add help-echo to xref links.
10071
1ef49fc6
EZ
100722000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
10073
10074 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
10075
8b7707e1
SM
100762000-10-15 Stefan Monnier <monnier@cs.yale.edu>
10077
b3b7f42f
SM
10078 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
10079 Use plist-get and allow :inherit.
10080
10081 * emacs-lisp/cl-macs.el (cl-do-arglist):
10082 Use plist-get and plist-member instead of memq.
10083
3c7fafc7
SM
10084 * emacs-lisp/ewoc.el (ewoc-location): New function.
10085 (ewoc-enter-after, ewoc-enter-before): Document return value.
10086 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
10087 Don't need make-local-hook any more.
10088 (cvs-addto-collection): Return the new tin.
10089 (cvs-mode-insert): Jump to the new line.
10090
8b7707e1
SM
10091 * jit-lock.el (jit-lock-fontify-buffer): Remove.
10092
10093 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
10094
10095 * font-lock.el (font-lock-syntactically-fontified): New var.
10096 (font-lock-fontify-syntactic-keywords-region): Use it.
10097 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
10098
10099 * diff-mode.el (diff-find-file-name): Fix regexp.
10100
10101 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10102 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
10103
10104 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
10105 (sh-mode-syntax-table): Add punctuation syntax for < and >.
10106 (sh-mode): Don't make all vars local here.
10107 (sh-kw): Reformat.
10108 (sh-set-shell): Use dolist. Don't set indent-region-function.
10109 (sh-mode-syntax-table): Use pop.
10110 (sh-remember-variable): Use push.
10111 (sh-help-string-for-variable): Use memq.
10112 (sh-safe-backward-sexp): Remove.
10113 (sh-safe-forward-sexp): Add ARG.
10114 (sh-get-indent-info, sh-prev-stmt): Use it.
10115 (sh-prev-line): Simplify by using forward-comment.
10116 (sh-this-is-a-continuation): Simplify.
10117 (sh-learn-buffer-indent): Use dolist.
10118 (sh-do-nothing): Remove.
10119 (sh-set-char-syntax, sh-set-here-doc-region):
10120 Use inhibit-modification-hooks.
10121 (sh-name-style): Use mapcar and push.
10122 (sh-load-style): Use dolist.
10123 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10124 (sh-case, sh-while-getopts): Use propertize directly rather
10125 than sh-electric-rparen.
10126
101272000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10128
10129 * textmodes/tex-mode.el: Require CL when compiling.
10130 (tex-mode-syntax-table): Init immediately.
10131 (tex-mode-map): Bind M-RET to latex-insert-item.
10132 (latex-mode): Set indent-line-function to latex-indent.
10133 (tex-common-initialization): Don't setup the syntax-table any more.
10134 (latex-insert-item): New skeleton.
10135 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 10136 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 10137 (latex-indent, latex-find-indent): New functions.
4836835a 10138 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
10139 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10140 (tex-compilation-parse-errors): Use with-syntax-table.
10141
86b7fcbb
MB
101422000-10-15 Miles Bader <miles@gnu.org>
10143
10144 * font-lock.el (font-lock-comment-face): Change dark-background,
10145 color, non-tty, default to `chocolate1'.
10146
57a24508
JW
101472000-10-13 John Wiegley <johnw@gnu.org>
10148
10149 * eshell/esh-util.el (require): Added a missing `require' form,
10150 needed when compiling (for an ange-ftp macro definition).
10151
40ad3db4
DL
101522000-10-13 Dave Love <fx@gnu.org>
10153
10154 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10155
db460189
GM
101562000-10-13 Gerd Moellmann <gerd@gnu.org>
10157
83c9cb8e 10158 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 10159
4836835a 10160 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
10161 transparent -colors 8).
10162
b52758d1 101632000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
10164
10165 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10166 that breaks with old list format timestamps.
10167 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 10168 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 10169
16908a3f
JW
101702000-10-13 John Wiegley <johnw@gnu.org>
10171
d7103dda
JW
10172 * align.el, pcomplete.el, calendar/timeclock.el,
10173 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10174
dace60cf 10175 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
10176 faulty math, where holiday hours were being computing as seconds.
10177
b6b70cda
JW
101782000-10-13 John Wiegley <johnw@gnu.org>
10179
10180 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
10181 specifying what "other" kinds of buffers should be saved.
10182 This used to be hard-coded.
b6b70cda
JW
10183 (desktop-buffer-misc-functions): A global for specifying how
10184 auxiliary data should be determined for special buffer types.
10185 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10186 instead of hard-coding the special buffer types.
10187 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10188 auxiliary data, instead of hard-coding for Info buffers and dired.
10189 (desktop-buffer-info-misc-data): Aux function for determining Info
10190 buffer auxiliary info.
10191 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10192 (desktop-buffer-info): Changed this function to use the info
10193 gathered above.
10194 (desktop-create-buffer): Be a little more careful about what
10195 `minor-mode' means before calling it. This is important for some
10196 buffer types.
10197
8c6b1d83
JW
101982000-10-13 John Wiegley <johnw@gnu.org>
10199
10200 * eshell/esh-util.el: Added a global form which declares an
10201 autoload for `parse-time-string', if that function is not already
10202 defined, and if parse-time.el is available on the user's system.
10203
10204 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10205 to be aware of ange-ftp user info.
83c9cb8e 10206 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
10207 (eshell-ls-annotate): Use `eshell-file-attributes'.
10208 (eshell-ls-file): Made the user-id printing code a bit smarter.
10209
10210 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10211 allow identification of alias user ids in remote directories.
83c9cb8e
SM
10212 It's manual, but there's no other way to know when the current user
10213 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
10214 (fboundp): Bind `ange-cache'.
10215 (eshell-directory-files-and-attributes): Re-organized the logic a
10216 bit to use `eshell-file-attributes' instead of `file-attributes'.
10217 The former is more sensitive to directories that are read via FTP,
10218 and knows how to use ange-ftp to determine full attribute
10219 information, instead of just the name and last modtime.
10220 (eshell-current-ange-uids): Return the current user id when in a
10221 remote directory.
10222 (eshell-parse-ange-ls): Parse a full directory listing that has
10223 been returned by ange-ftp.
10224 (eshell-file-attributes): This beefed up version of
10225 `file-attributes' is only special if the user is currently in a
10226 remote directory, in which case it does a lot of work to find out
10227 what the real attributes of a file are, as they appear on the
10228 remote machine. This makes usage of remote directories (i.e.,
10229 ange-ftp pathnames) much more useful. You can now use Eshell as a
10230 full-fledged FTP client, with much more manipulation ability than
10231 most other clients.
10232
10233 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10234 variable, which means that Eshell's du should always be preferred
10235 in remote directories.
10236 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10237 just `file-attributes'.
10238 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10239 when reading remote directories. This is an Eshell-specific
10240 variable (not part of ange-ftp).
10241 (eshell/ln): Bind `ange-cache'.
10242 (eshell/du): Added some extra logic for determining when to use
10243 Eshell's du (which is slow), and when to use the external version
10244 (which may or may not exist).
10245
83c9cb8e
SM
10246 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10247 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
10248 `get-buffer-process', since backgrounded processes don't count in
10249 the context of this function's logic.
10250
10251 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10252 `forward-char', so that null strings are parsed correctly.
10253
87730e84 102542000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 10255
83c9cb8e
SM
10256 * eshell/em-pred.el (eshell-pred-file-type)
10257 (eshell-pred-file-links, eshell-pred-file-size):
10258 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
10259
10260 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10261 that remote file globbing is more efficient.
10262
10263 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10264 gathering the files and attributes within a directory.
10265
10266 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10267 the command line is a special file (not a regular file, directory
10268 or symlink), always attempt to call the external version of cat.
10269
87730e84 102702000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
10271
10272 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10273 Eshell-friendly version of find-tag.
10274
1c7e37a9
MB
102752000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10276
4836835a 10277 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
10278 (image-file-name-regexps): Add autoload cookies.
10279
11a7f341
KH
102802000-10-13 Kenichi Handa <handa@etl.go.jp>
10281
10282 * international/mule-cmds.el (select-safe-coding-system): If FROM
10283 is string, show it in *Warning* buffer.
10284
8ddddcb0
EZ
102852000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10286
10287 * startup.el (normal-top-level): Use display-popup-menus-p instead
10288 of window-system.
10289 (command-line): Use display-graphic-p instead of window-system.
10290 (command-line-1): Use display-popup-menus-p and display-mouse-p
10291 instead of window-system.
10292
72200f89
SS
102932000-10-12 Sam Steingold <sds@gnu.org>
10294
10295 * tooltip.el (tooltip-use-echo-area): New user variable.
10296 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10297
8661c643
DL
102982000-10-12 Dave Love <fx@gnu.org>
10299
d0b40dc1
DL
10300 * recentf.el: Maintainer's checkdoc fixes.
10301
83c9cb8e
SM
10302 * startup.el (normal-top-level-add-subdirs-to-load-path):
10303 Use character class, not ASCII when matching file names.
a622451f
DL
10304 (fancy-splash-head): Add trailing slash to URL.
10305 (command-line): Don't require XPM support for toolbar.
10306
8661c643
DL
10307 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10308 (cperl-invalid-face): Revert last change.
10309 (cperl-init-faces): Quote cperl-invalid-face.
10310
ef2ed8ab
KH
103112000-10-12 Kenichi Handa <handa@etl.go.jp>
10312
10313 * startup.el (fancy-splash-text): Remove superfluous quote.
10314
b0da379e
GM
103152000-10-12 Gerd Moellmann <gerd@gnu.org>
10316
dbeb499b
GM
10317 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10318 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10319 (command-line-1): Don't use fancy-splash-pending-command.
10320 (fancy-splash-screens-1): Goto point-min after inserting text.
10321
d861718a
GM
10322 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10323
b0da379e
GM
10324 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10325 instead of shared-lisp-mode-map.
10326
4fb2ad98
MB
103272000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10328
1cb4393e
MB
10329 * faces.el (header-line): Change tty-variant to use underlining.
10330
4fb2ad98
MB
10331 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10332 (isearch-highlight): Restore lazy-isearch face properties at old
10333 position, and suppress them at new position.
10334 (isearch-dehighlight): Restore lazy-isearch face properties.
10335 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10336 over the real isearch overlay, but in that case, don't give it a
10337 face property. Use `push'.
10338
eb991b25
KH
103392000-10-12 Kenichi Handa <handa@etl.go.jp>
10340
10341 * man.el (Man-getpage-in-background): Fix previous change.
10342 Decode the process output only when we are in multibyte mode.
10343
a818c1c0
DL
103442000-10-11 Dave Love <fx@gnu.org>
10345
c990f53a
DL
10346 * info.el (Info-mode-menu): Fix some help.
10347 (info-tool-bar-map): Add entry for Info-last.
10348
a818c1c0
DL
10349 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10350 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10351 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10352 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10353 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10354 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10355 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10356 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10357 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10358 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10359 Reduce colour requirements to 25 overall. (Probably wants
10360 revisiting from the originals to reduce further.)
10361
c1b096cb
EZ
103622000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10363
10364 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10365 buffer-file-coding-system, instead of raw-text.
10366 (dehexlify-buffer): Bind coding-system-for-read to
10367 buffer-file-coding-system, instead of raw-text.
10368
5c8b7eaf
SS
103692000-10-11 Sam Steingold <sds@gnu.org>
10370
83c9cb8e 10371 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
10372 `underline' - fixes the bug introduced on 2000-09-21.
10373
2cfbdb7a
DL
103742000-10-11 Dave Love <fx@gnu.org>
10375
83c9cb8e
SM
10376 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10377 Avoid compiler warnings.
2cfbdb7a
DL
10378 (scheme-mode): Doc fix.
10379 (scheme-font-lock-keywords-1): Match `define-syntax'.
10380
103812000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
10382
10383 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
10384 face specs as well as default ones. Only do anything if the
10385 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 10386 (region): Make dark-background `region' face less in-your-face.
4b33f290 10387
690ec649
SS
103882000-10-10 Sam Steingold <sds@gnu.org>
10389
10390 * chistory.el, ielm.el, ledit.el:
10391 * progmodes/inf-lisp.el, progmodes/scheme.el:
10392 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10393
3b95d6bb
SM
103942000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10395
10396 * textmodes/texinfo.el: Update copyright and fix typo.
10397
10398 * desktop.el (desktop-modes-not-to-save): New var.
10399 (desktop-save-buffer-p): Use it.
a30eb617
DL
10400 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10401 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10402
104032000-10-10 Dave Love <fx@gnu.org>
10404
10405 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 10406 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
10407
10408 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10409 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10410 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10411 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10412 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10413 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10414 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10415 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10416 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10417 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10418 the .xpms; probably need retouching.
10419
104202000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10421
10422 * subr.el (add-to-list): Add optional argument APPEND.
10423 * battery.el (display-battery): Use `add-to-list'.
10424
104252000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10426
83c9cb8e
SM
10427 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10428 properties.
a30eb617
DL
10429 (zone, zone-when-idle, zone-leave-me-alone)
10430 (zone-pgm-whack-chars): Use new symbol properties.
10431
10432 * battery.el (display-battery): Doc spelling fix.
10433
10434 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10435 property.
10436
104372000-10-09 Dave Love <fx@gnu.org>
10438
10439 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10440 has been initialized before calling tool-bar-setup.
10441 (tool-bar-add-item-from-menu): Add autoload cookie.
10442
104432000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10444
10445 * menu-bar.el (send-mail-item-name): New function.
10446 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10447 of mail-user-agent in the menu. Don't display the "Send Mail"
10448 item if mail-user-agent is nil or its value is ignore.
10449 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10450 if read-mail-command is nil or its value is ignore.
10451
10452 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10453
104542000-10-09 Miles Bader <miles@gnu.org>
10455
10456 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10457 Correct image size.
10458 * toolbar/left_arrow.xpm: Correct image size.
10459
10460 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10461 will be done by the definition of `auto-compression-mode' if
10462 necessary. Move code to uninstall existing file-name handler
10463 before definition of `auto-compression-mode'.
10464
10465 * image-file.el (auto-image-file-mode): Move to the end of the
10466 file, because `define-minor-mode' actually calls the mode-function
10467 if the associated variable is non-nil, which requires that all
10468 needed functions be already defined.
10469
10470 * mouse.el (popup-menu): Balance parens.
10471
104722000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10473
10474 * mouse.el (popup-menu): Move the command call outside the loop
10475 so that popup-menu returns whatever the command returns.
10476
10477 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10478 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10479 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10480 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10481
10482 * vc.el (vc-version-diff): diff-switches can be a list.
10483 Use relative filenames for prettier output.
10484
10485 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10486 (vc-post-command-functions): Remove old-VC compatibility code.
10487
10488 * newcomment.el (comment-indent-default): Autoload.
10489
10490 * font-lock.el (font-lock-defaults): Make buffer-local.
10491 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10492 (font-lock-choose-keywords):
10493 Ignore LEVEL unless KEYWORDS is a list of syms.
10494 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10495 Don't wrap regexp-opt things in \(...\) unnecessarily.
10496
10497 * jit-lock.el: Don't require font-lock any more.
10498 (jit-lock-functions): Make buffer-local.
10499 (jit-lock-saved-fontify-buffer-function): Remove.
10500 (jit-lock-mode): Remove autoload cookie.
10501 Remove font-lock specific code.
10502 (jit-lock-unregister): Don't bother handling complex hooks any more.
10503 (jit-lock-refontify): New function.
10504 (jit-lock-fontify-buffer): Use it.
10505 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10506 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10507 Add optional args START and END.
10508 Never call font-lock-fontify-region directly.
10509 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10510
10511 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10512
105132000-10-08 Dave Love <fx@gnu.org>
10514
10515 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10516
10517 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10518
10519 * play/studly.el (studlify-region, studlify-word): Add autoload
10520 cookie.
10521
10522 * play/morse.el (morse-region, unmorse-region): Add autoload
10523 cookie.
10524
10525 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10526 concat.
10527
10528 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10529 insist on symbols starting with word syntax.
10530 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10531 (eval-defun-1): Doc fix.
10532 (indent-sexp): Use nconc to build up indent-stack.
10533
10534 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10535 Gnus with little use.
10536 (mail-setup-hook): Add mail-abbrevs-setup to options.
10537
10538 * recentf.el: Doc fixes.
10539
10540 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10541 Clean up remainder.
10542
10543 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10544 without timezone and (8) with timezone to enforce some whitespace.
10545 Simplify code somewhat.
10546
10547 * options.el (list-options): Doc that you should use customize.
10548
10549 * iswitchb.el (iswitchb-mode): Add :require.
10550
10551 * info.el (Info-goto-node, Info-menu): Doc fix.
10552 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10553 (info-tool-bar-map): New variable.
10554 (Info-mode): Use it.
10555 (Info-edit-map): Define all in defvar.
10556 (speedbar-attached-frame): Avoid compiler warning.
10557
10558 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10559 (global-map): Bind [tool-bar] to a filtered map.
10560 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10561 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10562 Allow PBM icons.
10563 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10564
10565 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10566 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10567 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10568 icons, except up_arrow, which is left-arrow rotated.
10569
10570 * imenu.el (imenu-add-to-menubar): Fix last change.
10571
105722000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10573
10574 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10575 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10576
105772000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10578
10579 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10580 typos in doc strings.
10581
10582 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10583 the doc strings how to customize Font Lock faces.
10584
10585 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10586 computing growth when dragging the header line.
10587
105882000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10589
10590 * simple.el (kill-line): Doc fix.
10591
105922000-10-08 Miles Bader <miles@gnu.org>
10593
10594 * faces.el (secondary-selection): Make foreground visible on tty.
10595
10596 * jka-compr.el (auto-compression-mode): Move to the end of the
10597 file, because `define-minor-mode' actually calls the mode-function
10598 if the associated variable is non-nil, which requires that all
10599 needed functions be already defined.
10600 (with-auto-compression-mode): Add autoload cookie.
10601
106022000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10603
10604 * files.el (find-backup-file-name) [ms-dos]: If support for long
10605 file names is not available, behave as if version-control were set
10606 to never.
10607
106082000-10-07 Dave Love <fx@gnu.org>
10609
10610 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10611 (browse-url-gnome-moz): New function.
10612 (browse-url-browser-function): Use it.
10613 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10614
106152000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10616
10617 * indent.el (tab-always-indent): New var.
10618 (indent-for-tab-command): Use it.
10619
10620 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10621 raise an error. This way it can still default to a sane value.
10622
106232000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10624
10625 * startup.el (fancy-splash-screens): Use local rather than global map.
10626 Don't use `update-menu-bindings' any more.
10627 Get rid of assumptions about keymap representation.
10628
106292000-10-06 Dave Love <fx@gnu.org>
10630
10631 * textmodes/fill.el (sentence-end-double-space)
10632 (sentence-end-without-period): Doc fix.
10633 (adaptive-fill-regexp): Purecopy.
10634 (unjustify-current-line): Use line-end-position.
10635 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10636
10637 * net/eudc-vars.el (eudc): Add :version, :link.
10638
10639 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10640
10641 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10642 Fix for define-minor-mode.
10643 (function-at-point): Alias to function-called-at-point.
10644
10645 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10646
10647 * simple.el (backward-word): Doc fix.
10648
10649 * image-file.el (image-file-name-regexp): image-file-regexps ->
10650 image-file-name-regexps.
10651 (image-file-name-extensions): Add pbm.
10652
106532000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10654
10655 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10656 and add filename to the names so that diff-mode can jump to source.
10657
10658 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10659 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10660 (tex-font-lock-keywords-1): Remove.
10661 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10662 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10663 (font-lock-default-fontify-region):
10664 Expand beg..end correctly when just following a multiline region.
10665 (font-lock-fontify-anchored-keywords):
10666 Include the anchor text as part of the multiline.
10667
106682000-10-06 Gerd Moellmann <gerd@gnu.org>
10669
10670 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10671 latter needs the autoloaded define-minor-mode macro during the
10672 bootstrap.
10673
10674 * startup.el (command-line): For now, activate tool-bar-mode only
10675 if XPM images are supported.
10676
10677 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10678 window by dragging a header-line at the top of the frame; that's
10679 confusing because the header-line doesn't move.
10680 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10681 of treating the event as a list. Some cleanup.
10682
106832000-10-06 Miles Bader <miles@gnu.org>
10684
10685 * simple.el (display-message-or-buffer): New function.
10686 (shell-command-on-region): Use `display-message-or-buffer'.
10687
10688 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10689 docstring parts.
10690
10691 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10692 (smbclient-prompt-regexp): Add usage note to doc string.
10693 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10694 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10695 Use add-hook for adding the comint filter function, and only do so
10696 if it's not already in the global hook list.
10697 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10698 to `make-local-variable'.
10699 (nslookup-font-lock-keywords): Remove prompt entry.
10700 (nslookup): Don't set the process-filter.
10701 (finger): Exit the loop correctly when the regexps list runs out.
10702 (ftp, smbclient, smbclient-list-shares):
10703 Set the real major mode immediately, not after execing.
10704 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10705
10706 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10707
107082000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10709
10710 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10711
10712 * which-func.el (which-func-format): Remove spurious space.
10713 (which-func-mode): Don't make it permanent-local.
10714 (which-func-ff-hook): Allow which-func-maxout to be nil.
10715 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10716 (which-func-mode): Simplify.
10717 Use post-command-idle-hook rather than post-command-hook.
10718 Go through all buffers and update their state.
10719 (which-function): Also try add-log-current-defun-function.
10720
10721 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10722 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10723 Update call to with-vc-properties accordingly.
10724 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10725 (vc-revert-buffer): More careful about window selection and deletion.
10726 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10727
10728 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10729 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10730 (cvs-dired-action): Change the default to quickdir.
10731
10732 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10733 if comment-indent-function returns nil.
10734 (comment-indent-default): New function.
10735 (comment-indent-function): Use it and document the new semantics.
10736
10737 * image-file.el: Docstring fixes.
10738
10739 * help.el (help-xref-on-pp): Use match-string.
10740 (describe-variable): New arg BUFFER.
10741 Store the current buffer in the help-xref-stack.
10742 (temp-buffer-resize-mode): Use define-minor-mode.
10743
10744 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10745 consistently with its docstring.
10746 Set jit-lock-first-unfontify-pos in an idempotent way.
10747 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10748
107492000-10-05 Alex Schroeder <alex@gnu.org>
10750
10751 * sql.el (sql-mysql-options): New variable.
10752 (sql-mysql): Use it.
10753
107542000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10755
10756 * image.el (image): New group.
10757
10758 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10759 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10760
107612000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10762
10763 * net/net-utils.el (nslookup-font-lock-keywords)
10764 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10765 Ignore the value of wqindow-system; always define keywords
10766
107672000-10-05 Kenichi Handa <handa@etl.go.jp>
10768
10769 * startup.el (fancy-splash-screens): Remove the code for
10770 debugging; `(trace-to-stderr "EXITTT\n")'.
10771
107722000-10-05 Miles Bader <miles@gnu.org>
10773
10774 * diff-mode.el (diff-goto-source): Update call to
10775 `diff-hunk-status-msg' to reflect new REV variable.
10776
107772000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10778
10779 * progmodes/icon.el (icon-mode):
10780 Don't gratuitously override the default for comment-column.
10781
10782 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10783
10784 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10785 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10786 (jit-lock-functions): New var.
10787 (jit-lock-function-1): Use it if non-nil.
10788 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10789 Set the `fontified' property before doing the fontification to avoid
10790 repeatedly going through the same error.
10791 Don't turn errors into messages.
10792 (jit-lock-register, jit-lock-unregister): New functions.
10793
10794 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10795 Use with-current-buffer.
10796
10797 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10798 Turn comment into docstring.
10799
10800 * apropos.el (apropos-mode): Use define-derived-mode.
10801
108022000-10-04 Gerd Moellmann <gerd@gnu.org>
10803
10804 * startup.el (fancy-splash-pending-command): New variable.
10805 (fancy-splash-pre-command): New function.
10806 (fancy-splash-screens): Rewritten.
10807 (command-line-1): If fancy-splash-pending-command is set, call it
10808 interactively.
10809
108102000-10-04 Dave Love <fx@gnu.org>
10811
10812 * toolbar/tool-bar.el (tool-bar-setup): New function.
10813 (tool-bar-mode): Use it.
10814
10815 * subr.el (substitute-key-definition): Doc fix.
10816 (play-sound-file): New command.
10817
108182000-10-04 Andre Spiegel <spiegel@gnu.org>
10819
10820 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10821 vc-version-backup-file-name): New functions.
10822
10823 * files.el (basic-save-buffer): Call vc-before-save before saving.
10824
10825 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10826 vc-cvs-stay-local-p.
10827
10828 * vc.el (vc-revert-buffer): Handle empty diff properly.
10829 (vc-version-backup-file): New function.
10830 (vc-checkout): Create a version backup if necessary.
10831 (vc-checkin): If a version backup file exists, delete it.
10832 (vc-version-diff): Diff locally using version backups, if available.
10833 (vc-revert-file): If there's a version backup, revert locally.
10834 (vc-transfer-file): Use version backup for base version, if
10835 available. If not, ask for confirmation whether to get it from the
10836 server. Update mode line before check-in.
10837
108382000-10-04 Dave Love <fx@gnu.org>
10839
10840 * toolbar/tool-bar.el (tool-bar-setup): New function.
10841 (tool-bar-mode): Use it.
10842
108432000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10844
10845 * net/net-utils.el (nslookup-font-lock-keywords)
10846 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10847 Only set if window-system is non-nil
10848 (net-utils-run-program): Returns buffer.
10849 (network-connection-reconnect): Added this function.
10850
10851 * generic.el:
10852 Incorporates extensive cleanup and docfixes by
10853 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10854 Uses cl compile-time macros.
10855 (generic-mode-name, generic-comment-list)
10856 (generic-keywords-list, generic-font-lock-expressions)
10857 (generic-mode-function-list, generic-mode-syntax-table):
10858 Removed variables.
10859 (generic-mode-alist): Renamed to generic-mode-list.
10860 (generic-find-file-regexp): Default changed to "^#".
10861 (generic-read-type): Uses completing read on generic-mode-list.
10862 (generic-mode-sanity-check): removed this function.
10863 (generic-add-to-auto-mode): Removed this function
10864 (generic-mode-internal): Bind mode-specific definitions
10865 into function instead of putting them in alist.
10866 (generic-mode-set-comments): Reworked extensively.
10867 (generic-mode-find-file-hook): Simplified regexp searching
10868 (generic-make-keywords-list): Omit extra pair of parens
10869
10870 * find-lisp.el (find-lisp-find-files-internal):
10871 Make sure directory name ends with "/".
10872
10873 * generic-x.el (apache-conf-generic-mode):
10874 Regexp now allows leading whitespace.
10875 (rc-generic-mode): Added eval-when-compile
10876 around generic-make-keywords-list.
10877 Deleted duplicate regexp
10878 (rul-generic-mode): Added eval-when-compile
10879 around generic-make-keywords-list.
10880 (etc-fstab-generic-mode): New generic mode.
10881 (rul-generic-mode): Removed one eval-when-compile
10882 which caused a max-specpdl-size exceeded error.
10883
108842000-10-04 Miles Bader <miles@gnu.org>
10885
10886 * simple.el (minibuffer-temporary-goal-position): New variable.
10887 (next-history-element): Try to keep the position of point in the
10888 input string constant.
10889
10890 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10891 (dired-do-create-files): If there's only one file, pass it in as
10892 the DEFAULT arg to dired-mark-read-file-name.
10893
108942000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10895
10896 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10897 (diff-goto-source): Be smarter when choosing REVERSE or not.
10898
10899 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10900 (texinfo-mode-menu): Add an explicit shortcut for update all.
10901
109022000-10-03 Andre Spiegel <spiegel@gnu.org>
10903
10904 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10905 factorize backend-specific code cleanly (this was essentially
10906 conceived by Stefan Monnier).
10907 (vc-unregister): Function removed.
10908 (vc-revert-file): New function.
10909 (vc-revert-buffer): Delegate some of the work to it.
10910
10911 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10912 default branch unconditionally.
10913 (vc-rcs-set-default-branch): New function.
10914 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10915 (vc-rcs-checkin): If an appropriate default branch has been set,
10916 force creation of that branch.
10917 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10918 code (as suggested by Stefan Monnier).
10919
109202000-10-02 Gerd Moellmann <gerd@gnu.org>
10921
10922 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10923 highlighting overlay with a different face over the overlay
10924 isearch uses to highlight the current match because that can lead
10925 to bad face combinations.
10926
10927 * loadup.el (toplevel): Load faces before isearch.
10928
10929 * isearch.el (isearch-faces): New custom group.
10930 (isearch): New defface; was already tested for in the code.
10931 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10932 (isearch-highlight): Always use face `isearch'.
10933
109342000-10-02 Dave Love <fx@gnu.org>
10935
10936 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10937 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10938 comparison of opcode with operand.
10939
109402000-10-03 Miles Bader <miles@gnu.org>
10941
10942 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10943 buffer, since the echo area will now grow to accommodate them.
10944
109452000-10-02 Andre Spiegel <spiegel@gnu.org>
10946
10947 * vc-hooks.el (vc-registered): If FILE used to be registered under
10948 a certain backend, try that one first.
10949
10950 * vc.el (vc-responsible-backend): Undo the previous change in the
10951 argument list. Handle multiple backends correctly.
10952 (vc-find-new-backend): Function removed.
10953 (vc-register): Use vc-responsible-backend, as before.
10954 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10955
109562000-10-02 Gerd Moellmann <gerd@gnu.org>
10957
10958 * startup.el (fancy-splash-head): Change message below the
10959 logo.
10960
109612000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10962
10963 * diff-mode.el (diff-goto-source): Emit a status message.
10964 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10965 (diff-test-hunk): Fix doc string.
10966 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10967 (diff-advance-after-apply-hunk): New variable.
10968 (diff-apply-hunk): Don't return a value.
10969
109702000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10971
10972 * vc.el (vc-editable-p): Minor optimization.
10973 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10974 (vc-find-new-backend): New function split from vc-responsible-backend.
10975 (vc-register): Use it.
10976 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10977 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10978 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10979 (vc-clear-headers): Don't use find-file.
10980 (vc-revert-buffer): Use `and' again (must have been a braino).
10981 (vc-switch-backend): Only prompt if requested.
10982 Short circuit if nothing is to be done.
10983 Don't use vc-resynch-buffer which could lose unsaved editing.
10984 (vc-default-receive-file): Update call to vc-unregister.
10985 (with-vc-file, vc-next-action-on-file):
10986 Use vc-backend rather than vc-registered.
10987 (vc-next-action-on-file): Use intern-soft.
10988 Deal with read-only *vc-diff* buffer.
10989 (vc-transfer-file): Docstring fix.
10990
10991 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10992 (vc-rcs-receive-file): Avoid with-vc-properties.
10993 Update call to vc-unregister.
10994 Use constant `RCS' rather than (dynamically bound) var `backend'.
10995
109962000-10-01 Andre Spiegel <spiegel@gnu.org>
10997
10998 * vc.el (vc-next-action-on-file): Update mode line only if file
10999 is visited.
11000 (vc-start-entry): New argument initial-contents. Don't visit the file
11001 if it isn't already visited. Brought documentation up-to-date.
11002 (vc-next-action, vc-register): Updated calls to vc-start-entry.
11003 (vc-checkin): New optional arg initial-contents, which is passed to
11004 vc-start-entry.
11005 (vc-finish-logentry): Make sure to bury log buffer only if there
11006 really is one. Call `vc-resynch-buffer' on log-file, not
11007 buffer-file-name.
11008 (vc-default-comment-history, vc-default-wash-log): New functions.
11009 (vc-index-of): Removed.
11010 (vc-transfer-file): Make do without the above.
11011 (vc-default-receive-file): Call comment-history unconditionally. Pass
11012 the resulting string to vc-checkin, instead of inserting it into the
11013 comment ring.
11014
11015 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
11016 unconditionally. Use the comments as initial contents of the log
11017 entry buffer. Document the trick to force branch creation with no
11018 changes.
11019
110202000-10-01 Miles Bader <miles@gnu.org>
11021
11022 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
11023 `recenter' with an arg to prevent redrawing the display.
11024
110252000-09-30 Stefan Monnier <monnier@cs.yale.edu>
11026
11027 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
11028
11029 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
11030
11031 * progmodes/c-mode.el (c-mode):
11032 Don't gratuitously override the default for comment-column.
11033
11034 * textmodes/tex-mode.el (latex-metasection-list): New var.
11035 (latex-imenu-create-index): Use it.
11036 Move the regexp construction outside loops (and use push).
11037 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
11038 (tex-font-lock-keywords): Moved from font-lock.el.
11039 (tex-comment-indent): Remove.
11040 (tex-common-initialization): Don't set comment-indent-function.
11041 (latex-block-default): New var.
11042 (tex-latex-block): Use it to provide a default choice.
11043 Add any unknown choice to latex-block-names.
11044 Insert [...] after {...}.
11045 (tex-last-unended-begin): Simplify regexp.
11046 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
11047 (latex-forward-sexp-1, latex-forward-sexp): New functions.
11048 (latex-mode): Set forward-sexp-function.
11049
11050 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
11051 Add regexp for @ignore ... @end ignore.
11052 (texinfo-heading-face): New face.
11053 (texinfo-font-lock-keywords): Use it.
11054 (texinfo-mode-menu): New menu.
11055 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
11056 New functions.
11057 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
11058 (texinfo-section-types-regexp, texinfo-section-level-regexp)
11059 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
11060 Remove declaration.
11061 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
11062
11063 * delsel.el (delete-selection-mode): Use define-minor-mode.
11064
11065 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
11066
110672000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11068
11069 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
11070
110712000-09-30 Gerd Moellmann <gerd@gnu.org>
11072
11073 * replace.el (keep-lines-read-args): New function.
11074 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
11075 read arguments interactively. Add parameters RSTART and REND.
11076 Operate on the active region in Transient Mark mode.
11077
11078 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
11079
11080 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
11081 (authors-obsolete-files-regexps): New variable.
11082 (authors-add): Don't record changes in obsolete files.
11083
110842000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11085
11086 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
11087
11088 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
11089 (comment-indent): Make sure there's a space between code and comment.
11090 Shift comments left to avoid going past fill-column.
11091
110922000-09-29 Gerd Moellmann <gerd@gnu.org>
11093
11094 * startup.el (startup-echo-area-message): New function.
11095 (display-startup-echo-area-message): Use it.
11096 (fancy-splash-screens): Rewritten to use keymaps and a timer.
11097 (fancy-splash-default-action): New function.
11098 (fancy-splash-screens-1): New function.
11099 (fancy-splash-head): Put a help-echo and a keymap under the image.
11100
111012000-09-29 Stefan Monnier <monnier@cs.yale.edu>
11102
11103 * diff-mode.el (diff-add-log-file-name): Remove.
11104 (diff-mode): Use add-log-buffer-file-name-function.
11105
11106 * add-log.el (find-change-log): New arg BUFFER-FILE.
11107 (add-log-file-name): Obey add-log-file-name-function.
11108 (add-log-buffer-file-name-function): New var.
11109 (add-change-log-entry): Use it.
11110
111112000-09-29 Miles Bader <miles@gnu.org>
11112
11113 * image-file.el (image-file-name-extensions): New variable.
11114 (image-file-name-regexps): Renamed from `image-file-regexps'.
11115 New default value is nil. Call `auto-image-file-mode'.
11116 (image-file-name-regexp): New function.
11117 (auto-image-file-mode): New minor mode.
11118 (insert-image-file): Don't make conditional on the image-file
11119 handler being enabled.
11120 (image-file-handler): Make the call here conditional instead.
11121 (set-image-file-handler-enabled, enable-image-file-handler)
11122 (disable-image-file-handler): Functions removed.
11123
11124 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11125 string.
11126
111272000-09-29 Gerd Moellmann <gerd@gnu.org>
11128
11129 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11130 it's a function from CL.
11131 (latex-imenu-create-index): Replace eval-when-compile with progn
11132 because latex-section-alist is not bound while compiling.
11133
111342000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11135
11136 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11137 (outline-mode): Use define-derived-mode.
11138
11139 * progmodes/perl-mode.el (perl-mode):
11140 * progmodes/awk-mode.el (awk-mode):
11141 * progmodes/asm-mode.el (asm-mode):
11142 Don't gratuitously override the default for comment-column.
11143
11144 * emacs-lisp/lisp.el (lisp-complete-symbol):
11145 Distinguish the let-binding case from the funcall case.
11146 (forward-sexp-function): New variable.
11147 (forward-sexp): Use it.
11148
11149 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11150 (easy-mmode-defmap): Remove the now useless autoload.
11151
11152 * time.el (display-time-mode): Use define-minor-mode.
11153
11154 * subr.el (add-minor-mode): Don't eval NAME.
11155 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11156 Use if rather than cond.
11157
11158 * simple.el (read-expression-map): Define more properly.
11159 (comment-indent-hook): Remove.
11160 (string-to-syntax): Bug fix.
11161
11162 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11163 (cvs-ediff-diff): Fix typo.
11164 (cvs-revert-if-needed): Don't bother preserving read-only.
11165
11166 * paren.el (show-paren-mode): Use define-minor-mode.
11167
11168 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11169 (toggle-auto-compression): Remove.
11170 (jka-compr-build-file-regexp): Remove useless grouping.
11171
11172 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11173 Avoid user-reserved bindings.
11174 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11175 (diff-header-face): Revert to grey85.
11176
11177 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11178
11179 * complete.el (partial-completion-mode) <defcustom>: Remove.
11180 (partial-completion-mode): Use define-minor-mode.
11181 (PC-do-completion): Understand `completion-auto-help = delay'
11182 to mean to popup the completion buffer only the second time.
11183 (PC-include-file-all-completions, PC-include-file-all-completions)
11184 (PC-include-file-all-completions): Don't quote lambda.
11185
11186 * comint.el (comint-mode-hook): Docstring fix.
11187 (comint-mode): Use define-derived-mode.
11188 (comint-mode-map): Remove obsolete comment.
11189 (make-comint): Minor stylistic change.
11190 (comint-insert-clicked-input): Be more careful to find the overlay.
11191 Use this-command-keys rather than hardcoding mouse-2.
11192
11193 * font-lock.el: Replace confusing (,@ with ,
11194 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11195 Don't use regexp-opt-depth. Spice up the regexp for args.
11196 Don't distinguish between cmds that can take an opt arg or not.
11197 Use `append' and `prepend' rather than `keep'.
11198
11199 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11200 (latex-outline-regexp): New var.
11201 (latex-outline-level): New fun.
11202 (latex-section-alist): New var.
11203 (latex-imenu-create-index): Use it. Use `push' as well.
11204 (tex-shell-map): Initialize it properly.
11205 (tex-mode): Minor stylistic change.
11206 (plain-tex-mode): Use define-derived-mode.
11207 (latex-mode): Use define-derived-mode.
11208 Construct the paragraph regexps in a more readable way.
11209 Set the buffer-local outline-{level,regexp} vars.
11210 (slitex-mode): Derive from latex-mode.
11211 (tex-common-initialization): Don't kill-all-vars anymore.
11212 Add setting for comment-add and font-lock-defaults.
11213 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11214 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11215 (tex-start-tex): New arg DIR (and send a chdir command for it).
11216 Also display the shell buffer and save it in tex-last-buffer-texed.
11217 (tex-region): Use expand-file-name rather than concat.
11218 Remove code made useless by changes in tex-start-tex.
11219 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11220
11221 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11222
112232000-09-28 Dave Love <fx@gnu.org>
11224
11225 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11226
112272000-09-28 Gerd Moellmann <gerd@gnu.org>
11228
11229 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11230 `append'.
11231
112322000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11233
11234 * info.el (Info-extract-pointer): Undo last change.
11235 Instead, fix the position of the `bound' arg to re-search-backward.
11236
112372000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11238
11239 * info.el (Info-extract-pointer):
11240 Widen more carefully, to avoid finding pointers in other nodes.
11241 (Info-index): Use push.
11242
112432000-09-27 Gerd Moellmann <gerd@gnu.org>
11244
11245 * frame.el (set-frame-font): Remove call to obsolete function
11246 frame-update-faces.
11247 (set-foreground-color, set-background-color): Likewise for
11248 frame-update-face-colors.
11249
112502000-09-27 Miles Bader <miles@gnu.org>
11251
11252 * image-file.el: New file.
11253
112542000-09-27 Gerd Moellmann <gerd@gnu.org>
11255
11256 * frame.el (frame-notice-user-settings): Don't call
11257 frame-update-faces, which is a no-op now.
11258
11259 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11260 tool-bar-lines.
11261
112622000-09-27 Dave Love <fx@gnu.org>
11263
11264 * mouse.el: Fix last change.
11265
112662000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11267
11268 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11269
112702000-09-22 Kenichi Handa <handa@etl.go.jp>
11271
11272 * international/quail.el (quail-help): The output message is
11273 improved.
11274
112752000-09-26 Dave Love <fx@gnu.org>
11276
11277 * mouse.el (popup-menu): If POSITION is nil, set it using
11278 mouse-position.
11279
112802000-09-25 Sam Steingold <sds@gnu.org>
11281
11282 * net/browse-url.el (browse-url-file-url): Check for null maps.
11283
112842000-09-26 Gerd Moellmann <gerd@gnu.org>
11285
11286 * frame.el (frame-notice-user-settings): Don't add a
11287 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11288
11289 * frame.el (frame-notice-user-settings):
11290 Make tool-bar-mode and default-frame-alist consistent.
11291
11292 * toolbar/tool-bar.el (tool-bar-help): New function.
11293
112942000-09-25 Gerd Moellmann <gerd@gnu.org>
11295
11296 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11297 current-load-list in top-level forms. Else this leaks a cons cell
11298 every time a defun is called.
11299
11300 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11301
113022000-09-25 Dave Love <fx@gnu.org>
11303
11304 * startup.el (fancy-splash-head): Check XPM is available.
11305
11306 * autoinsert.el (auto-insert): Doc fix.
11307 (auto-insert-alist): Following GNU notices, don't say `copyright
11308 _by_'. Use line-beginning-position.
11309 (auto-insert): Check buffer-file-name is non-nil before use.
11310
113112000-09-25 Gerd Moellmann <gerd@gnu.org>
11312
11313 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11314 starting with `@def' or `@multitable', in addition to ones
11315 specified by the user in auto-fill-inhibit-regexp.
11316
113172000-09-25 Markus Rost <rost@math.ohio-state.edu>
11318
11319 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11320 rmail-dont-reply-to-names matches the empty string.
11321
113222000-09-25 Gerd Moellmann <gerd@gnu.org>
11323
11324 * startup.el (command-line-1, fancy-splash-text): Change the
11325 text to sound more friendly.
11326
113272000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11328
11329 * progmodes/hideshow.el: Update author email address.
11330 Generally, sync w/ maintainer version 5.22.
11331 (hs-hide-all-non-comment-function): New var.
11332 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11333 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11334 (hs-show-region): Delete this command.
11335 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11336
113372000-09-22 Dave Love <fx@gnu.org>
11338
11339 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11340 (hl-line-highlight): Specify buffer when moving overlay.
11341
11342 * progmodes/fortran.el (fortran-mode): Locally set
11343 normal-auto-fill-function.
11344 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11345 (fortran-mode-map): Adjust auto-fill menu entry.
11346
113472000-09-22 Gerd Moellmann <gerd@gnu.org>
11348
11349 * vc-rcs.el (toplevel): Require `vc' when compiling.
11350
11351 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11352
113532000-09-22 Andre Spiegel <spiegel@gnu.org>
11354
11355 * vc.el (vc-switch-backend): Signal an error if the file is not
11356 registered under the new backend.
11357
11358 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11359 without explicit revision number.
11360
113612000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11362
11363 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11364 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11365 (diff-xor): New function.
11366 (diff-find-source-location): Use it. Fix a stupid name clash.
11367 (diff-hunk-status-msg): New function.
11368 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11369 (diff-test-hunk): Use diff-find-source-location.
11370 (diff-goto-source): Favor the `reverse'.
11371 (diff-hunk-text): Properly handle one-sided context diffs.
11372 (diff-apply-hunk): When done, advance to the next hunk.
11373
113742000-09-21 Gerd Moellmann <gerd@gnu.org>
11375
11376 * startup.el (command-line): If frame was created with a non-zero
11377 tool-bar-lines parameter, switch tool-bar-mode on.
11378
11379 * add-log.el (change-log-date-face, change-log-name-face)
11380 (change-log-email-face, change-log-file-face)
11381 (change-log-list-face, change-log-conditionals-face)
11382 (change-log-function-face, change-log-acknowledgement-face):
11383 New faces, inheriting from font-lock faces.
11384 (change-log-font-lock-keywords): Use them.
11385
113862000-09-21 Dave Love <fx@gnu.org>
11387
11388 * progmodes/cperl-mode.el (top-level): Clean up
11389 `eval-when-compile's and assorted defvars.
11390 (cperl-invalid-face): Don't double-quote value. Change custom
11391 type.
11392 (cperl-mode): Set normal-auto-fill-function and don't zap
11393 auto-fill-function.
11394 (cperl-imenu--function-name-regexp-perl): Renamed from
11395 imenu-example--function-name-regexp-perl.
11396 (cperl-imenu--create-perl-index): Renamed from
11397 imenu-example--create-perl-index.
11398 (cperl-xsub-scan): Don't require cl.
11399
11400 * msb.el (msb-mode-map): Use substitute-key-definition.
11401 (msb-mode): Use msb-mode-map.
11402
114032000-09-21 Andre Spiegel <spiegel@gnu.org>
11404
11405 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11406 New functions.
11407 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11408 (vc-switch-backend): New function.
11409 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11410 (vc-register): Fix prompt.
11411 (vc-unregister, vc-default-unregister): New functions.
11412 (vc-version-diff): Handle empty buffer in sentinel.
11413
11414 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11415 (vc-rcs-state-heuristic): Use it to guess the state of files with
11416 non-strict locking.
11417 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11418 been set with -b, but not created yet.
11419 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11420 contents in order to find the state.
11421 (vc-rcs-checkin): Allow creation of branches with no changes.
11422 (vc-rcs-unregister, vc-rcs-receive-file)
11423 (vc-rcs-set-non-strict-locking): New functions.
11424
11425 * vc-hooks.el (vc-name): Force correct computation of the value
11426 in case it is missing.
11427
114282000-09-21 Gerd Moellmann <gerd@gnu.org>
11429
11430 * startup.el (fancy-splash-tail): Use a different foreground
11431 color on a dark frame background.
11432
114332000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11434
11435 * info.el: Use the correct capitalization when making Info-mode
11436 and Info-edit-mode `special' modes.
11437
114382000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11439
11440 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11441 (diff-mode): Add support for add-log.el.
11442 (diff-hunk-text): Use char offsets rather than line offsets.
11443 (diff-find-source-location): Replace LINE with line-offset (nil
11444 if not found) and always set POS to a meaningful position.
11445 Adapt to the new char-offsets.
11446 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11447 Adapt to the new diff-find-source-location.
11448 (diff-goto-source): Adapt to the new diff-find-source-location.
11449
11450 * add-log.el (add-log-file-name): New function (split out of
11451 add-change-log-entry).
11452 (add-change-log-entry): Use it.
11453 Call add-log-file-name-function with the changelog file name if
11454 the current buffer is not associated with any file.
11455 Avoid find-file if the selected window is dedicated.
11456
11457 * diff-mode.el (diff-find-source-location):
11458 Move code from diff-apply-hunk. Return buffer rather than file.
11459 (diff-apply-hunk): Use the new result from diff-find-source-location.
11460 (diff-goto-source): Use the new diff-find-source-location.
11461
114622000-09-20 Dave Love <fx@gnu.org>
11463
11464 * iswitchb.el: Some doc fixes.
11465 (iswitchb-mode-map): Define completely initially. Inherit
11466 minibuffer-local-map.
11467 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11468 fundamental-mode.
11469 (iswitchb-global-map): New variable.
11470 (iswitchb-summaries-to-end): Amalgamate regexps.
11471 (iswitchb-mode): New.
11472 (iswitchb-mode-hook): New variable.
11473 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11474 `extensions'.
11475
114762000-09-20 Gerd Moellmann <gerd@gnu.org>
11477
11478 * ehelp.el (electric-help): New defgroup.
11479 (electric-help-shrink-window): New user-option.
11480 (with-electric-help): Use it.
11481
11482 * window.el (shrink-window-if-larger-than-buffer): If face
11483 `mode-line' has a :box, and we're on a graphical frame, add 1
11484 to the needed window height.
11485
11486 * frame.el (frame-notice-user-settings): Add a last parameter nil
11487 to a call to `append', because the last list passed to `append' is
11488 not copied, and so subsequent calls to assq-delete-all will modify
11489 default-frame-alist.
11490
11491 * startup.el (fancy-splash-image): Change :type.
11492 (fancy-splash-head): Use an XBM image if appropriate.
11493 (command-line-1): Show splash screens in more cases.
11494
11495 * startup.el (fancy-splash-text): Don't quote faces.
11496
11497 * dired.el (dired-font-lock-keywords): Undo last change.
11498 (dired-readin): Bind indent-tabs-mode to nil.
11499
11500 * startup.el (fancy-splash-head): If frame's background mode
11501 is `dark', change the black background of the image to gray.
11502 (fancy-splash-screens): Display startup echo area message.
11503 (display-startup-echo-area-message): New function.
11504
115052000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11506
11507 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11508
11509 * info.el (info-header-node): Tweak for color ttys.
11510
11511 * faces.el (face-valid-attribute-values): Make sure directories we
11512 search for stipples both exist and are readable before trying to
11513 search them.
11514
11515 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11516 in the dry-run case.
11517
11518 * jka-compr.el (with-auto-compression-mode): New macro.
11519
11520 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11521 (custom-group-tag-face, custom-variable-tag-face): Use relative
11522 :height and inherit from `variable-pitch' face instead of
11523 hardwiring :family.
11524 * hi-lock.el (hi-black-hb): Likewise.
11525
11526 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11527 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11528 toolbar-add-item, if image doesn't have a mask add a `:mask
11529 heuristic'.
11530
115312000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11532
11533 * diff-mode.el: Docstring fixes.
11534 (diff-header-face, diff-comment-face): New faces.
11535 (diff-font-lock-keywords): Highlight a bit differently.
11536 (diff-find-source-location): Don't return SPAN any more.
11537 (diff-hunk-text): Don't bother erasing the temp buffer.
11538 (diff-find-text): Drop argument LINE.
11539 (diff-apply-hunk): Update calls to diff-find-text.
11540 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11541
11542 * calendar/calendar.el: Docstring fixes.
11543 (calendar-make-alist): Don't quote lambda.
11544 (calendar-star-date): Use make-local-variable.
11545
115462000-09-19 Dave Love <fx@gnu.org>
11547
11548 * toolbar/tool-bar.el: Renamed from toolbar.el.
11549 Change `toolbar' to `tool-bar' generally in symbols.
11550 Make some items invisible in `special' major modes.
11551 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11552 Add arg PROPS.
11553
11554 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11555 Add :version here.
11556 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11557
115582000-09-19 Gerd Moellmann <gerd@gnu.org>
11559
11560 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11561
11562 * files.el (find-file-suppress-same-file-warnings): New user-option.
11563 (find-file-noselect): Use it.
11564
11565 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11566 (fancy-splash-screen): Defgroup.
11567
11568 * add-log.el (change-log-font-lock-keywords): Match names
11569 more exactly for the case that font-lock-constant-face is
11570 underlined.
11571
115722000-09-19 Richard M. Stallman <rms@gnu.org>
11573
11574 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11575
115762000-09-19 Andre Spiegel <spiegel@gnu.org>
11577
11578 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11579
115802000-09-19 Gerd Moellmann <gerd@gnu.org>
11581
11582 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11583 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11584 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11585 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11586 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11587 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11588 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11589 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11590 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11591 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11592 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11593 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11594
11595 * startup.el (fancy-splash-text): New variable.
11596 (fancy-splash-delay, fancy-splash-image): New user-options.
11597 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11598 (fancy-splash-screens): New functions.
11599 (command-line-1): If display has a `display' frame parameter, has
11600 colors, and we have XPM support, show more fancy splash screens.
11601
116022000-09-19 Dave Love <fx@gnu.org>
11603
11604 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11605 with null `help'. Use modern backquote syntax.
11606
116072000-09-19 Gerd Moellmann <gerd@gnu.org>
11608
11609 * font-lock.el (font-lock-mode): Change message telling the user
11610 that ``the buffer is too big''.
11611
11612 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11613 for instance for the case that tab-width is 2.
11614
116152000-09-18 Gerd Moellmann <gerd@gnu.org>
11616
11617 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11618 toolbar-add-item, if image doesn't have a mask add a `:mask
11619 heuristic'.
11620
116212000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11622
11623 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11624 and return a cons if it's non-nil.
11625 (diff-apply-hunk): Try to jump to the line in the source text
11626 corresponding to the position of point in the in the hunk.
11627
11628 * info.el (Info-title-3-face, Info-title-2-face)
11629 (Info-title-1-face): Use face inheritance and relative sizes
11630 instead of hard-wiring things.
11631
11632 * faces.el (secondary-selection): Make dark-background variant sane.
11633
116342000-09-16 Andrew Innes <andrewi@gnu.org>
11635
11636 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11637 read-only, since they aren't under VC now.
11638
116392000-09-17 Dave Love <fx@gnu.org>
11640
11641 * tmm.el: Replace mapcar with mapc in several places.
11642
11643 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11644 ad-unadvise.
11645
11646 * international/latin1-disp.el: New file.
11647
11648 * calendar/cal-move.el (scroll-calendar-left)
11649 (scroll-calendar-right): Make arg optional (for active mode line).
11650
11651 * calendar/calendar.el (calendar-mode-line-format): Make fields
11652 mouse-sensitive.
11653 (calendar-read-date, calendar-read-date, calendar-window-list):
11654 Unquote lambda.
11655 (calendar-month-name): Use aref, not sref.
11656
11657 * view.el (minor-mode-alist): Propertize the string.
11658
11659 * international/characters.el (standard-case-table): Add entries
11660 for Greek.
11661
116622000-09-18 Miles Bader <miles@gnu.org>
11663
11664 * info.el (info-node, info-xref): Add dark-background variants.
11665
11666 * faces.el (header-line): Change defaults to be less confusing
11667 when mixed with mode-lines.
11668
11669 * info.el (Info-fontify-node): Make a few cleanups.
11670 Add extra `help-echo' and `local-map' props to node xrefs.
11671 Use header-specific faces for node-names & xrefs.
11672 (Info-use-header-line): New variable.
11673 (info-header-xref, info-header-node): New faces.
11674 (Info-setup-header-line): New function.
11675 (Info-select-node): Call Info-setup-header-line when enabled.
11676 (Info-extract-pointer): Work even if the header line is hidden.
11677 (Info-header-line): New variable.
11678
116792000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11680
11681 * vms-patch.el (print-region-function): Don't quote lambda.
11682
11683 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11684
11685 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11686 (lm-get-header-re): Allow spaces between the header and the colon.
11687 (lm-header): Allow $ in non-RCS headers.
11688 (lm-header-multiline): Put the strings back into order.
11689 Stop at an empty line. Don't require two space chars if the
11690 line is clearly not another header line.
11691
11692 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11693 (popup-menu-popup): Remove.
11694
116952000-09-15 Gerd Moellmann <gerd@gnu.org>
11696
11697 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11698 specification if or if not tool-bar item contains an `:enabled'
11699 property.
11700
11701 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11702 current buffer has no file name.
11703
117042000-09-15 Dave Love <fx@gnu.org>
11705
11706 * strokes.el: Sync with maintainer's current version with changes
11707 for Emacs, but avoid runtime cl and levents.
11708 (toplevel): Change autoloads and compilation requires.
11709 (strokes-version, strokes-bug-address, strokes-lift): Values
11710 changed.
11711 (strokes-xpm-header, strokes-insinuated): New variable.
11712 (strokes): Add :link.
11713 (strokes-mode): Customized.
11714 (strokes-while-inhibiting-garbage-collector): New macro.
11715 (strokes-remassoc): Avoid remove-if.
11716 (strokes-fix-button2-command): Don't use ad-do-it.
11717 (strokes-insinuate): New function.
11718 (strokes-button-press-event-p, strokes-button-release-event-p):
11719 New functions, used instead of non-`strokes-' versions..
11720 (strokes-mouse-event-p): Rewritten.
11721 (strokes-event-closest-point): Avoid event-point.
11722 (strokes-get-grid-position): Avoid cdadr, caadr
11723 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11724 functions.
11725 (strokes-help): Use with-output-to-temp-buffer.
11726 (strokes-window-configuration-changed-p): New function.
11727 (strokes-update-window-configuration): Use buffer-live-p,
11728 strokes-window-configuration-changed-p.
11729 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11730 (strokes-char-face): New face.
11731 (strokes-char-table, strokes-base64-chars): New variable.
11732 (strokes-xpm-for-stroke, strokes-list-strokes)
11733 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11734 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11735 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11736 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11737 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11738 functions.
11739
117402000-09-15 Gerd Moellmann <gerd@gnu.org>
11741
11742 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11743
11744 * image.el (create-image): Doc fix.
11745
11746 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11747 instead of `:heuristic-mask t'.
11748
117492000-09-14 Andrew Innes <andrewi@gnu.org>
11750
11751 * makefile.w32-in: Revert to Unix line endings.
11752
117532000-09-14 Andrew Innes <andrewi@gnu.org>
11754
11755 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11756 when installing.
11757
11758 * makefile.nt (DONTCOMPILE): Fix typo.
11759
11760 * shell.el (shell-write-history-on-exit): New function.
11761 (shell-dumb-shell-regexp): New custom variable.
11762 (shell-mode): Make shell-write-history-on-exit the process
11763 sentinel if shell name matches shell-dumb-shell-regexp.
11764
11765 * w32-fns.el: Comment out before-init-hook function which resets
11766 source-directory based; this breaks bootstrap.
11767
117682000-09-14 Dave Love <fx@gnu.org>
11769
11770 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11771 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11772 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11773 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11774 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11775 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11776 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11777 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11778 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11779
11780 * toolbar/toolbar.el: New.
11781
11782 * subdirs.el: Add toolbar.
11783
117842000-09-14 Gerd Moellmann <gerd@gnu.org>
11785
11786 * indent.el (indent-for-tab-command): Doc fix.
11787
117882000-09-14 Alex Schroeder <alex@gnu.org>
11789
11790 * ansi-color.el (ansi-colors): Doc change.
11791 (ansi-color-get-face): Simplified regexp.
11792 (ansi-color-faces-vector): Added more faces, doc change.
11793 (ansi-color-names-vector): Doc change.
11794 (ansi-color-regexp): Simplified regexp.
11795 (ansi-color-parameter-regexp): New regexp.
11796 (ansi-color-filter-apply): Doc change.
11797 (ansi-color-filter-region): Doc change.
11798 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11799 deal with zero length parameters.
11800 (ansi-color-apply-on-region): Doc change.
11801 (ansi-color-map): Doc change.
11802 (ansi-color-map-update): Removed debugging message.
11803 (ansi-color-get-face-1): Added condition-case to trap
11804 args-out-of-range errors.
11805 (ansi-color-get-face): Doc change.
11806 (ansi-color-make-face): Removed.
11807 (ansi-color-for-shell-mode): New option.
11808
118092000-09-13 Kenichi Handa <handa@etl.go.jp>
11810
11811 * international/quail.el (quail-start-translation): Translate KEY
11812 if necessary even if it doesn't have any mapping in the current
11813 input method.
11814 (quail-start-conversion): Likewise.
11815 (quail-help): The output message is improved.
11816
118172000-09-13 Miles Bader <miles@gnu.org>
11818
11819 * comint.el (comint-output-filter): Revert to using
11820 `insert-before-markers'. Add bletcherous hack to undo damage
11821 caused by `insert-before-markers'. Put `front-sticky' property on
11822 overlays created here so that the field code understands how the
11823 overlay works. Use a let when making comint-last-prompt-overlay,
11824 so that the code is easier to read.
11825
118262000-09-13 Dave Love <fx@gnu.org>
11827
11828 * wid-edit.el (widget-default-format-handler): DTRT when
11829 doc-property is a function.
11830
118312000-09-12 Francesco Potorti` <pot@gnu.org>
11832
11833 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11834 filed name if it's not there.
11835
118362000-09-12 Dave Love <fx@gnu.org>
11837
11838 * simple.el (read-mail-command): Doc fix.
11839 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11840
11841 * vc.el (vc-dired-listing-switches): Fix :version.
11842
11843 * vc-hooks.el: Doc fixes.
11844
11845 * subr.el (add-minor-mode): Use toggle-fun arg.
11846
11847 * speedbar.el: Add :version to several defcustoms.
11848
11849 * imenu.el (imenu--truncate-items, imenu--cleanup)
11850 (imenu--generic-function): Avoid mapcar.
11851 (imenu--replace-spaces): Function removed.
11852 (imenu--completion-buffer): Use subst-char-in-string.
11853 (imenu-add-to-menubar): Use keymap inheritance.
11854
118552000-09-12 Miles Bader <miles@gnu.org>
11856
11857 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11858 (diff-mode-map): Bind `diff-test-hunk'.
11859 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11860
118612000-09-11 Gerd Moellmann <gerd@gnu.org>
11862
11863 * bytecomp.el (byte-compile-defvar): Undo last change
11864 because it breaks '(make-variable-buffer-local (defvar ...)'
11865 which is used at least in dired.
11866
118672000-09-12 Kenichi Handa <handa@etl.go.jp>
11868
11869 * international/quail.el (quail-define-package): Docstring
11870 modified.
11871
118722000-09-12 Kenichi Handa <handa@etl.go.jp>
11873
11874 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11875 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11876 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11877 docstring of "chinese-py".
11878
11879 * international/quail.el (quail-translation-docstring): New
11880 variable.
11881 (quail-show-keyboard-layout): Docstring modified.
11882 (quail-select-current): Likewise.
11883 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11884 infinite recursive call.
11885 (quail-help): Check quail-translation-docstring. Format of the
11886 output changed.
11887 (quail-help-insert-keymap-description): Adjusted for the above
11888 change.
11889
118902000-09-11 Gerd Moellmann <gerd@gnu.org>
11891
11892 * bytecomp.el (byte-compile-defvar): Only cons onto
11893 current-load-list in top-level forms. Else this leaks a cons cell
11894 every time a defun is called.
11895
118962000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11897
11898 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11899 Now understands non-unified diffs. Some functionality moved into
11900 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11901 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11902 modify anything. Only reposition point in the patched file if the
11903 patch succeeds. Only pop up another window if POPUP is true.
11904 Emit a message describing what happened if successful, and at what
11905 line-offset. Automatically detect reversed hunks and do something
11906 appropriate.
11907 (diff-hunk-text, diff-find-text): New functions.
11908 (diff-filter-lines): Function removed.
11909 (diff-test-hunk): New function.
11910 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11911
119122000-09-10 Dave Love <fx@gnu.org>
11913
11914 * textmodes/tildify.el: Minor doc/commentary fixes.
11915 (tildify) <defgroup>: Add :version.
11916
11917 * faces.el (face-x-resources): Make custom type more specific.
11918 (frame-background-mode): Use mapc.
11919 (region) <defcustom>: Add :version.
11920
119212000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11922
11923 * vc-sccs.el (vc-sccs-register):
11924 * vc-rcs.el (vc-rcs-register):
11925 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11926 * vc.el (vc-register): Clear file's properties.
11927
119282000-09-08 Gerd Moellmann <gerd@gnu.org>
11929
11930 * faces.el (face-spec-set): Only face-spec-reset-face when
11931 ATTRS is non-nil.
11932
119332000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11934
11935 * help.el (help-insert-xref-button): Fix a typo in doc string.
11936
119372000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11938
11939 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11940 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11941 methods.
11942
11943 * menu-bar.el (read-mail-item-name): New function.
11944 (menu-bar-tools-menu): Use it to compute and display the package
11945 used to read email.
11946 (menu-bar-tools-menu): Fix typo in GUD's help string.
11947
119482000-09-07 Dave Love <fx@gnu.org>
11949
11950 * diff-mode.el (diff-mouse-goto-source): New function.
11951
11952 * vc-sccs.el: Doc fixes.
11953 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11954
11955 * vc-rcs.el: Doc fixes.
11956 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11957 (vc-rcs-checkout-switches, vc-rcs-header)
11958 (vc-rcs-master-templates): Add or change :version.
11959
11960 * vc-cvs.el: Doc fixes.
11961 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11962 (vc-cvs-stay-local): Add :version.
11963
11964 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11965
119662000-09-07 Kenichi Handa <handa@etl.go.jp>
11967
11968 * international/quail.el (quail-help): Fix previous change.
11969
119702000-09-07 Gerd Moellmann <gerd@gnu.org>
11971
11972 * faces.el (color-values): Doc fix.
11973
11974 * faces.el (frame-set-background-mode): Use frame-parameter
11975 instead of frame-parameters.
11976
11977 * frame.el (filtered-frame-list): Reduce consing.
11978 (frames-on-display-list): Call frame-parameter instead of
11979 frame-parameters.
11980
119812000-09-07 Kenichi Handa <handa@etl.go.jp>
11982
11983 * language/devan-util.el (devanagari-to-indian-region): In the
11984 loop, change the following char, not preceding char.
11985
119862000-09-07 Gerd Moellmann <gerd@gnu.org>
11987
11988 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11989 instead of frame-parameters.
11990
11991 * faces.el (set-face-attribute): Simplify by calling
11992 internal-set-lisp-face-attribute with FRAME being 0.
11993
11994 * vc.el: Remove `Id' version control keyword.
11995
119962000-09-07 Kenichi Handa <handa@etl.go.jp>
11997
11998 * help.el (help-make-xrefs): Adjusted for the change of
11999 help-xref-mule-regexp.
12000 (help-insert-xref-button): New function.
12001
12002 * international/mule-cmds.el (help-xref-mule-regexp-template):
12003 Include the pattern for character set.
12004 (leim): New group.
12005
12006 * international/quail.el: Don't require face.
12007 (quail): New group.
12008 (quail-other-command): Dummy command to make quail-help work better.
12009 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
12010 (quail-keyboard-layout-substitution): New variable.
12011 (quail-update-keyboard-layout): New function.
12012 (quail-keyboard-layout-type): New customizable variable.
12013 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
12014 (quail-keyboard-translate): Pay attention to
12015 quail-keyboard-layout-substitution.
12016 (quail-insert-kbd-layout): New function.
12017 (quail-show-keyboard-layout): New function.
12018 (quail-get-translation): If the definition is a vector of length
12019 1, and the element is a string of length 1, return the character
12020 in that string.
12021 (quail-update-current-translations): Fix the case of
12022 relative-index out of range.
12023 (quail-build-decode-map, quail-insert-decode-map): New Functions.
12024 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
12025 Show key sequences for all available characters.
12026 (quail-help-insert-keymap-description): Don't show such verbose
12027 key bindings as quail-self-insert-command.
12028
12029 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
12030 Format changed, and each element now have extra documentations.
12031 (tit-process-header): Delete invalid characters from TIT-PROMPT.
12032 Adjusted for the change of quail-cxterm-package-ext-info.
12033
120342000-09-06 Gerd Moellmann <gerd@gnu.org>
12035
12036 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
12037 requiring it leads to a recursive loading of vc.el and vc-hooks.el
12038 during bootstrap.
12039
120402000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12041
12042 * vc.el: (toplevel): Don't require `dired' at run-time.
12043 (vc-dired-resynch-file): Remove autoload cookie.
12044
120452000-09-05 Andre Spiegel <spiegel@gnu.org>
12046
12047 * vc.el: Made several backend functions optional.
12048 (vc-default-responsible-p): New function.
12049 (vc-merge): Use RET for first version to trigger merge-news, not
12050 prefix arg.
12051 (vc-annotate): Handle backends that do not support annotation.
12052 (vc-default-merge-news): Removed. The existence of a merge-news
12053 implementation is now checked on caller sites.
12054
12055 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
12056 case.
12057
12058 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
12059 special case that has been removed from the default in vc-hooks.el.
12060
120612000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12062
12063 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
12064
120652000-09-05 Andre Spiegel <spiegel@gnu.org>
12066
12067 * vc-hooks.el: Require vc during compilation.
12068 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
12069 macro `with-vc-properties' in vc.el.
12070 (vc-file-getprop): Doc fix.
12071 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
12072
12073 * vc.el: Require dired-aux during compilation.
12074 (vc-name-assoc-file): Moved to vc-sccs.el.
12075 (with-vc-properties): New macro.
12076 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
12077 vc-finish-steal): Use it.
12078 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
12079 to the backend-specific function is now supposed to do the checkout,
12080 too.
12081 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
12082
12083 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
12084 set file properties; that gets done in the generic code now.
12085
12086 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
12087 Changed parameter list, added code from vc.el that does the
12088 checkout, possibly with a double-take.
12089
12090 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
12091 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
12092 the above under the new name.
12093 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
12094 parameter list, added checkout command.
12095 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
12096 properties; that gets done in the generic code now.
12097
120982000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12099
12100 * vc.el: Docstring fixes (courtesy of checkdoc).
12101
121022000-09-05 Stefan Monnier <monnier@cs.yale.edu>
12103
12104 * vc.el (vc-checkout-writable-buffer-hook)
12105 (vc-checkout-writable-buffer): Remove.
12106 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
12107 (vc-log-mode): Make it into a clean derived major mode.
12108 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
12109 vc-log-mode if log-edit is not available.
12110 (vc-dired-mode-map): Don't set-keymap-parent yet.
12111 (vc-dired-mode): Do set-keymap-parent here.
12112 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12113
121142000-09-05 Gerd Moellmann <gerd@gnu.org>
12115
12116 * faces.el (set-face-attribute, face-spec-reset-face)
12117 (face-spec-set): Avoid consing by removing calls to `apply'.
12118
12119 * frame.el (frame-parameter): Move to C code.
12120
121212000-09-05 Dave Love <fx@gnu.org>
12122
12123 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12124 insert-before-markers-and-inherit. Now checked systematically!
12125
121262000-09-05 Alex Schroeder <alex@gnu.org>
12127
12128 * sql.el (sql-postgres): Use sql-postgres-options.
12129 (sql-postgres-options): New variable.
12130
121312000-09-05 Alex Schroeder <alex@gnu.org>
12132
12133 * sql.el (sql-mode-menu): Work around missing variable mark-active
12134 in XEmacs.
12135 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12136 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12137 compatibility.
12138
121392000-09-04 Gerd Moellmann <gerd@gnu.org>
12140
12141 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12142
12143 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12144
12145 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12146
121472000-09-04 Andre Spiegel <spiegel@gnu.org>
12148
12149 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12150 don't support anything else under SCCS yet.
12151
12152 * vc-hooks.el: Minor doc fixes.
12153
121542000-09-04 Andre Spiegel <spiegel@gnu.org>
12155
12156 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12157 not necessary. If verbose in state `needs-patch', do the same as
12158 under `up-to-date'. When NOT verbose and `needs-patch', check out
12159 latest version instead of `merge-news'.
12160 (vc-next-action-dired): Don't mess with default-directory here; it
12161 breaks other parts of dired. It is the job of the
12162 backend-specific functions to adjust it temporarily if they need it.
12163 (vc-next-action): Remove a special CVS case.
12164 (vc-clear-headers): New optional arg FILE.
12165 (vc-checkin, vc-checkout): Set properties vc-state and
12166 vc-checkout-time properly.
12167 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12168 (vc-print-log): Use new backend function `show-log-entry'.
12169 (vc-cancel-version): Do the checks in a different order. Added a
12170 FIXME concerning RCS-only code.
12171
12172 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12173 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12174
12175 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12176
12177 * vc-hooks.el (vc-default-mode-line-string): Show state
12178 `needs-patch' as a `-' too.
12179
121802000-09-04 Andre Spiegel <spiegel@gnu.org>
12181
12182 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12183 (vc-default-could-register): New function.
12184 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12185 (vc-resynch-buffer): Call vc-dired-resynch-file.
12186 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12187 vc-resynch-buffer instead of vc-resynch-window.
12188 (vc-next-action-dired): Don't redisplay here, that gets done as a
12189 result of the individual file operations.
12190 (vc-retrieve-snapshot): Corrected prompt order.
12191
12192 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12193
12194 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12195 as well.
12196 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12197 hostname regexps. Updated all callers.
12198 (vc-cvs-responsible-p): Handle directories as well.
12199 (vc-cvs-could-register): New function.
12200 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12201 properties up-to-date.
12202
12203 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12204 user whether to create one.
12205
122062000-09-04 Andre Spiegel <spiegel@gnu.org>
12207
12208 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12209 check out a non-existing file.
12210
12211 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12212 workfile does not exist.
12213
12214 * vc.el (vc-version-diff): Use `require' to check for existence of
12215 diff-mode.
12216
122172000-09-04 Andre Spiegel <spiegel@gnu.org>
12218
12219 * vc-cvs.el (vc-cvs-registered): Use new function
12220 vc-cvs-parse-entry to do the actual work.
12221
122222000-09-04 Andre Spiegel <spiegel@gnu.org>
12223
12224 * vc-hooks.el (vc-find-backend-function): If function doesn't
12225 exist, return nil instead of error.
12226 (vc-call-backend): Doc fix.
12227
12228 * vc.el (vc-do-command): Doc fix.
12229 (vc-finish-logentry): When checking in from vc-dired, choose the
12230 right backend for logentry check.
12231 (vc-dired-mode-map): Inherit from dired-mode-map.
12232 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12233 simplified.
12234 (vc-dired-state-info): Removed, updated caller.
12235 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12236 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12237 (vc-dired-listing-switches): New variable.
12238 (vc-directory): Use it, instead of dired-listing-switches.
12239
12240 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12241 (vc-cvs-dir-state): New function.
12242 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12243 (vc-cvs-parse-entry): New function, also to be used in
12244 vc-cvs-registered.
12245
122462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12247
12248 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12249 *or* single-window-frames.
12250
122512000-09-04 Andre Spiegel <spiegel@gnu.org>
12252
12253 * vc.el (vc-update-changelog): Split into generic part and default
12254 implementation. Doc string adapted.
12255 (vc-default-update-changelog): New function. Call the `rcs2log'
12256 script in exec-directory, to fix a long-standing nuisance.
12257
12258 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12259 simply signals an error.
12260
122612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12262
12263 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12264 control-flow more clear and to avoid running `cvs' twice.
12265
12266 * vc.el (vc-next-action-on-file): Doc fix.
12267 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12268 (vc-print-log): Eval `file' before constructing the continuation.
12269
122702000-09-04 Andre Spiegel <spiegel@gnu.org>
12271
12272 * vc.el (vc-next-action-on-file): Corrected several messages.
12273 (vc-merge): Add prefix arg `merge-news'; handle it.
12274
12275 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12276 is not reached. It is.
12277 (vc-cvs-merge): Set state to 'edited after merge.
12278 (vc-cvs-merge-news): Set workfile version to nil if not known.
12279 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12280
12281 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12282 via stdout. (Merge from main line.)
12283
122842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12285
12286 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12287 detection.
12288
122892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12290
12291 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12292 against kill-all-local-variables.
12293 (vc-log-edit): Don't save vc-parent-buffer any more.
12294 (vc-last-comment-match): Initialize to an empty string.
12295 (vc-post-command-functions): New hook.
12296 (vc-do-command): Run it.
12297 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12298 (vc-finish-logentry): Only add the comment to the ring if it's
12299 different from the last comment entered.
12300 (vc-new-comment-index): New function.
12301 (vc-previous-comment): Use it. Make the minibuffer message
12302 slightly less terse.
12303 (vc-comment-search-reverse): Make it work forward as well. Don't
12304 set vc-comment-ring-index if no match is found. Use
12305 vc-new-comment-index.
12306 (vc-comment-search-forward): Use vc-comment-search-reverse.
12307 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12308 define-derived-mode will do it for us. Bind `v' to a keymap that
12309 inherits from vc-prefix-map so that we can bind `vt' without
12310 binding C-x v t.
12311 (vc-retrieve-snapshot): Parenthesis typo.
12312
12313 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12314 to 1. Make sure to switch to *vc* before looking for an error
12315 message. Use vc-parse-buffer.
12316
123172000-09-04 Andre Spiegel <spiegel@gnu.org>
12318
12319 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12320 and NAME.
12321 (vc-retrieve-snapshot): Split into two parts.
12322 (vc-default-retrieve-snapshot): New function.
12323
12324 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12325 (vc-cvs-retrieve-snapshot): New function (untested).
12326 (vc-cvs-stay-local): Default to t.
12327 (vc-cvs-remote-p): New function and property.
12328 (vc-cvs-state): Stay local only if the above is t.
12329 (vc-handle-cvs): Removed.
12330 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12331 done via vc-handled-backends now.
12332 (vc-cvs-header): Escape Id.
12333
123342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12335
12336 * vc.el (vc-do-command): Remove unused commands.
12337 (vc-version-diff): Make sure default-directory ends with a slash.
12338 Move the window commands into a vc-exec-after.
12339 (vc-print-log): Move more of the code into the `vc-exec-after'.
12340
123412000-09-04 Andre Spiegel <spiegel@gnu.org>
12342
12343 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12344 (vc-print-log): Search current revision from beginning of buffer.
12345 (vc-revert-buffer): Clear echo area after the diff is finished.
12346 (vc-prefix-map): Removed definition of "t" for terse display in vc
12347 dired.
12348 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12349 definition of "vt" for terse display.
12350 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12351
123522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12353
12354 * vc.el (vc-exec-after): Avoid caddr.
12355
123562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12357
12358 * vc.el (vc-exec-after): New function.
12359 (vc-do-command): Use it to add a termination message for async
12360 procs.
12361 (vc-checkout): Try to handle a missing-backend situation.
12362 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12363 of a directory with a backend using async diffs.
12364 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12365 present.
12366
12367 * vc-sccs.el (vc-sccs-state-heuristic): Use
12368 file-ownership-preserved-p.
12369
12370 * vc-rcs.el (vc-rcs-state-heuristic): Use
12371 file-ownership-preserved-p.
12372 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12373
123742000-09-04 Andre Spiegel <spiegel@gnu.org>
12375
12376 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12377 vc-do-command.
12378
12379 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12380 when there are no changes.
12381
123822000-09-04 Andre Spiegel <spiegel@gnu.org>
12383
12384 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12385
12386 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12387
123882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12389
12390 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12391
12392 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12393 the `fset' outside of the defvar so that it works even if
12394 vc-prefix-map was already defined.
12395 (vc-setup-buffer): New function, split out of vc-do-command.
12396 (vc-do-command): Allow BUFFER to be t to mean `just use the
12397 current buffer without any fuss'.
12398 (vc-version-diff): Change the `diff' backend operation to just put
12399 the diff in the current buffer without erasing it. Always use
12400 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12401 shrink-window-if-larger-than-buffer.
12402 (vc-print-log): Change the `print-log' backend operation to just
12403 put the log in the current buffer without erasing it. Protect
12404 shrink-window-if-larger-than-buffer.
12405 (vc-update-change-log): Fix setd typo.
12406
12407 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12408 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12409
12410 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12411 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12412 CMP.
12413
12414 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12415 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12416 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12417
124182000-09-04 Andre Spiegel <spiegel@gnu.org>
12419
12420 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12421 not possible, use vc-BACKEND-workfile-unchanged-p.
12422 (vc-default-workfile-unchanged-p): New function. Delegates to a
12423 full vc-BACKEND-diff.
12424
12425 * vc-hooks.el (vc-simple-command): Removed.
12426
12427 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12428 instead of vc-simple-command.
12429 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12430 avoid doing a diff when opening a file.
12431 (vc-rcs-state): Added check for unlocked-changes.
12432 (vc-rcs-header): Escape Id.
12433 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12434 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12435 version.
12436
12437 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12438 (vc-sccs-diff): Remove optional arg CMP.
12439 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12440 SCCS-specific function.
12441
12442 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12443 vc-simple-command.
12444
124452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12446
12447 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12448 (with-vc-file, vc-merge): Use vc-editable-p.
12449 (vc-do-command): Remove unused var vc-file and fix the
12450 doubly-defined `status' var. Add a user message when starting an
12451 async command.
12452 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12453 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12454 Use with-current-buffer.
12455 (vc-buffer-sync): Use unless.
12456 (vc-next-action-on-file): If the file is 'edited by read-only,
12457 make it read-write instead of trying to commit.
12458 (vc-version-diff, vc-update-change-log): Use `setq
12459 default-directory' rather than `cd'.
12460 (vc-log-edit): Don't forget to set default-directory in the
12461 buffer.
12462
12463 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12464 (vc-sccs-state-heuristic): Use file-writable-p instead of
12465 comparing userids.
12466 (vc-sccs-checkout): Use `unless'.
12467
12468 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12469 of comparing userids.
12470 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12471 Simplify the logic by eliminating unreachable code.
12472 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12473 just do a recursive call if we need to retry.
12474 (vc-rcs-checkout): Handle the case where rcs is missing by making
12475 the buffer read-write if requested and re-signalling the error.
12476
12477 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12478
124792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12480
12481 * vc-hooks.el (vc-handled-backends): Docstring change.
12482 (vc-ignore-vc-files): Mark obsolete.
12483 (vc-registered): Check vc-ignore-vc-files.
12484 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12485 vc-ignore-vc-files.
12486
12487 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12488
124892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12490
12491 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12492 files since ange-ftp already has vc-registered return nil.
12493
12494 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12495 (vc-sccs-workfile-version): Use with-temp-buffer and new
12496 vc-parse-buffer and don't bother setting the property.
12497 (vc-sccs-add-triple): Use with-current-buffer and
12498 find-file-noselect.
12499 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12500
12501 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12502 derives from the old vc-parse-buffer but uses the revision number
12503 rather than the date (much easier to compare robustly).
12504 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12505 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12506 locking-user more directly. Check strict locking and set
12507 checkout-model appropriately.
12508 (vc-rcs-parse-locks): Remove.
12509 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12510 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12511 (vc-rcs-system-release): Use with-current-buffer and
12512 vc-parse-buffer.
12513 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12514
12515 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12516 (vc-simple-command): Docstring fix.
12517 (vc-registered): Align the way the file-handler is called with the
12518 way the function itself works.
12519 (vc-file-owner): Remove.
12520
12521 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12522 extraction of fields and call to file-attributes because of a
12523 temporary bug in rcp.el.
12524 (vc-cvs-fetch-status): Use with-current-buffer.
12525
125262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12527
12528 * vc.el (vc-do-command): Use file-relative-name.
12529 (vc-responsible-backend): Use vc-backend if possible.
12530 (vc-create-snapshot): Improve the `interactive' spec. Add support
12531 for branches and dispatch to backend-specific `create-snapshot'.
12532 (vc-default-create-snapshot): New function, containing the bulk of
12533 the old vc-create-snapshot.
12534 (vc-retrieve-snapshot): Improve the interactive spec.
12535
12536 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12537 (vc-backend-hook-functions): Remove.
12538 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12539 (vc-backend): Reintroduce the test for `file = nil' now that I
12540 know why it was there (and added a comment to better remember).
12541
12542 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12543 code from vc-sccs-hooks.el.
12544 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12545 'vc anymore.
12546 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12547 and file-directory-p instead of file-exists-p.
12548 (vc-sccs-check-headers): Simplify the regexp.
12549
12550 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12551 from vc-rcs-hooks.el. Don't require 'vc anymore.
12552 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12553 file-directory-p instead of file-exists-p.
12554
12555 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12556 from vc-cvs-hooks.el.
12557 (proto vc-cvs-registered): Require 'vc-cvs instead of
12558 'vc-cvs-hooks. Don't require 'vc anymore.
12559 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12560 file-directory-p instead of file-exists-p.
12561 (vc-cvs-create-snapshot): New function, replacing
12562 vc-cvs-assign-name.
12563 (vc-cvs-assign-name): Remove.
12564
125652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12566
12567 * vc-cvs.el (vc-cvs-header): New var.
12568
12569 * vc-rcs.el (vc-rcs-exists): Remove.
12570 (vc-rcs-header): New var.
12571
12572 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12573 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12574 (vc-sccs-header): New var.
12575
12576 * vc.el (vc-do-command): Get rid of the `last' argument.
12577 (vc-header-alist): Remove, replaced by vc-X-header.
12578 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12579 (vc-dired-hook): Use expand-file-name instead of concat.
12580 (vc-directory): Use file-name-as-directory.
12581 (vc-snapshot-precondition, vc-create-snapshot)
12582 (vc-retrieve-snapshot): Allow the command to operate on any
12583 directory.
12584
12585 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12586 just removing the 'WORKFILE argument or by removing the 'MASTER
12587 argument and replacing `file' with (vc-name file).
12588
125892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12590
12591 * vc.el: Update Copyright and add a crude list of backend funs.
12592 (vc-writable-p): New function.
12593 (with-vc-file): Use vc-writable-p.
12594 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12595 (vc-register): Avoid vc-name.
12596 (vc-locking-user): Remove.
12597 (vc-steal-lock): Make the `owner' arg non-optional.
12598 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12599 vc-checkout-model.
12600 (vc-default-dired-state-info): Use vc-state instead of
12601 vc-locking-user and return special strings for special states.
12602 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12603 and get rid of one of the special CVS cases.
12604 (vc-cancel-version): prettify error message with \\[...].
12605 (vc-rename-master): New function.
12606 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12607 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12608 the CVS special case generic.
12609 (vc-default-record-rename): Remove.
12610 (vc-file-tree-walk-internal): Only call FUNC for files that are
12611 under control of some VC backend and replace `concat' with
12612 expand-file-name.
12613 (vc-file-tree-walk): Update docstring.
12614 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12615 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12616
12617 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12618 vc-sccs-record-rename. Use `find-file-noselect' rather than
12619 `find-file' and call `vc-rename-master' to do the actual move.
12620 (vc-sccs-diff): Remove unused `backend' variable.
12621
12622 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12623 to delay loading of vc-sccs until it is really used.
12624 (vc-sccs-master-templates): Preload.
12625 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12626 (vc-sccs-project-dir): Remove (merged into
12627 vc-sccs-search-project-dir).
12628 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12629 rather than `concat', make sure it is preloaded and don't bother
12630 to check that the file actually exists.
12631 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12632 `locks' argument (use buffer's content instead) and eliminate n^2
12633 behavior.
12634
12635 * vc-rcs.el: Update Copyright.
12636 (vc-rcs-rename-file): New function.
12637 (vc-rcs-diff): Remove unused `backend' variable.
12638
12639 * vc-hooks.el: Update Copyright.
12640 (vc-backend): Don't accept a nil argument any more.
12641 (vc-up-to-date-p): Turn into a defsubst.
12642 (vc-possible-master): New function.
12643 (vc-check-master-templates): Use `vc-possible-master' and allow
12644 funs in vc-X-master-templates to return a non-existent file.
12645
12646 * vc-cvs.el: Update Copyright.
12647 (vc-cvs-diff): Remove unused `backend' variable.
12648 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12649
12650 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12651
126522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12653
12654 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12655 since it can be called from vc-rcs.el.
12656 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12657
126582000-09-04 Andre Spiegel <spiegel@gnu.org>
12659
12660 * vc.el (vc-version-diff): Expand file name read from the
12661 minibuffer. Handle the case when a previous version number can't
12662 be guessed. Give suitable messages when there were no differences
12663 found.
12664 (vc-clear-headers): Call backend-specific implementation, if one
12665 exists.
12666 (vc-cancel-version): Made error checks generic. When done, clear
12667 headers generically, too.
12668
12669 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12670 from vc-clear-headers in vc.el.
12671
12672 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12673 correctly.
12674 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12675 optional. Handle the case when it's not there.
12676
126772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12678
12679 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12680
126812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12682
12683 * vc-hooks.el (vc-loadup): Remove.
12684 (vc-find-backend-function): Use `require'. Also, handle the case
12685 where vc-BACKEND-hooks.el doesn't exist.
12686 (vc-call-backend): Cleanup.
12687
126882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12689
12690 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12691 vc-rcs-grab-templates)
12692 (vc-rcs-registered): Remove. The default function works as well.
12693 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12694 vc-sccs-grab-templates)
12695 (vc-sccs-registered): Remove. The default function works as well.
12696
12697 * vc.el (vc-version-diff): Left out a vc- in call to
12698 vc-call-backend.
12699 (vc-default-dired-state-info, vc-default-record-rename)
12700 (vc-default-merge-news): Update for the new backend argument.
12701
12702 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12703 using the default function.
12704 (vc-call-backend): If calling the default function, pass it the
12705 backend as first argument. Update the docstring accordingly.
12706 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12707 for the new backend argument.
12708 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12709 (vc-find-backend-function): Use the new name.
12710 (vc-default-registered): New function.
12711
127122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12713
12714 * vc.el (vc-merge): Use vc-find-backend-function.
12715
12716 * vc-hooks.el (vc-backend-functions): Remove.
12717 (vc-loadup): Don't setup 'vc-functions.
12718 (vc-find-backend-function): New function.
12719 (vc-call-backend): Use above fun and populate 'vc-functions
12720 lazily.
12721 (vc-backend-defines): Remove.
12722
127232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12724
12725 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12726 Call vc-call-backend without the leading vc-.
12727 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12728 (vc-check-headers): Call vc-call-backend without the leading vc-.
12729 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12730 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12731 Call vc-call-backend without the leading vc-.
12732
12733 * vc-cvs.el (tail): Provide vc-cvs.
12734 * vc-sccs.el (tail): Provide vc-sccs.
12735 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12736
12737 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12738 (vc-make-backend-function, vc-call): Pass names without leading
12739 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12740 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12741 (vc-call-backend): Always try to load vc-X-hooks.
12742 (vc-registered): Remove vc- in call to vc-call-backend.
12743
127442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12745
12746 * vc.el (vc-process-filter): New function.
12747 (vc-do-command): Setup `vc-process-filter' for the async process.
12748 (vc-maybe-resolve-conflicts): New function to reduce
12749 code-duplication. Additionally, it puts the buffer in
12750 `smerge-mode' if applicable.
12751 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12752 calling `merge-news'.
12753 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12754 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12755 interfacing to log-edit.el.
12756 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12757 log-edit is available.
12758 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12759
127602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12761
12762 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12763 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12764 defvar and the initialization.
12765 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12766
12767 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12768 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12769
12770 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12771
127722000-09-04 Andre Spiegel <spiegel@gnu.org>
12773
12774 * vc.el (vc-file-clear-masterprops): Removed.
12775 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12776 (vc-version-diff): Use buffer-size without argument.
12777 (vc-register): Heed vc-initial-comment.
12778
12779 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12780 default branch.
12781
12782 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12783 file name and workfile version.
12784 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12785
12786 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12787 vc-file-clear-masterprops.
12788
12789 * vc-sccs.el (vc-sccs-checkout): Removed call to
12790 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12791 rather than user login name.
12792
12793
127942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12795
12796 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12797 `want-differences-if-changed' and simplify.
12798 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12799 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12800 output (which is invalid for async vc-diff) to decide whether to
12801 do the revert silently or not.
12802
128032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12804
12805 * vc-hooks.el (vc-loadup): Load files quietly.
12806 (vc-call-backend): Oops, brain fart.
12807
128082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12809
12810 * vc-cvs.el (vc-cvs-state): Typo.
12811 (vc-cvs-merge-news): Return the status code rather than the error msg.
12812
128132000-09-04 Andre Spiegel <spiegel@gnu.org>
12814
12815 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12816 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12817 vc-state or vc-up-to-date-p.
12818 (vc-merge): Use vc-backend-defines to check whether merging is
12819 possible. Set state to 'edited after successful merge.
12820
12821 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12822 return that name. Redocumented.
12823
128242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12825
12826 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12827 new `vc-state' semantics.
12828 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12829 'vc-locking-user to the current user.
12830 (vc-merge): Inline vc-backend-merge. Comment out code that I
12831 don't understand and hence can't adapt to the new `vc-state' and
12832 `vc-locking-user' semantics.
12833 (vc-backend-merge): Remove.
12834
12835 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12836 rather than 'vc-locking-user.
12837
12838 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12839
12840 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12841 (vc-state): Don't use 'reserved any more. Just use the same
12842 convention as the one used for vc-<backend>-state where the
12843 locking user (as a string) is returned.
12844 (vc-locking-user): Update, based on the above convention. The
12845 'vc-locking-user property has disappeared.
12846 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12847
12848 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12849 with a heuristic one.
12850 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12851 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12852 error. That allows us to get to 'needs-merge even in the
12853 stay-local case. There's still no way to detect 'needs-patch in
12854 such a setup (or to force an update for that matter).
12855 (vc-cvs-logentry-check): Remove, the default works as well.
12856
128572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12858
12859 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12860
12861 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12862 major-mode in which the buffer might have been put earlier. Use
12863 `remove' and `when'. Allow `okstatus' to be `async' and use
12864 `start-process' in this case.
12865 (vc-version-diff): Handle the case where the diff looks empty
12866 because of the use of an async process.
12867
128682000-09-04 Andre Spiegel <spiegel@gnu.org>
12869
12870 * vc.el (vc-next-action-on-file): Removed optional parameter
12871 `simple'. Recompute state unconditionally.
12872 (vc-default-toggle-read-only): Removed.
12873
12874 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12875 (vc-toggle-read-only): Undid prev change.
12876
12877 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12878 vc-cvs-simple-toggle. Redocumented.
12879 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12880 (vc-cvs-toggle-read-only): Removed.
12881
128822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12883
12884 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12885 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12886 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12887 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12888 still is. So maybe it should be removed.
12889 (vc-head-version, vc-find-binary): Remove.
12890 (vc-recompute-state): Move from vc-hooks.el.
12891 (vc-next-action-on-file): Add a `simple' argument to allow
12892 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12893 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12894 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12895 (vc-dired-mode-map): Properly defvar it.
12896 (vc-print-log): Call log-view-mode if available.
12897 (small-temporary-file-directory): defvar instead of use boundp.
12898 (vc-merge-news): Moved to vc-cvs.el.
12899 (vc-default-merge-news): New function.
12900
12901 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12902 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12903 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12904 unknown `vc-latest-version' function. It should probably refer to
12905 vc-workfile-version or somesuch, but it's very unclear to me and I
12906 don't have SCCS to test things.
12907
12908 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12909 (vc-sccs-state-heuristic): Fix typo.
12910 (vc-sccs-workfile-unchanged-p): Add missing argument.
12911
12912 * vc-rcs.el: Require vc and vc-rcs-hooks.
12913 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12914 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12915 (vc-release-greater-or-equal-p): Move from vc.
12916 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12917 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12918 (vc-rcs-checkout): Add a missing `new-version' argument in the
12919 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12920
12921 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12922 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12923 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12924 than the apparently unbound `workfile-version'.
12925
12926 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12927 (vc-file-prop-obarray): Use `make-vector'.
12928 (vc-backend-functions): Add new hookable functions
12929 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12930 (vc-loadup): If neither backend nor default functions exist, use
12931 the backend function rather than nil.
12932 (vc-call-backend): If the function if not bound yet, try to load
12933 the non-hook file to see if it provides it.
12934 (vc-call): New macro plus use it wherever possible.
12935 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12936 nor `vc-find-binary' since it's only called from
12937 vc-mistrust-permission which is only used once the backend is known.
12938 (vc-checkout-model): Fix parenthesis.
12939 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12940
12941 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12942 (vc-cvs-release, vc-cvs-system-release): Remove.
12943 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12944 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12945 status symbols.
12946 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12947 (vc-cvs-toggle-read-only): First cut at a function to allow a
12948 cvs-status-free vc-toggle-read-only.
12949 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12950 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12951 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12952 (vc-cvs-checkout): Modify access rights directly if the user
12953 requested not to use `cvs edit'. And refresh the mode line.
12954
12955 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12956 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12957
129582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12959
12960 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12961 workfile' that got lost when the code was extracted from vc.el.
12962 And merged the tail with the rest of the code (not possible in the
12963 old vc.el where the tail was shared among all backends). And
12964 explicitly set the state to 'edited if `writable' is set.
12965
12966 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12967 (vc-cvs-state): Be careful to return the value from
12968 vc-cvs-parse-state.
12969 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12970 property but return it instead. Also be careful to handle a nil
12971 or "" `rev' when workfile is non-nil (it was handled properly when
12972 workfile was nil).
12973
12974 * vc.el: Removed those pesky unnecessary `(function' quotes.
12975 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12976 directly in the defvar.
12977 (vc-do-command): Bind inhibit-read-only so as to properly handle
12978 the case where the destination buffer has been made read-only.
12979 (vc-diff): Delegate to vc-version-diff in all cases.
12980 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12981 (vc-annotate-mode-variables): Removed (code moved partly to
12982 defvars and partly to vc-annotate-add-menu).
12983 (vc-annotate-mode): Turned into a derived-mode.
12984 (vc-annotate-add-menu): Moved in code in
12985 vc-annotate-mode-variables.
12986 (vc-update-change-log): Use make-temp-file if available.
12987
129882000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12989
12990 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12991 `vc-checkout-model' updated to `vc-cvs-update-model'.
12992
129932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12994
12995 * vc.el (vc-next-action-on-file): Added handling of state
12996 `unlocked-changes'.
12997 (vc-checkout-carefully): Is now practically obsolete, unless the
12998 above is too slow to be enabled unconditionally.
12999 (vc-update-change-log): Fixed typo.
13000
13001 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
13002
13003 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
13004 Now handles state `unlocked-changes'.
13005 (vc-sccs-workfile-unchanged-p): New function, to support the above.
13006
13007 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
13008
13009 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
13010 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
13011 `unlocked-changes'.
13012 (vc-rcs-workfile-unchanged-p): Renamed from
13013 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
13014 function yet, but supposed to become one soon.
13015
13016 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
13017 `vc-steal-lock'.
13018 (vc-call-backend): Changed error message.
13019 (vc-state): Added description of state `unlocked-changes'.
13020
130212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13022
13023 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
13024 always return t in CVS-controlled directories.
13025
13026 * vc.el (vc-responsible-backend): New function.
13027 (vc-register): Largely rewritten.
13028 (vc-admin): Removed (implementation moved into vc-register).
13029 (vc-checkin): Redocumented.
13030 (vc-finish-logentry): If no backend defined yet (because we are in
13031 the process of registering), use the responsible backend.
13032
13033 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13034 Updated function lists.
13035 (vc-call-backend): Fixed typo.
13036
13037 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
13038 New functions.
13039 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
13040 Removed query option. Redocumented.
13041
130422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13043
13044 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
13045
13046 * vc.el: Updated callers of `vc-checkout-required' to use
13047 `vc-checkout-model'.
13048
130492000-09-04 Martin Lorentzson <martinl@gnu.org>
13050
13051 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
13052 stuff updated to reference this function instead of the old
13053 `vc-backend-release-p'.
13054
130552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13056
13057 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
13058 vc-checkout-model. Return appropriate values. Updated callers.
13059
130602000-09-04 Martin Lorentzson <martinl@gnu.org>
13061
13062 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
13063 (vc-backend-revert): Function moved into `vc-revert';
13064 `vc-next-action' must be updated to accomodate this change.
13065 (vc-backend-steal): Function moved into `vc-finish-steal'.
13066 (vc-backend-logentry-check): Function moved into
13067 `vc-finish-logentry'.
13068 (vc-backend-printlog): Function moved into `vc-print-log'.
13069 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
13070 (vc-backend-assign-name): Function moved into
13071 `vc-create-snapshot'.
13072
130732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13074
13075 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
13076 Rename to vc-checkout-model. Return appropriate values.
13077 Update callers.
13078
13079 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
13080 to vc-checkout-model.
13081 (vc-checkout-required): Rename to vc-checkout-model.
13082 Re-implement and re-comment.
13083 (vc-after-save): Use vc-checkout-model.
13084
130852000-09-04 Martin Lorentzson <martinl@gnu.org>
13086
13087 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
13088 Update to use the vc-BACKEND-diff functions instead.
13089 `vc-diff' is now working.
13090
13091 * vc-rcs.el (vc-rcs-logentry-check): New function.
13092
13093 * vc-cvs.el (vc-cvs-logentry-check): New function.
13094
13095 * vc-sccs.el (vc-sccs-diff): Function changed name from
13096 `vc-backend-diff'. This makes `vc-diff' work.
13097
13098 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
13099 of functions possibly implemented in a vc-BACKEND library.
13100 (vc-checkout-required): Fix bug that caused an error to be
13101 signaled during `vc-after-save'.
13102
13103 * vc.el: Fix typo.
13104 This checkin is made with our new VC code base for the very first time.
13105 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
13106
13107 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
13108 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
13109
13110 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13111 updated to `vc-uses-locking'.
13112 (vc-checkout-required): Call to backend function.
13113 `vc-checkout-required' updated to `vc-uses-locking' instead.
13114
13115 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13116 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13117
13118 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13119 to match the split into various backends.
13120 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13121 (vc-retrieve-snapshot): Bug fix.
13122
131232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13124
13125 * vc-sccs.el (vc-sccs-release): Doc fix.
13126
131272000-09-04 Martin Lorentzson <martinl@gnu.org>
13128
13129 * vc.el (vc-next-action-on-file): Bug found and fixed.
13130 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13131 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13132
13133 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13134 (vc-rcs-checkout): Name space cleaned up. No more revision number
13135 crunching function names that are not prefixed with vc-rcs.
13136 (vc-rcs-checkout-model): Function added. References to
13137 `vc-checkout-model' replaced.
13138
131392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13140
13141 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13142 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13143 still need to be split, and implemented for RCS).
13144
131452000-09-04 Martin Lorentzson <martinl@gnu.org>
13146
13147 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13148
13149 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13150 required by the vc.el file.
13151
13152 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13153 required by the vc.el file.
13154 (vc-rcs-exists): Function added.
13155
13156 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13157 required by the vc.el file.
13158
13159 * vc.el (vc-admin): Updated to handle selection of appropriate
13160 backend. Current implementation is crufty and need re-thinking.
13161
13162 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13163
131642000-09-04 Martin Lorentzson <martinl@gnu.org>
13165
13166 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13167 beginning of annotate buffers correctly.
13168
13169 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13170 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13171 functionality updated quite a lot to support multiple backends.
13172 Variables `vc-annotate-mode', `vc-annotate-buffers',
13173 `vc-annotate-backend' added.
13174
13175 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13176 `vc-annotate-difference' added to supported backend functions.
13177
131782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13179
13180 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13181 Use with-temp-file instead of /bin/sh. Merged from mainline
13182
131832000-09-04 Martin Lorentzson <martinl@gnu.org>
13184
13185 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13186
13187 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13188
13189 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13190
131912000-09-04 Martin Lorentzson <martinl@gnu.org>
13192
13193 * vc-hooks.el: vc-state-heuristic added to
13194 vc-backend-hook-functions.
13195
13196 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13197
13198 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13199
13200 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13201 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13202 state to `reserved'.
13203
13204 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13205 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13206
132072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13208
13209 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13210 untouched.
13211
13212 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13213
13214 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13215 if defined. (Merged from main line, slightly adapted.)
13216
13217 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13218 millenium problem (merged from mainline).
13219
132202000-09-04 Martin Lorentzson <martinl@gnu.org>
13221
13222 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13223 part and moved the non-BACKEND stuff to vc.el.
13224
13225 * vc.el: Split the annotate feature into a BACKEND specific part
13226 and moved it from the vc-cvs.el file to this one.
13227
132282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13229
13230 * vc-hooks.el: Implement new state model.
13231 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13232 (vc-locking-user): Simplify. Now only needed if the file is
13233 locked by somebody else.
13234 (vc-lock-from-permissions): Remove. Functionality is in
13235 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13236 (vc-mode-line-string): New name for former vc-status. Adapted.
13237 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13238
13239 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13240 Various simplifications and adaptations all over the place.
13241
13242 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13243 Simplify and adapt the rest.
13244
13245 * vc.el (vc-resynch-window): Add TODO comment: check for
13246 interaction with view mode according to recent RCS change.
13247 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13248
132492000-09-04 Martin Lorentzson <martinl@gnu.org>
13250
13251 * vc.el: Convert the remaining function comments to docstrings.
13252
132532000-09-04 Martin Lorentzson <martinl@gnu.org>
13254
13255 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13256 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13257 (vc-minor-part, vc-previous-version): Functions that operate and
13258 compare revision numbers got proper documentation. Comments added
13259 about their possible removal.
13260
132612000-09-04 Martin Lorentzson <martinl@gnu.org>
13262
13263 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13264 the vc-backend.el files.
13265
13266 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13267
13268 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13269 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13270 (vc-rcs-previous-version): Functions added.
13271
13272 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13273
13274 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13275
132762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13277
13278 * vc-hooks.el (vc-master-templates): Is really obsolete.
13279 Comment out the definition for now. What is the right procedure
13280 to get rid of it?
13281 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13282 rewritten.
13283 (vc-default-registered): Remove.
13284 (vc-check-master-templates): New function; does mostly what the
13285 above did before.
13286 (vc-locking-user): Don't rely on the backend to set the property.
13287
13288 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13289 Rewrite documentation.
13290 (vc-rcs-templates-grabbed): New variable.
13291 (vc-rcs-grab-templates): New function.
13292 (vc-rcs-registered): Rewrite to use above mechanism.
13293
13294 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13295 Rewrite documentation.
13296 (vc-sccs-templates-grabbed): New variable.
13297 (vc-sccs-grab-templates): New function.
13298 (vc-sccs-registered): Rewrite to use above mechanism.
13299 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13300 Don't throw the result, simply return it.
13301
13302 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13303 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13304 (vc-cvs-registered): Does the check itself now. Simplify.
13305
13306 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13307 from main line.
13308
133092000-09-04 Martin Lorentzson <martinl@gnu.org>
13310
13311 * vc-cvs.el (vc-cvs-diff): New function.
13312
13313 * vc-sccs.el (vc-sccs-diff): New function.
13314
13315 * vc-rcs.el (vc-rcs-diff): New function.
13316 (vc-rcs-checkout): Bug (typo) found and fixed.
13317 (vc-rcs-register-switches): New variable.
13318
13319 * vc.el (vc-backend-diff): Function removed and placed in the
13320 backend files.
13321
133222000-09-04 Martin Lorentzson <martinl@gnu.org>
13323
13324 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13325
13326 * vc.el (vc-backend-checkout): Function removed and replaced in
13327 the vc-backend.el files.
13328
13329 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13330
13331 * vc.el (vc-backend-admin): Removed and replaced in the
13332 vc-backend.el files.
13333
13334 * vc.el (Martin): Removed all the annotate functionality since it
13335 is CVS backend specific.
13336
133372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13338
13339 * spec.txt: Added specification of vc-state.
13340
13341 * vc-sccs-hooks.el (vc-sccs-master-properties):
13342 Remove handling of vc-latest-version and
13343 vc-your-latest-version. What used to be vc-latest-version, is now
13344 returned as vc-workfile-version.
13345 (vc-sccs-workfile-version): Adapt.
13346
133472000-09-04 Dave Love <fx@gnu.org>
13348
13349 * vc.el: [Merged from mainline.]
13350 (vc-dired-mode): Make the dired-move-to-filename-regexp
13351 regexp match the date, to avoid treating date as file size.
13352 Add YYYY S option to WESTERN/
13353
133542000-09-04 Dave Love <fx@gnu.org>
13355
13356 * vc.el: Require `compile' when compiling.
13357 (vc-logentry-check-hook): New option.
13358 (vc-steal-lock): Use compose-mail.
13359 (vc-dired-mode-map): Defvar when compiling.
13360 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13361 vc-sccs.el and renamed. Callers changed.
13362 (vc-backend-checkout, vc-backend-logentry-check)
13363 (vc-backend-merge-news): Doc fix.
13364 (vc-default-logentry-check): New function.
13365 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13366 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13367 (vc-backend-merge): Doc fix. Use backend functions.
13368 (vc-check-headers): Use backend functions.
13369
13370 * vc-cvs.el: Require vc when compiling.
13371 (vc-cvs-register-switches): Doc fix.
13372 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13373 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13374 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13375 New functions (code from vc.el).
13376 (vc-annotate-display-default): Fix interactive spec.
13377 (vc-annotate-time-span): Doc fix.
13378
13379 * vc-rcs.el: Require vc when compiling.
13380 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13381 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13382 (vc-rcs-checkin): New functions (code from vc.el).
13383 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13384 Doc fix.
13385 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13386
13387 * vc-sccs.el: Require vc when compiling.
13388 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13389 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13390 (vc-sccs-revert)
13391 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13392 from vc.el).
13393 (vc-sccs-add-triple, vc-sccs-record-rename)
13394 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13395 (vc-sccs-admin): Doc fix.
13396
133972000-09-04 Martin Lorentzson <martinl@gnu.org>
13398
13399 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13400 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13401 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13402 from vc.el.
13403
13404 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13405
13406 * vc-cvs.el: Moved the annotate functionality from vc.el.
13407 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13408
134092000-09-04 Dave Love <fx@gnu.org>
13410
13411 * vc.el (vc-backend-release): Call vc-system-release.
13412
13413 * vc-sccs.el (vc-sccs-system-release):
13414 Renamed from vc-sccs-backend-release.
13415
13416 * vc-rcs.el (vc-rcs-system-release):
13417 Renamed from vc-rcs-backend-release.
13418
13419 * vc-cvs.el (vc-cvs-system-release):
13420 Renamed from vc-cvs-backend-release.
13421
134222000-09-04 Dave Love <fx@gnu.org>
13423
13424 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13425 backend files.
13426 (vc-backend-release): Dispatch to backend functions.
13427 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13428 probably needs attention.]
13429
13430 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13431 (vc-sccs-backend-release): New function.
13432
13433 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13434 (vc-cvs-backend-release): New function.
13435
13436 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13437 Doc fix.
13438 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13439 (vc-default-dired-state-info): New function.
13440 (vc-dired-state-info): Dispatch to backends.
13441 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13442
13443 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13444 from vc.el and renamed.
13445
134462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13447
13448 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13449 (vc-version-other-window, vc-backend-assign-name): Removed
13450 references to vc-latest-version; sometimes changed into
13451 vc-workfile-version.
13452
13453 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13454 vc-rcs-master-workfile-version.
13455 (vc-rcs-workfile-version): Use the above. Don't call
13456 vc-latest-version (that was unreachable code, anyway).
13457 (vc-rcs-fetch-master-properties): Doc fix.
13458
13459 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13460 (vc-backend-hook-functions): Removed them from this list, too.
13461 (vc-fetch-properties): Removed.
13462 (vc-workfile-version): Doc fix.
13463
13464 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13465 (vc-rcs-workfile-version, vc-rcs-locking-user)
13466 (vc-rcs-uses-locking): Use it.
13467
13468 * vc-hooks.el (vc-consult-rcs-headers):
13469 Moved into vc-rcs-hooks.el, under the name
13470 vc-rcs-consult-headers.
13471
13472 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13473 headers.
13474 (vc-cvs-find-master): Use this name only; correct different
13475 versions of the name.
13476
13477 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13478 New functions.
13479 (vc-sccs-locking-user): Use the latter.
13480
13481 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13482 New functions.
13483
13484 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13485 Moved into both
13486 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13487 functions are implementation details of those two backends.
13488
134892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13490
13491 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13492 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13493
13494 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13495 (vc-sccs-parse-locks): SCCS-specific code moved here from
13496 vc-hooks.
13497
13498 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13499 code moved here from vc-hooks.
13500
13501 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13502 into back-end specific parts and removed. Callers not updated
13503 yet; because I guess these callers will disappear into back-end
13504 specific files anyway.
13505
135062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13507
13508 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13509 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13510 `vc-uses-locking'.
13511
13512 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13513 Store yes/no in the property, and return t/nil. Updated all
13514 callers.
13515
13516 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13517 vc-sccs-uses-locking. Don't set property.
13518 (vc-sccs-locking-user): Don't set property.
13519
13520 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13521 vc-cvs-uses-locking. Don't set property here; leave that to
13522 vc-hooks.
13523 (vc-cvs-locking-user): Reflect above change. Streamlined.
13524
13525 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13526 vc-rcs-uses-locking.
13527 (vc-rcs-locking-user): Reflect above change.
13528
135292000-09-04 Dave Love <fx@gnu.org>
13530
13531 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13532
13533 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13534
13535 * vc-hooks.el (vc-checkout-model): Punt to backends.
13536
13537 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13538
13539 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13540
13541 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13542 New functions.
13543
13544 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13545 New functions.
13546
13547 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13548 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13549
13550 * vc-hooks.el (vc-default-locking-user): New function.
13551 (vc-locking-user, vc-workfile-version): Punt to backends.
13552
135532000-09-04 Dave Love <fx@gnu.org>
13554
13555 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13556 (vc-master-workfile-version): Moved from vc-hooks.
13557
13558 * vc-rcs-hooks.el: Fix duplicate code in last change.
13559
13560 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13561 (vc-rcs-master-templates): Improve :type.
13562 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13563 vc-master-workfile-version): Moved from vc-hooks.
13564
13565 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13566 (vc-sccs-master-templates): Improve :type.
13567 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13568
13569 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13570
13571 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13572 (vc-cvs-master-templates): Improve :type. Use
13573 vc-cvs-find-cvs-master.
13574 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13575 from vc-hooks.
13576 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13577
13578 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13579 Moved to vc-cvs-hooks.
13580
13581 * vc-hooks.el: Add doc strings in various places. Simplify the
13582 minor mode setup.
13583 (vc-handled-backends): New user variable.
13584 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13585 simplification.
13586
135872000-09-04 Dave Love <fx@gnu.org>
13588
13589 * vc.el: Some doc fixes for autoloaded and interactive functions.
13590 Fix compilation warnings from ediff stuff.
13591 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13592
13593 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13594
13595 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13596
13597 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13598
135992000-09-04 Dave Love <fx@gnu.org>
13600
13601 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13602 New variable.
13603 (vc-make-backend-function, vc-loadup, vc-call-backend)
13604 (vc-backend-defines): New functions.
13605
13606 * vc-hooks.el: Various doc fixes.
13607 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13608 (vc-match-substring): Function removed. Callers changed to use
13609 match-string.
13610 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13611 Simplify.
13612
136132000-09-04 Dave Love <fx@gnu.org>
13614
13615 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13616 type.
13617 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13618 (vc-sccs-registered): Doc fix.
13619
13620 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13621 (vc-cvs-registered): Doc fix.
13622
13623 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13624 (vc-rcs-registered): Doc fix.
13625
136262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13627
13628 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13629
13630 * vc-hooks.el: vc-registered has been renamed
13631 vc-default-registered. Some functions have been moved to the
13632 backend specific files. they all support the
13633 vc-BACKEND-registered functions.
13634
136352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13636
13637 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13638
13639 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13640
136412000-09-04 Dave Love <fx@gnu.org>
13642
13643 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13644 menu-bar-update-hook.
13645
13646 * help.el (help-manyarg-func-alist): Add
13647 find-operation-coding-system.
13648
13649 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13650
13651 * custom.el (custom-set-variables): Print message about errors in
13652 setting.
13653
136542000-09-03 Andrew Innes <andrewi@gnu.org>
13655
13656 * makefile.w32-in: Change to DOS line endings.
13657
136582000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13659
13660 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13661 minor-mode keymaps, if they don't have one.
13662
136632000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13664
13665 * eshell/esh-module.el (eval-when-compile): Don't lose if
13666 esh-module.el's file name is truncated to DOS 8+3 limits.
13667
136682000-09-01 John Wiegley <johnw@gnu.org>
13669
13670 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13671 predicate, which caused entries in the completion list to be
13672 doubled.
13673
136742000-08-30 John Wiegley <johnw@gnu.org>
13675
13676 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13677 sending to subprocesses. Also, hook pre-command-hook if
13678 `eshell-send-direct-to-subprocesses' is non-nil.
13679 (eshell-send-direct-to-subprocesses): New config variable. If t,
13680 subprocess input is send immediately.
13681 (eshell-toggle-direct-send): New function.
13682 (eshell-self-insert-command): New function.
13683 (eshell-intercept-commands): New function.
13684 (eshell-send-input): If direct subprocess sending is enabled,
13685 don't echo any input to the Eshell buffer. Let the subprocess
13686 handle that. This requires "stty echo" in bash, for example.
13687
136882000-08-28 John Wiegley <johnw@gnu.org>
13689
13690 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13691 completion function for Eshell's implementation of `unset'.
13692
136932000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13694
13695 * info.el (Info-directory-list): Doc fix.
13696
136972000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13698
13699 * filecache.el (file-cache-add-directory-using-find): Don't quote
13700 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13701
137022000-08-31 Kenichi Handa <handa@etl.go.jp>
13703
13704 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13705 coding systems.
13706
137072000-08-30 Andrew Innes <andrewi@gnu.org>
13708
13709 * timer.el (run-with-idle-timer): Undo last change, so that timer
13710 is not activated immediately if Emacs is already idle. Some
13711 existing code relies on this behaviour.
13712
137132000-08-30 Miles Bader <miles@gnu.org>
13714
13715 * frame.el (set-frame-font): Do completion of font-name for
13716 interactive use.
13717
137182000-08-30 Kenichi Handa <handa@etl.go.jp>
13719
13720 * international/quail.el (quail-start-translation): Bind locally
13721 last-command-event, last-command, and this-command.
13722 (quail-start-conversion): Likewise.
13723 (quail-self-insert-command): Fix docstring.
13724
137252000-08-29 Gerd Moellmann <gerd@gnu.org>
13726
13727 * progmodes/executable.el
13728 (executable-make-buffer-file-executable-if-script-p): Check that
13729 buffer contains at least 2 characters.
13730
137312000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13732
13733 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13734
137352000-08-29 Dave Love <fx@gnu.org>
13736
13737 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13738 (diff-mode-shared-map): Bind mouse-2.
13739 (diff-imenu-generic-expression): New variable.
13740 (diff-mode): Use it.
13741
13742 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13743 (mouse-popup-menubar): Add minor mode menus.
13744 (popup-menu): Check for lookup-key returning number.
13745
137462000-08-29 Miles Bader <miles@gnu.org>
13747
13748 * comint.el (comint-send-input): Create overlays using the proper
13749 front/read-advance arguments.
13750
137512000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13752
13753 * ps-print.el: Even/odd pages printing. Doc fix.
13754 (ps-print-version): New version number (6.0).
13755 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13756 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13757 (ps-print-duplex-feature): Variable eliminated.
13758 (ps-even-or-odd-pages): New variable.
13759
13760 * progmodes/ebnf2ps.el: Doc fix.
13761 (ebnf-version): New version (3.3).
13762 (ebnf-user-arrow): Change variable customization to sexp.
13763 (ebnf-user-arrow): Function eliminated.
13764 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13765
137662000-08-29 Kenichi Handa <handa@etl.go.jp>
13767
13768 * help.el (help-xref-mule-regexp): New variable.
13769 (help-make-xrefs): Handle help-xref-mule-regexp.
13770
13771 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13772 variable.
13773 (describe-input-method): Temporarily activate the specfied input
13774 method to display the information.
13775 (describe-language-environment): Hyperlinks to mule related items.
13776
13777 * international/mule-diag.el (charset-multibyte-form-string): New
13778 function.
13779 (list-character-sets-1): Use charset-multibyte-form-string.
13780 (describe-character-set): New function.
13781 (describe-coding-system): Hyperlinks to safe character sets.
13782
13783 * international/quail.el (quail-help): New arg PACKAGE.
13784 Hyperlinks to mule related items.
13785 (quail-help-insert-keymap-description): Use
13786 substitute-command-keys instead of describe-bindings.
13787 (quail-translation-help): Hyperlinks to mule related items.
13788
137892000-08-28 John Wiegley <johnw@gnu.org>
13790
13791 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13792 have a defsubst call itself. Made `eshell-flatten-list' back into
13793 a function again.
13794
13795 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13796 catch, in case re-centering point at bottom messes up the display.
13797 This happens frequently in Emacs 21, due I believe to variable
13798 line heights.
13799
13800 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13801 to call `find-tag-interactive'.
13802
13803 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13804 the list of remember directories.
13805
138062000-08-28 John Wiegley <johnw@gnu.org>
13807
13808 * align.el: Test align-region-separate to see if it's a symbol.
13809
138102000-08-28 John Wiegley <johnw@gnu.org>
13811
13812 * eshell/esh-util.el (eshell-flatten-list): Made this function
13813 into a defsubst form. It gets used very frequently, although
13814 calls don't occur all that often.
13815
13816 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13817 examining it.
13818
13819 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13820 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13821 `eshell-protect'.
13822 (eshell-copy-handles): Created a new macro for duplicating the
13823 current set of open handles. This is needed by the looping
13824 functions.
13825 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13826 is not incorrectly stomped on.
13827
13828 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13829 declaration for pcomplete-use-paring.
13830 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13831 value of eshell-cmpl-use-paring.
13832 * pcomplete.el (pcomplete-use-paring): New config variable, to
13833 indicate whether paring should be used.
13834 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13835 completion alternatives that have already been used.
13836
13837 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13838 bound to C-c C-y, which will repeat the previous N arguments
13839 (based on prefix argument).
13840 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13841
13842 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13843 if there is no *Help* buffer. This is for XEmacs, which renames
13844 its help buffers uniquely. TODO: Find out what the current buffer
13845 name to delete is.
13846
13847 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13848 first entry that correlates to a passwd/group number. Later
13849 entries (used for group/user name aliasing to multiple IDs) are
13850 ignored.
13851
13852 * eshell/em-xtra.el (eshell/expr):
13853 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13854 (eshell-grep, eshell/diff, eshell/locate):
13855 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13856 argument list, before passing it to the system command.
13857
13858 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13859 `find-tag' for use at final position in Eshell buffers (which
13860 otherwise triggers an error on Emacs 21).
13861 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13862 buffer, if it is currently bound to `find-tag'.
13863
13864 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13865 in the list of matched Makefile names.
13866 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13867 directory, prefer its contents to Makefile.
13868
13869 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13870 directory parts (like "cd old new", or "cd =regexp"), are now case
13871 sensitive on non-Windows/DOS platforms.
13872
13873 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13874 types RET after an open delimiter (like "), display a message
13875 indicating that Eshell is waiting for the closing delimiter.
13876
13877 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13878 environment variables.
13879
13880 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13881 gracefully if the user enters incorrect arguments.
13882
13883 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13884 Eshell buffers.
13885
13886 * eshell/esh-var.el (eshell-interpolate-variable):
13887 * eshell/esh-mode.el (eshell-move-argument):
13888 * eshell/em-unix.el (eshell-du-sum-directory):
13889 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13890 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13891 (not (= ...)).
13892
13893 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13894 to ensure the `preserve' flag gets propagated when doing recursive
13895 directory copies.
13896
138972000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13898
13899 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13900 Don't convert \n into \0177 in memory.
13901 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13902 and back again, when reading and writing.
13903
139042000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13905
13906 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13907 testing of `fboundp' on `processp'.
13908
13909 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13910 (eshell/jobs): Don't call process-list if it is not bound.
13911 (eshell-gather-process-output): Support systems where async
13912 subprocesses aren't supported.
13913 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13914 variables.
13915
13916 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13917 eshell-do-eval returns t.
13918 (eshell-do-pipelines-synchronously): New defmacro.
13919 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13920 when async subprocesses aren't supported.
13921 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13922 if async subprocesses aren't supported.
13923 (eshell-resume-command): Don't assume STATUS is a string.
13924
13925 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13926
13927 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13928 (eshell-close-target, eshell-get-target): Use eshell-processp.
13929 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13930 fix.
13931 (eshell-get-target, eshell-create-handles): Doc fix.
13932
139332000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13934
13935 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13936 criterion to include commands that output something, as long as it
13937 leaves both the command and the end-of-buffer visible when the
13938 command has exited.
13939 (eshell-review-quick-commands): Adjust the help doc string
13940 accordingly.
13941
139422000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13943
13944 * locate.el (locate): Cleaned up locate command's interactive prompting
13945 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13946
13947 * filecache.el (file-cache-case-fold-search): New variable
13948 (file-cache-assoc-function): New variable
13949 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13950 Use file-cache-case-fold-search variable
13951 (file-cache-add-file): Use file-cache-assoc-function
13952 (file-cache-delete-file): likewise
13953 (file-cache-directory-name): likewise
13954 (file-cache-debug-read-from-minibuffer): likewise
13955
139562000-08-28 Gerd Moellmann <gerd@gnu.org>
13957
13958 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13959 (abbrev-table-name): New function.
13960 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13961 If non-nil list local abbrev, only.
13962
139632000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13964
13965 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13966 from Gnus support code, and use special article copy buffer
13967 `(gnus-original-article-buffer)' instead. This allows to get rid
13968 of article-hide-headers usage (which breaks in the latest Gnus
13969 version). Thanks to Detlev Zundel.
13970
139712000-08-28 Kenichi Handa <handa@etl.go.jp>
13972
13973 * international/quail.el (quail-use-package): Hide "... loaded"
13974 message.
13975 (quail-start-translation, quail-start-conversion): Likewise.
13976
13977 * international/kkc.el (kkc-region): Hide "... loaded" message.
13978
139792000-08-27 Dave Love <fx@gnu.org>
13980
13981 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13982
139832000-08-27 Miles Bader <miles@gnu.org>
13984
13985 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13986
139872000-08-27 Kenichi Handa <handa@etl.go.jp>
13988
13989 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13990 'ja-dic-cnv), not (require 'skkdic-cnv).
13991
139922000-08-26 Miles Bader <miles@gnu.org>
13993
13994 * faces.el (face-x-resources): Add entry for :inherit.
13995 * cus-face.el (custom-face-attributes): Add support for :inherit
13996 attribute. Add support for relative face heights.
13997 (custom-face-attributes-get): Treat `nil' as being a default value
13998 for :inherit (as well as `unspecified').
13999
14000 * faces.el (set-face-attribute): Update doc string.
14001 (face-attribute-name-alist): Add :inherit.
14002 (face-valid-attribute-values): Handle :inherit.
14003 (face-read-string): Rephrase prompt to be less confusing.
14004 Assume that DEFAULT is a string, since we must return a string.
14005 (face-read-integer): Use `format' to turn DEFAULT into an
14006 acceptable default for face-read-string. Match NEW-VALUE against
14007 the string "unspecified", not the symbol `unspecified', since
14008 that's what face-read-string returns.
14009 (read-face-attribute): Lookup a name for old-value in valid, and
14010 use it as a default if we find one. Treat all values from
14011 face-read-string as strings. If the default is used, don't do any
14012 more processing on the value, just use the old value directly.
14013 (read-face-and-attribute, modify-face): Tweak prompt.
14014 (read-face-name): Don't assume prompt ends with a space.
14015
14016 * faces.el (describe-face): Add support for :inherit attribute.
14017
140182000-08-25 Kenichi Handa <handa@etl.go.jp>
14019
14020 * terminal.el (terminal-emulator): Fix args to `concat'. Now
14021 concat doesn't accept interger.
14022
14023 * international/kkc.el: Remove SKK from Keywords. Require
14024 ja-dic-utl instead of skkdic-utl.
14025
14026 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
14027 Provide ja-dic-cnv instead of skkdic-cnv.
14028 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
14029 (iso-2022-7bit-short): Add safe-charsets property.
14030 (skkdic-convert-postfix): Search Japanese chou-on character in
14031 addition to Hiragana character.
14032 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
14033 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
14034 (batch-skkdic-convert): Likewise.
14035
14036 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
14037 Provide ja-dic-utl instead of skkdic-utl.
14038 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
14039
140402000-08-24 Dave Love <fx@gnu.org>
14041
14042 * disp-table.el (standard-display-default): Make the test of `l'
14043 useful.
14044
14045 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
14046 mod sample text.
14047
14048 * international/iso-ascii.el: Make pilcrow convenient string
14049 consistent with section.
14050 (iso-ascii-display): Set up multibyte characters as well as
14051 unibyte.
14052
140532000-08-24 Kenichi Handa <handa@etl.go.jp>
14054
14055 * international/mule-cmds.el (reset-language-environment): Set
14056 default-process-coding-system to '(undecided . iso-latin-1), which
14057 makes process I/O almost consistent with file I/O. Call this
14058 function when mule-cmds.el[c] is loaded.
14059
140602000-08-22 Andrew Innes <andrewi@gnu.org>
14061
14062 * makefile.w32-in: New file.
14063
140642000-08-22 Miles Bader <miles@lsi.nec.co.jp>
14065
14066 * comint.el (comint-output-filter): Compare end of
14067 comint-last-output-overlay with the start of the newly inserted
14068 text, not the end, when deciding whether to extend it.
14069 Set saved-point's insertion type to advance after insertion.
14070
14071 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
14072 since this is now done independently of font-lock mode.
14073
140742000-08-21 Gerd Moellmann <gerd@gnu.org>
14075
14076 * server.el (server-kill-new-buffers): New user option.
14077 (server-existing-buffer): New buffer-local variable.
14078 (server-visit-files): When using an existing buffer, set
14079 server-existing-buffer to t.
14080 (server-buffer-done): If server-kill-new-buffers is t, kill the
14081 buffer, unless it was already present before visiting it with
14082 Emacs server.
14083
140842000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
14085
14086 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
14087 even if the display doesn't support colors: some displays will
14088 support bold/underline faces.
14089
140902000-08-21 Gerd Moellmann <gerd@gnu.org>
14091
14092 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
14093
14094 * startup.el (command-line): If user's init file had an error,
14095 add explanatory text to *Messages*.
14096
140972000-08-21 Kenichi Handa <handa@etl.go.jp>
14098
14099 * man.el (Man-getpage-in-background): Decode the process output by
14100 the system locale coding system.
14101
141022000-08-20 Dave Love <fx@gnu.org>
14103
14104 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
14105 Don't test x-popup-menu.
14106 (function) <complete-function>: Complete only fbound symbols.
14107 <validate, value>: New.
14108 (variable) <complete-function>: Complete only bound symbols.
14109 (coding-system): Add :base-only, :complete-function, :validate,
14110 :value, :prompt-match.
14111 (widget-coding-system-prompt-value): Use read-coding-system and
14112 act on :base-only.
14113 (editable-field): Add :help-echo.
14114 (widget-push-button-gui, widget-push-button-cache)
14115 (widget-gui-action, widget-editable-list-gui): COmment out, along
14116 with uses.
14117 (widget-at): Make arg optional.
14118 (widget-echo-help): Adjust for current help-echo calling sequence.
14119 (widget-specify-field, widget-specify-button)
14120 (widget-specify-insert, widget-get-sibling, widget-image-find)
14121 (widget-convert, widget-insert, widget-leave-text)
14122 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14123 (widget-setup, widget-field-find, widget-before-change)
14124 (widget-after-change, widget-default-complete)
14125 (widget-default-create, widget-default-delete)
14126 (widget-push-button-value-create, editable-field)
14127 (widget-field-prompt-value, widget-field-validate)
14128 (widget-choice-value-create, widget-choice-action)
14129 (widget-choice-validate, widget-checklist-add-item)
14130 (widget-radio-add-item, widget-radio-chosen)
14131 (widget-radio-value-inline, widget-editable-list-value-create)
14132 (widget-editable-list-entry-create)
14133 (widget-documentation-link-add)
14134 (widget-documentation-string-value-create)
14135 (widget-regexp-validate, widget-file-complete)
14136 (widget-sexp-validate, widget-plist-convert-widget)
14137 (widget-plist-convert-widget, widget-alist-convert-widget)
14138 (widget-alist-convert-widget, widget-color-complete): Simplify,
14139 particularly to avoid bindings which aren't optimized out.
14140
14141 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14142 Doc fix.
14143 (down-list, backward-up-list, up-list, kill-sexp)
14144 (backward-kill-sexp, mark-sexp): Make arg optional.
14145 (lisp-complete-symbol): Add optional arg PREDICATE.
14146
14147 * cus-start.el: Add display-buffer-reuse-frames,
14148 file-coding-system-alist.
14149
141502000-08-20 Gerd Moellmann <gerd@gnu.org>
14151
14152 * startup.el (command-line): Clear realized faces after
14153 modifying TTY color mappings.
14154
141552000-08-20 Miles Bader <miles@gnu.org>
14156
14157 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14158 merely a subset of FACE's attributes.
14159
141602000-08-19 Miles Bader <miles@gnu.org>
14161
14162 * comint.el (comint-output-filter): Save the point with a marker,
14163 not just a buffer position.
14164
14165 * international/mule.el (set-buffer-process-coding-system): Make
14166 interactive prompt less confusing.
14167
141682000-08-19 Gerd Moellmann <gerd@gnu.org>
14169
14170 * hilit-chg.el: General cleanup of doc strings, comments and
14171 code formatting.
14172
141732000-08-19 Miles Bader <miles@gnu.org>
14174
14175 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14176 Compiler macro removed; beginning-of-line is no longer always
14177 equivalent to forward-line, in the presence of fields.
14178
14179 * comint.el (comint-output-filter): Remove ad-hoc saving of
14180 restriction, and just use save-restriction, now that it works
14181 correctly. Don't adjust comint-last-input-start to account for
14182 our insertion; it shouldn't have moved because we don't use
14183 insert-before-markers anymore. Comment out call to
14184 `force-mode-line-update'; why is it here?
14185
14186 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14187 while checking for prompt to delete. Use `forward-line 0'
14188 instead of beginning-of-line.
14189 (gud-filter): Temporarily widen gud comint buffer while
14190 examining output.
14191
141922000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14193
14194 * progmodes/sh-script.el: Big bag of typos.
14195
14196 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14197 check since ispell-process is not bound when ispell is not yet loaded.
14198
141992000-08-18 Dave Love <fx@gnu.org>
14200
14201 * image.el (find-image): Copy `spec' before using plist-put.
14202
142032000-08-18 Gerd Moellmann <gerd@gnu.org>
14204
14205 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14206 `portugues'.
14207
14208 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14209 backward-kill-sexp, analogous to kill-sexp.
14210
14211 * progmodes/icon.el (icon-indent-line)
14212 (icon-is-continuation-line): Handle comments specially.
14213
142142000-08-17 Ken Stevens <k.stevens@ieee.org>
14215
14216 * ispell.el: Set to standard author/maintainer/keyword fields.
14217 Fine tuning to menu map appearance and operation, and added help.
14218 Remove `start' and `end' error messages when compiling.
14219 (ispell-choices-win-default-height): Fixed comment string.
14220 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14221 castellano8 dictionaries.
14222 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14223 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14224 dictionary, added italiano dictionary.
14225 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14226 word character
14227 (ispell-tex-skip-alists): Added psfig support.
14228 (ispell-skip-html): Renamed from ispell-skip-sgml.
14229 (ispell-begin-skip-region-regexp, ispell-skip-region)
14230 (ispell-minor-check): Improved html skipping support to skip across
14231 code, and recognize `&' commands without propper `;' syntax;
14232 (ispell-process-line): Fix alignment error when manually
14233 correcting spelling.
14234 (ispell): Fix comment string.
14235 (ispell-add-per-file-word-list): Always put word list on new line.
14236
142372000-08-17 Gerd Moellmann <gerd@gnu.org>
14238
14239 * format.el (format-encode-run-method): Fix error message to say
14240 `encode' instead of `decode'. Use save-window-excursion around
14241 shell-command-on-region as in format-decode-run-method because
14242 shell-command-on-region can display a buffer with error output.
14243 (format-decode): Don't record undo information for the decoding.
14244 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14245 that number part of the temporary buffer name so that more than
14246 one decoding using a temporary buffer can happen safely.
14247
14248 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14249 of `A-z' in the regexp.
14250
14251 * hilit-chg.el: Fix typos in commentary.
14252
14253 * help.el (view-emacs-news): Rewritten for new naming scheme
14254 for old NEWS files.
14255
14256 * startup.el (command-line): Pop to *Messages* in case an error
14257 is signaled while loading user-init-file.
14258
142592000-08-17 Andreas Schwab <schwab@suse.de>
14260
14261 * files.el (insert-directory): Don't lose original file name,
14262 undoing an undocumented change.
14263
142642000-08-17 Alex Schroeder <alex@gnu.org>
14265
14266 * sql.el (sql-magic-go): Use comint-bol.
14267 (sql-copy-column): Use comint-line-beginning-position.
14268 (comint-line-beginning-position): Define a replacement for
14269 comint-line-beginning-position if it is not fboundp.
14270
142712000-08-17 Alex Schroeder <alex@gnu.org>
14272
14273 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14274 it didn't have any effect anyway.
14275
142762000-08-17 Alex Schroeder <alex@gnu.org>
14277
14278 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14279 --pset and pager=off instead of sending \\o|cat at the beginning
14280 of the session.
14281
142822000-08-17 Miles Bader <miles@gnu.org>
14283
14284 * progmodes/octave-inf.el: Add compatibility definition of
14285 comint-line-beginning-position.
14286
142872000-08-17 Kenichi Handa <handa@etl.go.jp>
14288
14289 * startup.el (normal-top-level): Look in each dir in load-path for
14290 a leim-list.el file too. This assures of loading leim-list.el
14291 that is created at Emacs installation time even if a user have his
14292 own leim-list.el.
14293
142942000-08-17 Miles Bader <miles@gnu.org>
14295
14296 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14297 foreground color to black if the background is dark.
14298
142992000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14300
14301 * loadhist.el (unload-feature): Typo.
14302
14303 * finder.el (finder-compile-keywords):
14304 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14305 to the generated file.
14306
14307 * mail/mh-e.el (mh-make-local-vars):
14308 Replace make-variable-buffer-local with make-local-variable.
14309
14310 * play/landmark.el:
14311 * options.el (Edit-options-{set,toggle,t,nil}):
14312 * mail/mailabbrev.el (mail-abbrevs-mode):
14313 * textmodes/tex-mode.el (tex-expand-files):
14314 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14315
14316 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14317
14318 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14319 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14320 Allow going past the last element.
14321 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14322 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14323 (cvs-mouse-toggle-mark): Don't move point.
14324 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14325
14326 * progmodes/compile.el (grep): Provide a default set of files.
14327 (next-error): Docstring fix.
14328 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14329
14330 * emacs-lisp/easy-mmode.el (define-minor-mode):
14331 Use `symbol-value' to keep the byte-compiler quiet.
14332
14333 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14334 (diff-find-source-location): New fun, extracted from diff-goto-source.
14335 (diff-goto-source): Use it.
14336 (diff-next-complex-hunk, diff-filter-lines): New function.
14337 (diff-apply-hunk): New command.
14338
14339 * smerge-mode.el (smerge-mode-menu): Doc fix.
14340
14341 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14342
143432000-08-16 Dave Love <fx@gnu.org>
14344
14345 * windmove.el (windmove) <defgroup>: Add :version.
14346
14347 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14348 (goto-address-fontify-p, goto-address-highlight-p)
14349 (goto-address-url-face, goto-address-url-mouse-face)
14350 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14351 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14352 (goto-address-fontify, goto-address-at-mouse): Simplify,
14353 (goto-address-at-point): browse-url-url-at-point,
14354 goto-address-find-address-at-point can return nil.
14355 (goto-address-find-address-at-point): Return nil on failure.
14356
14357 * align.el (align) <defgroup>: Add :version.
14358
14359 * calculator.el (calculator): Add :version.
14360 (calculator): Use two lines for calculator window if `modeline'
14361 face is boxed.
14362
14363 * play/5x5.el: Doc fixes.
14364 (5x5) <defgroup>: Add :version.
14365
14366 * play/fortune.el (fortune) <defgroup>: Add :version.
14367 (fortune-append): Fix error message.
14368 (fortune-from-region): Doc fix.
14369
14370 * play/pong.el (pong): Doc fix.
14371
14372 * play/morse.el: Keywords, commentary, autoloads.
14373
143742000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14375
14376 * desktop.el (desktop-save): Don't look at symbol-value of a
14377 member of minor-mode-alist, unless it is boundp.
14378
143792000-08-16 Sam Steingold <sds@gnu.org>
14380
14381 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14382 `while'; use `with-current-buffer' instead of `save-excursion'.
14383 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14384
143852000-08-16 Kenichi Handa <handa@etl.go.jp>
14386
14387 * international/ccl.el (declare-ccl-program): Docstring modified.
14388 (ccl-execute-with-args): Likewise.
14389
143902000-08-16 Miles Bader <miles@gnu.org>
14391
14392 * progmodes/sql.el: Add compatibility definition of
14393 comint-line-beginning-position.
14394
143952000-08-15 Gerd Moellmann <gerd@gnu.org>
14396
14397 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14398 'buffer-menu' property.
14399 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14400 fails.
14401 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14402 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14403 wasn't killed.
14404
14405 * buff-menu.el (list-buffers-noselect): Don't display the
14406 *Buffer List* buffer.
14407
14408 * font-lock.el: Require jit-lock to prevent a very late
14409 `Loading jit-lock' message.
14410
14411 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14412 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14413 mail address.
14414
144152000-08-15 Miles Bader <miles@gnu.org>
14416
14417 * textmodes/ispell.el (ispell-graphic-p): New constant.
14418 (ispell-choices-win-default-height, ispell-help): Use
14419 `ispell-graphic-p' instead of `xemacsp'.
14420
144212000-08-15 Dave Love <fx@gnu.org>
14422
14423 * simple.el: Autoload widget-convert when compiling.
14424 (mail-user-agent): Doc fix.
14425
14426 * help.el (function-called-at-point, variable-at-point): Use
14427 with-syntax-table.
14428 (help-manyarg-func-alist): Add insert-and-inherit.
14429
14430 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14431
14432 * delsel.el (delsel-unload-hook): New function.
14433
14434 * find-file.el: Doc fixes. Move provide to end.
14435 (ff) <defgroup>: Add :link.
14436 (ff-goto-click): Deleted.
14437 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14438 Use mouse-set-point.
14439
14440 * textmodes/tildify.el: Doc fixes.
14441 (tildify) <defgroup>: Add:version.
14442
14443 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14444 (glasses-custom-set): Use set-default, not set.
14445 (minor-mode-alist): Propertize the lighter.
14446 (glasses-mode): Provide optional arg.
14447
14448 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14449 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14450 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14451 option. Provide :type.
14452 (cwarn-configuration): Provide :type.
14453 (cwarn-mode): Doc fix.
14454
14455 * add-log.el (change-log-merge): Doc fix.
14456 (change-log-redate): New command.
14457
14458 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14459 Doze and Dog.
14460 (browse-url): Use dolist, not mapcar.
14461 (browse-url-at-point): Check for null url.
14462 (browse-url-event-buffer, browse-url-event-point): Functions
14463 deleted.
14464 (browse-url-at-mouse, browse-url-netscape): Simplify.
14465
14466 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14467 modes.
14468 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14469 Fix previous change to mapcan.
14470 (msb--init-file-alist, msb--add-separators)
14471 (msb--make-keymap-menu): Simplify.
14472 (msb--choose-file-menu): Use copy-sequence.
14473 (msb-mode-map): Add title to keymap.
14474 (msb-unload-hook): New function.
14475
14476 * bs.el: Fix indentation.
14477 (bs) <defgroup>: Add :links.
14478 (bs-show): Doc fix.
14479 (bs-apply-sort-faces): Don't use window-system.
14480 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14481
144822000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14483
14484 * calendar/timeclock.el (timeclock-file): Run .timelog through
14485 convert-standard-filename.
14486
144872000-08-14 Gerd Moellmann <gerd@gnu.org>
14488
14489 * emacs-lisp/authors.el: New file.
14490
14491 * paren.el (show-paren-priority): New user option.
14492 (show-paren-function): Set overlay priorities to
14493 show-paren-priority.
14494
144952000-08-14 Miles Bader <miles@gnu.org>
14496
14497 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14498 beginning-of-line with inhibit-field-text-motion bound.
14499
145002000-08-14 Gerd Moellmann <gerd@gnu.org>
14501
14502 * calendar/timeclock.el: New file.
14503
145042000-08-14 David Ponce <david@dponce.com>
14505
14506 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14507 `widget-button-click'. so that one can use left mouse button to
14508 click on dialog buttons.
14509
145102000-08-14 Emmanuel Briot <briot@gnat.com>
14511
14512 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14513 identifiers, since XML is case sensitive
14514
145152000-08-12 Miles Bader <miles@gnu.org>
14516
14517 * comint.el (comint-output-filter): Don't bother frobbing
14518 window-start, it doesn't seem to be necessary.
14519
14520 * comint.el (comint-send-string, comint-send-region): Make into
14521 real functions. Snapshot the prompt before sending.
14522
145232000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14524
14525 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14526 technique similar to Info-index, instead of relying on specific
14527 names of relevant Index nodes.
14528 (Info-goto-emacs-command-node): Bind Info-history to nil when
14529 going to the first node found by Info-find-emacs-command-nodes.
14530
145312000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14532
14533 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14534
145352000-08-10 Miles Bader <miles@gnu.org>
14536
14537 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14538
145392000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14540
14541 * info.el (Info-file-list-for-emacs): More elements for the
14542 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14543 and woman manuals.
14544
145452000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14546
14547 * comint.el (comint-send-input): Make the newline boundary overlay
14548 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14549 (comint-output-filter): Use `insert' instead of
14550 `insert-before-markers'. Extend comint-last-output-overlay when
14551 necessary since we can't rely on insert-before-markers to do it.
14552 * gud.el (gud-filter): Use `with-current-buffer' instead of
14553 save-excursion when inserting the output, so that point gets
14554 updated correctly; the old method relied on a rather dodgy
14555 side-effect of comint-output-filter to avoid the effect of
14556 save-excursion.
14557
145582000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14559
14560 * files.el (recover-file): Call insert-directory instead of
14561 invoking `ls' directly.
14562
145632000-08-10 Miles Bader <miles@gnu.org>
14564
14565 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14566 (comint-last-prompt-overlay): New variables.
14567 (comint-output-filter): Implement prompt highlighting.
14568 (comint-snapshot-last-prompt): New function.
14569 (comint-send-input): Snapshot the last prompt.
14570 Use comint-highlight-input-face.
14571 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14572 Use defface instead of defcustom.
14573 (send-invisible, comint-send-eof): Snapshot the last prompt.
14574 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14575 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14576
145772000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14578
14579 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14580 (regexp-opt-group): Use a list of chars for `letters'.
14581 (regexp-opt-charset): `chars' is now a list of chars.
14582 Use a char-table rather than a vector so it works for multibyte chars.
14583
14584 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14585 Set cvs-minor-current-files to the selected fileinfo.
14586 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14587 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14588
145892000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14590
14591 * files.el (insert-directory): Don't call access-file on
14592 directories on DOS and Windows.
14593
145942000-08-09 Kenichi Handa <handa@etl.go.jp>
14595
14596 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14597 longer if necessary.
14598 (ccl-embed-code): Call ccl-embed-data to store CODE in
14599 ccl-program-vector.
14600
146012000-08-09 Miles Bader <miles@gnu.org>
14602
14603 * comint.el (comint-output-filter): Properly handle the case where
14604 the text surrounded by comint-last-output-overlay was deleted.
14605
146062000-08-08 Gerd Moellmann <gerd@gnu.org>
14607
14608 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14609 non-nil.
14610 (Info-file-list-for-emacs): Remove "info" from the list because
14611 that leads to trying to use the documentation from file `info'
14612 in various situations where it isn't appropriate, for instance
14613 C-h C-k C-h i.
14614
14615 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14616 DIR and/or STRING are nil.
14617
14618 * progmodes/compile.el (compilation-setup): Make variable
14619 compilation-error-screen-columns buffer-local, as some comment
14620 in the code suggests it should be.
14621
14622 * files.el (auto-mode-interpreter-regexp): New variable.
14623 (set-auto-mode): Use it.
14624
14625 * indent.el (indent-for-tab-command): Doc fix.
14626
14627 * mouse-sel.el (mouse-sel-mode): Doc fix.
14628
14629 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14630 labels.
14631
14632 * help.el (print-help-return-message): When
14633 display-buffer-reuse-frames is set, let the help window been quit,
14634 instead of deleting it, which might delete a reused frame.
14635
146362000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14637
14638 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14639 rename a directory to a name that differs only by its letter case.
14640
146412000-08-08 Kenichi Handa <handa@etl.go.jp>
14642
14643 * international/quail.el (quail-define-rules): Handle Quail decode
14644 map correctly. Add code for supporting annotations.
14645 (quail-install-decode-map): New function.
14646 (quail-defrule-internal): New optional arguments decode-map and
14647 props.
14648 (quail-advice): New function.
14649
146502000-08-07 Sam Steingold <sds@gnu.org>
14651
14652 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14653 `defconst', `define-condition', `with-slots'.
14654 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14655
146562000-08-03 Miles Bader <miles@gnu.org>
14657
14658 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14659 New variable.
14660 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14661 comint-use-prompt-regexp-instead-of-fields.
14662 (comint-send-input): Add `input' field property to stuff we send to
14663 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14664 (comint-output-filter): Add `output' field property to process
14665 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14666 (comint-replace-by-expanded-history)
14667 (comint-get-old-input-default, comint-show-output)
14668 (comint-backward-matching-input, comint-forward-matching-input)
14669 (comint-next-prompt, comint-previous-prompt): Use field
14670 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14671 (comint-line-beginning-position): New function.
14672 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14673 (comint-replace-by-expanded-history-before-point): Use
14674 comint-line-beginning-position and line-end-position.
14675 (comint-last-output-overlay): New variable.
14676 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14677
14678 * shell.el (shell-prompt-pattern): Doc change.
14679 (shell-backward-command): Use line-beginning-position.
14680
14681 * gud.el (gud-gdb-complete-command): Use
14682 comint-line-beginning-position.
14683
14684 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14685 comint-bol doesn't actually go to the beginning of the line.
14686
14687 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14688 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14689 (try-expand-line-all-buffers): Likewise.
14690
14691 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14692 explicitly matching comint-prompt-regexp.
14693 (sql-copy-column): Use comint-line-beginning-position instead of
14694 explicitly matching comint-prompt-regexp.
14695
14696 * progmodes/octave-inf.el (inferior-octave-complete): Use
14697 comint-line-beginning-position.
14698
14699 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14700
14701 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14702 looking for a prompt, use `forward-line 0' instead of
14703 `beginning-of-line', to avoid getting caught by an input field.
14704
147052000-08-07 Gerd Moellmann <gerd@gnu.org>
14706
14707 * files.el (shell-quote-wildcard-pattern): Make sure to return
14708 PATTERN, in the Unix case.
14709
147102000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14711
14712 * play/zone.el (zone): Discard any pending input before running
14713 the randomly-chosen pgm.
14714
147152000-08-07 Kenichi Handa <handa@etl.go.jp>
14716
14717 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14718 checking the existence of any multibyte characters.
14719
147202000-08-06 Gerd Moellmann <gerd@gnu.org>
14721
14722 * help.el (describe-mode): Test minor-mode symbol for being
14723 bound before testing its value for being nil.
14724
14725 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14726 `first', `second', and `third'.
14727
14728 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14729 (second): Make it an alias for `cadr'.
14730
147312000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14732
14733 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14734 types of display support faces now.
14735
147362000-08-05 Gerd Moellmann <gerd@gnu.org>
14737
14738 * pcvs.el (require): Require `cl' during compilation, only.
14739
14740 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14741 (toplevel): Remove `remq' and `remove' from autoloads.
14742 (cl-fake-autoloads): New variable. If set, arrange for an error
14743 when CL functions etc. are autoloaded.
14744
147452000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14746
14747 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14748
14749 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14750 popped up, but the user clicks outside the menu, return an empty
14751 regexp (that causes unhighlight-regexp to have no effect).
14752
14753 * menu-bar.el (menu-bar-games-menu): Add Zone.
14754
14755 * hi-lock.el (toplevel): Require font-lock.
14756
147572000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14758
14759 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14760 (ebnf-8-bit-chars): New var for bug fix.
14761 (ebnf-string): Bug fix.
14762
147632000-08-03 Sam Steingold <sds@gnu.org>
14764
14765 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14766 instead of `buffer-string'.
14767 (require 'cl): Always, not just when compiling.
14768 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14769 necessary.
14770
147712000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14772
14773 * international/mule-cmds.el (select-safe-coding-system): Make
14774 the message text about selecting a safe coding system more clear.
14775
147762000-08-02 Gerd Moellmann <gerd@gnu.org>
14777
14778 * hi-lock.el: New file.
14779
14780 * play/zone.el: New file.
14781
14782 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14783 value of tab-width in the original buffer. Choose a line number
14784 format that's a multiple of the original buffer's tab width, so
14785 that lines appear right.
14786
14787 * textmodes/ispell.el (ispell): New function, replacing an alias.
14788 Spell-check active region if in transient-mark-mode and mark
14789 is active; otherwise spell-check buffer.
14790
147912000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14792
14793 * ps-mule.el: Fix a customization problem on
14794 ps-mule-font-info-database-default.
14795
147962000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14797
14798 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14799 display-mouse-p instead of window-system.
14800 (ebrowse-member-mode-map): Ditto.
14801
148022000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14803
14804 * progmodes/ebnf2ps.el: Update ps-print functions call.
14805 Indentation fix. Doc fix.
14806 (ebnf-version): New version number (3.2).
14807 (ebnf-format-color, ebnf-begin-job): Code fix.
14808
148092000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14810
14811 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14812 font lock support on window-system.
14813 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14814
14815 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14816 display-color-p, if fboundp, instead of window-system.
14817
148182000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14819
14820 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14821 instead of window-system.
14822
14823 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14824 window-system.
14825 (widget-choice-mouse-down-action): Use display-popup-menus-p
14826 instead of window-system.
14827
14828 * strokes.el (strokes-file): Run the file name through
14829 convert-standard-filename.
14830 (strokes-mode): Call display-mouse-p instead of looking at
14831 window-system. Change the error message accordingly.
14832
14833 * progmodes/cpp.el (toplevel): Support faces on tty's.
14834
14835 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14836 (lm-plot-square, lm-init-display): Don't use window-system.
14837
14838 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14839 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14840
14841 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14842 instead of looking at window-system.
14843
148442000-07-30 Gerd Moellmann <gerd@gnu.org>
14845
14846 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14847 of testing if iswitchb-prepost-hooks is bound, because the
14848 latter will always be true when invoking a recursive minibuffer
14849 from an active Iswitchb buffer.
14850
148512000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14852
14853 * files.el (shell-quote-wildcard-pattern): New function.
14854 (insert-directory): Call it. Only prepend "\" to command on Unix
14855 and GNU/Linux systems.
14856
148572000-07-30 Gerd Moellmann <gerd@gnu.org>
14858
14859 * eshell/esh-groups.el: Change custom :link file names
14860 from `eshell.info' to `eshell'.
14861
148622000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14863
14864 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14865 correctly in recursive ange-ftp listings.
14866
148672000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14868
14869 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14870 ps-header-font-size-internal and
14871 ps-header-title-font-size-internal variables are not set,
14872 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14873 face text property is (foreground-color . COLOR) or
14874 `(background-color . COLOR)', ps-print crashes. Doc fix.
14875 (ps-print-version): New version number (5.2.4).
14876 (ps-plot-region): Code fix.
14877 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14878 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14879 Bug fix 2.
14880
148812000-07-30 Milan Zamazal <pdm@freesoft.cz>
14882
14883 * glasses.el (glasses-make-readable): Fix uncapitalization of
14884 identifiers like `myXMLDocument'.
14885
148862000-07-28 Karl Fogel <kfogel@red-bean.com>
14887
14888 * mail/mail-hist.el (mail-hist-previous-input)
14889 (mail-hist-next-input): Do the obvious code factorization.
14890 (mail-hist-retrieve-and-insert): New func, contains common
14891 code of above two.
14892 If inserting a message body, leave point at top.
14893
148942000-07-28 Sam Steingold <sds@gnu.org>
14895
14896 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14897 Use `<=', not `<' to compare times!
14898 (ange-ftp-ls): Remove.
14899
149002000-07-27 Gerd Moellmann <gerd@gnu.org>
14901
14902 * play/cookie1.el: Add explanation of how to make cookie.el
14903 compatible with strfile(1) to comment.
14904
14905 * subr.el (remove, remq): New functions.
14906
14907 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14908 escape `*' in regexps.
14909 (midnight-find): Reverse order of arguments in the funcall of
14910 TEST.
14911
14912 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14913 and `.class'.
14914
14915 * play/meese.el: Add Commentary section.
14916
149172000-07-27 Alex Schroeder <alex@gnu.org>
14918
14919 * sql.el (sql-ms): Added autoload cookie.
14920 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14921 (sql-oracle): Ditto.
14922 (sql-help): Doc change.
14923
14924 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14925 types and exceptions.
14926
149272000-07-27 Alex Schroeder <alex@gnu.org>
14928
14929 * sql.el (sql-placeholder-history): New variable.
14930 (sql-query-placeholders-and-send): New function that will query
14931 the user and replace placeholders with user input.
14932 (sql-oracle): If running on NT, set comint-input-sender to
14933 sql-query-placeholders-and-send.
14934
14935 (sql-stop): If in the SQLi buffer, insert stop notification, else
14936 present it as a message.
14937
149382000-07-27 Alex Schroeder <alex@gnu.org>
14939
14940 * sql.el (sql-input-ring-separator): Doc change.
14941 (sql-input-ring-file-name): Doc change.
14942 (sql-interactive-mode): Use `sql-input-ring-separator' and
14943 `sql-input-ring-file-name' to set the comint-mode equivalents
14944 without making them local variables.
14945 (sql-stop): Don't bind `sql-input-ring-separator' and
14946 `sql-input-ring-file-name' dynamically to their comint-mode
14947 equivalents.
14948
149492000-07-27 Kenichi Handa <handa@etl.go.jp>
14950
14951 * international/mule.el (register-char-codings): New function.
14952 (make-coding-system): Handle `safe-chars' specification in the arg
14953 PROPERTY.
14954
14955 * international/mule-cmds.el
14956 (find-coding-systems-region-subset-p): This function deleted.
14957 (sort-coding-systems-predicate): New variable.
14958 (sort-coding-systems): New function.
14959 (find-coding-systems-region): Use
14960 find-coding-systems-region-internal.
14961 (find-coding-systems-string): Use find-coding-systems-region.
14962 (find-coding-systems-for-charsets): Check
14963 char-coding-system-table.
14964 (select-safe-coding-system-accept-default-p): New variable.
14965 (select-safe-coding-system): Mostly rewritten. New argument
14966 ACCEPT-DEFAULT-P.
14967 (select-message-coding-system): Call select-safe-coding-system
14968 with ACCEPT-DEFAULT-P arg.
14969 (reset-language-environment): Reset default-sendmail-coding-system
14970 to the default value iso-latin-1.
14971 (set-language-environment): Don't set the obsolete variable
14972 charset-origin-alist.
14973
14974 * international/codepage.el (cp-coding-system-for-codepage-1):
14975 Give `safe-chars' property to make-coding-system.
14976
14977 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14978 calling select-message-coding-system twice.
14979
14980 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14981 instead of `safe-charsets'.
14982 (cyrillic-alternativnyj): Likewise.
14983 (ccl-encode-alternativnyj): Don't check the charset
14984 cyrillic-iso8859-5.
14985
149862000-07-27 Kenichi Handa <handa@etl.go.jp>
14987
14988 * composite.el (compose-chars-after): Preserve match data.
14989
149902000-07-26 Sam Steingold <sds@gnu.org>
14991
14992 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14993 (ange-ftp-real-file-newer-than-file-p): New function.
14994 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14995 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14996
14997 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14998 * midnight.el (midnight-float-time): Ditto.
14999
150002000-07-26 Andreas Schwab <schwab@suse.de>
15001
15002 * files.el (normal-backup-enable-predicate): Correct
15003 interpretation of the return value of compare-strings.
15004
150052000-07-26 Gerd Moellmann <gerd@gnu.org>
15006
15007 * isearch.el (isearch-resume): New function.
15008 (isearch-done): Add something to command-history to resume
15009 the search.
15010 (isearch-yank-line, isearch-yank-word): Use
15011 buffer-substring-no-properties instead of buffer-substring.
15012
15013 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
15014 of flyspell-mouse-map.
15015
15016 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
15017 duplicate definition.
15018 (makefile-mode): Remove duplicate setting of local-abbrev-table.
15019
15020 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
15021 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
15022
150232000-07-25 Sam Steingold <sds@gnu.org>
15024
15025 * net/ange-ftp.el: Get modtime over the net.
15026 (ange-ftp-file-modtime): New function.
15027 (ange-ftp-write-region, ange-ftp-insert-file-contents)
15028 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
15029 Use it.
15030 (ange-ftp-dot-to-slash): New function.
15031 (ange-ftp-fix-name-for-vms): Use it.
15032
15033 * midnight.el (midnight-buffer-display-time): Use
15034 `with-current-buffer'.
15035
150362000-07-25 Gerd Moellmann <gerd@gnu.org>
15037
15038 * find-dired.el: Update copyright notice.
15039 (find-dired): Offer to kill a running `find'.
15040
15041 * enriched.el (enriched-face-ans): For a `foreground-color'
15042 property, return '(("x-color" COLOR))' so that COLOR will be
15043 output as a parameter of the x-color annotation. Likewise for the
15044 `background-color' property. In the case of normal face
15045 properties, don't return annotations for unspecified foreground
15046 and background face attributes.
15047
150482000-07-25 Kenichi Handa <handa@etl.go.jp>
15049
15050 * language/japan-util.el (japanese-katakana-region): Fix handling
15051 HANKAKU argument.
15052
150532000-07-25 Miles Bader <miles@gnu.org>
15054
15055 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
15056 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
15057 constrain-to-field.
15058
150592000-07-24 Andrew Innes <andrewi@gnu.org>
15060
15061 * timer.el (timer-activate-when-idle): Add optional parameter
15062 DONT-WAIT. Update docstring.
15063 (run-with-idle-timer): Specify extra parameter to
15064 timer-activate-when-idle, so that timer will be activated
15065 immediately if Emacs is already idle.
15066
15067 * w32-fns.el (w32-using-nt): Fix docstring.
15068
150692000-07-24 Dave Love <fx@gnu.org>
15070
15071 * mouse.el (popup-menu): Set last-command-event.
15072 (mouse-major-mode-menu-prefix): Declare.
15073
150742000-07-24 Gerd Moellmann <gerd@gnu.org>
15075
15076 * textmodes/flyspell.el: Update to author's version 1.5d.
15077
15078 * progmodes/hideshow.el: Update copyright notice.
15079
15080 * vcursor.el: Set maintainer to FSF, since author cannot
15081 be reached.
15082
150832000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
15084
15085 * info.el (Info-goto-emacs-key-command-node): Leave a space after
15086 the prompt.
15087
15088 * mouse.el (popup-menu): Run the keymap through indirect-function,
15089 in case it was defined with define-prefix-key. If the menu is a
15090 list of keymaps, look up the binding of user's choice in each one
15091 of the keymaps.
15092 (mouse-popup-menubar): If the global and local menu-bar keymaps
15093 don't have a prompt string, create one and insert it into the
15094 keymap. Don't barf if current-local-map returns nil.
15095
150962000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
15097
15098 * dired.el (dired-sort-R-check): Added to allow recursive listing
15099 to be undone.
15100 (dired-sort-other): Use it.
15101
151022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15103
15104 * Release of cc-mode 5.27
15105
151062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15107
15108 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
15109 c-beginning-of-statement-1 that caused a bad case of recursion
15110 which could consume a lot of CPU in large classes in languages
15111 that have in-expression classes (i.e. Java and Pike).
15112
15113 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15114 statements before top level constructs (i.e. case 6 is moved
15115 before case 5 and is now case 4) to catch in-expression
15116 classes in top level expressions correctly.
15117
151182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15119
15120 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15121 objc-method-intro. Case 4 removed and case 5I added.
15122
15123 * cc-langs.el (c-append-paragraph-start): New variable used by
15124 c-common-init to get paragraph-start correct.
15125 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15126 initialize paragraph-start to make it correct both with and
15127 without the javadoc special case.
15128
15129 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15130 initialize paragraph-start for javadoc markup.
15131
15132 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15133 change by defaulting this to t. It's motivated by the
15134 confusing behavior that otherwise arise from the style system
15135 when editing both java and non-java files at the same time
15136 (see the comments about style setting in c-common-init).
15137
151382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15139
15140 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15141 similar to the one in c-fill-paragraph to check the fill
15142 prefix from the adaptive fill function for sanity.
15143
151442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15145
15146 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15147 defun block.
15148
a30eb617
DL
151492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15150
15151 * cc-align.el (c-lineup-multi-inher): Handle lines with
15152 leading comma nicely. Extended to handle member initializers
15153 too.
15154
15155 * cc-engine.el: (c-beginning-of-inheritance-list,
15156 c-guess-basic-syntax): Fixed recognition of inheritance lists
15157 when the lines begins with a comma.
15158
a30eb617
DL
15159 * cc-vars.el (c-offsets-alist): Changed default for
15160 member-init-cont to c-lineup-multi-inher since it now handles
15161 member initializers and indents better for leading commas.
15162
151632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15164
15165 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15166 handling that caused class open lines to be recognized as
15167 statement-conts in some cases.
15168
15169 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15170 guessed by the adaptive fill function unless point is on the
15171 first line of a block comment.
15172
15173 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15174 when the buffer ends with a macro continuation char.
15175
15176 * cc-engine.el (c-guess-basic-syntax): Added support for
15177 function definitions as statements in Pike. The first
15178 statement in a lambda block is now labeled defun-block-intro
15179 instead of statement-block-intro.
15180
15181 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15182 so that the class surrounding point is selected, not the one
15183 innermost in the state.
15184
15185 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15186 recognition of switch labels having hanging multiline
15187 statements.
15188
15189 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15190 some code in c-guess-basic-syntax to a separate function.
15191 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15192 recognition of member inits with multiple line arglists.
15193 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15194 member-init-cont when the commas are in funny places.
15195
151962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15197
15198 * cc-defs.el (c-auto-newline): Removed this macro since it's
15199 not used anymore.
15200
15201 * cc-engine.el (c-looking-at-bos): New helper function.
15202 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15203 inexpr and toplevel classes apart in Pike.
15204
15205 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15206 of case 9A.
15207
15208 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15209 constant, since "class" can introduce an in-expression class
15210 in Pike nowadays.
15211
152122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15213
15214 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15215 indentation on cpp-macro lines.
15216
15217 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15218 a syntax modifier like comment-intro, to make it possible to
15219 get syntactic indentation for preprocessor directives. It's
15220 incompatible wrt to lineup functions on cpp-macro, but it has
15221 no observable effect in the 99.9% common case where cpp-macro
15222 is set to -1000.
15223
152242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15225
15226 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15227 member-init-cont when the preceding arglist is several lines.
15228
152292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15230
15231 * cc-styles.el (c-style-alist): The basic offset for the BSD
15232 style corrected to 8.
15233
152342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15235
15236 * cc-styles.el (c-style-alist): Adjusted the indentation of
15237 brace list openers in the gnu style.
15238
152392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15240
15241 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15242
15243 * cc-cmds.el (c-electric-brace, c-electric-slash,
15244 c-electric-star, c-electric-semi&comma, c-electric-colon,
15245 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15246 when c-syntactic-indentation is nil.
15247
15248 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15249 we were left at comments preceding the first statement when
15250 reaching the beginning of the buffer.
15251
15252 * cc-vars.el (c-syntactic-indentation): New variable to turn
15253 off all syntactic indentation.
15254
152552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15256
15257 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15258 between the text and the block comment ender when it hangs,
15259 depending on how many there are before the fill.
15260
152612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15262
15263 * cc-engine.el (c-beginning-of-closest-statement): New helper
15264 function to go back to the closest preceding statement start,
15265 which could be inside a conditional statement.
15266 * cc-engine.el (c-guess-basic-syntax): Use
15267 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15268
15269 * cc-engine.el (c-guess-basic-syntax): Better handling of
15270 arglist-intro, arglist-cont-nonempty and arglist-close when
15271 the arglist is nested inside parens. Cases 7A, 7C and 7F
15272 changed.
15273
15274 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15275 up-to-date with javadoc 1.2.
15276
152772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15278
15279 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15280 multiline Pike type decls.
15281
152822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15283
15284 * cc-cmds.el (c-indent-new-comment-line): Always break
15285 multiline comments in multiline mode, regardless of
15286 comment-multi-line.
15287
152882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15289
15290 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15291 fully::qualified::names in C++ member init lists. Preamble in
15292 case 5D changed.
15293
152942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15295
15296 * cc-langs.el (c-common-init): Handling of obsolete variables
15297 moved to c-initialize-cc-mode. More compatible style override
15298 when using global style variables.
15299 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15300 variables moved here.
15301
a30eb617
DL
15302 * cc-styles.el (c-make-styles-buffer-local): Flag style
15303 variable localness in c-style-variables-are-local-p to make
15304 the compatibility measure in c-common-init work well.
15305
15306 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15307 longer contain set-from-style.
15308 * cc-styles.el (c-initialize-builtin-style): Don't check for
15309 set-from-style on c-special-indent-hook.
15310 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15311 copy-alist is sufficient now.
15312
15313 * cc-styles.el (c-set-style, c-set-style-1,
15314 c-get-style-variables): Fixes to variable initialization so
15315 that duplicate entries in styles have the same effect
15316 regardless of DONT-OVERRIDE.
15317
15318 * cc-styles.el (c-set-style-2): Fixed bug where the
15319 initialization of inheriting styles failed when the
15320 dont-override flag is set.
15321
15322 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15323 on this.
15324
153252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15326
15327 * cc-defs.el (c-forward-comment): Removed the workaround
15328 introduced in 5.38 since it had worse side-effects. If a line
15329 contains the string "//\"", it regarded the // as a comment
15330 start since the \ temporarily doesn't have escape syntax.
15331
eb04d6cd 153322000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
15333
15334 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15335 ada-xref.el before ada-prj.el, so that the Project menu is created
15336 when ada-prj tries to add to it.
15337 (ada-activate-keys-for-case): Suppress the characters that are not
15338 part of the Ada syntax. Better compatibility with else-mode
15339 (ada-adjust-case-interactive): When auto-casing is not active,
15340 correctly insert newlines (used to insert only ^M). Prevent the
15341 syntax table from being changed in case of an error
15342 (or '_' becomes part of a word and some commands are confused).
15343 Do nothing if ada-auto-case is nil.
15344 (ada-after-keyword-p): Ignore keywords that are also attributes
15345 (ada-batch-reformat): Update usage comment
15346 (ada-call-from-contextual-menu): New function
15347 (ada-case-read-exceptions): Reinitialize the casing exception list
15348 first to nil first, so that the casing exception file can be
15349 shared.
15350 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15351 files.
15352 (ada-compile-goto-error): Fix regexp used to detect a file:line
15353 anywhere in the error message
15354 (ada-contextual-menu-last-point): New variable
15355 (ada-create-keymap): If the variable delete-key-deletes-forward is
15356 t on XEmacs, it means that DEL should delete one character
15357 forward.
15358 (ada-create-menu): Use :included instead of :visible for XEmacs.
15359 New submenu "Options".
15360 (ada-end-stmt-re): Correctly indent "select ... then abort"
15361 statements.
15362 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15363 even if they don't match ada-fill-comment-prefix Fix handling of
15364 paragraphs on the first or last line of a file.
15365 (ada-format-paramlist): Fix handling of default parameter values.
15366 (ada-get-body-name): New function.
15367 (ada-get-current-indent): Optimized by searchling directly for an
15368 existing generic part or a statement outside of it. Handle
15369 ada-indent-align-comments when indenting comments Replaced some
15370 regexps by testing directly the next character. This results in a
15371 huge speedup on some files. New indentation scheme for renames
15372 statements. Stop looking for the 'while' or 'for' associated with
15373 a 'loop' at the first semicolon encountered. A "return" can also
15374 match an anonymous access subprogram declaration.
15375 (ada-get-indent-noindent): Ignore strings and comments when
15376 looking for the keywords "record" and "private".
15377 (ada-goto-matching-decl-start): When matching "if", make sure we
15378 are not in fact seeing "end if". Ignore "when" statements except
15379 when initial keyword was "begin". Fix handling of nested
15380 procedures. Add a recursive call to this function to skip over
15381 other 'end' statmts. Fix indentation for "when .. => begin"
15382 (ada-in-open-paren-p): Fix indentation for complex boolean
15383 expressions, where 'and then', 'or else' and parenthesis
15384 statements are mixed up.
15385 (ada-in-paramlist-p): Skip comments while searching for the
15386 beginning Fix handling of operator declarations.
15387 (ada-indent-align-comments): New variable
15388 (ada-indent-current): Change the syntax table only in the
15389 protected section, so that we are sure it is restored correctly.
15390 (ada-indent-on-previous-lines): Use ada-use-indent and
15391 ada-with-indent Correctly indent "select ... then"
15392 (ada-indent-region): Slight speedup.
15393 (ada-indent-renames): New variable.
15394 (ada-last-which-function-subprog, ada-last-which-function-line):
15395 New variables
15396 (ada-looking-at-semi-private): Correctly indent the 'private'
15397 keyword when it is the first word in a package declaration.
15398 (ada-loose-case-word): Stop searching if at the end of the buffer.
15399 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15400 even if point is not initially at the end of the word.
15401 (ada-matching-decl-start-re): Add "when".
15402 (ada-mode): Add support for abbrev-mode, outline-mode and
15403 which-func-mode Override the old find-file.el entry in
15404 ff-special-constructs since it is using the obsolete
15405 ada-spec-suffix variable
15406 (ada-no-auto-case): New function
15407 (ada-scan-paramlist): When parsing the argument type, accept
15408 spaces (as in "X 'Class", generated by Rational Rose).
15409 (ada-other-file-name): No longer loads the other file.
15410 (ada-popup-menu): Save and restore the current buffer and cursor
15411 position before and after displaying the menu.
15412 (ada-search-ignore-complex-boolean): New function.
15413 (ada-uncomment-region): Emacs21 already knows how to delete
15414 comments not starting in the first column.
15415 (ada-use-indent): New variable
15416 (ada-which-function): New function.
15417 (ada-with-indent): New variable
15418 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15419 can be batch-compiled from the command line.
15420
15421 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15422 Add to the menu when the file is loaded, not in ada-mode-hook.
15423 Add -toolbar to the default ddd command Switches moved from
15424 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15425 ada-prj-default-comp-opt
15426 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15427 Reference Manual to the menu
15428 (ada-check-current): rewritten as a call to ada-compile-current
15429 (ada-compile): Removed.
15430 (ada-compile-application, ada-compile-current, ada-check-current):
15431 Set the compilation-search-path so that compile.el automatically
15432 finds the sources in src_dir. Automatic scrollong of the
15433 compilation buffer. C-uC-cC-c asks for confirmation before
15434 compiling
15435 (ada-compile-current): New parameter, prj-field
15436 (ada-complete-identifier): Load the .ali file before doing
15437 processing
15438 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15439 conform to gnatmake's behavior.
15440 (ada-find-file-in-dir): New function
15441 (ada-find-references): Set the environment variables for gnatfind
15442 (ada-find-src-file-in-dir): New function.
15443 (ada-first-non-nil): Removed
15444 (ada-gdb-application): Add support for jdb, the java debugger.
15445 (ada-get-ada-file-name): Load the original-file first if not done
15446 yet.
15447 (ada-get-all-references): Handles the new ali syntax (parent types
15448 are found between <>).
15449 (ada-initialize-runtime-library): New function
15450 (ada-mode-hook): Always load a project file when a file is opened,
15451 so that the casing exceptions are correctly read.
15452 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15453 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15454 to open the project file, since the latter does not work with
15455 speedbar Get default values before loading the prj file, or the
15456 default executable file name is wrong. Use the absolute value of
15457 src_dir to initialize ada-search-directories and
15458 compilation-search-path,... Add the standard runtime library to
15459 the search path for find-file.
15460 (ada-prj-default-debugger): Was missing an opening '{'
15461 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15462 variables.
15463 (ada-prj-default-gnatmake-opt): New variable
15464 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15465 buffers, the project file is the default one Save the windows
15466 configuration before displaying the menu.
15467 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15468 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15469 ...) regexp-quote identifiers names to support operators +,
15470 -,... in regexps.
15471 (ada-remote): New function.
15472 (ada-run-application): Erase the output buffer before starting the
15473 run Support remote execution of the application. Use
15474 call-process, or the arguments are incorrectly parsed
15475 (ada-set-default-project-file): Reread the content of the active
15476 project file, not the one from the current buffer When a project
15477 file is set as the default project, all directories are
15478 automatically associated with it.
15479 (ada-set-environment): New function
15480 (ada-treat-cmd-string): New special variable ${current}
15481 (ada-treat-cmd-string): Revised. The substitution is now done for
15482 any ${...} substring
15483 (ada-xref-current): If no body was found, compiles the spec
15484 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15485 compiler to get rid of command line length limitations.
15486 (ada-xref-get-project-field): New function
15487 (ada-xref-project-files): New variable
15488 (ada-xref-runtime-library-specs-path)
15489 (ada-xref-runtime-library-ali-path): New variables
15490 (ada-xref-set-default-prj-values): Default run command now does a
15491 cd to the build directory. New field: main_unit Provide a default
15492 file name even if the current buffer has no prj file.
15493
15494 * ada-prj.el:
15495 Rewritten to show a tabbed-dialog.
15496 (ada-prj-add-ada-menu): Remove the map and name parameters.
15497 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15498 New function
15499 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15500 (ada-prj-load-from-file): New function
15501 (ada-prj-save): Always save fields that depend on the current buffer
15502 (ada-prj-show-value): New function
15503
15504 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15505 Ada mode. This will allow us to display the Ada menu in any buffer
15506 we want (for project items).
15507 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15508 number of spaces in the header.
15509
155102000-07-24 Dave Love <fx@gnu.org>
15511
15512 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15513
155142000-07-23 Noah Friedman <friedman@splode.com>
15515
15516 * type-break.el (type-break): perform autosave.
b52758d1 15517 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
15518 (type-break-do-query): Cancel query schedule while performing
15519 actual query, to avoid possibility of a second query being made
15520 while first one is already in progress.
15521 (type-break-time-stamp-format): New variable.
15522 (type-break-time-stamp): New function.
15523 (type-break-time-warning): Use it.
15524 (type-break-keystroke-warning): Use it.
15525 (type-break-noninteractive-query): Use it.
15526
15527 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15528 cookie.
15529 Use add-minor-mode to set minor-mode-alist, if available.
15530 (eldoc-echo-area-use-multiline-p): New user option.
15531 (eldoc-echo-area-multiline-supported-p): New variable.
15532 (eldoc-docstring-format-sym-doc): Use them.
15533 (eldoc-mode): If not using idle timers, append to local post and
15534 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15535 (eldoc-display-message-no-interference-p): Don't interfere with
15536 edebug.
15537 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15538 (eldoc-function-arglist): New function.
15539 (eldoc-function-argstring): Use it.
15540
15541 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15542 auto save directory exists before calling directory-files.
15543
155442000-07-23 Dave Love <fx@gnu.org>
15545
15546 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15547 ^o, ^u.
15548
155492000-07-21 Dave Love <fx@gnu.org>
15550
15551 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15552 now passed to the function. It now works properly.
15553
15554 * smerge-mode.el (smerge-mode-menu): Fill it out.
15555
155562000-07-20 Gerd Moellmann <gerd@gnu.org>
15557
15558 * info-look.el (info-lookup): If *info* is shown in another frame
15559 on the same display, select that frame, instead of switching to
15560 the Info buffer in another window of the selected frame.
15561
15562 * simple.el (universal-argument-map): Bind numeric keypad keys
15563 kp-0 to kp-9 and kp-subtract.
15564 (digit-argument): Handle these keys.
15565
155662000-07-20 Dave Love <fx@gnu.org>
15567
15568 * net/goto-addr.el (goto-address-fontify): Don't bother with
15569 buffer-modified and read-only stuff -- irrelevant with overlays.
15570 Put an extra property on the overlays and use it to clean up in
15571 case goto-address is re-run.
15572
155732000-07-19 Richard M. Stallman <rms@gnu.org>
15574
15575 * timer.el (run-with-idle-timer): Doc fix.
15576
15577 * mail/mail-utils.el (mail-strip-quoted-names):
15578 Handle case where <...> appears inside "...".
15579 Use replace-match to edit the string more simply.
15580 (rmail-dont-reply-to): Cope with an unmatched ".
15581
155822000-07-19 Dave Love <fx@gnu.org>
15583
15584 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15585 implementation.
15586
15587 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15588 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15589 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15590
155912000-07-19 Gerd Moellmann <gerd@gnu.org>
15592
15593 * textmodes/refer.el: Correct maintainer's email address.
15594
15595 * progmodes/hideif.el: Correct author's email address.
15596 Fix typo in comment.
15597
15598 * xml.el: New file.
15599
15600 * mail/mailheader.el: Correct author's mail address.
15601
15602 * gnus/parse-time.el: Correct author's mail address.
15603
156042000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15605
15606 * comint.el (comint-highlight-input, comint-highlight-face):
15607 New user options.
15608 (comint-input-ring-file-name): Change custom type.
15609 (comint-mode-map): Bind mouse-2.
15610 (comint-insert-clicked-input): New function.
15611 (comint-send-input): Handle input highlighting.
15612
156132000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15614
15615 * mouse.el (popup-menu): New function.
15616 (mouse-major-mode-menu): Use it.
15617
156182000-07-18 Dave Love <fx@gnu.org>
15619
15620 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15621 improvements.
15622
156232000-07-18 Gerd Moellmann <gerd@gnu.org>
15624
15625 * faces.el (face-font-selection-order)
15626 (face-font-family-alternatives): Add custom type.
15627
156282000-07-18 Dave Love <fx@gnu.org>
15629
15630 * cus-edit.el (custom-variable-reset-saved)
15631 (custom-variable-reset-standard): Remove unused bindings.
15632
15633 * rect.el (open-rectangle-line): Remove unused let.
15634
15635 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15636
156372000-07-18 Gerd Moellmann <gerd@gnu.org>
15638
15639 * cdl.el: Fix `Maintainer' keyword.
15640
15641 * play/pong.el: Add author's email address.
15642
156432000-07-17 Sam Steingold <sds@gnu.org>
15644
15645 * files.el (insert-directory): Call `split-string' instead of
15646 re-implementing it.
15647
156482000-07-18 Gerd Moellmann <gerd@gnu.org>
15649
15650 * mail/vms-pmail.el: Change maintainer to FSF.
15651
15652 * net/goto-addr.el: Change maintainer to FSF.
15653
15654 * info.el (Info-title-face-alist): Removed.
15655
156562000-07-18 David Ponce <david@dponce.com>
15657
15658 * recentf.el (recentf-open-files): New command that works like
15659 `recentf-open-more-files', but shows the whole list of files (not just
15660 those omitted from the menu). Useful if you don't use a menu-bar!
15661 (recentf-open-more-files) Modified to use `recentf-open-files'.
15662
15663 (recentf-open-files, recentf-open-more-files)
15664 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15665
15666 (recentf-dialog-mode): New mode for dialogs. You can now just type
15667 "q" to cancel the dialogs.
15668
156692000-07-18 David Ponce <david@dponce.com>
15670
15671 * recentf.el: This is a major update of recentf.el. It adds new
15672 features to better organize the recentf menu and "More..." buffer.
15673
15674 Using new provided menu filtering functions you can now organize the
15675 recent files list:
15676
15677 - by major modes
15678 - by directories
15679 - by user defined rules
15680
15681 Finally, with the new `recentf-filter-changer' customizable filter you
15682 can define a ring of filters and dynamically (via the menu) cycle on
15683 each menu organization in the ring (a la msb).
15684
156852000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15686
15687 * eshell/eshell.el (eshell): Replace links to eshell.info with
15688 links to eshell, to avoid problems on systems where the manual is
15689 installed as `eshell'.
15690 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15691 * eshell/em-smart.el (eshell-smart): Ditto.
15692 * eshell/em-banner.el (eshell-banner): Ditto.
15693 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15694
15695 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15696 same-file check in the MS-DOS version (it does support inodes).
15697
15698 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15699
15700 * eshell/eshell.el (eshell-directory-name):
15701 Run default directory name through convert-standard-filename.
15702
157032000-07-18 Kenichi Handa <handa@etl.go.jp>
15704
15705 * international/mule-cmds.el (select-safe-coding-system):
15706 Fix typo in the comment.
15707
15708 * language/european.el (compound-text):
15709 Force katakana-jisx0201 to be designated to G1.
15710
15711 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15712 Don't translate some national variant characters of latin-jisx0201.
15713 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15714
15715 * international/kkc.el (kkc-after-update-conversion-functions):
15716 New variable.
15717 (kkc-update-conversion): Run functions in it at the tail.
15718
157192000-07-16 John Wiegley <johnw@gnu.org>
15720
15721 * lisp/align.el (align-newline-and-indent):
15722 Adding new function. for auto-aligning blocks of code on RET.
15723 (align-region): Fixed badly formatted minibuffer message.
15724
157252000-07-17 Kenichi Handa <handa@etl.go.jp>
15726
15727 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15728 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15729 the conversion list at first if appropriate.
15730 (kkc-next): Don't update kkc-next-count here.
15731 (kkc-prev): Don't update kkc-prev-count here.
15732 (kkc-show-conversion-list-update): Fix setting up of conversion
15733 list message.
15734
157352000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15736
15737 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15738
157392000-07-16 Dave Love <fx@gnu.org>
15740
15741 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15742 function to be more specific.
15743
15744 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15745 non-string help-echo.
15746 (widget-types-convert-widget): Defsubst it.
15747 (widget-echo-help): Try to cope with a help-echo function of two
15748 possible sorts.
15749
157502000-07-15 Jason Rumney <jasonr@gnu.org>
15751
15752 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15753 Declare as obsolete.
15754
15755 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15756
157572000-07-14 Gerd Moellmann <gerd@gnu.org>
15758
15759 * hilit-chg.el: Fix typo.
15760
157612000-07-14 Dave Love <fx@gnu.org>
15762
15763 * info.el (Info-mode-menu): Fix use of :help, :enable.
15764
157652000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15766
15767 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15768
157692000-07-13 Dave Love <fx@gnu.org>
15770
15771 * emacs-lisp/easymenu.el: Doc fixes.
15772 (easy-menu-remove): Defalias to ignore.
15773
15774 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15775 Call throw correctly.
15776
157772000-07-13 Gerd Moellmann <gerd@gnu.org>
15778
15779 * faces.el (frame-background-mode): Doc fix.
15780
15781 * simple.el (eval-expression-print-length): Change custom type to
15782 allow entering nil as value.
15783
157842000-07-13 Dave Love <fx@gnu.org>
15785
15786 * progmodes/fortran.el (fortran-imenu-generic-expression):
15787 Change definition layout.
15788 (fortran-mode-menu): Reinstate customize entries.
15789
15790 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15791 Use :filter, per old XEmacs code.
15792
157932000-07-12 Gerd Moellmann <gerd@gnu.org>
15794
15795 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15796 event when deciding what to send to the terminal.
15797
157982000-07-12 Dave Love <fx@gnu.org>
15799
15800 * cus-start.el: Add optional version as 4th element of specs and
15801 use it for several things new in v21. Remove load-path. Fix type
15802 of line-number-display-limit.
15803
158042000-07-11 Dave Love <fx@gnu.org>
15805
15806 * progmodes/fortran.el: Don't require easymenu.
15807 Use repeat counts in various regexps.
15808 (fortran-mode-syntax-table): Defvar directly.
15809 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15810 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15811 Use defvar, not defconst.
15812 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15813 (fortran-mode): Set fortran-comment-line-start-skip,
15814 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15815 (fortran-comment-indent): Use defsubst.
15816 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15817 Use fortran-comment-indent, not fortran-comment-indent-function.
15818 (fortran-comment-region, fortran-electric-line-number): Simplify.
15819 (fortran-auto-fill): New function.
15820 (fortran-do-auto-fill): Deleted.
15821 (fortran-find-comment-start-skip):
15822 Check for non-null comment-start-skip.
15823 (fortran-auto-fill-mode, fortran-fill-statement):
15824 Use fortran-auto-fill.
15825 (fortran-fill): Use fortran-auto-fill. Check for null
15826 comment-start-skip. Simplify final clause and use end-of-line finally.
15827
15828 * widget.el (widget-plist-member): New alias.
15829
158302000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15831
15832 * eshell/esh-module.el (toplevel): Reference
15833 byte-compile-current-file only if it is bound.
15834
158352000-07-10 Gerd Moellmann <gerd@gnu.org>
15836
15837 * dired.el: Don't require `dired-aux'.
15838
158392000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15840
15841 * dired-aux.el (dired-show-file-type): New function.
15842 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15843 (dired-show-file-type): Add autoload.
15844
158452000-07-10 Kenichi Handa <handa@etl.go.jp>
15846
15847 * international/mule-diag.el (describe-font): Adjusted for the
15848 change of fontset-info.
15849 (print-fontset): Likewise.
15850
158512000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15852
15853 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15854
158552000-07-07 Gerd Moellmann <gerd@gnu.org>
15856
15857 * bindings.el: Bind `[delete]' to delete-char.
15858
15859 * dired.el (dired-find-alternate-file): New function.
15860 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15861 (toplevel): Require dired-aux when compiling.
15862 (dired-buffers): Move defvar within file to avoid compiler warning.
15863
15864 * info.el (Info-last-search): Variable removed.
15865 (Info-search-history): New variable.
15866 (Info-search): New Info-search-history.
15867
15868 * battery.el, info-look.el: Change author's mail address.
15869
158702000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15871
15872 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15873 if rmail-ignored-headers is nil.
15874 (rmail-retry-failure): Bind rmail-ignored-headers and
15875 rmail-displayed-headers to nil.
15876
158772000-07-06 Gerd Moellmann <gerd@gnu.org>
15878
15879 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15880 (print-region-1): Don't hard code `-h' here.
15881
15882 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15883
158842000-07-01 Francesco Potorti` <pot@gnu.org>
15885
15886 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15887 exim can use "your message" instead of "the message".
15888
158892000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15890
15891 * facemenu.el: Docstrings fixes.
15892 (facemenu-get-face): Don't use internal-find-face.
15893 (facemenu-iterate): Rename arg to match the docstring.
15894
15895 * newcomment.el (uncomment-region): Be more careful when skipping
15896 backwards over `=' not to bump into BOBP.
15897
158982000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15899
15900 * ediff-diff.el (ediff-wordify): Use syntax table.
15901 * ediff-init.el (ediff-has-face-support-p): Use
15902 ediff-color-display-p.
15903 (ediff-color-display-p): Use display-color-p, changed to defun
15904 from defsubst.
15905 Got rid of special cases for NeXT and OS/2.
15906 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15907 face.
15908
159092000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15910
15911 * emacs-lisp/lucid.el: Require CL.
15912 (copy-tree, remprop): Remove, it's provided by CL.
15913 (map-keymap): Define in terms of cl-map-keymap.
15914 (extent-property, set-extent-end-glyph): New functions.
15915
15916 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15917
159182000-07-05 Gerd Moellmann <gerd@gnu.org>
15919
15920 * Makefile.in (DONTCOMPILE): Add comment that the name may
15921 not be changed without changing the make-dist script.
15922
15923 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15924 (cl-mapc): Use mapc instead of cl-old-mapc.
15925
159262000-07-05 Andrew Innes <andrewi@gnu.org>
15927
15928 * makefile.nt: Add support for `bootstrap' and related targets.
15929
159302000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15931
15932 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15933 (easy-menu-do-define): Use `menu-item' format.
15934 Handle case where easy-menu-create-menu returns a symbol.
15935 Manually call the potential top-level filter in the function binding.
15936 (easy-menu-filter-return): New arg NAME.
15937 Convert to a keymap if MENU is an XEmacs menu.
15938 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15939 (easy-menu-converted-items-table, easy-menu-convert-item):
15940 New var and fun to memoize easy-menu-convert-item-1.
15941 (easy-menu-do-add-item): Use it.
15942 (easy-menu-create-menu): Use easy-menu-convert-item.
15943 Wrap easy-menu-filter-return around any :filter specification.
15944 Don't convert the menu if a filter was specified.
15945 Tell easy-menu-make-symbol not to check for MENU being an expression.
15946 (easy-menu-make-symbol): New arg NOEXP.
15947
159482000-07-05 Gerd Moellmann <gerd@gnu.org>
15949
15950 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15951 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15952 (eval-defun): If called with prefix arg, instrument code for
15953 Edebug.
15954
15955 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15956 similar to that of eval-defun.
15957
159582000-07-04 Dave Love <fx@gnu.org>
15959
15960 * hl-line.el (hl-line-overlay): Make it permanent-local.
15961
15962 * calendar/todo-mode.el: Replaced with a working version, based on
15963 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15964
159652000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15966
15967 * paths.el (prune-directory-list): New function.
15968 (Info-default-directory-list): Rewritten to more methodically
15969 enumerate a big list of possible info directories (based on the
15970 list used by the standalone info reader).
15971
15972 * info.el (info-initialize): Use prune-directory-list to remove
15973 non-existent directories from Info-directory-list.
15974
15975 * paths.el (Info-default-directory-list): Try a list of possible
15976 info-directories instead of a single one. Add the possible
15977 info directory "/usr/share/info".
15978
15979 * woman.el (woman-man.conf-path): Explicitly include the debian
15980 man-db config file "/etc/manpath.config".
15981 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15982 are present in `manpath.config'.
15983 (woman-manpath): Include "/usr/share/man".
15984
159852000-07-03 Gerd Moellmann <gerd@gnu.org>
15986
15987 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15988
15989 * startup.el (command-line): Initialize blink-cursor based
15990 on window-system.
15991
15992 * frame.el (blink-cursor): Default to nil if not running under
15993 a window-system.
15994
15995 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15996 (face-x-resources): Remove duplicate entry for :font.
15997
15998 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15999 instead of cycling through windows with next-window.
16000
16001 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
16002 of cycling through windows with next-window.
16003
16004 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
16005 of cycling through windows with next-window.
16006
16007 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
16008 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
16009 instead of cycling through windows with next-window.
16010
16011 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
16012 instead of cycling through windows with next-window.
16013
16014 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
16015 of cycling through windows with next-window.
16016
16017 * terminal.el (te-process-output): Use walk-windows instead of
16018 cycling through windows with next-window.
16019
16020 * server.el (server-switch-buffer): Use some-window instead of
16021 cycling through windows with next-window.
16022
16023 * window.el (some-window): New function.
16024 (walk-windows): Remove reference to walk-windows-start.
16025
16026 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
16027
160282000-07-03 Richard Stallman <rms@gnu.org>
16029
16030 * window.el (walk-windows): Guarantee termination by keeping a list
16031 of all the windows already handled.
16032
160332000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16034
16035 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
16036 window-system.
16037
16038 * man.el (Man-notify-when-ready): Don't use window-system. If
16039 Man-notify-method is newframe, and the display is not
16040 multi-frame, select the frame created for the man page.
16041 (Man-init-defvars): Doc fix.
16042
160432000-06-28 Gerd Moellmann <gerd@gnu.org>
16044
16045 * faces.el (region): Change background color for light background.
16046
16047 * ediff-wind.el (ediff-setup-control-frame): Remove :box
16048 attribute from mode-line face of Ediff control frame.
16049
16050 * replace.el (query-replace-map): Bind `e' like `E'.
16051
160522000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
16053
16054 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
16055 Change name to "Select All".
16056
16057 * dos-fns.el (convert-standard-filename): Fix last change.
16058
160592000-06-27 Gerd Moellmann <gerd@gnu.org>
16060
16061 * help.el (describe-variable): Don't insert a second `'s' in front
16062 of the string `value is shown below'. Since the syntax-table is
16063 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
16064 an existing `'s', so that this won't be deleted.
16065
16066 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
16067 * pcmpl-unix.el: New files.
16068
160692000-06-26 Stefan Monnier <monnier@cs.yale.edu>
16070
16071 * wid-edit.el (widget-member): Use the new plist-member.
16072
160732000-06-26 Gerd Moellmann <gerd@gnu.org>
16074
16075 * replace.el (perform-replace): Undo change of 2000-04-04.
16076 Instead, move backward 1 character at the end of the loop when
16077 necessary.
16078
16079 * faces.el (fringe): Change face for different backgrounds.
16080
16081 * eshell/esh-module.el (toplevel): Load defgroup's differently;
16082 patch from John.
16083
16084 * eshell/*.el: Change spelling of the Free Software Foundation.
16085
16086 * eshell/esh-toggle.el: Removed.
16087
16088 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
16089
16090 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
16091 interactively.
16092
160932000-06-26 Alex Schroeder <alex@gnu.org>
16094
16095 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
16096 `define-key'; instead of checking `(emacs-version)' check for
16097 `set-keymap-parent' and `set-keymap-name' directly. Add entries
16098 for `;' and `o' which might be electric.
16099
16100 (sql-electric-stuff): New user option.
16101 (sql-magic-go): New function which uses `sql-electric-stuff'.
16102 (sql-magic-semicolon): New function which uses
16103 `sql-electric-stuff'.
16104
16105 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
16106 is not fboundp.
16107
16108 (sql-oracle-options): New variable.
16109 (sql-oracle): Use it.
16110
16111 (sql-imenu-generic-expression): Doc change.
16112 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16113 is used.
16114
16115 (sql-informix): Added command line parameter "-" to force
16116 sql-informix-program to use stdout.
16117
161182000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16119
16120 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16121 (cp864-decode-table): Doc fix.
16122 (cp720-decode-table): New variable, supports the Arabic OEM
16123 codepage used by Windows.
16124 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16125
161262000-06-23 Dave Love <fx@gnu.org>
16127
16128 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16129 (font-lock-fontify-anchored-keywords): Use
16130 line-beginning-position.
16131 (global-font-lock-mode): Use mapc.
16132
161332000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16134
16135 * eshell/esh-module.el: Require CL when compiling.
16136
161372000-06-23 Gerd Moellmann <gerd@gnu.org>
16138
16139 * comint.el (comint-substitute-in-file-name): Call replace-match
16140 with second and third arg t.
16141
16142 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16143 Specify foreground color.
16144
16145 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16146 color.
16147
16148 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16149
16150 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16151 cddr instead of cdddr.
16152
16153 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16154 instead of copy-list.
16155
16156 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16157 of copy-list.
16158
16159 * subdirs.el: Add eshell subdirectory.
16160
16161 * eshell: New subdirectory containing the Eshell package.
16162
16163 * pcomplete.el: New file.
16164
161652000-06-23 Paul Eggert <eggert@twinsun.com>
16166
16167 * mail/mailpost.el (post-mail-send-it): Make sure file has
16168 proper permissions from birth.
16169
16170 * files.el (basic-save-buffer-2): When temporarily setting
16171 file modes, set them to current modes plus 0200, not to 0777.
16172
16173 * emerge.el (emerge-make-temp-file): Make sure file has proper
16174 permissions from birth.
16175
161762000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16177
16178 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16179 backup file name through convert-standard-filename.
16180
16181 * dos-fns.el (convert-standard-filename): Convert leading
16182 directories as well. When long file names are supported, convert
16183 characters that are invalid in Windows file names.
16184
161852000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16186
16187 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16188 ps-print crashes. New feature: page selection for printing. Create
16189 raw-text-unix coding system for XEmacs. Doc fix.
16190 (ps-print-version): New version number (5.2.3).
16191 (ps-plot-region): Bug fix.
16192 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16193 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16194 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16195 funs.
16196 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16197 (ps-last-page): New vars.
16198
161992000-06-21 Gerd Moellmann <gerd@gnu.org>
16200
16201 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16202 empty option string.
16203
162042000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16205
16206 * man.el (man): Doc fix.
16207
162082000-06-21 Kenichi Handa <handa@etl.go.jp>
16209
16210 * international/mule-cmds.el (set-language-info-alist): Docstring
16211 fixed.
16212
162132000-06-20 Gerd Moellmann <gerd@gnu.org>
16214
16215 * version.el (emacs-version): Use ISO date format.
16216
16217 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16218 instead of `M-backspace'.
16219
16220 * simple.el (turn-off-auto-fill): New function.
16221
162222000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16223
16224 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16225 Renamed from with-buffer-prepared-for-font-lock and use
16226 inhibit-modification-hooks rather than setting *-change-functions.
16227 Update all functions to use the new name.
16228 (jit-lock-first-unfontify-pos): New semantics (and doc).
16229 (jit-lock-mode): Make non-interactive.
16230 Don't automatically turn on font-lock.
16231 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16232 Always use jit-lock-after-change.
16233 Remove and restore font-lock-after-change-function.
16234 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16235 (jit-lock-after-unfontify-buffer): Remove.
16236 (jit-lock-stealth-fontify):
16237 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16238 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16239
162402000-06-20 Sam Steingold <sds@gnu.org>
16241
16242 * emacs-lisp/cl-indent.el (toplevel): Indent
16243 `print-unreadable-object' properly. Untabify.
16244
162452000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16246
16247 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16248 Support for bibentry.
16249 (reftex-compile-variables): Fixed problem with end of section-re.
16250
16251 * texmodes/reftex-dcr.el (reftex-view-crossref,
16252 reftex-view-crossref-from-bibtex):
16253 Deal with changed `reftex-find-citation-regexp-format'.
16254 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16255 Replaced `remprop' with `put'.
16256 (reftex-view-crossref, reftex-view-crossref-when-idle):
16257 Support for bibentry.
16258
16259 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16260 New entry for bibentry package.
16261
16262 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16263 Regexp also matches "\nobibliography".
16264
16265 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16266 Call `reftex-ensure-write-access' before doing anything.
16267 (reftex-ensure-write-access): New function.
16268
162692000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16270
16271 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16272
16273 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16274
16275 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16276
16277 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16278
16279
162802000-06-20 Dave Love <fx@gnu.org>
16281
16282 * faces.el (frame-background-mode): Use set-default, not set, in
16283 setter.
16284 (frame-update-faces, frame-update-face-colors): Define with
16285 defalias.
16286
16287 * enriched.el (enriched-decode-foreground)
16288 (enriched-decode-background): Don't use internal-find-face.
16289
16290 * apropos.el: Doc fixes.
16291
16292 * cus-edit.el (customize-changed-options): Check arg.
16293 (customize-version-lessp): Don't require decimal point.
16294
16295 * custom.el (defcustom, defgroup): Doc fix.
16296
16297 * newcomment.el (comment) <defgroup>: Add :version.
16298 (comment-multi-line): Doc fix.
16299
16300 * emulation/mlsupport.el (define-hooked-local-abbrev,
16301 define-hooked-global-abbrev): Fix, using define-abbrev.
16302
163032000-06-19 Gerd Moellmann <gerd@gnu.org>
16304
16305 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16306 the whole buffer.
16307
163082000-06-19 Dave Love <fx@gnu.org>
16309
16310 * menu-bar.el (menu-bar-options-save): New function.
16311 (menu-bar-options-menu): Use it.
16312 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16313 Simplify.
16314
163152000-06-19 Andreas Schwab <schwab@suse.de>
16316
16317 * progmodes/etags.el (tags-query-replace): Put new parameters
16318 START and END at the end, for backward compatibility.
16319
163202000-06-19 Kenichi Handa <handa@etl.go.jp>
16321
16322 * international/codepage.el:
16323 (cp-coding-system-for-codepage-1): Delete special codes for
16324 generating xxx-dos coding system because now a CCL based coding
16325 system can handle EOL conversion by default.
16326
16327 * international/mule.el (make-coding-system): Generate subsidiary
16328 coding systems for EOL handling variants even for a CCL based
16329 coding system.
16330
163312000-06-19 Kenichi Handa <handa@etl.go.jp>
16332
16333 * international/isearch-x.el (isearch-minibuffer-input-method)
16334 (isearch-minibuffer-input-method-function): These variables
16335 deleted.
16336 (isearch-with-input-method): Don't use the above variables.
16337 (isearch-process-search-multibyte-characters): Likewise. Call
16338 read-string with the arg INHERIT-INPUT-METHOD t.
16339
163402000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16341
16342 * font-lock.el (font-lock-after-fontify-buffer)
16343 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16344
16345 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16346 Use consistent make-local-variable style for font-lock-fontified.
16347 (jit-lock-fontify-buffer):
16348 Don't bother checking for font-lock-mode and jit-lock-mode.
16349
16350 * time.el: Remove trailing ^M that prevent CVS-merging.
16351
163522000-06-16 Gerd Moellmann <gerd@gnu.org>
16353
16354 * Makefile.in (distclean): New target.
16355
163562000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16357
16358 * Makefile.in (srcdir): Define for update-subdirs.
16359
163602000-06-16 Gerd Moellmann <gerd@gnu.org>
16361
16362 * find-lisp.el: New file.
16363
163642000-06-16 Andrew Innes <andrewi@gnu.org>
16365
16366 * time.el (display-time-mail-function): New variable, to allow
16367 external packages to indicate when new mail is available.
16368 (display-time-update): Use it.
16369
163702000-06-16 Kenichi Handa <handa@etl.go.jp>
16371
16372 * international/mule.el (mule-version): Change version name to
16373 SAKAKI. AOI has already been used by Meadow.
16374
16375 * international/quail.el (quail-show-guidance-buf): To find the
16376 bottom window (but minibuffer), pay attention to the height of
16377 minibuffer.
16378
163792000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16380
16381 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16382 menu-bar menus. Add help strings. Don't remove the Edit menu
16383 from the menu bar, as the menu bar has enough space now.
16384
16385 * Makefile.in (SHELL): Make sure /bin/sh is used.
16386
16387 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16388 characters, which use series of two ^H characters instead of one.
16389
163902000-06-15 Gerd Moellmann <gerd@gnu.org>
16391
16392 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16393 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16394 functions.
16395 (Info-find-node-2): Try a case-sensitive search first, then
16396 do a case-insensitive search.
16397
16398 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16399 tutorials.
16400
16401 * complete.el (PC-env-vars-alist): New variable.
16402 (PC-complete-as-file-name): New function.
16403 (partial-completion-mode): Initialize PC-env-vars-alist from
16404 process-environment.
16405 (PC-do-completion): Handle completion of env vars.
16406
16407 * info.el (Info-set-mode-line): Show file name in mode line,
16408 use `*Info*' instead of `Info:'.
16409
16410 * startup.el (command-line-1): Change copyright messages to year
16411 2000.
16412
164132000-06-15 Dave Love <fx@gnu.org>
16414
16415 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16416 not local-map.
16417
164182000-06-15 Kenichi Handa <handa@etl.go.jp>
16419
16420 * international/mule.el (set-buffer-file-coding-system): Almost
16421 rewritten to handle `undecided' as no-op.
16422
164232000-06-14 Gerd Moellmann <gerd@gnu.org>
16424
16425 * Makefile.in: New file.
16426
16427 * Makefile: Removed.
16428
16429 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16430 (goto-address-highlight-keymap): Bind C-c RET.
16431
164322000-06-14 Kenichi Handa <handa@etl.go.jp>
16433
16434 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16435 inherits buffer-file-coding-system of the current buffer.
16436
16437 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16438 0. Give correct argument to set-auto-coding-function.
16439 (tar-expunge): For goto-char, use (point-min), not 0.
16440 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16441 (tar-subfile-save-buffer): Likewize.
16442
16443 * international/mule.el
16444 (after-insert-file-set-buffer-file-coding-system): Call
16445 set-buffer-file-coding-system with the arg FORCE t.
16446
164472000-06-13 Gerd Moellmann <gerd@gnu.org>
16448
16449 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16450 nil. Contemporary sendmails issue an X-Authentication-Warning if
16451 the sender is set with `-f'.
16452
164532000-06-13 Dave Love <fx@gnu.org>
16454
16455 * help.el (describe-function-1): Kluge around cases of functions
16456 fset to subrs whose doc doesn't match their symbol-name.
16457
16458 * image.el (insert-image): Default STRING to a space.
16459
16460 * info.el Doc fixes.
16461 (Info-build-node-completions): Match Ref tags.
16462
164632000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16464
16465 * frame.el (display-multi-frame-p, display-multi-font-p): New
16466 defaliases for display-graphic-p.
16467
16468 * hl-line.el: Fixed a typo in commentary.
16469
164702000-06-13 Kenichi Handa <handa@etl.go.jp>
16471
16472 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16473 fixed.
16474
164752000-06-12 Dave Love <fx@gnu.org>
16476
16477 * image.el (insert-image): Save a little consing.
16478
164792000-06-12 Kenichi Handa <handa@etl.go.jp>
16480
16481 * language/tibet-util.el: Convert all tibetan-1-column characters
16482 to the corresponding tibetan characters.
16483 (tibetan-add-components): Delete code for the special treatment of
16484 'a chung.
16485
16486 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16487 change.
16488 (tibetan-vowel-transcription-alist): More rules added.
16489 (tibetan-composite-vowel-alist): New variable.
16490 (tibetan-precomposition-rule-alist): More rules added.
16491
164922000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16493
16494 * startup.el (command-line): Only call menu-bar-mode if interactive.
16495
16496 * thingatpt.el (toplevel symbol-properties):
16497 * textmodes/makeinfo.el (makeinfo-compile):
16498 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16499 * progmodes/hideif.el (hif-compress-define-list)
16500 (hide-ifdef-use-define-alist):
16501 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16502 (ange-ftp-vms-add-file-entry):
16503 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16504 * man.el (Man-build-man-command):
16505 * mail/rnewspost.el (news-reply-header-hook):
16506 * info.el (Info-insert-dir):
16507 * emulation/mlconvert.el (backward-word, forward-word, setq):
16508 * emacs-lisp/gulp.el (gulp-send-requests):
16509 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16510 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16511 (byte-optimize-apply, end of file):
16512 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16513 (ad-make-freeze-definition):
16514 * startup.el (command-line, command-line-1): Don't quote lambdas.
16515
16516 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16517 (cvs-cleanup-removed): New function.
16518 (cvs-cleanup-functions): New var.
16519 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16520 some flexibility in specifying additional entries to auto-cleanup.
16521 (cvs-quickdir): New function.
16522 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16523 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16524 (cvs-mode-find-file): Check that we are on a filename or dirname
16525 when invoked through a mouse-click.
16526 (cvs-full-path): Remove.
16527 (cvs-dired-action): Re-introduced.
16528 (cvs-dired-noselect): Use it.
16529 (vc-post-command-functions): use this new hook if available.
16530
16531 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16532 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16533 (cvs-filename-map, cvs-dirname-map): Remove.
16534 (cvs-default-action): Remove.
16535 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16536 if the arg is really a keymap.
16537 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16538 Don't hardcode the mapping from state (aka type) to face, but check
16539 the var cvs-fi-<type>-face instead.
16540 (cvs-fileinfo-from-entries): New function.
16541
16542 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16543 Docstring fix.
16544 (cvs-find-file-and-jump): Change default to be safer.
16545 (cvs-mode-diff-map): Define it as a function as well.
16546 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16547 Bind mouse-2 in this global map rather than with text-properties.
16548
16549 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16550 file to resolve the ambiguity between C(conflict) and C(need-merge).
16551
165522000-06-12 Kenichi Handa <handa@etl.go.jp>
16553
16554 * international/mule.el (set-buffer-file-coding-system): If
16555 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16556 unconditionally.
16557
165582000-06-12 Dave Love <fx@gnu.org>
16559
16560 * wid-edit.el (widget-specify-button): Really suppress the face if
16561 required.
16562
165632000-06-11 Gerd Moellmann <gerd@gnu.org>
16564
16565 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16566
165672000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16568
16569 * imenu.el (imenu-generic-expression): Docstring fix.
16570
16571 * composite.el (composition-function-table): Move the `put'
16572 below the autoload cookie so we can load the file before loaddefs.
16573
16574 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16575
16576 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16577 Handle easy-mmode-define-global-mode.
16578 For complex macros like define-minor-mode that can generate
16579 several autoload entries, try to autoload entries in the
16580 macroexpanded code.
16581
16582 * emacs-lisp/easy-mmode.el (define-minor-mode):
16583 If KEYMAP is a symbol, just use it.
16584 Use byte-compile-current-file and load-file-name to infer the
16585 proper :require to pass to defcustom.
16586 Wrap the hook var into `progn' so as not to autoload it.
16587 Add a :autoload-end cookie.
16588 Be more careful about the evaluation of KEYMAP.
16589 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16590 (define-derived-mode): Move define-abbrev-table outside of defvar.
16591
165922000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16593
16594 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16595 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16596 (backup-compiled-files): Ignore errors during `tar'.
16597 (bootstrap): Make autoloads before elc files.
16598
165992000-06-10 Kenichi Handa <handa@etl.go.jp>
16600
16601 * international/mule.el (set-buffer-file-coding-system): If one of
16602 undecided-XXX is specified, change only EOL conversion.
16603
16604 * international/mule-conf.el (unix): New alias for the coding
16605 system undecided-unix.
16606
166072000-06-09 Dave Love <fx@gnu.org>
16608
16609 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16610
16611 * progmodes/executable.el: Byte compile dynamic.
16612 (executable-insert): Change custom type.
16613 (executable-find): Add autoload cookie.
16614 (executable-make-buffer-file-executable-if-script-p): New
16615 function. After Noah Friedman.
16616
16617 * files.el (after-save-hook): Customize, with
16618 executable-make-buffer-file-executable-if-script-p as an option.
16619
166202000-06-09 Kenichi Handa <handa@etl.go.jp>
16621
16622 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16623 "tib24p-mule.bdf" for Tibetan.
16624
16625 * composite.el (decompose-composite-char): Declare it as obsolete.
16626
16627 * man.el (Man-fontify-manpage): Pay attention to underline and
16628 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16629
166302000-06-08 Gerd Moellmann <gerd@gnu.org>
16631
16632 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16633 Set maintainer to FSF since author isn't reachable.
16634
166352000-06-08 Dave Love <fx@gnu.org>
16636
16637 * international/mule-cmds.el (select-safe-coding-system): If
16638 DEFAULT-CODING-SYSTEM is not specified, also check the most
16639 preferred coding-system if buffer-file-coding-system is
16640 `undecided'. From Handa.
16641
166422000-06-08 Kenichi Handa <handa@etl.go.jp>
16643
16644 * international/mule.el
16645 (after-insert-file-set-buffer-file-coding-system): If the buffer
16646 size is greater than INSERTED, judget that we are not visiting.
16647
166482000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16649
16650 * whitespace.el (defgroup whitespace): Comment out `:version'.
16651 XEmacs 20.4 has problems defining the group with this present.
16652 We'll have this commented out till get resolve the problem.
16653
166542000-06-07 John Wiegley <johnw@gnu.org>
16655
16656 * align.el (align-dq-string-modes, align-sq-string-modes)
16657 (align-open-comment-modes): Add pyhton-mode.
16658 (align-rules-list): Use get-text-property instead of
16659 text-properties-at.
16660 (align-rules-list): Add python-assignment.
16661 (align-rules-list): Change perl-comma-delimiter to
16662 basic-comma-delimiter. Use if for Perl modes and python-mode.
16663 (align-rules-list): Add python-chain-logic and
16664 basic-line-continuation.
16665
166662000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16667
16668 * apropos.el (apropos-mode-hook): New user variable.
16669 (apropos-mode): Run apropos-mode-hook.
16670
166712000-06-07 David Ponce <david@dponce.com>
16672
16673 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16674 commands. Require `wid-edit' at run-time.
16675
166762000-06-07 David Ponce <david@dponce.com>
16677
16678 * recentf.el: Added some "Commentary".
16679 (recentf-open-more-files, recentf-edit-list): Minor changes to
16680 move the point at the top of the file list. This behaviour is
16681 consistent with the menu one when the list contains a lot of
16682 files.
16683 (recentf-cleanup): Now displays the number of items removed from
16684 the list.
16685 (recentf-relative-filter) New menu filter to show filenames
16686 relative to `default-directory'.
16687
166882000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16689
16690 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16691 with/without giving an error if PostScript printer doesn't have this
16692 kind of page size. Zebra Stripe continues or restarts on next page.
16693 Manual/automatic paper feeding. Switch or not the header.
16694 (ps-print-version): New version number (5.2.2).
16695 (ps-windows-system): Include emx as a Windows system.
16696 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16697 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16698 (ps-background-text): Code fix.
16699 (ps-error-handler-message, ps-user-defined-prologue)
16700 (ps-print-prologue-header, ps-printer-name)
16701 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16702 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16703 (ps-use-face-background): Customization fix.
16704 (ps-n-up-database): Data fix.
16705 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16706 (ps-switch-header): New vars.
16707 (ps-xemacs-color-name, ps-face-foreground-name)
16708 (ps-face-background-name, ps-boolean-constant): New funs.
16709
167102000-06-07 Dave Love <fx@gnu.org>
16711
16712 * allout.el: New version from Manheimer.
16713
167142000-06-07 Kenichi Handa <handa@etl.go.jp>
16715
16716 * textmodes/fill.el (fill-find-break-point): Check the validity of
16717 charset.
16718
167192000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16720
16721 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16722 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16723 Call display-color-p and display-mouse-p instead of looking at
16724 window-system.
16725
167262000-06-06 Dave Love <fx@gnu.org>
16727
16728 * image.el (find-image): Doc fix. Return nil if image not found.
16729 (put-image, insert-image): Make STRING arg optional.
16730
167312000-06-06 Kenichi Handa <handa@etl.go.jp>
16732
16733 * language/vietnamese.el: Remove eval-when-compile.
16734 (viet-viscii-nonascii-translation-table): Define it as a
16735 translation table made from viet-viscii-decode-table.
16736 (viet-viscii-encode-table): Define it as a translation table made
16737 from the reverse map of above.
16738 (viet-vscii-nonascii-translation-table): Define it as a
16739 translation table made from viet-vscii-decode-table.
16740 (viet-vscii-encode-table): Define it as a translation table made
16741 from the reverse map of above.
16742 (ccl-decode-viscii): Use translate-character.
16743 (ccl-encode-viscii, ccl-encode-viscii-font)
16744 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16745 Likewize.
16746
16747 * language/cyrillic.el: Remove eval-when-compile.
16748 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16749 translation table made from cyrillic-koi8-r-decode-table.
16750 (cyrillic-koi8-r-encode-table): Define it as a translation table
16751 made from the reverse map of above.
16752 (ccl-decode-koi8): Use translate-character.
16753 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16754 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16755 a translation table made from cyrillic-alternativnyj-decode-table.
16756 (cyrillic-alternativnyj-encode-table): Define it as a translation
16757 table made from the reverse map of above.
16758 (ccl-decode-alternativnyj): Use translate-character.
16759 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16760 Likewize
16761
16762 * international/mule-diag.el (non-iso-charset-alist): Specify
16763 translation table symbol instead of translation table itself.
16764 (list-block-of-chars): CHARSET may be a translation table symbol.
16765
16766 * international/mule.el (make-coding-system): If CODING-SYSTEM
16767 already exists, override it.
16768
16769 * international/fontset.el: Use family `proportional' for Tibetan
16770 fonts.
16771
16772 * international/ccl.el (ccl-compile-translate-character): Don't
16773 check if Rrr has property translation-table.
16774 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16775
167762000-06-05 Gerd Moellmann <gerd@gnu.org>
16777
16778 * info.el: Bind case-fold-search to t when searching in case
16779 a user sets it to nil in a hook.
16780
167812000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16782
16783 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16784 * hl-line.el (hl-line-mode): Use the new :global key argument.
16785
16786 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16787 (tar-clip-time-string): Prepend a space.
16788 (tar-grind-file-mode): Construct a string rather than modifying one.
16789 (tar-header-block-summarize): Fix docstring.
16790 Use `format' rather than an error-prone set of copy-loops.
16791
16792 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16793 (diff-goto-source, diff-unified->context, diff-context->unified)
16794 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16795 understand the format output by the `-p' argument to diff.
16796
16797 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16798 (sh-re-done): Use defconst.
16799 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16800 (sh-help-string-for-variable, sh-guess-basic-offset):
16801 Don't quote lambdas.
16802 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16803 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16804
16805 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16806 (mh-letter-mode): Derive from text-mode.
16807 This implicitly means that it now calls kill-all-local-variables.
16808 Also remove the Emacs-18 compatibility code.
16809
16810 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16811 Make use of symbol-property doc-string-elt.
16812 Use memq rather than a sequence of eq.
16813 (doc-string-elt): Fix the wrong or missing previously unused values.
16814 (autoload-print-form): New function extracted from
16815 generate-file-autoloads to allow recursion when handling progn
16816 so that defvar's and defun's docstrings are properly printed.
16817 (generate-file-autoloads): Use it.
16818
16819 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16820 Use find-file-hooks in the minor-mode function.
16821 Be careful not to loop indefinitely in the post-command-hook function.
16822
168232000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16824
16825 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16826 tty's.
16827 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16828 differences whenever appropriate.
16829 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16830 * viper.el (find-file, find-file-other-window): Get viper to do
16831 wildcards.
16832
168332000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16834
16835 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16836 (jit-lock-fontify-buffer): New function for JIT refontification.
16837 (jit-lock-mode): Fix docstring.
16838 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16839 Remove jit-lock-after-change from the _local_ hook.
16840 (jit-lock-function-1): Fix docstring.
16841
16842 * info.el (Info-on-current-buffer): Initialize info.
16843
16844 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16845
16846 * progmodes/tcl.el (tcl-indent-for-comment):
16847 Ignore comment-indent-hook.
16848
16849 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16850 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16851 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16852 and improve to use the lighter to guess the capitalization.
16853 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16854 Add keyword arguments to specify global-ness or the custom group.
16855 Add local-map and help-echo properties to the lighter.
16856 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16857 (easy-mmode-define-global-mode): New macro.
16858
168592000-06-02 Dave Love <fx@gnu.org>
16860
16861 * wid-edit.el: byte-compile-dynamic since we typically don't use
16862 all the widgets. Don't require cl or widget. Remove
16863 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16864 (widget-read-event): Removed. Callers changed to use read-event.
16865 (widget-button-release-event-p): Renamed from
16866 button-release-event-p.
16867 (widget-field-add-space, widget-field-use-before-change):
16868 Uncustomize.
16869 (widget-specify-field): Use keymap property, not local-map.
16870 (widget-specify-button): Obey :suppress-face.
16871 (widget-specify-insert): Use modern backquote syntax.
16872 (widget-image-directory): Renamed from widget-glyph-directory.
16873 (widget-image-enable): Renamed from widget-glyph-enable.
16874 (widget-image-find): Replaces widget-glyph-find.
16875 (widget-button-pressed-face): Move defvar.
16876 (widget-image-insert): Replaces widget-glyph-insert.
16877 (widget-convert): Use keywordp.
16878 (widget-leave-text, widget-children-value-delete): Use mapc.
16879 (widget-keymap): Remove XEmacs stuff.
16880 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16881 (widget-button-click): Don't set point at the click, but re-centre
16882 if we scroll out of window. Rewritten for images v. glyphs &c.
16883 (widget-tabable-at): Use POS arg, not point.
16884 (widget-beginning-of-line, widget-end-of-line)
16885 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16886 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16887 (widget-default-create): Use widget-image-insert; some rewriting.
16888 (widget-visibility-value-create)
16889 (widget-push-button-value-create, widget-toggle-value-create): Use
16890 widget-image-insert.
16891 (checkbox): Create on and off images dynamically.
16892 (documentation-link): Change :help-echo.
16893 (widget-documentation-link-echo-help): Remove.
16894
168952000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16896
16897 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16898
16899 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16900 (easy-mmode-define-toggle, define-minor-mode): Use it.
16901 (easy-mmode-define-keymap): Docstring fix.
16902 (define-derived-mode): Default PARENT to fundamental-mode.
16903 Add the derived-mode-parent symbol-property.
16904 (easy-mmode-derived-mode-p): New function.
16905
169062000-06-02 Dave Love <fx@gnu.org>
16907
16908 * files.el (convert-standard-filename): Doc fix.
16909 (normal-backup-enable-predicate): New function.
16910 (backup-enable-predicate): Use it to replace the lambda form.
16911
16912 * calendar/todo-mode.el: [This needs more work on the outline
16913 stuff.] Doc fixes.
16914 (todo) <defgroup>: Add :version.
16915 (todo-add-category): Don't use pushnew.
16916 (todo-cmd-raise): Fix typo.
16917 (todo-top-priorities): Change temp buffer name.
16918 (todo-category-alist): Avoid redundant lambda.
16919 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16920 Use outline-next-heading.
16921
16922 * autoarg.el: Rewritten to use define-minor-mode.
16923 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16924 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16925
169262000-06-02 Kenichi Handa <handa@etl.go.jp>
16927
16928 * isearch.el (isearch-other-meta-char): Fix previous change.
16929
169302000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16931
16932 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16933 (log-edit-done): Only add the comment to the ring if it's different
16934 from the last comment entered.
16935
16936 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16937
169382000-06-01 Dave Love <fx@gnu.org>
16939
16940 * hl-line.el: Rewritten using define-minor-mode.
16941
16942 * help.el (describe-function-1): Distinguish special form from
16943 builtin function. Sanity-check presence of arglist for builtins.
16944
169452000-06-01 Kenichi Handa <handa@etl.go.jp>
16946
16947 * international/characters.el: Fix syntax/category setting of
16948 Tibetan characters.
16949
16950 * language/tibet-util.el (tibetan-add-components): Fixes for new
16951 encoding of Tibetan characters.
16952 (tibetan-decompose-precomposition-alist): New variable.
16953 (tibetan-decompose-region): Convert precomposed characters to
16954 non-precomposed characters.
16955 (tibetan-decompose-string): Likewise.
16956 (tibetan-composition-function): Fix args to
16957 thibetan-compose-string.
16958
16959 * language/tibetan.el (tibetan-composable-pattern): More
16960 characters included.
16961 (tibetan-consonant-transcription-alist): Rule for "R" added.
16962 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16963 "+R" added.
16964 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16965
16966 * language/lao-util.el (lao-composition-function): Fix args to
16967 compose-string.
16968
16969 * language/thai-util.el (thai-composition-function): Fix args to
16970 compose-string.
16971
16972 * isearch.el (isearch-update): Set disable-point-adjustment to t
16973 to prevent the point moving to the end of a composition when a
16974 part of a composition is searched.
16975 (isearch-other-meta-char): If the key invoking this command can be
16976 mapped by function-key-map to a printing char, call
16977 isearch-process-search-char directly.
16978
169792000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16980
16981 * emacs-lisp/bytecomp.el:
16982 * frame.el:
16983 * international/mule-cmds.el:
16984 * international/mule-util.el:
16985 * international/mule.el:
16986 * mouse.el:
16987 * subr.el:
16988 * faces.el: Update calls to make-obsolete with a WHEN argument.
16989
16990 * byte-run.el (make-obsolete, make-obsolete-variable):
16991 Add an optional WHEN argument and change the format of the
16992 symbol-property information.
16993 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16994 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16995 new obsolete-symbol-property format and print WHEN if it is provided.
16996
169972000-05-31 Dave Love <fx@gnu.org>
16998
16999 * loadhist.el (loadhist-hook-functions): Remove
17000 before-change-function, after-change-function.
17001 (unload-feature): Deal with symbols which are both bound and
17002 fbound.
17003
17004 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
17005 before-change-function, after-change-function.
17006
17007 * simple.el (newline): Don't bind before-change-function,
17008 after-change-function.
17009
170102000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
17011
17012 * whitespace.el (whitespace-rescan-timer-time): Update interval
17013 set to 600 seconds (10 minutes) instead of 60 seconds since
17014 a large number of whitespace buffers causes emacs to `freeze'
17015 for a considerable amount of time.
17016
17017 * whitespace.el: Updated email address
17018
170192000-05-31 Dave Love <fx@gnu.org>
17020
17021 * add-log.el (change-log-font-lock-keywords) <function>: Add
17022 pattern for function of change.
17023 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
17024 acknowledgements patterns.
17025
170262000-05-31 Kenichi Handa <handa@etl.go.jp>
17027
17028 * isearch.el (isearch-printing-char): If keyboard coding system is
17029 being used, call isearch-process-search-multibyte-characters.
17030
17031 * international/isearch-x.el: Mostly rewritten.
17032
17033 * international/quail.el (quail-start-conversion): Don't include
17034 unhandled events in the returned events, but set them in
17035 unread-command-events. Exit if all inputs are deleted.
17036
170372000-05-30 Jason Rumney <jasonr@gnu.org>
17038
17039 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
17040
17041 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
17042 Reenable code to create initial fontsets.
17043 Use set-fontset-font in place of put-charset-property.
17044
170452000-05-30 Gerd Moellmann <gerd@gnu.org>
17046
17047 * progmodes/perl-mode.el (perl-indent-line): When looking for a
17048 label, ensure that the first colon isn't followed by another.
17049
17050 * paths.el (Info-default-directory-list): Doc fix.
17051
17052 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17053 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
17054 send a query containing USER only, not USER@HOST.
17055
17056 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
17057 and rmail-msgend to compute the restriction at the end, instead of
17058 computing it.
17059
170602000-05-29 Gerd Moellmann <gerd@gnu.org>
17061
17062 * dabbrev.el (dabbrev-expand): Don't display messages in the
17063 echo area if the minibuffer window is active.
17064
17065 * jit-lock.el (jit-lock-mode): Add after change function to
17066 local hook.
17067
170682000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
17069
17070 * antlr-mode.el: New commands: hide/unhide actions,
17071 upcase/downcase literals.
17072 (antlr-tiny-action-length): New user option.
17073 (antlr-hide-actions): New command. Suggested by
17074 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
17075 (antlr-mode-map): New binding [C-c C-v].
17076 (antlr-mode-menu): New entries.
17077 (antlr-downcase-literals): New command.
17078 (antlr-upcase-literals): Ditto.
17079
17080 * antlr-mode.el: Minor changes: indendation, mode-name.
17081 (antlr-indent-line): Indent cpp directive at column 0.
17082 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
17083
17084 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
17085 (antlr-font-lock-additional-keywords): Workaround for intentional
17086 bug in XEmacs version of font-lock.
17087 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
17088 be used by a smarter version of `buffers-menu-grouping-function'.
17089
170902000-05-29 Gerd Moellmann <gerd@gnu.org>
17091
17092 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
17093 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
17094
170952000-05-29 Kenichi Handa <handa@etl.go.jp>
17096
17097 * international/encoded-kb.el
17098 (encoded-kbd-iso2022-designation-map): Pay attention to that
17099 charset-iso-final-char return -1 for eight-bit-control and
17100 eight-bit-graphic.
17101
171022000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17103
17104 * speedbar.el (speedbar-use-images, speedbar-update-flag)
17105 (speedbar-easymenu-definition-base): Use display-graphic-p where
17106 available, instead of window-system.
17107
171082000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
17109
17110 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17111 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17112 coding systems.
17113
171142000-05-26 Dave Love <fx@gnu.org>
17115
17116 * disp-table.el (standard-display-underline): Don't use
17117 internal-find-face.
17118
17119 * mail/reporter.el: Maintainer change. Doc fixes.
17120 (reporter-version): Deleted.
17121
17122 * emacs-lisp/elp.el: Maintainer change.
17123 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17124
171252000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17126
17127 * add-log.el (add-change-log-entry): Merge the current entry with the
17128 previous one if the previous one is empty.
17129
171302000-05-26 Dave Love <fx@gnu.org>
17131
17132 * loadhist.el (unload-feature): Fix interactive spec [from
17133 lijnzaad@ebi.ac.uk].
17134
17135 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17136 subr-arity to check primitives.
17137 (byte-compile-flush-pending, byte-compile-file-form-progn)
17138 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17139 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17140 mapcar.
17141
171422000-05-26 Kenichi Handa <handa@etl.go.jp>
17143
17144 * international/fontset.el: Set family names of non-latin charsets
17145 in default fontset to "*".
17146
17147 * international/mule-diag.el (print-fontset): Combine family part
17148 and registry part of the fontname by "-*-" instead of "-".
17149
17150 * international/mule-cmds.el (encode-coding-char): Make strings
17151 multibyte before calling encode-coding-string.
17152
171532000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17154
17155 * derived.el: Fix keywords.
17156 (define-derived-mode): Only define if needed.
17157
17158 * simple.el (fill-comment, comment-column, comment-start)
17159 (comment-start-skip, comment-end, comment-indent-function)
17160 (block-comment-start, block-comment-end, indent-for-comment)
17161 (set-comment-column, kill-comment, comment-padding, comment-region)
17162 (comment-multi-line, indent-new-comment-line): Remove.
17163
17164 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17165 function names for comment operations.
17166
17167 * newcomment.el: Add abundant autoload cookies.
17168 (comment-style): Don't depend on runtime data at compile-time.
17169 (comment-indent-hook): Remove.
17170 (comment-indent): Check if comment-indent-hook is bound.
17171 (comment-region): Docstring fix.
17172
171732000-05-25 Dave Love <fx@gnu.org>
17174
17175 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17176 byte-code-function-p.
17177
17178 * mail/rmailsum.el: Add provide.
17179
17180 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17181
17182 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17183 defcustom.
17184
171852000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17186
17187 * ediff-diff.el (ediff-exec-process): delete --binary option from
17188 non-buffer ediff jobs.
17189
171902000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17191
17192 * hilit-chg.el (highlight-changes-mode): Ask about color or
17193 grayscale support, not about window-system.
17194
17195 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17196 window-system.
17197 (ffap-highlight): Always default to t.
17198
17199 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17200 display-popup-menus-p instead of looking at window-system.
17201
17202 * disp-table.el (standard-display-g1, standard-display-graphic):
17203 Only refuse to use string glyphs on X and MS-Windows.
17204
17205 * avoid.el: Remove window-system from commentary, suggest to use
17206 display-*-p instead.
17207
17208 * apropos.el (apropos-print): Use display-mouse-p instead of
17209 window-system.
17210
172112000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17212
17213 * international/codepage.el (cp-decoding-vector-for-codepage):
17214 Fill up unsupported characters with their own codes. From Kenichi
17215 Handa.
17216
172172000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17218
17219 * international/mule-diag.el (describe-char-after): Use
17220 display-graphic-p instead of window-system, so that this function
17221 works on MS-DOS.
17222
172232000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17224
17225 * international/codepage.el (cp-make-coding-systems-for-codepage):
17226 Remove the eight-bit-graphic and eight-bit-control charsets from
17227 the list of charsets which we convert into `?'.
17228
172292000-05-25 Kenichi Handa <handa@etl.go.jp>
17230
17231 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17232 private charsets.
17233 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17234 japanese-jisx0213-2): New charsets.
17235
17236 * international/fontset.el: Setup default fontset for new charsets.
17237
172382000-05-24 Dave Love <fx@gnu.org>
17239
17240 * info.el (Info-find-node-2): Restructure [following "Vadim
17241 S. Solomin" <sovs@uic.nnov.ru>].
17242
17243 * icomplete.el: Fix header for Finder.
17244
172452000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17246
17247 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17248 STAY.
17249
17250 * rmail.el (rmail-automatic-folder-directives): New user variable.
17251 (rmail-show-message): Add call to `rmail-auto-file' during
17252 display.
17253 (rmail-auto-file): New function.
17254
172552000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17256
17257 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17258 account.
17259 (ediff-test-utility,ediff-diff-mandatory-option)
17260 (ediff-reset-diff-options): Utilities for proper initialization of
17261 ediff-diff-options and ediff-diff3-options on Windows.
17262
17263 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17264 variable.
17265
17266 * ediff-mult.el (ediff-filegroup-action): Use
17267 ediff-merge-filename-prefix.
17268
172692000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17270
17271 * viper-ex.el (ex-write): Set selective display to nil.
17272
172732000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17274
17275 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17276 aliases for hebrew-iso-8bit.
17277
172782000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17279
17280 * woman.el: New version from Francis J. Wright
17281 <F.J.Wright@Maths.QMW.ac.uk>.
17282 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17283 names in environment variables regardless of the path separator.
17284 (woman-topic-all-completions-1): Don't call file-name-directory-p
17285 on all files, since woman-file-regexp already filters out any
17286 directories.
17287
172882000-05-24 Kenichi Handa <handa@etl.go.jp>
17289
17290 * international/quail.el (quail-start-translation): Don't change
17291 modified-p of the current buffer.
17292 (quail-start-conversion): Likewise.
17293
17294 * international/kkc.el (kkc-region): Don't change modified-p of
17295 the current buffer.
17296
17297 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17298 conform to RFC1468.
17299 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17300
173012000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17302
17303 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17304 (speedbar-insert-button): Invisible text property fix.
17305 (speedbar-directory-plus): Renamed from speedbar-directory-+
17306 (speedbar-directory-minus): Renamed from speedbar-directory--
17307 (speedbar-page-plus): Renamed from speedbar-file-+
17308 (speedbar-page-minus): Renamed from speedbar-file--
17309 (speedbar-page): Renamed from speedbar-file-
17310 (speedbar-tag): Renamed from speedbar-tag-
17311 (speedbar-tag-plus): Renamed from speedbar-tag-+
17312 (speedbar-tag-minus): Renamed from speedbar-tag--
17313 (speedbar-expand-image-button-alist): Use above renames.
17314
17315 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17316 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17317 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17318 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17319 * sb-pg.xpm: Renamed from sb-file.xpm
17320 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17321 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17322
173232000-05-24 Kenichi Handa <handa@etl.go.jp>
17324
17325 * international/quail.el (quail-show-guidance-buf): Set
17326 current-input-method of the guidance buffer to the name of the
17327 curren input method.
17328
173292000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17330
17331 * progmodes/compile.el (compile-internal): Style typo.
17332
17333 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17334 quote vars and functions in the docstring.
17335
17336 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17337
17338 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17339 Don't quote lambdas.
17340
17341 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17342
173432000-05-23 Gerd Moellmann <gerd@gnu.org>
17344
17345 * startup.el (command-line): Determine source file of compiled
17346 user init file differently. Warn if compiled user init file
17347 is older than its source file.
17348
17349 * ffap.el (ffap-url-regexp): Add `https'.
17350
173512000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17352
17353 * files.el (make-backup-file-name-1): Replace slashes with `!'
17354 rather than `|' (which is not allowed on Windows). Replace the
17355 drive letters with a string "drive_X".
17356
173572000-05-23 Gerd Moellmann <gerd@gnu.org>
17358
17359 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17360
17361 * files.el (interpreter-mode-alist): Add `bash2'.
17362
173632000-05-22 Dave Love <fx@gnu.org>
17364
17365 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17366 mapc.
17367 (feature-file): Avoid calling symbol-name. Doc fix.
17368 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17369 (loadhist-hook-functions): Add mouse-position-function.
17370 (unload-feature): Change uses of mapcar.
17371
17372 * files.el (parse-colon-path): Doc fix.
17373 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17374 (set-auto-mode): Use mapc.
17375
17376 * complete.el (PC-look-for-include-file): Use :alnum: character
17377 class.
17378 (partial-completion-mode): Add autoload cookie.
17379
173802000-05-22 Sam Steingold <sds@gnu.org>
17381
17382 * info.el (Info-fontify-node): Fixed the call to
17383 `add-text-properties' (bug introduced on 2000-05-18).
17384
173852000-05-22 Dave Love <fx@gnu.org>
17386
17387 * bindings.el: Remove debug-ignored-errors set in other files.
17388
17389 * progmodes/etags.el: Add to debug-ignored-errors.
17390 (visit-tags-table-buffer): Clear out buffers holding old tables
17391 when making a new list.
17392 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17393 mapc.
17394
17395 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17396 quote keywords.
17397 (cmpl-string-case-type): Use character classes.
17398
17399 * comint.el:
17400 * textmodes/ispell.el:
17401 * imenu.el:
17402 * mail/mh-e.el:
17403 * progmodes/compile.el: Add to debug-ignored-errors.
17404
17405 * dabbrev.el: Add to debug-ignored-errors.
17406 (dabbrev-completion): Use mapc.
17407
174082000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17409
17410 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17411 (woman-mapcan, woman-parse-man.conf)
17412 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17413 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17414 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17415 path syntax better.
17416 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17417 (woman-manpath): Call woman-parse-man.conf.
17418 (woman-emulation): New defcustom, defaults to nroff.
17419 (woman-font-support): New defconst.
17420 (woman-use-symbol-font): New defcustom.
17421 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17422 "Emulation".
17423 Many functions: Doc fix.
17424
174252000-05-22 Kenichi Handa <handa@etl.go.jp>
17426
17427 * international/quail.el (quail-simple-translation-keymap): Map
17428 128..255 to quail-self-insert-command.
17429 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17430
174312000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17432
17433 * help.el (help-manyarg-func-alist): Typo.
17434
17435 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17436 intervals which makes it heaps simpler.
17437
17438 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17439 the nested comment markers.
17440
17441 * subr.el (remove-hook): Don't turn the hook's value into a list.
17442
174432000-05-21 Dave Love <fx@gnu.org>
17444
17445 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17446 are invalid characters.
17447
17448 * international/mule-util.el (detect-coding-with-priority): Use
17449 mapc. Remove redundant lambda.
17450
17451 * international/mule-diag.el (list-non-iso-charset-chars)
17452 (describe-fontset): Remove redundant lambda.
17453
17454 * emulation/crisp.el (brief-mode): New alias.
17455
17456 * emacs-lisp/ring.el (ring-elements): New function.
17457
17458 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17459 (easy-menu-do-add-item): Use keywordp.
17460
17461 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17462
17463 * replace.el: Doc and error message fixes.
17464 (replace-highlight): Use facep, not internal-find-face.
17465
174662000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17467
17468 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17469
17470 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17471 (log-edit-insert-changelog): Drop `:' as well.
17472
17473 * log-view.el: Fix file description.
17474 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17475 available.
17476 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17477 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17478
17479 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17480 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17481 Print a status message if the toggle is called interactively.
17482 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17483 for global minor modes and use `defcustom' for them.
17484 Use add-minor-mode.
17485 (easy-mmode-define-derived-mode): Remove.
17486 (define-derived-mode): Fancier default docstring.
17487 (easy-mmode-define-navigation): Signal an error rather than (ding).
17488
17489 * newcomment.el (comment-styles): New `box-multi'.
17490 (comment-normalize-vars): Better default for comment-continue to
17491 avoid whitespace-only continuations.
17492 (comment-search-forward): Always move even in the no-syntax case.
17493 (comment-padright): Only obey N if it's only obeyed for padleft.
17494 (comment-make-extra-lines): Better handling of empty continuations.
17495 Use `=' for the filler if comment-start has only one character.
17496 (uncomment-region): Try handling the special `=' filler.
17497 (comment-region): Allow LINES even if MULTI is nil.
17498 (comment-box): Choose box style based on comment-style.
17499
175002000-05-20 Kenichi Handa <handa@etl.go.jp>
17501
17502 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17503 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17504
175052000-05-20 Kenichi HANDA <handa@etl.go.jp>
17506
17507 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17508 and insert, not subst-char-in-region.
17509
17510 * international/mule-diag.el (list-character-sets-1): Handle
17511 charsets eight-bit-control and eight-bit-graphic.
17512 (list-iso-charset-chars): Likewise.
17513 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17514 charactes as is. Use indent-to to align characters.
17515
17516 * international/mule-cmds.el (find-multibyte-characters): Never
17517 exclude charsets eight-bit-control and eight-bit-graphic.
17518
175192000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17520
17521 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17522 Don't quote lambdas.
17523
17524 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17525
175262000-05-19 Gerd Moellmann <gerd@gnu.org>
17527
17528 * gud.el (gud-jdb-directories): Doc fix.
17529
175302000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17531
17532 * newcomment.el: New file.
17533
175342000-05-19 Gerd Moellmann <gerd@gnu.org>
17535
17536 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17537
175382000-05-18 Andreas Schwab <schwab@suse.de>
17539
17540 * dired.el (dired-between-files): Also skip lines beginning with
17541 `used'.
17542
175432000-05-18 Gerd Moellmann <gerd@gnu.org>
17544
17545 * msb.el (msb-menu-cond): Add choice `user'.
17546
175472000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17548
17549 * ps-print.el: Compatibility, customization and doc fix.
17550 (ps-printer-name-option): Replace defconst by defvar.
17551 (ps-postscript-code-directory): XEmacs compatibility.
17552 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17553 fix.
17554 (ps-user-defined-prologue, ps-print-prologue-header)
17555 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17556 compatibility and code fix.
17557 (ps-print-background-image, ps-print-background-text):
17558 Customization fix.
17559 (ps-line-number-start, ps-n-up-on): New vars.
17560
175612000-05-18 Espen Skoglund <esk@ira.uka.de>
17562
17563 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17564 the indent-comment function to just return the appropriate indent.
17565
175662000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17567
17568 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17569 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17570 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17571
175722000-05-18 Dave Love <fx@gnu.org>
17573
17574 * info.el (Info-fontify-node): Add intangible property as well as
17575 invisible.
17576
17577 * calendar/appt.el (appt-make-list): Match all lines of entry.
17578 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17579
175802000-05-18 Kenichi Handa <handa@etl.go.jp>
17581
17582 * international/mule-diag.el (describe-char-after): Call
17583 internal-char-font, not char-font. If internal-char-font returns
17584 nil, display "-- none --".
17585
175862000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17587
17588 * image.el (image-type-available-p): Don't reference image-types
17589 if it isn't bound.
17590
175912000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17592
17593 * autoarg.el (autoarg-mode): Typo in the :set argument.
17594
175952000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17596
17597 * startup.el (command-line-1): Don't signal an error if the
17598 directory for auto-save-list files does not yet exist.
17599
176002000-05-17 Kenichi Handa <handa@etl.go.jp>
17601
17602 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17603
176042000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17605
17606 * subr.el (remove-hook): `setq' hook-value, not `set'.
17607
176082000-05-16 Sam Steingold <sds@gnu.org>
17609
17610 * info.el (debug-ignored-errors): More errors to ignore.
17611
176122000-05-16 Dave Love <fx@gnu.org>
17613
17614 * cus-edit.el: Don't require cl or easymenu.
17615 (custom-variable-prompt): Test standard-value property, not
17616 user-variable-p.
17617
176182000-05-16 Sam Steingold <sds@gnu.org>
17619
17620 * subr.el (add-hook): `setq' hook-value, not `set'.
17621
176222000-05-16 Gerd Moellmann <gerd@gnu.org>
17623
17624 * startup.el (command-line-1): Mention the FAQ in the startup
17625 message.
17626
17627 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17628
17629 * progmodes/compile.el (compilation-parse-errors): Collect
17630 `nomessage' regexps last.
17631
17632 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17633
17634 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17635 to the function name.
17636
176372000-05-15 Dave Love <fx@gnu.org>
17638
17639 * speedbar.el (speedbar-recenter): Typo.
17640 (speedbar-expand-line): Make arg optional.
17641 (speedbar-mode): Avoid a compiler warning.
17642
176432000-05-15 Gerd Moellmann <gerd@gnu.org>
17644
17645 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17646 user-specified option string is empty.
17647
17648 * mouse.el (mouse-yank-at-click): Doc fix.
17649
176502000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17651
17652 * term/internal.el (IT-character-translations): More updates of
17653 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17654 documents.
17655
176562000-05-15 Gerd Moellmann <gerd@gnu.org>
17657
17658 * env.el (getenv): New function, interactively callable.
17659 (setenv, getenv): Remove autoload cookies.
17660
17661 * loadup.el: Load `env'.
17662
17663 * progmodes/f90.el: Change author's mail address.
17664
176652000-05-14 Dave Love <fx@gnu.org>
17666
17667 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17668 goto-addr as an option.
17669
17670 * help.el (help-xref-stack): Doc fix.
17671 (help-xref-following): New variable.
17672 (help-make-xrefs): Use it.
17673 (help-xref-go-back): Use position information from stack element.
17674 (help-follow): Make position in stack element a pair. Use
17675 help-xref-following.
17676
17677 * autoarg.el: New file.
17678
17679 * faces.el: Declare more functions obsolete.
17680
17681 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17682 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17683 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17684 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17685 Remove all the setup-...-environment functions.
17686
176872000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17688
17689 * speedbar.el: Updated the commentary section. xemacs20p now uses
17690 >= when detecting. Require `defimage' safely.
17691 (speedbar-easymenu-definition-base): Add toggle for images.
17692 (speedbar-easymenu-definition-special): Add flush cache & expand.
17693 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17694 (speedbar-reconfigure-keymaps-hook): New variable.
17695 (speedbar-frame-parameters): Updated documentation.
17696 (speedbar-use-imenu-flag): Updated custom tag
17697 (speedbar-dynamic-tags-function-list): New variable.
17698 (speedbar-tag-hierarchy-method): Updated doc & custom.
17699 (speedbar-indentation-width, speedbar-indentation-width) New
17700 variables.
17701 (speedbar-hide-button-brackets-flag): Customizable.
17702 (speedbar-vc-indicator): Doc update.
17703 (speedbar-ignored-path-expressions): Updated default value.
17704 (speedbar-supported-extension-expressions): Updated default value.
17705 (speedbar-syntax-table): Remove {} paren status.
17706 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17707 as "+". Added overlay aliases.
17708 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17709 `force-mode-line-update'.
17710 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17711 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17712 `mouse-set-point'
17713 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17714 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17715 of arbitrary text, and new helper functions.
17716 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17717 filename finder.
17718 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17719 (speedbar-directory-buttons): Update path search/expansion.
17720 (speedbar-make-tag-line): Pay attention to
17721 `speedbar-indentation-width'. Use more care w/ invisible
17722 properties.
17723 (speedbar-change-expand-button-char): Call
17724 `speedbar-insert-image-button-maybe'.
17725 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17726 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17727 (speedbar-trim-words-tag-hierarchy)
17728 (speedbar-simple-group-tag-hierarchy): New functions
17729 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17730 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17731 functions.
17732 (speedbar-mouse-set-point): New function
17733 (speedbar-power-click): Updated documentation.
17734 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17735 of tag prefix text.
17736 (speedbar-expand-line, speedbar-contract-line): Make more robust
17737 to strange text.
17738 (speedbar-expand-line): Takes universal argument to flush the
17739 cache.
17740 (speedbar-flush-expand-line): New function.
17741 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17742 Use new generator insertion method.
17743 (speedbar-fetch-dynamic-tags): New function.
17744 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17745 `speedbar-fetch-dynamic-imenu'.
17746 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17747 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17748 "Revert Buffer" menu items.
17749 (speedbar-buffer-buttons-engine): Be smarter when creating a
17750 filename tag (for expansion purposes.).
17751 (speedbar-highlight-one-tag-line,
17752 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17753 (speedbar-recenter): New functions.
17754 (defimage-speedbar): Image loading abstraction.
17755 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17756 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17757 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17758 (speedbar-tag-type, speedbar-tag-mail): New images.
17759 (speedbar-expand-image-button-alist): New variable.
17760 (speedbar-insert-image-button-maybe): Insert an image over some
17761 buttons.
17762
177632000-05-13 Kenichi Handa <handa@etl.go.jp>
17764
17765 * international/mule-cmds.el (encode-coding-char): An ASCII
17766 character is always encodable.
17767
17768 * international/mule-conf.el: Add more information in descriptions
17769 of character sets.
17770
17771 * international/mule-diag.el (describe-char-after): New function.
17772 (describe-font-internal): Adjusted for the change of font-info.
17773 (describe-font): Likewise.
17774 (print-fontset): Rewritten for the new fontset implementation.
17775 (describe-fontset): Include fontset alias names in completion.
17776 (list-fontsets): Adjusted for the change of print-fontset.
17777
17778 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17779 describe-char-after instead of displaying the detail in the echo
17780 area.
17781 (syntax-code-table): Format changed.
17782 (string-to-syntax): Adjusted for the above change.
17783
177842000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17785
17786 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17787
177882000-05-12 Dave Love <fx@gnu.org>
17789
17790 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17791 dependence. Use line-{beginning,end}-position, not
17792 point-at{b,e}ol. Some doc fixes.
17793 (todo-position): New function. Fix callers of position to use it.
17794 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17795
177962000-05-12 Gerd Moellmann <gerd@gnu.org>
17797
17798 * time.el (display-time-mail-icon): Use `:ascent center'.
17799
17800 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17801 handling FTP security extensions.
17802
178032000-05-11 Dave Love <fx@gnu.org>
17804
17805 * calendar/todo-mode.el: New file.
17806
178072000-05-11 Gerd Moellmann <gerd@gnu.org>
17808
17809 * comint.el (comint-read-input-ring): Move reference to
17810 comint-input-ring-size outside of the save-excursion. It was
17811 causing the default value to be the only one ever seen.
17812
17813 * font-lock.el: Update copyright. Remove Simon Marshall's email
17814 address on request from him.
17815
17816 * subr.el (substitute-key-definition): Add comment describing
17817 the meaning of PREFIX.
17818
178192000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17820
17821 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17822
17823 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17824 (add-minor-mode): Don't make the variable buffer-local and add a
17825 reference to define-minor-mode in the docstring.
17826
17827 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17828 HEADER/FOOTER and fix bug with trailing empty directory.
17829 (cvs-append-to-ignore): Use vc-editable-p if available.
17830 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17831 (vc-do-command): Tweak advice to handle the new VC.
17832
17833 * log-view.el (log-view-goto-rev): New function for the new VC.
17834 (log-view-minor-wrap): Use mark-active.
17835
17836 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17837 (log-edit-changelog-full-paragraphs): New var.
17838 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17839 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17840 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17841 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17842 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17843 Replace the `cvs' prefix with `log-edit'.
17844
17845 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17846
17847 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17848 (diff-font-lock-defaults): Explicitly turn off multiline.
17849 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17850 (diff-ediff-patch): Fix call to ediff-patch-file.
17851 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17852 Handle comments.
17853
17854 * frame.el (automatic-hscrolling): Typo.
17855
17856 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17857
178582000-05-09 Sam Steingold <sds@goems.com>
17859
17860 * apropos.el (apropos-print): use `describe-face' instead of
17861 `customize-face-other-window'.
17862
178632000-05-09 Dave Love <fx@gnu.org>
17864
17865 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17866
17867 * help.el (describe-variable): Have customize button pop the
17868 help-xref stack when invoked.
17869 (help-xref-symbol-regexp): Add `face'.
17870 (help-make-xrefs): Check for quoted face names and adapt regexp
17871 submatch numbers to cope.
17872 (help-xref-interned): Maybe insert face doc too. Separate
17873 sections with a line of hyphens.
17874
17875 * faces.el: Some doc fixes. Declare some functions obsolete.
17876 (describe-face): Add customize button. Return the help
17877 text. Fix prompt.
17878
178792000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17880
17881 * term/internal.el (IT-character-translations): Fix last change.
17882
178832000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17884
17885 * woman.el: New file
17886 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17887
178882000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17889
17890 * term/internal.el (IT-character-translations): Update ASCII
17891 simulations for greek-iso8859-7, add latin-iso8859-14 and
17892 latin-iso8859-15.
17893
17894 * international/mule-cmds.el (set-language-info-alist): Call
17895 define-prefix-command with 3 arguments, to make the map suitable
17896 for a menu.
17897
178982000-05-07 Dave Love <fx@gnu.org>
17899
17900 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17901
179022000-05-05 Dave Love <fx@gnu.org>
17903
17904 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17905 list in doc string. Don't quote keyword symbols.
17906 * emacs-lisp/cl.el: Likewise
17907 * emacs-lisp/cl-seq.el: Likewise
17908
179092000-05-05 Gerd Moellmann <gerd@gnu.org>
17910
17911 * abbrev.el (abbrev-mode): Make ARG optional.
17912
179132000-05-04 Gerd Moellmann <gerd@gnu.org>
17914
17915 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17916
17917 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17918
17919 * subr.el (substitute-key-definition): Clarify documentation.
17920
179212000-05-04 Milan Zamazal <pdm@freesoft.cz>
17922
17923 * glasses.el (glasses-convert-to-unreadable): Use
17924 `glasses-separator' instead of the hard-wired "_".
17925 (glasses-mode): Call `glasses-make-unreadable' only in a single
17926 place.
17927
179282000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17929
17930 * term/internal.el (cjk-codepages-alist): Add associations for
17931 Chinese and Korean codepages. Remove FIXME comment.
17932
179332000-05-03 Dave Love <fx@gnu.org>
17934
17935 * time.el (display-time-mail-face, display-time-use-mail-icon):
17936 New option.
17937 (display-time-mail-icon): New variable.
17938 (display-time-string-forms): Use the above. Fix the local-map.
17939
179402000-05-03 Gerd Moellmann <gerd@gnu.org>
17941
17942 * replace.el (query-replace-map): Add binding for `E'.
17943 (query-replace-help): Extend help text.
17944 (perform-replace): Allow editing the replacement string.
17945
17946 * make-mode.el (makefile-mode-abbrev-table): New variable.
17947 (makefile-mode): Set local abbrev table to
17948 makefile-mode-abbrev-table.
17949 (makefile-font-lock-keywords): Fontify includes and conditionals.
17950
17951 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17952 set TOGGLE's value.
17953
17954 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17955 mail-interactive-insert-alias.
17956 (mail-abbrev-complete-alias): New command.
17957 (mail-mode-map): Bind it to `M-TAB'.
17958
179592000-05-03 Kenichi Handa <handa@etl.go.jp>
17960
17961 * language/lao-util.el (lao-compose-region): New function.
17962
179632000-05-02 Gerd Moellmann <gerd@gnu.org>
17964
17965 * files.el (recover-session): Make directories as necessary
17966 if they don't exist yet.
17967
17968 * calendar/cal-french.el
17969 (french-calendar-multibyte-special-days-array)
17970 (french-calendar-special-days-array): Change French text.
17971 (calendar-french-date-string): Change output.
17972 (calendar-goto-french-date): Likewise.
17973
179742000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17975
17976 * wid-edit.el (widget-default-active): Obey `:always-active'.
17977 (widget-documentation-string-value-create): Set `:always-active'.
17978
179792000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17980
17981 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17982 default prefix to `~/_emacs.d/auto-save.list/_s'.
17983 (normal-top-level): Create the directory for auto-save files, if
17984 it doesn't already exist (in the ms-dos case only).
17985
179862000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17987
17988 * international/mule-cmds.el (set-language-environment): Don't
17989 concat an integer (dos-codepage), use format instead.
17990
179912000-05-02 Dave Love <fx@gnu.org>
17992
17993 * help.el (help-xref-on-pp): Check for constant symbols.
17994
179952000-04-29 Gerd Moellmann <gerd@gnu.org>
17996
17997 * startup.el (normal-top-level): Put a condition-case around
17998 the code loading subdirs.el.
17999
180002000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18001
18002 * ps-print.el: Upside-down and face background color printing,
18003 line number step, doc fix.
18004 (ps-print-version): New version number (5.2).
18005 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
18006 (ps-face-attribute-list, ps-plot-with-face): Code fix.
18007 (ps-spool-config): Var fix.
18008 (ps-printer-name-option): Const fix.
18009 (ps-print-upside-down, ps-use-face-background)
18010 (ps-line-number-step): New vars.
18011 (ps-window-system, ps-lp-system): New consts.
18012 (ps-face-background): New fun.
18013
180142000-04-28 Richard Stallman <rms@gnu.org>
18015
18016 * files.el (make-auto-save-file-name):
18017 Apply auto-save-file-name-transforms to visited file name
18018 before generating auto save file name.
18019 (auto-save-file-name-transforms): New variable.
18020
18021 * files.el (backup-enable-predicate):
18022 Correctly test for a file under a temporary directory.
18023
180242000-04-28 Gerd Moellmann <gerd@gnu.org>
18025
18026 * subr.el (add-minor-mode): Rewritten.
18027
180282000-04-28 Kenichi Handa <handa@etl.go.jp>
18029
18030 * mail/sendmail.el (sendmail-send-it): Set
18031 buffer-file-coding-system to the selected coding system for MIME
18032 header.
18033
180342000-04-27 Gerd Moellmann <gerd@gnu.org>
18035
18036 * dired.el (dired-move-to-filename-regexp): Allow format where
18037 YYYY is followed by two spaces.
18038
18039 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
18040 in the second character class of the regexp.
18041
18042 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
18043 mh-etc, too.
18044
18045 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
18046 nil.
18047
18048 * subr.el (add-minor-mode): Use `set' instead of `setq'.
18049
18050 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
18051 argument.
18052
180532000-04-27 Sen Nagata <sen@eccosys.com>
18054
18055 * emacs-lisp/crm.el (crm-completion-table): New variable.
18056 (crm-collection-fn, crm-test-completion)
18057 (completing-read-multiple): Use it.
18058
180592000-04-27 Dave Love <fx@gnu.org>
18060
18061 * help.el (locate-library): Use mapc.
18062 (help-manyarg-func-alist): Add call-process-region.
18063
180642000-04-26 Gerd Moellmann <gerd@gnu.org>
18065
18066 * subr.el (add-minor-mode): Make argument MAP optional.
18067
18068 * desktop.el (desktop-save): Save list of minor modes.
18069 (desktop-create-buffer): Restore minor modes.
18070 (desktop-minor-mode-table): New user-option.
18071
18072 * subr.el (add-minor-mode): New function.
18073
18074 * image.el (find-image): New function.
18075 (defimage): Rewritten to find image at load time.
18076
18077 * startup.el (normal-top-level-add-to-load-path): Handle
18078 case that the default directory is not in load-path.
18079
18080 * help.el: Old patch from Stefan Monnier.
18081 (help-xref-on-pp): New function.
18082 (describe-variable): Use it to display xrefs in a symbol's value.
18083
180842000-04-26 Stefan Monnier <monnier@cs.yale.edu>
18085
18086 * cus-edit.el (custom-face): Fix parenthesis.
18087
180882000-04-26 Kenichi Handa <handa@etl.go.jp>
18089
18090 * mail/rmail.el (rmail-expunge): When there are no deleted
18091 messages, do nothing.
18092
180932000-04-26 Dave Love <fx@gnu.org>
18094
18095 * international/mule-cmds.el (locale-translation-file-name):
18096 Defvar to nil.
18097 (set-locale-environment): Set it here (at runtime).
18098
180992000-04-25 Gerd Moellmann <gerd@gnu.org>
18100
18101 * replace.el (perform-replace): Add parameters START and END. Use
18102 them instead of the check for a region in Transient Mark mode.
18103 (query-replace-read-args): Return two more list elements for the
18104 start and end of the region in Transient Mark mode.
18105 (query-replace, query-replace-regexp, query-replace-regexp-eval)
18106 (map-query-replace-regexp, replace-string, replace-regexp): Add
18107 optional last arguments START and END and pass them to
18108 perform-replace.
18109
18110 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18111 form with additional arguments for perform-replace.
18112
18113 * progmodes/etags.el (tags-query-replace): Add parameters START
18114 and END. Construct a form with additional arguments for
18115 perform-replace.
18116
18117 * simple.el (shell-command): Set default directory for "*Shell
18118 Command Output" buffer.
18119
18120 * language/european.el (iso-latin-4): Fix typo.
18121
18122 * emacs-lisp/crm.el: New file.
18123
181242000-04-24 Dave Love <fx@gnu.org>
18125
18126 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18127 (Custom-reset-saved, Custom-reset-standard)
18128 (custom-group-value-create, custom-group-set, custom-group-save)
18129 (custom-group-reset-current, custom-group-reset-saved)
18130 (custom-group-reset-standard): Use mapc.
18131 (custom-buffer-create-internal): Disable undo when creating items.
18132 Use mapc.
18133 (custom-face): Avoid redundant lambda.
18134
181352000-04-24 Gerd Moellmann <gerd@gnu.org>
18136
18137 * startup.el (auto-save-list-file-prefix): Set default to
18138 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18139
181402000-04-24 Sam Steingold <sds@gnu.org>
18141
18142 * time-stamp.el (time-stamp-string-preprocess): Always convert
18143 `field-result' to a string.
18144
181452000-04-24 Gerd Moellmann <gerd@gnu.org>
18146
18147 * frame.el (scrolling): New group.
18148 (automatic-hscrolling): New user-option.
18149
18150 * startup.el (command-line-x-option-alist): Add `-lsp' and
18151 `--line-spacing'.
18152
181532000-04-19 Dave Love <fx@gnu.org>
18154
18155 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18156 (cl-mapc): Rename from mapc. Fix the funcall.
18157
181582000-04-19 Gerd Moellmann <gerd@gnu.org>
18159
18160 * simple.el (clone-indirect-buffer-other-window): New command.
18161 (clone-indirect-buffer): Add optional arg NORECROD.
18162 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18163
18164 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18165
18166 * window.el (count-screen-lines): New function.
18167 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18168 instead of window-buffer-height.
18169
18170 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18171 non-existing variable comint-input-sentinel.
18172 (inferior-lisp-args-to-list): Removed.
18173 (inferior-lisp): Use split-string instead of
18174 inferior-lisp-args-to-list.
18175
18176 * hexl.el (hexl-insert-hex-string): New command.
18177
18178 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18179 instead of concat.
18180
181812000-04-18 Gerd Moellmann <gerd@gnu.org>
18182
18183 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18184 at the start of an existing but empty folder.
18185
181862000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18187
18188 * ps-mule.el: Customization fix, doc fix.
18189 (ps-multibyte-buffer): Customization fix.
18190
181912000-04-17 Richard M. Stallman <rms@gnu.org>
18192
18193 * subr.el (read-passwd): Use read-char-exclusive.
18194
181952000-04-17 Gerd Moellmann <gerd@gnu.org>
18196
18197 * textmodes/texinfo.el (texinfo-insert-@email)
18198 (texinfo-insert-@emph, texinfo-insert-@quotation)
18199 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18200 (texinfo-mode-map): Add key bindings for them.
18201
18202 * files.el (basic-save-buffer-2): Use a template with `$'
18203 instead of `#' for VMS.
18204
18205 * simple.el (clone-indirect-buffer): New function.
18206
182072000-04-16 Stephen Eglen <stephen@gnu.org>
18208
18209 * iswitchb.el (iswitchb-case): New function. If the user input
18210 contains any upper-case characters, the search is made
18211 case-sensitive.
18212
182132000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18214
18215 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18216 comment-end.
18217 (texinfo-font-lock-syntactic-keywords): New var.
18218 (texinfo-font-lock-keywords): Remove comment regexp.
18219 (texinfo-insert-block): New function.
18220 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18221 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18222 and font-lock-defaults. Use regexp-opt for outline-regexp.
18223 (texinfo-environments): New var.
18224 (texinfo-environment-regexp): Use regexp-opt and
18225 texinfo-environments.
18226
18227 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18228 ispell-process is bound since this might be eval'd before ispell
18229 is loaded.
18230 (ispell-message): Use a tiny bit less magic and a bit more hard
18231 data to figure out what kind of sc-cite-regexp to use.
18232
18233 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18234
18235 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18236 (insert-cyclic-diary-entry): Unquote the lambda.
18237
18238 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18239
18240 * files.el (backup-enable-predicate): Unquote the lambda.
18241
18242 * cus-edit.el (custom-face, face): Unquote the lambda.
18243
182442000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18245
18246 * ps-print.el: Check for line-beginning-position definition.
18247
18248 * ps-print.el: Fix counting lines in a region.
18249 (ps-print-version): New version number (5.1.5).
18250 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18251 (ps-printing-region): Fun code fix.
18252
182532000-04-15 Gerd Moellmann <gerd@gnu.org>
18254
18255 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18256 to file-directory-p.
18257
182582000-04-14 Gerd Moellmann <gerd@gnu.org>
18259
18260 * gud.el (gud-jdb-build-source-files-list): Check that directory
18261 exists before calling directory-files.
18262
182632000-04-13 Dave Love <fx@gnu.org>
18264
18265 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18266 syntax.
18267
18268 * emacs-lisp/cl-specs.el: Remove when, unless.
18269
18270 * emacs-lisp/cl-extra.el: Don't quote keywords.
18271 (cl-old-mapc): New variable.
18272 (mapc): Use it.
18273 (cl-map-intervals): Use with-current-buffer. Don't check for
18274 next-property-change.
18275 (cl-map-overlays): Use with-current-buffer.
18276 (cl-expt): Remove.
18277 (copy-tree, remprop): Define unconditionally.
18278
18279 * emacs-lisp/cl-compat.el (keywordp): Remove.
18280
18281 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18282 to use keywordp.
18283 (edebug-spec): Enable keywordp.
18284
18285 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18286 string-lessp.
18287
18288 * cus-start.el: Use keywordp.
18289
182902000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18291
18292 * diary-lib.el (include-other-diary-files): Fix the fix of
18293 2000-02-18 by doing a save-excursion.
18294
182952000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18296
18297 * ps-print.el: Customization fix, doc fix.
18298 (ps-print-version): New version number (5.1.4).
18299 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18300 (ps-print-preprint): Adjust code.
18301 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18302 (ps-print-prologue-header, ps-print-control-characters)
18303 (ps-spool-config): Customization fix.
18304
183052000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18306
18307 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18308 converted to the new menu-item format, names silightly changed,
18309 help strings added.
18310
18311 Support for spelling without async subprocesses:
18312
18313 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18314 (ispell-session-buffer): New variables.
18315 (ispell-start-process, ispell-process-status,
18316 ispell-accept-output, ispell-send-string): New functions, for
18317 Ispell invocation when async subprocesses aren't supported.
18318 (ispell-word, ispell-pdict-save, ispell-command-loop,
18319 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18320 to process-send-string with calls to ispell-send-string, and
18321 accept-process-output with ispell-accept-output.
18322 (ispell-init-process): Call ispell-process-status instead of
18323 process-status with.
18324 (ispell-init-process): Call ispell-start-process. Call
18325 ispell-accept-output and ispell-send-string. Don't call
18326 process-kill-without-query and kill-process if they are unbound.
18327 (ispell-async-processp): New function.
18328
183292000-04-12 Dave Love <fx@gnu.org>
18330
18331 * info.el: Add debug-ignored-errors.
18332 (Info-mode-menu): Add some items.
18333 (Info-directory): Add autoload cookie.
18334
18335 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18336 Modify `truncate-lines'. Make `describe-language-environment'
18337 always visible and add help. Modify `describe-key' help. Invoke
18338 Info-directory from `info'. New entry `emacs-manual'.
18339
183402000-04-10 Gerd Moellmann <gerd@gnu.org>
18341
b291c86c
SM
18342 * progmodes/ebrowse.el (ebrowse-tree-mode):
18343 Use propertized-buffer-identification.
a30eb617
DL
18344 (ebrowse-update-member-buffer-mode-line): Likewise.
18345 (ebrowse--mode-strings): Removed.
18346 (ebrowse--mode-line-props): Removed.
18347
18348 * files.el (auto-mode-alist): Add `EBROWSE'.
18349
18350 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18351 space before testing for end of buffer.
18352 (ebrowse-load): Removed.
18353 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18354 (ebrowse-create-tree-buffer): Rewritten.
18355 (ebrowse-tree-mode): Read tree from buffer.
18356
18357 * progmodes/ebrowse-ffh.el: Removed.
18358
183592000-04-10 Kenichi Handa <handa@etl.go.jp>
18360
18361 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18362
183632000-04-10 Gerd Moellmann <gerd@gnu.org>
18364
18365 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18366 at the wrong place.
18367
183682000-04-09 Dave Love <fx@gnu.org>
18369
b291c86c
SM
18370 * files.el (backup-enable-predicate):
18371 Use temporary-file-directory, small-temporary-file-directory.
18372 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
18373 (make-backup-file-name-1): New function.
18374 (make-backup-file-name): Use it.
b291c86c 18375 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
18376 (file-newest-backup): Use make-backup-file-name.
18377
183782000-04-09 Gerd Moellmann <gerd@gnu.org>
18379
18380 * progmodes/ebrowse-ffh.el: New file.
18381
86f6474c
SM
18382 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18383 Moved to ebrowse-ffh.el.
a30eb617
DL
18384 (ebrowse-load): Add autoload.
18385
18386 * finder.el (finder-commentary): Add autoload cookie.
18387
18388 * mail/rfc2368.el: Correct author's email address.
18389
18390 * progmodes/ebrowse.el: New file.
18391
18392 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18393 item help string.
18394 (easy-menu-do-add-item): Ditto.
18395 (easy-menu-define): Extend doc string.
18396
86f6474c 18397 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
18398 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18399 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18400 with-buffer-unmodified.
18401
184022000-04-08 Dave Love <fx@gnu.org>
18403
18404 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18405 unless, when.
18406
184072000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18408
18409 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18410 (viper-flash-search-pattern): No operation when using Emacs
18411 doesn't support face.
18412 Use `viper-put-on-search-overlay'.
18413
184142000-04-04 Gerd Moellmann <gerd@gnu.org>
18415
18416 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18417 like C-r.
18418
18419 * progmodes/make-mode.el: Some doc fixes.
18420 (makefile-mode-abbrev-table): New variable.
18421 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18422 (makefile-font-lock-keywords): Fontify includes and conditionals.
18423 (toplevel): Require `dabbrev' and `add-log' when compiling.
18424
18425 * replace.el (perform-replace): Don't move forward one char
18426 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18427 to do that because it leaves point 1 position after the last
18428 replacement, after everything has been replaced.
18429
18430 * jit-lock.el (with-buffer-unmodified): New macro.
18431 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18432 modified state.
18433 (jit-lock-function-1): Extracted from jit-lock-function; not
18434 preserving buffer's modified state.
86f6474c
SM
18435 (jit-lock-function, jit-lock-stealth-fontify):
18436 Call jit-lock-function-1.
a30eb617
DL
18437
18438 * mail/rfc2368.el: Remove supernumerary copyright line.
18439
184402000-04-04 Milan Zamazal <pdm@freesoft.cz>
18441
18442 * glasses.el: Provide facilities for inserting space before left
18443 parentheses and uncapitalization of identifiers.
18444 (glasses-mode): Try to remove old overlays in all cases.
18445
184462000-04-03 Gerd Moellmann <gerd@gnu.org>
18447
18448 * progmodes/compile.el (compile-internal): Display the compilation
18449 buffer in a different frame, if it's already displayed there.
18450
18451 * mail/rfc2368.el: New file.
18452
18453 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18454 header and insert its value as mail body.
18455
18456 * subr.el (member-ignore-case): New function.
18457
18458 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18459 (dabbrev--find-expansion): Ignore buffers matching a regexp
18460 from dabbrev-ignored-regexps.
18461
18462 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18463 to extensions handled by gzip.
18464
184652000-04-03 Richard M. Stallman <rms@gnu.org>
18466
18467 * files.el (insert-directory): List the total free space
18468 along with the used space.
18469
18470 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18471 line is followed by one that matches CITATION-REGEXP, end the
18472 paragraph.
18473
184742000-04-03 Markus Rost <rost@delysid.gnu.org>
18475
18476 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18477 (rmail-make-basic-summary-line): Use that option.
18478
184792000-04-03 Kenichi Handa <handa@etl.go.jp>
18480
18481 * international/mule-cmds.el (encoded-string-description):
18482 Rewritten. Try pretty description for ISO 2022 escape sequences
18483 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18484 for hexadecimal format.
18485
184862000-04-01 Dave Love <fx@gnu.org>
18487
18488 * cpp.el: Change customization group to `c' from `C'.
18489
18490 * vcursor.el (vcursor-move): Use display-color-p.
18491
18492 * international/mule-util.el: Provide mule-utils.
18493 (string-to-sequence): Simplify and speed up.
18494
18495 * international/mule.el (make-coding-system): Purecopy doc-string.
18496
18497 * international/mule-cmds.el: Various menu changes.
18498 (describe-specified-language-support): Handle `Default'.
18499 (set-language-info): Purecopy `info'.
18500
185012000-03-31 Andrew Innes <andrewi@gnu.org>
18502
18503 * vc.el (vc-backend-diff): Return the correct status if we had to
18504 retry the rcsdiff command without the --brief option.
18505
185062000-03-31 Dave Love <fx@gnu.org>
18507
18508 * help.el (help-manyarg-func-alist): Correct several omissions.
18509
18510 * add-log.el: Don't require cl, fortran.
18511 (add-log-current-defun-function): Doc fix.
86f6474c 18512 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 18513 (change-log-version-rcs): Function deleted.
86f6474c
SM
18514 (change-log-version-number-search): Doc fix.
18515 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
18516 (add-change-log-entry): Just call add-log-current-defun to get
18517 defun. Simplify somewhat.
18518 (change-log-get-method-definition-1): Likewise.
18519 (add-log-current-defun): Return nil if calling
18520 add-log-current-defun-function does so. Move Fortran stuff to
18521 fortran.el. Return string without properties.
18522
18523 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18524 and :alpha: char classes.
18525
18526 * mail/supercite.el: Defvar curline when compiling.
18527 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18528 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18529 rather than a-zA-Z0-9 to allow non-ASCII characters.
18530
185312000-03-31 Gerd Moellmann <gerd@gnu.org>
18532
18533 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18534
18535 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18536 Re-enable new code.
18537
18538 * lpr.el (print-region-1): Use -d to specify printer name for
18539 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18540
185412000-03-31 Dave Love <fx@gnu.org>
18542
86f6474c
SM
18543 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18544 Look for function definition in symbol's function value slot first
a30eb617
DL
18545 instead of first consulting byte-compile-function-environment.
18546
185472000-03-31 Kenichi Handa <handa@etl.go.jp>
18548
18549 * language/european.el ("Polish"): New language environment.
18550 (setup-polish-environment): New function.
18551
185522000-03-30 Gerd Moellmann <gerd@gnu.org>
18553
18554 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18555 Disable new code.
18556
18557 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18558 trying to `load' the symbol of an autoload instead of the file
18559 recorded in the autoload. Fix error messages.
18560
185612000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18562
18563 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18564 (ps-print-version): New version number (5.1.3).
18565 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18566 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18567 (ps-generate-postscript-with-faces): Code fix.
18568 (ps-color-values): XEmacs compatibility.
18569 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18570 (ps-default-fg, ps-default-bg): Adjust customization.
18571 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18572 (ps-color-scale): Renaming old ps-color-value fun.
18573 (ps-print-headers): Replace ps-print-header group to avoid conflict
18574 with ps-print-header variable.
18575 (ps-print-miscellany): New group.
18576 (ps-format-color, ps-rgb-color): New funs.
18577 (ps-default-foreground): New var.
18578 (ps-printer-name-option): New const.
18579
185802000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18581
18582 * net/net-utils.el:
18583 (network-connection-host, network-connection-service): New variables
18584 (network-connection-mode): New mode, derived from comint-mode
18585 (network-connection-mode-setup): New function, saves host and
18586 service information in local variables.
18587
18588 * lisp/locate.el:
18589 (locate-word-at-point): Added this function
18590 (locate): Default to using locate-word-at-point as input
18591 Run dired-mode-hook
18592
185932000-03-29 Dave Love <fx@gnu.org>
18594
18595 * calendar/appt.el: Doc fixes.
18596 (appt-check): Convert min-to-app to a string before passing to
18597 appt-disp-window-function or concat.
18598 (appt-delete-window): Remove test for frame-root-window.
18599 (appt-select-lowest-window, appt-convert-time): Simplify.
18600
18601 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
18602 (byte-compile-file-form-autoload):
18603 Update byte-compile-function-environment.
a30eb617
DL
18604
186052000-03-29 Andreas Schwab <schwab@suse.de>
18606
86f6474c 18607 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
18608
18609 * dired.el (dired-insert-directory): If dired-free-space-program
18610 failed just delete its output.
18611
186122000-03-29 Dave Love <fx@gnu.org>
18613
18614 * international/iso-cvt.el: Move provide to end. Doc fixes.
18615 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18616 (iso-iso2sgml, iso-sgml2iso): New functions.
18617 (iso-cvt-define-menu): Fix some entries and use backquote for
18618 clarity.
18619
18620 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18621
186222000-03-28 Gerd Moellmann <gerd@gnu.org>
18623
18624 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18625 ISO-DATE. If non-nil, return date in ISO 8601 format.
18626
186272000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18628
18629 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18630 if it ever becomes used.
18631 (log-edit-mode-hook): Default to vc-log-mode-hook.
18632 (log-edit-mode): Fix the docstring.
18633
18634 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18635 the code.
18636
186372000-03-26 Dave Love <fx@gnu.org>
18638
18639 * net/browse-url.el (browse-url): Re-fix case of
18640 browse-url-browser-function being an alist.
18641 (browse-url): Add :link to defgroup.
18642
18643 * files.el: Doc fixes.
18644 (file-truename): Include `[' in wildcard characters.
18645 (automount-dir-prefix): Customize.
18646 (find-file-wildcards): Add :version.
18647 (find-file-noselect): Simplify a mapcar call.
18648
18649 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18650 compatible with inf-lisp version.
18651 (eval-defun-1): Fix custom-declare-variable case.
18652
186532000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18654
18655 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18656
186572000-03-24 Gerd Moellmann <gerd@gnu.org>
18658
18659 * Makefile (COMPILE_FIRST): New macro.
18660 (compile-files): Compile files from COMPILE_FIRST first.
18661
86f6474c 18662 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
18663
18664 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18665 matching open parenthesis in column 0 to defun-prompt-regexp
18666 only if open-paren-in-column-0-is-defun-start is set.
18667
18668 * sun-curs.el: Require CL at compile-time only.
18669
18670 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18671 instead of copy-list which is a function from CL.
18672 (msb--choose-menu, msb--mode-menu-cond)
18673 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18674 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
18675 (msb--aggregate-alist): Use mapcar instead of mapcan.
18676 Fix `(' in column 0 in doc string.
a30eb617
DL
18677 (msb--add-separators): Use mapcar instead of mapcan.
18678
18679 * cus-dep.el: Require CL at compile-time only.
18680
186812000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18682
18683 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18684 (byte-compile-warnings): New warning `noruntime'.
18685 (byte-compile-constants, byte-compile-variables): Fix docstring.
18686 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18687 execute `eval-whenc-compile's body.
18688 (byte-compile-unresolved-functions): Fix docstring.
18689 (byte-compile-eval): New function.
18690 (byte-compile-callargs-warn): Check if the function will be available
18691 at runtime (via property `byte-compile-noruntime').
18692 (byte-compile-print-syms): New function.
18693 (byte-compile-warn-about-unresolved-functions): Also warn about
18694 `noruntime' functions (and use `byte-compile-print-syms').
18695 (byte-compile-file): Capitalize the message.
18696
186972000-03-24 Gerd Moellmann <gerd@gnu.org>
18698
18699 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18700 (rmail-expunge): Ask for confirmation depending on the setting
18701 of rmail-confirm-expunge.
18702
187032000-03-23 Gerd Moellmann <gerd@gnu.org>
18704
18705 * Makefile (bootstrap-clean): If $(emacs) exists, build
18706 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 18707 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
18708
187092000-03-23 Dave Love <fx@gnu.org>
18710
18711 * net/browse-url.el: Restore previous use of
18712 browse-url-maybe-new-window.
18713
187142000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18715
18716 * ps-print.el: Skip banner page fix.
18717 (ps-print-version): New version number (5.1.2).
18718 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18719
187202000-03-23 Dave Pearson <davep@davep.org>
18721
18722 * net/quickurl.el Changed the type of parameter passed to the
18723 function defined by `quickurl-format-function'. Before only the
18724 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
18725 and the function is responsible for extracting the parts it requires.
18726 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
18727 (quickurl-insert): Changed the `funcall' of
18728 `quickurl-format-function' to match the above change.
18729 (quickurl-list-insert): Changed the `url' case so that it makes
18730 use of `quickurl-format-function', previous to this the format was
18731 hard wired.
18732
187332000-03-22 Gerd Moellmann <gerd@gnu.org>
18734
18735 * startup.el: Change some spellings for the X Window System.
18736
187372000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18738
86f6474c
SM
18739 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18740 Clean up the code and the regexp and make sure the cursor is
18741 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
18742
187432000-03-22 Jason Rumney <jasonr@gnu.org>
18744
18745 * w32-fns.el (w32-charset-info-alist): Initialize.
18746
187472000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18748
18749 * ps-print.el: N-up last page fix.
18750 (ps-print-version): New version number (5.1.1).
18751 (ps-end-file, ps-end-job, ps-generate): Code fix.
18752
187532000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18754
18755 * files.el (find-file-run-dired): Update docstring.
18756 (find-directory-functions): New hook.
18757 (find-file-noselect): Run find-directory-functions rather than
18758 calling dired directly.
18759
18760 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18761
18762 * pcvs.el: Add a minimal leading commentary.
18763 (cvs-make-cvs-buffer): Change the header part by removing the startup
18764 message and adding a `Module' entry. Also replace the FOOTER and
18765 HEADER special fileinfos with the new support in ewoc for updating
18766 its own footer and header.
18767 (cvs-update-header): Update to use the header/footer of the ewoc.
18768 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18769 (cvs-is-within-p): New function.
18770 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18771 to only examine some subset of the buffers.
18772
18773 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18774 `format' instead of our own ad-hoc functions.
18775 Remove HEADER and FOOTER cases, now handled in the EWOC.
18776 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18777
18778 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18779 output to avoid scaring the user.
18780 (cvs-parse-table): Catch message for non-up-to-date commits.
18781
18782 * pcvs-defs.el (cvs-startup-message): Remove.
18783 (cvs-global-menu): New autoloaded menu.
18784
18785 * pcvs-util.el (cvs-string-fill): Remove.
18786
18787 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18788 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18789 PP part of it and also make it work for footers and headers.
18790 (ewoc-create): Drop POS and BUFFER arguments.
18791 Use the DLL's dummy node to store the end-of-footer position.
18792 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18793 (ewoc-refresh): Remove unused `header' variable.
18794 (ewoc-(get|set)-hf): New functions.
18795
18796 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18797 log-view-*-(message|file) and use easy-mmode-define-navigation.
18798 (log-view-message-re): Match SCCS format as well.
18799 And match the revision line rather than the dashed separator line.
18800 (log-view-mode): Use the new define-derived-mode.
18801 (log-view-current-tag): Fill in with an actual implementation.
18802
18803 * cvs-status.el (cvs-status-(prev|next)): Rename from
18804 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18805 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18806 to let the output "breathe" a little more (more readable).
18807 (cvs-status-mode): Use the new define-derived-mode.
18808
18809 * smerge-mode.el (smerge-auto-leave): New function and variable.
18810 (smerge-basic-map): Rename from smerge-basic-keymap.
18811 Change the bindings for smerge-diff-*.
18812 (smerge-*-map): Use easy-mmode-defmap.
18813 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18814 (smerge-keep-*): Use smerge-auto-leave.
18815
188162000-03-21 Jason Rumney <jasonr@gnu.org>
18817
18818 * cus-edit.el (custom-button-face): Use 3D look for w32.
18819 (custom-button-pressed-face): Likewise.
18820
188212000-03-21 Gerd Moellmann <gerd@gnu.org>
18822
18823 * progmodes/etags.el (tags-case-fold-search): New user-option.
18824 (tags-loop-eval): New function. Bind case-fold-search around eval
18825 depending on the value of tags-case-fold-search.
18826 (tags-loop-continue): Use tags-loop-eval.
18827 (find-tag-in-order): Bind case-fold-search depending on the value
18828 of tags-case-fold-search.
18829
188302000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18831
86f6474c 18832 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
18833 (diff-end-of-hunk): Return the end position for use in
18834 `easy-mmode-define-navigation'.
18835 (diff-recenter): Remove.
18836 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18837 of `easy-mmode-define-navigation'.
18838 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18839 previous renaming) and fix to use new names.
18840 (diff-merge-strings): Use \n as separator: simpler, faster.
18841 (diff-mode): Use `define-derived-mode'.
18842
18843 * derived.el (define-derived-mode): Don't autoload anymore.
18844 Prefer the macro-only version provided by easy-mmode.el.
18845
18846 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 18847 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
18848 (easy-mmode-define-navigation): New macro.
18849
18850 * subr.el (combine-run-hooks): New function.
18851
188522000-03-21 Kenichi HANDA <handa@etl.go.jp>
18853
18854 * term/x-win.el: Fontsets related initialization is simplified.
18855
18856 * international/mule-diag.el (describe-font): Don't refer to
18857 global-fontset-alist, instead call font-list.
18858 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 18859 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 18860
86f6474c
SM
18861 * international/fontset.el (x-charset-registries): Variable removed,
18862 instead the corresponding data is stored in the default fontset.
a30eb617
DL
18863 (register-alternate-fontnames): Function removed.
18864 (resolved-ascii-font): Variable removed.
18865 (x-compose-font-name): Ignore the second argument REDOCE.
18866 (x-complement-fontset-spec): Complement only an ASCII font and
18867 element for those charsets than can use that ASCII font.
18868 (generate-fontset-menu): Don't refer to global-fontset-alist,
18869 instead call fontset-list.
18870 (uninstantiated-fontset-alist): Variable removed.
18871 (x-style-funcs-alist): Likewise.
18872 (fontset-default-styles): Likewise.
18873 (x-modify-font-name): Function removed.
86f6474c 18874 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
18875 (create-fontset-from-ascii-font): Docsting adjusted for the above
18876 change.
18877 (instantiate-fontset, resolve-fontset-name): Functions removed.
18878 (fontset-list): Now implemented by C code.
18879
18880 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18881 (describe-face): Include `font' attribute in the description.
18882
188832000-03-21 Kenichi Handa <handa@etl.go.jp>
18884
18885 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18886
188872000-03-20 Gerd Moellmann <gerd@gnu.org>
18888
18889 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18890 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18891 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18892
18893 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18894 about behavior of set-buffer-modified-p wrt redisplay.
18895
188962000-03-19 Richard M. Stallman <rms@gnu.org>
18897
18898 * view.el (view-mode-disable): Kill local binding of view-read-only.
18899
189002000-03-18 Gerd Moellmann <gerd@gnu.org>
18901
86f6474c 18902 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
18903 is a string, convert it to a syntax cell using string-to-syntax.
18904
18905 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18906 (string-to-syntax): New function.
18907
18908 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18909 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18910 try to use passive ftp mode.
18911
189122000-03-17 Gerd Moellmann <gerd@gnu.org>
18913
18914 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18915
18916 * simple.el (append-to-buffer): Update point of windows after
18917 insertion.
18918
18919 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18920 forward then moving backward. Reindent.
18921
18922 * frame.el (other-frame): Call x-focus-frame only if
18923 focus-follows-mouse is off.
18924
189252000-03-17 Dave Love <fx@gnu.org>
18926
86f6474c 18927 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
18928
189292000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18930
18931 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18932 regexp for labels cannot span several lines.
18933
18934 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18935 `(setq :<key> ':<key>)' to the macro expansion.
18936
189372000-03-16 Dave Love <fx@gnu.org>
18938
18939 * progmodes/f90.el (f90): Put custom group under `languages', not
18940 `fortran'.
18941 (f90-mode-hook): Customize.
18942 (f90-mode): Set add-log-current-defun-function.
18943 (f90-current-defun): New function.
18944
189452000-03-16 Gerd Moellmann <gerd@gnu.org>
18946
18947 * cus-edit.el (custom-variable-tag-face): Handle case that
18948 default face's height is not a number.
18949 (custom-face-tag-face, custom-group-tag-face-1)
18950 (custom-group-tag-face): Ditto.
18951 (custom-group-tag-face-1): Add :group.
18952
18953 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18954
189552000-03-15 Gerd Moellmann <gerd@gnu.org>
18956
18957 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18958 requiring easymenu.
18959
189602000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18961
18962 * ps-print.el: PostScript user-defined prologue, PostScript error
18963 handler, doc fix.
18964 (ps-print-version): New version number (5.1).
18965 (ps-user-defined-prologue, ps-error-handler-message)
18966 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18967 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18968 (ps-insert-string): New function.
18969
189702000-03-15 Kenichi Handa <handa@etl.go.jp>
18971
18972 * international/ccl.el (ccl-compile-expression): Don't generate
18973 invalid self-assignment code.
18974
189752000-03-14 Dave Love <fx@gnu.org>
18976
18977 * subr.el (replace-regexp-in-string): Renamed from
18978 replace-regexps-in-string. Doc fix.
18979
189802000-03-12 Dave Love <fx@gnu.org>
18981
18982 * cus-edit.el: Doc fixes.
86f6474c 18983 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
18984 (custom-variable-tag-face, custom-face-tag-face)
18985 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18986 style which user identify as hyperlink.
18987 (hook): Don't add undefined functions to the hook.
18988 (debug-ignored-errors): Transfer message from bindings.el.
18989
189902000-03-12 Gerd Moellmann <gerd@gnu.org>
18991
86f6474c
SM
18992 * recentf.el (recentf-keep-non-readable-files-p):
18993 Remove double/nested definition.
a30eb617
DL
18994
189952000-03-12 Dave Love <fx@gnu.org>
18996
18997 * facemenu.el (facemenu-get-face): Use display-color-p.
18998 * enriched.el (enriched-decode-foreground): Likewise.
18999 (enriched-decode-background): Likewise.
19000 * isearch.el (isearch-highlight): Likewise.
19001 * info-look.el (info-lookup): Likewise.
19002 * simple.el (completion-setup-function): Likewise.
19003
19004 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
19005 :options.
19006
19007 * bindings.el (mode-line-format): Fix line-number and
19008 column-number items. Add help-echo for the background.
19009 (mode-line-mule-info): Modify help-echo.
19010
19011 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
19012
19013 * files.el (load-file): Allow completion to .elc.
19014
19015 * man.el: Doc fixes.
19016 (Man-init-defvars): Use display-color-p to set fontification.
19017
19018 * play/hanoi.el (hanoi-internal): Don't use oddp.
19019
190202000-03-12 Gerd Moellmann <gerd@gnu.org>
19021
19022 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
19023
19024 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
19025
190262000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
19027
19028 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
19029 Fix comment.
19030
190312000-03-10 Stefan Monnier <monnier@cs.yale.edu>
19032
19033 * font-lock.el (font-lock-keywords): Fix the doc now that
19034 regexp-opt-depth is unnecessary.
19035 (save-buffer-state): Set an edebug spec.
19036 (font-lock-fontify-anchored-keywords): Properly handle the case when
19037 the matcher goes past the limit.
19038
19039 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
19040 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
19041
19042 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
19043 dll.el and cookie.el (from Elib) with heavy renaming and other
19044 massaging.
19045
19046 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
19047 Autoload the functions used.
19048 (easy-mmode-define-syntax): Fix CL typo.
19049 (easy-mmode-define-derived-mode): Improve the docstring generation.
19050
190512000-03-10 Gerd Moellmann <gerd@gnu.org>
19052
19053 * textmodes/texinfo.el (texinfo-version): Variable and function
19054 removed.
19055
190562000-03-09 Stefan Monnier <monnier@cs.yale.edu>
19057
19058 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
19059 allow more flexibility.
ff39b9a1 19060 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
19061 (easy-mmode-defmap, easy-mmode-defsyntax)
19062 (easy-mmode-define-derived-mode): New macros.
19063
190642000-03-09 Didier Verna <didier@xemacs.org>
19065
19066 * rect.el (replace-rectangle): New function.
19067
190682000-03-09 Dave Love <fx@gnu.org>
19069
ff39b9a1 19070 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
19071 (fortran-comment-line-start-skip): Don't match cpp stuff.
19072 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
19073 (fortran-mode-map): Remove over-eager custom-menu-create for now.
19074 (fortran-mode): Don't set fortran-comment-line-start-skip,
19075 fortran-comment-line-start here. Set comment-start,
19076 add-log-current-defun.
19077 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
19078 (fortran-current-defun): New function.
19079
190802000-03-09 Gerd Moellmann <gerd@gnu.org>
19081
19082 * emacs-lisp/re-builder.el: New file.
19083
19084 * mouse.el (mouse-drag-region): Don't run up-event handler
19085 if hscroll has changed.
19086
19087 * octave-mod.el (octave-font-lock-keywords): To font-lock the
19088 builtin operators, use `font-lock-builtin-face' for Emacs and
19089 `font-lock-preprocessor-face' otherwise.
19090
19091 * font-lock.el (lisp-font-lock-keywords-1): Highlight
19092 `(defun (setf foo)' differently.
19093
190942000-03-08 Stefan Monnier <monnier@cs.yale.edu>
19095
19096 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
19097 (regexp-opt): Update comment and adapt the code the new meaning of
19098 the `paren' argument of regex-opt-group for shy-groups.
19099 (regexp-opt-depth): Handle shy groups as well as backslashed
19100 backslashes.
19101 (regexp-opt-group): Turn the leading comment into a docstring.
19102 Allow `paren' to be a string (the string to use to open a group).
19103 Remove open-presuf and close-presuf. Instead of checking for `all
19104 one-char' and then later on check for `several one-char', handle
19105 both cases close together. Also apply a more generic algorithm
19106 for suffixes (the mirror image of the algorithm used for
19107 prefixes). Use shy-groups. Use nreverse rather than reverse.
19108 (regexp-opt-try-suffix): Removed.
19109
19110 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19111 from comint-mode-map, so we can just inherit from it. Also, move
19112 the initialization into the `defvar' since there's no docstring
19113 anyway and it's fairly short.
19114 (inferior-scheme-mode): Define it as derived-mode: the code is
19115 shorter and this way we inherit from comint-mode-map rather than
19116 copying it.
19117
19118 * subr.el (replace-regexps-in-string): Properly handle the case
19119 where we match an empty string.
19120
19121 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19122 when the command has a directory component (such as "./testml").
19123 Also fix a typo in the comment.
19124
191252000-03-08 Gerd Moellmann <gerd@gnu.org>
19126
19127 * Makefile (compile-files): Compile files one by one because
19128 that's the only way to ensure a clean compilation environment for
19129 each individual file.
19130
19131 * frame.el (other-frame): Call x-focus-frame.
19132
191332000-03-07 Dave Love <fx@gnu.org>
19134
19135 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19136 :require to defcustom.
19137
ff39b9a1 19138 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
19139
19140 * files.el (auto-mode-alist): Add configure.in.
19141
19142 * progmodes/autoconf.el: New file.
19143
191442000-03-07 Gerd Moellmann <gerd@gnu.org>
19145
19146 * mail/mh-e.el: Change maintainer to `none'.
19147
19148 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19149 to remove-hook and add-hook.
19150
191512000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19152
19153 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19154 it as the default.
19155 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19156 (sendmail-send-it): Conditionally add MIME headers specifying the
19157 used character set.
19158
191592000-03-07 Dave Love <fx@gnu.org>
19160
ff39b9a1
SM
19161 * winner.el: Fix keywords, autoload cookies.
19162 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
19163
191642000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19165
19166 * international/mule.el: Modify comment about coding system
19167 property `coding-category'.
19168 (make-coding-system): New argument EOL-TYPE. Pay attention to
19169 coding-category property of PROPERTIES.
19170
ff39b9a1
SM
19171 * international/mule-conf.el (coding-category-utf-8)
19172 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
19173 categories. Include them in the argument for set-coding-priority.
19174
ff39b9a1
SM
19175 * international/mule-cmds.el (reset-language-environment):
19176 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
19177 coding-category-utf-16-le in the argument for set-coding-priority.
19178 (reset-language-environment): Initialize coding-category-utf-8,
19179 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19180
191812000-03-06 Karl Fogel <kfogel@red-bean.com>
19182
19183 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19184 code abstracted out of `bookmark-jump-noselect'. Now tries info
19185 extensions as well as compression extensions.
19186 (bookmark-jump-noselect): Use above new func.
19187
191882000-03-03 Gerd Moellmann <gerd@gnu.org>
19189
19190 * strokes.el: Change maintainer's mail address.
19191
191922000-03-03 Kenichi Handa <handa@etl.go.jp>
19193
19194 * international/mule-diag.el (list-character-sets): Make help-echo
19195 string by substitute-command-keys.
19196 (list-character-sets): Likewise.
19197 (sort-listed-character-sets): Call help-setup-xref.
19198
191992000-03-02 Gerd Moellmann <gerd@gnu.org>
19200
ff39b9a1 19201 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
19202
192032000-03-01 Dave Love <fx@gnu.org>
19204
19205 * help.el (help-xref-go-back): Don't try to set position.
19206
ff39b9a1
SM
19207 * international/mule-diag.el (list-character-sets):
19208 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
19209 (list-character-sets-1): Add help-echo to xrefs.
19210
192112000-03-02 Gerd Moellmann <gerd@gnu.org>
19212
19213 * frame.el (blink-cursor-mode): Switch cursor on when turning
19214 the mode off.
19215
19216 * add-log.el (add-log-current-defun): Add support for
19217 Autoconf mode.
19218
19219 * mail/rmail.el (rmail-quit-hook): New variable.
19220
192212000-03-01 Dave Love <fx@gnu.org>
19222
19223 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19224
19225 * help.el (help-xref-button): Add help-echo arg.
19226 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19227
ff39b9a1 19228 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 19229
ff39b9a1 19230 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
19231
192322000-03-01 Gerd Moellmann <gerd@gnu.org>
19233
19234 * image.el (defimage): Look for image files in load-path.
19235
ff39b9a1 19236 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
19237
192382000-03-01 David Ponce <david.ponce@wanadoo.fr>
19239
ff39b9a1 19240 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
19241
192422000-03-01 David Ponce <david.ponce@wanadoo.fr>
19243
ff39b9a1 19244 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
19245 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19246 action to select/unselect a file.
19247 (recentf-edit-list): Code cleanup and improvement.
19248 (recentf-open-more-files-action): `recentf-open-more-files' button
19249 widget action to open a file.
ff39b9a1 19250 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
19251 (recentf-more-collection): Deleted.
19252 (recentf-more-history): Deleted.
19253 (recentf-setup-more-completion): Deleted.
19254
192552000-03-01 David Ponce <david.ponce@wanadoo.fr>
19256
19257 * recentf.el (recentf-mode): No more needs that Emacs is running
19258 under a window-system.
19259
ff39b9a1 192602000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19261
19262 * recentf.el (recentf-edit-list): New command to edit the recent
19263 list which allow the user to remove files.
19264 (recentf-edit-selected-items): New global variable, used by
19265 `recentf-edit-list' to hold the list of files to be removed from
19266 the recent list.
19267 (recentf-make-menu-items): Updated to display a "Edit list..."
19268 menu item. Minor code cleanup.
19269
ff39b9a1 192702000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19271
19272 * recentf.el (recentf-open-more-files): New command to open files
19273 that are not displayed in the menu.
19274 (recentf-more-collection): New global variable holding the set of
19275 permissible completions used by `recentf-open-more-files'.
19276 (recentf-more-history): New global variable holding the history list
19277 used by `recentf-open-more-files' completion.
19278 (recentf-setup-more-completion): New function to setup completion for
19279 `recentf-open-more-files'.
19280 (recentf-make-menu-items): Updated to display a "More..." menu item.
19281
ff39b9a1 192822000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19283
19284 * recentf.el (recentf-menu-action): Doc fixed.
19285
ff39b9a1 192862000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19287
19288 * recentf.el (recentf-menu-filter): Doc updated.
19289 (recentf-update-menu-hook): Allow menu filters to force menu update.
19290 (recentf-make-menu-items): New menu filter handling.
19291 (recentf-make-menu-item): New helper function.
19292 (recentf-menu-elements): New menu handling function.
19293 (recentf-sort-ascending): Updated to new menu filter handling.
19294 (recentf-sort-descending): Updated to new menu filter handling.
19295 (recentf-sort-basenames-ascending): New menu filter function.
19296 (recentf-sort-basenames-descending): New menu filter function.
19297 (recentf-show-basenames): New menu filter function.
19298 (recentf-show-basenames-ascending): New menu filter function.
19299 (recentf-show-basenames-descending): New menu filter function.
19300
193012000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19302
19303 * diary-lib.el (list-diary-entries): Don't try to go forward at
19304 the end of the buffer.
19305
193062000-02-29 Kenichi Handa <handa@etl.go.jp>
19307
ff39b9a1
SM
19308 * international/mule-diag.el (list-character-sets):
19309 Completely rewritten.
a30eb617
DL
19310 (sort-listed-character-sets): New function.
19311 (list-character-sets-1): Completely rewritten.
19312 (list-character-sets-2): New function.
19313 (non-iso-charset-alist): New variable.
19314 (decode-codepage-char): New function.
19315 (charset-history): New variable.
19316 (read-charset) (list-block-of-chars)
19317 (list-iso-charset-chars)
19318 (list-non-iso-charset-chars)
19319 (list-charset-chars): New functions.
86f6474c 19320 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
19321 (dump-charsets): Likewise.
19322
193232000-02-29 Gerd Moellmann <gerd@gnu.org>
19324
19325 * dired-x.el (dired-filename-at-point): Add `@' to valid
19326 file name characters.
19327 (dired-filename-at-point): Handle ange-ftp file names.
19328
19329 * frame.el (frame-notice-user-settings): Use assq-delete-all
19330 instead of assoc-delete-all.
19331 (frame-notice-user-settings): Ditto.
19332
19333 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19334 Don't copy alist.
19335
193362000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19337
19338 * calculator.el (calculator-use-menu): New option.
86f6474c 19339 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
19340 (calculator-forced-input): Removed.
19341 (calculator-restart-other-mode): New variable.
19342 (calculator-mode-map): Set up menu.
19343
193442000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19345
86f6474c 19346 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
19347
193482000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19349
86f6474c 19350 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 19351 translate all ESC key sequences.
86f6474c 19352 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 19353 they were saved.
86f6474c
SM
19354 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19355 * viper-util.el (viper-set-replace-overlay-glyphs)
19356 (viper-set-replace-overlay): Always check if the replacement
a30eb617 19357 overlay is live.
86f6474c
SM
19358 * viper.el (viper-vi-state-mode-list): Add major modes.
19359 * ediff-wind.el: Minor comment changes.
19360 * ediff.el: Copyright notice date fix.
a30eb617
DL
19361
193622000-02-27 Jason Rumney <jasonr@gnu.org>
19363
19364 * faces.el (face-font-family-alternatives): Add arial to helv.
19365 (mode-line, header-line, tool-bar): Same default as x for w32.
19366 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19367 face-font-family-alternatives from working.
19368 * term/w32-win.el (mouse-set-font): Do not build fontset from
19369 chosen font.
19370
193712000-02-25 Sam Steingold <sds@goems.com>
19372
19373 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19374 properly.
19375
193762000-02-25 Richard M. Stallman <rms@gnu.org>
19377
19378 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19379
193802000-02-25 Gerd Moellmann <gerd@gnu.org>
19381
86f6474c 19382 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
19383
19384 * frame.el (busy-cursor-delay-seconds): New option.
19385
193862000-02-24 Gerd Moellmann <gerd@gnu.org>
19387
19388 * frame.el (show-cursor-in-non-selected-windows): New option.
19389
193902000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19391
19392 * diary-lib.el (include-other-diary-files): Undo the selective
19393 display in any included file and don't kill it.
19394
193952000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19396
86f6474c
SM
19397 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19398 Menu items converted to (menu-item format, help strings added.
a30eb617 19399 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 19400 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
19401 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19402
194032000-02-23 Dave Love <fx@gnu.org>
19404
19405 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19406 (backward-kill-word): Revert addition of * to interactive spec --
19407 it's a feature.
19408
19409 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19410 (backward-kill-sentence, kill-sentence): Likewise.
19411
19412 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19413 scratch buffer name.
86f6474c 19414 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
19415
19416 * term/w32-win.el (internal-face-interactive): Update prompt for
19417 new read-face-name.
19418
19419 * mail/footnote.el (footnote): Add :version to defgroup.
19420 (footnote-section-tag-regexp): Customize.
19421 (footnote-start-tag, footnote-end-tag): New option.
19422 (footnote-latin-regexp): New variable.
19423 (Footnote-latin): New function.
19424 (footnote-style-alist): Add element for latin style.
19425 (footnote-style): Moved.
19426 (Footnote-goto-footnote): Use eq to test arg.
19427
19428 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19429
19430 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19431 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
19432 (byte-optimize-quote, byte-optimize-lapcode):
19433 Use byte-compile-const-symbol-p.
a30eb617
DL
19434 (byte-optimize-char-before): New optimization.
19435
19436 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19437 (byte-compile-const-symbol-p): New function.
19438 (byte-compile-constp, byte-compile-out-toplevel)
19439 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19440 Use it.
19441
19442 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19443
194442000-02-23 Kenichi Handa <handa@etl.go.jp>
19445
19446 * international/encoded-kb.el: Be sure to update minor-mode-alist
19447 and minor-mode-map-alist.
19448 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19449 codes SS2 and SS3 correctly.
19450 (encoded-kbd-self-insert-ccl): New function.
19451 (encoded-kbd-setup-keymap): New function.
19452 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19453 by calling encoded-kbd-setup-keymap.
19454
86f6474c
SM
19455 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19456 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
19457
194582000-02-22 Dave Love <fx@gnu.org>
19459
19460 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 19461 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
19462 (lisp-mode-syntax-table): Set up for #|...|# comments.
19463 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19464 classes. Match `defface'.
19465 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19466 (eval-defun-1): Fix for defcustom.
19467 (lisp-indent-region): Doc fix.
19468
19469 * subr.el (when, unless, split-string): Doc fix.
86f6474c 19470 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
19471 (replace-regexps-in-string): New function.
19472
194732000-02-22 Gerd Moellmann <gerd@gnu.org>
19474
19475 * help.el (describe-variable): Set syntax table to
19476 emacs-lisp-mode-syntax-table when moving forward over the
19477 symbol's name.
19478
194792000-02-22 Dave Love <fx@gnu.org>
19480
19481 * xt-mouse.el: Doc fixes.
19482 (xterm-mouse-position-function): New function, replacing advice of
19483 mouse-position.
19484 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19485
19486 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19487
194882000-02-21 Gerd Moellmann <gerd@gnu.org>
19489
86f6474c
SM
19490 * format.el (format-annotate-single-property-change):
19491 Handle properties.with dotted-list values.
a30eb617
DL
19492 (format-proper-list-p): New function.
19493
19494 * enriched.el (enriched-face-ans): Handle '(foreground-color
19495 . COLOR) and (background-color . COLOR).
19496
194972000-02-20 Dave Love <fx@gnu.org>
19498
19499 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19500 and assignments to it.
19501 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19502 current local map.
19503 (make-flyspell-overlay): Use it.
19504 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19505
19506 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19507 (lm-get-header-re): Defun, not defsubst.
19508 (lm-get-package-name): Defun, not defsubst. Simplify.
19509 (lm-version): Doc fix. Simplify.
19510 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19511 (lm-crack-address, lm-last-modified-date, lm-commentary)
19512 (lm-verify, lm-synopsis): Simplify.
19513 (lm-report-bug): Require emacsbug. Use compose-mail.
19514
195152000-02-20 Gerd Moellmann <gerd@gnu.org>
19516
19517 * dired.el (dired-mode): Call propertized-buffer-identification
19518 to set mode-line-buffer-identification to something having
19519 the right text properties.
19520
19521 * bindings.el (propertized-buffer-identification): New function.
19522
195232000-02-20 Dave Love <fx@gnu.org>
19524
19525 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19526 check for t-mouse too.
19527
19528 * cus-start.el: Make echo-keystrokes `number'.
19529
195302000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19531
19532 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19533 Don't call ring-empty-p unless tags-location-ring is bound.
19534 From Noah Friedman <friedman@splode.com>.
19535
195362000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19537
19538 * progmodes/hideshow.el (hs-flag-region): No longer use
19539 `intangible' overlay property.
19540
19541 (hs-toggle-hiding): New command.
19542 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19543
19544 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19545 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19546 and deactivation.
19547
195482000-02-18 Gerd Moellmann <gerd@gnu.org>
19549
19550 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19551
195522000-02-17 Gerd Moellmann <gerd@gnu.org>
19553
19554 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19555
19556 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19557 of `*' to handle `(* ... *)' comments.
19558
195592000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19560
19561 * faces.el (list-faces-display): Use display-mouse-p instead of
19562 window-system.
19563
19564 * menu-bar.el (global-map): Menu-bar items converted to the new
19565 format (menu-item..., rearranged for better CUA compliance, and
19566 their names changed for better clarity. Help strings added.
19567
19568 * international/mule-cmds.el (mule-menu-keymap)
19569 (describe-language-environment-map, set-coding-system-map)
19570 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
19571 form, add help strings. Change names of menu items for better clarity.
19572 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
19573
195742000-02-17 Gerd Moellmann <gerd@gnu.org>
19575
19576 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19577 within the code.
19578
195792000-02-16 Dave Love <fx@gnu.org>
19580
19581 * faces.el: Don't require custom. Add more specific :groups to
19582 various deffaces.
19583 (set-face-attribute): Purecopy args.
19584 (read-face-name): Default to name at point and use it in prompt.
19585 Remove colon from arg in all callers.
19586 (list-faces-display): Hyperlink to face descriptions and customize
19587 buffers.
19588
195892000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19590
86f6474c 19591 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
19592
195932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19594
19595 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19596 at ':' characters by call to split-string.
19597
195982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19599
19600 * textmodes/bibtex.el: Added RCS version identification.
19601
196022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19603
19604 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 19605 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
19606 (bibtex-field-const): Allow capital letters.
19607 (bibtex-start-of-string): Deleted because unused.
19608
19609 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19610 use the term 'reference' to describe a bibtex entry as a whole.
19611 Further, reference keys are no longer called 'labels'.
19612 (bibtex-keys): Renamed to bibtex-reference-keys.
19613 (bibtex-reformat-previous-labels): Renamed to
19614 bibtex-reformat-previous-reference-keys.
19615 (bibtex-reference-type): Renamed to bibtex-entry-type.
19616 (bibtex-reference-head): Renamed to bibtex-entry-head.
19617 (bibtex-reference-maybe-empty-head): Renamed to
19618 bibtex-entry-maybe-empty-head.
19619 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19620 (bibtex-search-reference): Renamed to bibtex-search-entry.
19621 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19622 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
19623 (bibtex-entry-field-alist, bibtex-entry-head)
19624 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19625 (bibtex-map-entries, bibtex-search-entry)
19626 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19627 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19628 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19629 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19630 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19631 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19632 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
19633
196342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19635
19636 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19637 comment.
19638 (bibtex-format-field-delimiters): New function, functionality
19639 extracted from bibtex-format-entry.
19640 (bibtex-autokey-get-yearfield-digits): New function, functionality
19641 extracted from bibtex-autokey-get-yearfield.
19642
19643 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19644 entries in order to avoid stack overflow in the regexp matcher if
19645 field contents become large.
86f6474c
SM
19646 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19647 (bibtex-field-string-part-not-braced)
19648 (bibtex-field-string-part-no-inner-braces)
19649 (bibtex-field-string-part-1-inner-brace)
19650 (bibtex-field-string-part-2-inner-braces)
19651 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19652 (bibtex-field-string-quoted, bibtex-field-string)
19653 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19654 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19655 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19656 Deleted as parsing is now performed by the following functions.
19657 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19658 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19659 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19660 (bibtex-parse-association, bibtex-field-name-for-parsing)
19661 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19662 (bibtex-search-forward-field, bibtex-search-backward-field)
19663 (bibtex-start-of-field, bibtex-end-of-field)
19664 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19665 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19666 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19667 (bibtex-parse-string, bibtex-search-forward-string)
19668 (bibtex-search-backward-string, bibtex-start-of-string)
19669 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19670 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19671 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
19672 entries. Instead of reporting the results of the parsing by
19673 match-beginning or match-end, these functions return data structures
19674 that hold the corresponding positions.
19675 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
19676 return values rather than by match-beginning or match-end.
19677 The following functions have been adapted to use the new
19678 parsing functions.
19679 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19680 (bibtex-enclosing-field, bibtex-format-entry)
19681 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19682 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19683 (bibtex-print-help-message, bibtex-end-of-entry)
19684 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19685 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19686 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19687 Use the new method for parsing.
19688 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19689 (bibtex-map-entries, bibtex-flash-head)
19690 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19691 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19692 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19693 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19694 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19695 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19696 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19697 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
19698
196992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19700
19701 * textmodes/bibtex.el: Copyright notice is up to date.
19702 Added constant 'bibtex-maintainer-salutation.
19703
86f6474c 19704 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
19705 than make-temp-name, use match-string-no-properties and eliminate
19706 a quadratic behavior when building bibtex-strings.
19707
19708 * bibtex.el (bibtex-reference-key): Accept string entries whose
19709 reference key contains upper case letters.
19710
197112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19712
19713 * bibtex.el (bibtex-reference-head): Allow entries to start with
19714 a new line.
19715
197162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19717
19718 * bibtex.el: Hiding of entry bodies is not longer provided by
19719 bibtex.el directly. Instead the hideshow package can be used.
19720 Added a special bibtex entry to hs-special-modes-alist.
19721 (bibtex-hs-forward-sexp): Added for hideshow.el.
19722
197232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19724
19725 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19726 proceedings entry type (for cross referencing). Thanks to Wagner
19727 Toledo Correa for the suggestion.
19728
19729 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19730
197312000-02-14 Kenichi Handa <handa@etl.go.jp>
19732
19733 * international/characters.el: Setup case table for Vietnamese.
19734
197352000-02-12 Gerd Moellmann <gerd@gnu.org>
19736
19737 * uniquify.el (toplevel): Require CL at compile time.
19738 (uniquify-push): Removed.
19739
19740 * shadowfile.el (shadow-when): Removed.
19741
19742 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 19743 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
19744
19745 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19746 regexp for paragraph-start.
19747
19748 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19749 commas as well.
19750
197512000-02-10 Dave Love <fx@gnu.org>
19752
19753 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19754 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19755 Deleted.
19756 (widget-specify-field, widget-specify-button): Don't use
19757 widget-mouse-help as help-echo property.
19758 (default): Use #'ignore for :validate and :mouse-down-action.
19759 (checkbox): Add help-echo.
19760 (widget-sexp-validate): Rewritten to clarify error messages.
19761 (character): Use char-valid-p in :match function.
19762 (widget-color-complete): Use facemenu-color-alist.
19763 (widget-color-action): Use facemenu-read-color.
19764
19765 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19766 set up `caar' &c that we now have.
19767
197682000-02-09 Ray Blaak <blaak@gnu.org>
19769
19770 * delphi.el: Make resourcestring a declaration region, like const
19771 and var.
19772
197732000-02-09 Dave Love <fx@gnu.org>
19774
19775 * bindings.el (mode-line-input-method-map): New variable.
19776 (mode-line-mule-info): Use it; fix last change.
19777 (mode-line-mode-menu): Move definition.
19778 (mode-line-mouse-sensitive-p): Deleted.
19779 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 19780 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
19781
19782 * startup.el (command-line-1): Don't call
19783 make-mode-line-mouse-sensitive.
19784
197852000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19786
86f6474c
SM
19787 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19788 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
19789
197902000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19791
19792 * diff-mode.el (diff-kill-junk): New interactive function.
19793 (diff-reverse-direction): Use delete-and-extract-region.
19794 (diff-post-command-hook): Restrict the area so that the hook also works
19795 outside of any diff hunk. This is necessary for the minor-mode.
19796 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19797 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19798
19799 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19800 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19801 so that it can be used more easily in <foo>-mode-hook. Also make sure
19802 to avoid duplicate entries.
19803 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19804 (font-lock-remove-keywords): Just as was done for `add', allow it to
19805 work even if font-lock-mode is nil. Also make sure we don't modify
19806 any pre-existing list by forcing a copy-sequence. Finally rename
19807 `major-mode' to `mode'.
19808 (font-lock-fontify-syntactic-anchored-keywords)
19809 (font-lock-fontify-anchored-keywords)
19810 (font-lock-fontify-keywords-region): Use line-end-position.
19811 Don't make `font-lock-multiline' local (it's now done in
19812 font-lock-set-defaults).
86f6474c
SM
19813 (font-lock-set-defaults): Make `font-lock-multiline' local.
19814 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
19815
198162000-02-06 Andrew Innes <andrewi@gnu.org>
19817
19818 * term/w32-win.el (x-handle-args): Comment out call to message,
19819 which occurs before window system is initialized.
19820
19821 * makefile.nt: Add support for recompiling lisp code.
19822
198232000-02-04 Dave Love <fx@gnu.org>
19824
19825 * bindings.el (mode-line-mule-info): Fix/extend last change.
19826
19827 * completion.el: Replace completion-dolist with dolist.
19828
86f6474c 19829 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
19830
198312000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19832
86f6474c 19833 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
19834 environment names before they go into the section regexp.
19835
86f6474c 19836 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
19837 char class in regexp.
19838
86f6474c
SM
19839 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19840 Bind `case-fold-search' to nil.
a30eb617 19841
86f6474c
SM
19842 * progmodes/idlwave.el (idlwave-template):
19843 Respect `idlwave-abbrev-change-case'.
19844 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19845 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19846 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
19847 (idlwave-rw-case): New function.
19848 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 19849 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
19850 (idlwave-surround): New argument LENGTH to support padding of
19851 operators longer than 1 char.
19852
19853 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19854 idlwave-shell-expression-overlay. Implemented printing of
19855 expressions on higher levels of the calling stack.
86f6474c 19856 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
19857 (idlwave-retrieve-expression-from-level): New function.
19858 (idlwave-shell-last-calling-stack): Variable removed.
19859 (idlwave-shell-reset): Argument action reversed (`visible' to
19860 `hidden'). Also remove stop-line overlay.
19861 (idlwave-shell-calling-stack-routine): New variable.
19862 (idlwave-shell-parse-stack-and-display): Messages now display
19863 negative level numbers.
19864 (idlwave-shell-mode): Set `modeline-format'.
19865 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 19866 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
19867 (idlwave-shell-print-expression-function): New option.
19868
86f6474c
SM
19869 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19870 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
19871 `tool-bar' instead of `toolbar'.
19872
198732000-02-02 Dave Love <fx@gnu.org>
19874
19875 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19876 emacs-lisp-mode-hook. Don't check for defalias being defined.
19877
19878 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
19879 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19880 Use the new builtins directly.
a30eb617
DL
19881
19882 * whitespace.el (whitespace): Add :version to defgroup.
19883
19884 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19885 Doc fix.
19886
19887 * thingatpt.el (sexp-at-point, symbol-at-point)
19888 (number-at-point, list-at-point): Add autoload cookie.
19889
19890 * recentf.el (recentf): Add :version to defgroup.
19891
19892 * quickurl.el (quickurl): Add :version to defgroup.
19893
19894 * elide-head.el (elide-head): Use point-marker more.
19895
19896 * bs.el (bs): Add :version to defgroup.
19897
19898 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19899
19900 * progmodes/delphi.el (delphi): Add :version to defgroup.
19901
199022000-02-02 Gerd Moellmann <gerd@gnu.org>
19903
19904 * ange-ftp.el (ange-ftp-write-region): Handle case that
19905 succeeding process operation sets a different coding system.
19906
19907 * calculator.el: New file.
19908
199092000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19910
86f6474c 19911 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
19912 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19913 (display-selections-p, display-screens, display-pixel-width)
19914 (display-pixel-height, display-mm-width, display-mm-height)
19915 (display-backing-store, display-save-under, display-planes)
19916 (display-color-cells, display-visual-class): New functions.
19917
19918 * term/tty-colors.el (tty-color-gray-shades): New function.
19919
19920 * faces.el (display-color-p): Use framep-on-display.
19921 (display-grayscale-p): New function.
19922
199232000-01-31 Dave Love <fx@gnu.org>
19924
19925 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19926 (create-fontset-from-x-resource): Don't concat integers.
19927
199282000-01-31 Inge Frick <inge@nada.kth.se>
19929
19930 * view.el: Some changes in documentation. Removed some trailing
86f6474c 19931 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
19932 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19933 window is not deleted. Modifies change 1998-04-26.
19934
199352000-01-31 Gerd Moellmann <gerd@gnu.org>
19936
19937 * windmove.el: New file.
19938
19939 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19940 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19941 progmodes/ebnf-yac.el: Update copyright and license info.
19942
86f6474c
SM
19943 * jit-lock.el (jit-lock-function): Widen before calculating
19944 end position.
a30eb617
DL
19945 (jit-lock-stealth-chunk-start): Rewritten.
19946
19947 * info.el (Info-title-face-alist): Removed.
86f6474c 19948 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
19949 (Info-fontify-node): Use these faces.
19950
199512000-01-30 Gerd Moellmann <gerd@gnu.org>
19952
19953 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19954 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19955 `&allow-other-keywords'.
19956
19957 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19958 the list of directories scanned heuristically.
19959
86f6474c 19960 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
19961
199622000-01-30 Jason Rumney <jasonr@gnu.org>
19963
19964 * w32-fns.el: Define w32-tty-standard-colors.
19965
19966 * startup.el (command-line): Use w32-tty-standard-colors when in
19967 w32 console mode.
19968
199692000-01-30 Dave Love <fx@gnu.org>
19970
19971 * jka-compr.el (jka-compr-load): Fix up load-history.
19972
19973 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19974
19975 * emacs-lisp/cl-macs.el: Revert previous change.
19976
199772000-01-29 Dave Love <fx@gnu.org>
19978
19979 * facemenu.el: Purecopy various strings.
19980
19981 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19982 years. Deal with three-digit years.
19983
86f6474c
SM
19984 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19985 Use defconst, purecopy.
a30eb617
DL
19986 (help-back-label): Purecopy it.
19987
199882000-01-18 Gerd Moellmann <gerd@gnu.org>
19989
19990 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19991 variable. If non-nil, order the buffer list according to the
19992 currently selected frame.
19993 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19994 non-nil, pass the selected frame to function buffer-list.
19995
199962000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19997
19998 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19999
200002000-01-28 Dave Love <fx@gnu.org>
20001
20002 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
20003
20004 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
20005 Don't use lisp-indent-hook property.
20006 (cl-abs): Remove.
20007
20008 * subr.el: Move out indent and edebug specs for when and unless.
20009
20010 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
20011 when, unless.
20012
20013 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
20014 unless, when.
20015
200162000-01-28 Gerd Moellmann <gerd@gnu.org>
20017
20018 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
20019 `collecting' as synonym for `collect'.
20020
20021 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
20022 for the case it contains spaces.
20023
86f6474c 20024 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
20025
20026 * frame.el (delete-other-frames): New function.
20027 (toplevel): Bind it to C-x 5 1.
20028
20029 * sort.el (sort-numeric-base): New option.
20030 (sort-numeric-fields): If number starts with `0' or `0[xX[',
20031 interpret it as octal or hexadecimal. Use sort-numeric-base
20032 as default base.
20033
20034 * progmodes/glasses.el: New file.
20035
200362000-01-27 Gerd Moellmann <gerd@gnu.org>
20037
20038 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
20039 userids differently.
20040
20041 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
20042 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
20043 progmodes/ebnf-yac.el: New files.
20044
200452000-01-26 Dave Love <fx@gnu.org>
20046
20047 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
20048 on a function with an empty body. [From Eric Ludlam.]
20049
200502000-01-25 Andre Spiegel <spiegel@gnu.org>
20051
20052 * vc.el (vc-version-diff): Make sure file name is expanded.
20053
200542000-01-25 Gerd Moellmann <gerd@gnu.org>
20055
20056 * scroll-bar.el (scroll-bar-timer): Variable removed.
20057 (scroll-bar-toolkit-scroll): Don't use a timer.
20058
200592000-01-25 Kenichi Handa <handa@etl.go.jp>
20060
86f6474c
SM
20061 * language/thai-util.el (thai-composition-function):
20062 Delete superfluous `a'.
a30eb617
DL
20063
200642000-01-24 Dave Love <fx@gnu.org>
20065
20066 * fortran.el (fortran-mode): Use beginning-of-defun-function,
20067 end-of-defun-function.
20068
86f6474c 20069 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
20070
200712000-01-22 Jason Rumney <jasonr@gnu.org>
20072
20073 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
20074 conflicts with new face support.
20075
200762000-01-22 Richard M. Stallman <rms@gnu.org>
20077
20078 * replace.el (query-replace): Rename last arg to DELIMITED.
20079 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
20080 (query-replace-regexp): Likewise.
20081
200822000-01-20 Richard M. Stallman <rms@gnu.org>
20083
20084 * subr.el (with-syntax-table): Use make-symbol, not gensym.
20085
20086 * emacs-lisp/lisp.el (beginning-of-defun-function):
20087 Variable renamed from beginning-of-defun.
20088 Do not call make-variable-buffer-local.
20089 (beginning-of-defun-raw): Use new variable name; doc fix.
20090 (beginning-of-defun): Doc fix.
20091 (end-of-defun-function): Variable renamed from end-of-defun.
20092 Do not call make-variable-buffer-local.
20093 (end-of-defun): Use new variable name; doc fix.
20094
20095 * subr.el (dolist, dotimes): Copied from cl-macs.el
20096 and made to work.
20097
20098 * mail/undigest.el (rmail-digest-end-regexps):
20099 Variable replaces rmail-digest-end-regexp.
20100 Allows multiple regexps for detecting the end line.
20101 (undigestify-rmail-message): Corresponding changes.
20102
201032000-01-19 Dave Love <fx@gnu.org>
20104
20105 * files.el (user-init-file): Don't declare here -- is primitive.
20106
20107 * startup.el (command-line): Check for compiled user-init-file and
20108 set to uncompiled version if necessary.
20109
201102000-01-18 Gerd Moellmann <gerd@gnu.org>
20111
20112 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20113 (undigestify-rmail-message): Use it.
20114
20115 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20116
201172000-01-17 Gerd Moellmann <gerd@gnu.org>
20118
20119 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20120 of mini-buffer.
20121
201222000-01-14 Gerd Moellmann <gerd@gnu.org>
20123
20124 * emacs-lisp/copyright.el (copyright-update): Removed the
20125 requirement for a trailing space from `copyright-regexp', to
20126 support copyrights with owner specified on a separate line..
20127
20128 * align.el: New file.
20129
20130 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20131
20132 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20133
201342000-01-13 Dave Love <fx@gnu.org>
20135
20136 * ph.el: Removed. (Obsoleted by EUDC.)
20137
201382000-01-13 Gerd Moellmann <gerd@gnu.org>
20139
20140 * net/eudc.el (toplevel): Remove autoloaded code installing
20141 menu with easymenu, because that causes build problems.
20142
20143 * frame.el (frame-notice-user-settings): New variable.
20144 (frame-notice-user-settings): Don't modify frame parameters
20145 if called a second time.
20146
201472000-01-13 Richard M. Stallman <rms@gnu.org>
20148
20149 * frame.el (frame-notice-user-settings):
20150 Notice default-frame-parameters even for non-window frames.
20151
201522000-01-13 Gerd Moellmann <gerd@gnu.org>
20153
20154 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20155 for Emacs.
20156 (eudc-bob-can-display-inline-images): Extend for Emacs.
20157 (eudc-bob-toggle-inline-display): Ditto.
20158 (eudc-bob-display-jpeg): Ditto.
20159
201602000-01-12 Gerd Moellmann <gerd@gnu.org>
20161
20162 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20163 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20164 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20165
86f6474c
SM
20166 * add-log.el (add-change-log-entry): Fix error trying an
20167 `(insert nil)'.
a30eb617
DL
20168
20169 * subdirs.el: Add `net' directory.
20170
20171 * net: New directory.
20172
20173 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20174 eval-last-sexp. Don't bind debug-on-error here.
20175 (eval-last-sexp): New function. Bind debug-on-error if
20176 eval-expression-debug-on-error is non-nil.
20177 (eval-defun-2, eval-defun): Likewise.
20178
20179 * simple.el (eval-expression): Don't bind debug-on-error if
20180 eval-expression-debug-on-error is nil. Detect changed
20181 debug-on-error, and propagate new value to global binding, if
20182 eval-expression-debug-on-error is non-nil,
20183 (eval-expression-debug-on-error): Change doc string.
20184
201852000-01-11 Richard M. Stallman <rms@gnu.org>
20186
20187 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20188
20189 * emacs-lisp/lisp-mode.el (with-syntax-table):
20190 Set up lisp-indent-function property.
20191
20192 * subr.el (with-syntax-table): Moved from simple.el.
20193
20194 * simple.el (with-syntax-table): Moved to subr.el.
20195
201962000-01-11 Gerd Moellmann <gerd@gnu.org>
20197
20198 * tmm.el (tmm-shortcut): Delete region after prompt instead
20199 of erasing buffer.
20200
20201 * textmodes/fill.el (fill-common-string-prefix): New function.
20202 (fill-context-prefix): Use the longest common prefix of first
20203 and second line fill prefix, if there is one.
20204
202052000-01-11 Richard M. Stallman <rms@gnu.org>
20206
20207 * array.el (array-mode): Don't use make-variable-buffer-local.
20208 Use make-local-variable for `truncate-lines'.
20209
202102000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20211
20212 * add-log.el (add-log-current-defun): Handle user-defined
20213 add-log-current-function returning nil,
20214
20215 * add-log.el (add-change-log-entry): Insert version number
20216 if having found a current function
20217
86f6474c
SM
20218 * add-log.el (add-log-current-defun):
20219 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
20220 level 1. Strip whitespace from defun found.
20221
202222000-01-10 John Wiegley <johnw@gnu.org>
20223
20224 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 20225 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
20226
202272000-01-10 Dave Love <fx@gnu.org>
20228
20229 * elide-head.el (elide-head): Use point-marker, not point.
20230
202312000-01-10 Gerd Moellmann <gerd@gnu.org>
20232
20233 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20234 before and after the year 2000.
20235
20236 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20237 Add ispell- prefix.
20238
202392000-01-10 Ken Stevens <k.stevens@ieee.org>
20240
20241 * ispell.el: Only define dictionaries in menus when they exist.
20242 (version18p): New variable.
20243 (version20p): New variable.
20244 (xemacsp): New variable.
20245 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20246 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20247 (ispell-dictionary-alist6): Russian command lines no longer accept
20248 run-together words.
20249 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20250 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
20251 (check-ispell-version): Added documentation string. Return library
20252 path when called non-interactively.
a30eb617
DL
20253 (ispell-menu-map-needed): Uses new variables.
20254 (ispell-library-path): New variable.
20255 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20256 (ispell-word): Improved documentation string. Test for valid
20257 character mappings. Correctly check typed in word changes that can
86f6474c
SM
20258 result in single words split into multiple words.
20259 Return replacement word.
a30eb617
DL
20260 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20261 replace in recursive query replace mode. Help message for
20262 recursive edit mode.
20263 (ispell-show-choices): Protect against bad framepop bindings.
20264 (ispell-help): Fix to work with XEmacs.
20265 (ispell-highlight-spelling-error): Use new variables.
20266 (ispell-overlay-window): Fix to work with XEmacs.
20267 (ispell-parse-output): Passed and returns location information
20268 tracking spelling corrections. Doesn't recheck same word on
20269 current line.
20270 (ispell-init-process): Protect against bogus XEmacs variable binding.
20271 Fix call to single argument in sleep-for. Use new variables.
20272 (ispell-region): Passed and returns location information tracking
20273 spelling corrections. Doesn't check same word on current line.
20274 Improved documentation string. Doesn't resend a line already
20275 checked to the ispell process - fixes bug in LaTeX parsing.
20276 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20277 (ispell-skip-region): No longer skips <TT> in SGML.
20278 (ispell-process-line): Tracks location information with spelling
20279 corrections. Added documentation string. Accounts for words
20280 already accepted on this line. Don't allow query-replace on line
20281 starting with math characters. Doesn't resend a line already sent
20282 to ispell process. Fixes alignment error bug.
20283
202842000-01-10 Richard M. Stallman <rms@gnu.org>
20285
20286 * dired-x.el (dired-guess-shell-alist-default):
20287 Suggest xloadimage, which is free, not xv, which isn't.
20288
20289 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20290 Don't ever include the host name or user name in the value.
20291
202922000-01-09 Gerd Moellmann <gerd@gnu.org>
20293
20294 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20295 of a real newline.
20296
202972000-01-09 Stephen Eglen <stephen@gnu.org>
20298
20299 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20300 for .png files.
20301
203022000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20303
20304 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20305
203062000-01-09 Gerd Moellmann <gerd@gnu.org>
20307
20308 * progmodes/cperl-mode.el: Replace ^F with ^L.
20309
86f6474c
SM
20310 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20311 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
20312
203132000-01-08 Dave Love <fx@gnu.org>
20314
20315 * emacs-lisp/backquote.el: Remove inappropriate customization
20316 (allowing custom.el to use backquote).
20317
203182000-01-07 Dave Love <fx@gnu.org>
20319
20320 * add-log.el (add-log-debugging): Deleted.
20321 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20322 file. Remove debugging code.
20323 (change-log-get-method-definition, change-log-name): Add doc.
20324 (change-log-sortable-date-at): New function.
20325 (change-log-merge): New command.
20326
20327 * time.el (display-time-string-forms): Make the Mail string active.
20328 (display-time-update): Provide help-echo for load average.
20329
20330 * bindings.el (make-mode-line-mouse2-map): New function.
20331 (mode-line-modified): Use it and simplify.
20332 (mode-line-mule-info): Provide help-echo info.
20333 (minor-mode-alist): Activate the strings.
20334 (make-mode-line-mouse-sensitive): Simplify for
20335 mode-line-buffer-identification.
20336
203372000-01-07 Gerd Moellmann <gerd@gnu.org>
20338
20339 * play/pong.el: New file.
20340
203412000-01-06 Dave Love <fx@gnu.org>
20342
20343 * array.el: Assorted cleanups for compiler warnings, doc strings,
20344 `array-' prefix for symbols.
20345
203462000-01-05 Dave Love <fx@gnu.org>
20347
86f6474c
SM
20348 * textmodes/outline.el (outline-mode-menu-bar-map):
20349 Add outline-headers-as-kill.
a30eb617
DL
20350 (outline-mode): Define imenu-generic-expression.
20351 (outline-headers-as-kill): New command.
20352
20353 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20354 from paragraph-start.
20355 (paragraph-indent-minor-mode): New command.
20356
20357 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20358 M-C-e, M-C-h, C-j, C-xnd, TAB.
20359 (fortran-mode): Set beginning-of-defun, end-of-defun.
20360 (fortran-column-ruler): Simplify.
20361 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20362 (fortran-with-subprogram-narrowing): Likewise.
20363 (fortran-indent-subprogram): Call mark-defun.
20364 (fortran-check-for-matching-do): Change narrowing.
20365
20366 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20367 (cl-lucid-hash-tag): Delete.
20368 (cl-hash-table-p): Correct test for native table.
20369 (cl-hash-table-count): Use hash-table-count.
20370
20371 * browse-url.el (browse-url): Fix case of
20372 browse-url-browser-function being an alist.
20373
203742000-01-05 Carsten Dominik <cd@gnu.org>
20375
20376 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20377 (reftex-index-phrase-file-extension): New options.
20378
20379 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20380 Use new option `reftex-index-phrase-file-extension'.
20381
20382 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20383 `reftex-parse-file-extension'.
20384
203852000-01-05 Dave Love <fx@gnu.org>
20386
20387 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20388 (beginning-of-defun-raw): Use it.
20389 (end-of-defun): New variable.
20390 (end-of-defun): Use it.
20391 (check-parens): New command.
20392
203932000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20394
20395 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20396 (hs-show-block): Don't use `mapcar' when not accumulating.
20397
20398 Fix buglet in local variables initialization.
20399
204002000-01-05 Andreas Schwab <schwab@suse.de>
20401
20402 * hscroll.el (hscroll): Doc fix.
20403
204042000-01-05 Carsten Dominik <cd@gnu.org>
20405
86f6474c
SM
20406 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20407 Require idlw-toolbar.
a30eb617 20408
86f6474c 20409 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 20410 file idlw-rinfo.el.
86f6474c
SM
20411 (idlwave-customize): Load must read file idlw-shell.el.
20412 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
20413
204142000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20415
20416 * progmodes/idlw-shell.el: Also provide idlwave-shell
20417 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20418 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20419
86f6474c 20420 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
20421 both reftex-dcr and reftex-vcr.
20422
20423 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20424
204252000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20426
20427 * ps-print.el: PostScript code now is in separate files, doc fix.
20428 (ps-print-version): New version number (5.0.3).
20429 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20430 local.
20431 (ps-spool-config): Initialization fix.
20432 (ps-print-prologue-1, ps-print-prologue-2)
20433 (ps-print-duplex-feature): PostScript code moved to separated file.
20434 (ps-background-image): Little code reformating.
20435 (ps-begin-file, ps-begin-job): Fix code.
20436 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20437 (ps-prologue-file): New fun.
20438
204392000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20440
20441 * ps-vars.el: Eliminated.
20442
20443 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20444 `;;;###autoload'.
20445
20446 * ps-print.el: ps-vars eliminated, doc fix.
20447 (ps-print-version): New version number (5.0.2).
20448 (ps-spool-config): Initialization fix.
20449 (ps-print-customize): New fun.
20450
204512000-01-04 Gerd Moellmann <gerd@gnu.org>
20452
86f6474c 20453 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
20454
204552000-01-04 Dave Love <fx@gnu.org>
20456
20457 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20458 menu items.
20459
204602000-01-03 Dave Love <fx@gnu.org>
20461
20462 * elide-head.el (elide-head) [defgroup]: Add :version.
20463
20464 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
20465 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20466 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
20467 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20468
204692000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20470
20471 * faces.el (face-read-integer, read-face-attribute)
86f6474c 20472 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
20473
204742000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20475
20476 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20477 at comment end, and re-insert them after filling.
20478
204792000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20480
20481 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20482 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20483 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20484
204852000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20486
20487 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20488 the new name of face-color-supported-p.
20489
20490 * term/w32-win.el (xw-defined-colors): Likewise.
20491
204922000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20493
20494 * simple.el (completion-setup-function): Count completion-size
20495 from minibuffer-prompt-end, not from point-min.
20496
204972000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20498
20499 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20500 Pass the frame to tty-color-* functions.
20501 (display-color-p, frame-set-background-mode): Pass the frame to
20502 tty-display-color-p.
20503
20504 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20505 tty-color-alist.
20506 (tty-color-alist, tty-modify-color-alist): New functions.
20507 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
20508 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20509 optional parameter FRAME.
a30eb617
DL
20510
205112000-01-01 Gerd Moellmann <gerd@gnu.org>
20512
86f6474c
SM
20513 * image.el (create-image, defimage): Don't assume image data is
20514 a string.
a30eb617
DL
20515
20516 * image.el (defimage): Handle specifications containing :data
20517 instead of :file.
20518 (image-type-from-data): New function.
20519 (image-type-from-file-header): Use it.
20520 (create-image): Add parameter DATA-P.
20521
20522See ChangeLog.8 for earlier changes.
20523
20524;; Local Variables:
20525;; coding: iso-2022-7bit
20526;; End:
2a34a036
GM
20527
20528 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20529 Copying and distribution of this file, with or without modification,
20530 are permitted provided the copyright notice and this notice are preserved.