(completion-ignored-extensions): CL-related
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b878b8c3
SS
12001-10-12 Sam Steingold <sds@gnu.org>
2
7ed93890
SS
3 * bindings.el (completion-ignored-extensions): CL-related
4 extensions are platform-independent.
5
b878b8c3
SS
6 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
7 asynchronous multiple file copying.
8
eadd6444
GM
92001-10-12 Gerd Moellmann <gerd@gnu.org>
10
11 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list): New
12 function checking that lambda-list consists of non-constant
13 symbols, that &rest and &optional are followed by variable names,
14 that &rest VAR is the last element, and that variables aren't
15 doubled.
16 (byte-compile-lambda): Use it.
17
beb0990f
GM
182001-10-12 Eli Barzilay <eli@barzilay.org>
19
20 * calculator.el (calculator-eng-display): Don't call concat
21 with an integer argument.
22
07f904a3
MB
232001-10-12 Miles Bader <miles@gnu.org>
24
25 * help-mode.el (help-customize-face): New button-type.
b0412574 26
07f904a3
MB
27 * faces.el (list-faces-display): Fix args to `help-xref-button'.
28 (describe-face): Fix args to `help-xref-button'.
29 Don't switch to help-buffer around call to `help-setup-xref'.
30 Use `help-buffer' instead of hard-wired "*Help*".
31 Require `help-mode'.
32
2168e04d
SM
332001-10-11 Stefan Monnier <monnier@cs.yale.edu>
34
35 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
36
37 * help-mode.el (help-buffer): New function.
38 Returns the buffer-name to use for help output.
39 Change all the code to use it instead of hard-coding *Help*.
40 (help-mode-map): Put back the mouse-2 binding.
41 (help-xref-stack): Change the format and make buffer-local.
42 (help-xref-stack-item): Make buffer-local.
43 (help-setup-xref): Do the `push' here rather than in help-do-xref.
44 (help-xref-interned): Display the face doc as well.
45 (help-follow-mouse): Re-introduce.
46 (help-xref-go-back): Adapt to the new use of help-xref-stack.
47 (help-do-xref): Don't `push' any more.
48 (help-follow): Also follow face names.
49
50 * help-funs.el (describe-function-1): Remove unused `parens' arg.
51 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
52 Autoload and cleanup.
53 (describe-function): Call help-setup-xref.
54 (describe-variable): Call help-setup-xref earlier.
55
56 * help.el (describe-bindings-internal): New fun moved from keymap.c.
57 (view-lossage): Call help-setup-xref correctly and earlier.
58 (describe-bindings): Call help-setup-xref earlier.
59 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
60 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 61
1ae6b8f1
GM
622001-10-11 Gerd Moellmann <gerd@gnu.org>
63
a5be8a9a
GM
64 * master.el (master-mode): Use define-minor-mode instead of
65 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 66 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
67 since it's always autoloaded.
68
1ae6b8f1
GM
69 * master.el: New file.
70
63ca0a6e
GM
712001-10-11 Dave Love <fx@gnu.org>
72
73 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
74 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
75 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 76
63ca0a6e 772001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 78
2168e04d
SM
79 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
80 New function extracted from byte-compile-log-1.
81 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
82 the output of other GNU tools.
83 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
84 (byte-compile-report-error): Downcase error message.
85 Use `error' instead of `!!' for error messages.
d731e6b8
GM
86 (byte-compile-print-syms): Treat non-interactive case specially.
87 (displaying-byte-compile-warnings): Use backquote.
88 (byte-compile-from-buffer): Bind byte-compile-last-line.
89 (batch-byte-compile): Remove `Done' message.
90
30de4b24
SM
912001-10-10 Stefan Monnier <monnier@cs.yale.edu>
92
93 * emacs-lisp/copyright.el (copyright): Add final \n.
94
0e094c29
MB
952001-10-11 Miles Bader <miles@gnu.org>
96
97 * diff.el (diff): Display default values in prompts as
98 `(default ...)', not `(...)'.
b0412574 99
0e094c29
MB
100 * info.el (Info-follow-reference): Likewise.
101
c2ca5171
SM
1022001-10-10 Stefan Monnier <monnier@cs.yale.edu>
103
30de4b24
SM
104 * emacs-lisp/autoload.el (doc-string-elt): Remove.
105
7164ef13
SM
106 * newcomment.el (comment-indent): Be a little more robust in case
107 comment-indent-function does funny things.
108 (comment-normalize-vars): Autoload.
109 (comment-region-internal): Fiddle with the visibility spec.
110 (comment-valid-prefix): New function.
111 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
112 that would turn comment-text into non-comment-text.
113
114 * emacs-lisp/syntax.el: New file.
115
c2ca5171
SM
116 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
117 compatibility cruft.
118 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
119 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
120 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
121 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
122 tcl-submit-bug-report.
123 (tcl-mode-syntax-table): Leave \f alone.
124 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
125 tcl-end-of-defun, tcl-submit-bug-report.
126 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
127 (tcl-add-emacs-menu): Remove.
128 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
129 (tcl-keyword-list): Add `chain'.
130 (tcl-font-lock-syntactic-keywords): New variable.
131 (tcl-pps-has-arg-6): Remove.
132 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
133 (tcl-internal-mark-defun): Remove.
134 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
135 (tcl-mode): Use define-derived-mode. Simplify.
136 Set comment-indent-function.
137 (tcl-indent-command): Use line-beginning-position and comment-indent.
138 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
139 (tcl-indent-line): Use tcl-calculate-indent.
140 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
141 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
142 (tcl-filter): Use with-current-buffer, simplify.
143 (inferior-tcl-mode): Use define-derived-mode.
144 (tcl-hairy-in-comment): Renamed tcl-in-comment.
145 (tcl-simple-in-comment, tcl-in-comment): Removed.
146 (tcl-files-alist): New function.
147 (tcl-help-snarf-commands): Use it and return the result directly
148 rather than through a global variable.
149 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
150 (tcl-help-on-word): Provide the default value to completing-read.
151 (tcl-hilit): Remove.
152 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
153 (tcl-comment-indent): New function.
154 (tcl-submit-bug-report): Remove.
155 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
156 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
157 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
158
07becdb1
MB
1592001-10-10 Miles Bader <miles@gnu.org>
160
161 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
162 (Info-fontify-node): Don't fontify the node if it's already been done.
163
88255adb
GM
1642001-10-10 Gerd Moellmann <gerd@gnu.org>
165
031a1678
GM
166 * international/iso-transl.el (iso-transl-e-caret)
167 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
168 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
169
619632ac
GM
170 * simple.el (end-of-buffer): Fix code scrolling specially
171 for the buffer end.
172
88255adb
GM
173 * startup.el (command-line-1): Bind tab-width to 8.
174
5c4d3f02
PJ
1752001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
176
3680909c 177 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
178 user-visible commands. From Rob Riepel
179 <riepel@Networking.Stanford.EDU>.
180
89e9c8d7
GM
1812001-10-09 Gerd Moellmann <gerd@gnu.org>
182
183 * ruler-mode.el: New file.
184
3b8c60f1
MB
1852001-10-09 Miles Bader <miles@gnu.org>
186
71f19cda
MB
187 * apropos.el (button): New require.
188
55e9efba 189 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
190 (describe-variable): Use `condition-case' instead of `ignore-errors'.
191
55e9efba 192 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 193
55e9efba
MB
194 * help.el: Don't require `view' when compiling.
195 (help-with-tutorial, describe-function, describe-function-1)
196 (variable-at-point, describe-variable, locate-library):
197 Functions moved into `help-funs.el'.
198 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
199 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
200 (help-setup-xref, help-xref-following, help-make-xrefs)
201 (help-xref-button, help-insert-xref-button, help-xref-interned)
202 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
203 (help-xref-on-pp): Functions moved into `help-mode.el'
204 (help-mode-map, help-xref-stack, help-xref-stack-item)
205 (help-highlight-p, help-highlight-face, help-back-label)
206 (help-xref-symbol-regexp, help-xref-mule-regexp)
207 (help-xref-info-regexp): Variables moved into `help-mode.el'.
208 (help-symbol, help-back, help-info, help-customize-variable)
209 (help-function-def, help-variable-def):
210 Button-types moved into `help-mode.el'.
211 (load-symbol-file-load-history, symbol-file):
212 Functions moved into `subr.el'.
213 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
214 (view-lossage): Call `help-setup-xref' instead of doing it manually.
215
216 * subr.el (symbol-file-load-history-loaded)
217 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
218
55e9efba
MB
219 * loadup.el ("button"): Load removed.
220
ded42dd3
MB
221 * button.el (define-button-type): Respect any `supertype' property.
222 (button-type-subtype-p, button-has-type-p): New functions.
223
f4be0a12
MB
224 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
225 dollar-signs.
226
227 * comint.el (comint-insert-previous-argument): New function.
228 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 229 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
230 (comint-insert-previous-argument-last-index): New variables.
231
3b8c60f1
MB
232 * apropos.el (apropos-next-label-button): Use the presence of a
233 `apropos-label' property to detect label buttons.
234
a101302b
MB
2352001-10-08 Miles Bader <miles@gnu.org>
236
237 * button.el (next-button, previous-button): Remove N and WRAP
238 parameters. Don't pay attention to `skip' properties.
239 (forward-button): Implement wrapping, iterating, and skipping here
240 instead.
894e460c 241 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
242 (button-nop): Function removed.
243 (default-button): Use `ignore' as default button action.
894e460c 244
a101302b
MB
245 * apropos.el (apropos-next-label-button): Update arguments to
246 `next-button'.
894e460c 247 (apropos-symbol): Add `skip' property.
c2ca5171
SM
248 (apropos-function, apropos-macro, apropos-command)
249 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
250 (apropos-plist): New button types.
251 (apropos-label-properties): Variable removed.
252 (apropos-print): Pass button-type to apropos-print-doc, rather
253 than help function and label text.
254 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
255 Get button label from TYPE.
a101302b 256
82345a9a
SM
2572001-10-07 Stefan Monnier <monnier@cs.yale.edu>
258
b0fbf754
SM
259 * help.el (help-mode): Use define-derived-mode.
260 (describe-mode): Add optional `buffer' arg.
261 Use it instead of going through help-xref-mode.
262 Avoid doubling the word `minor' when prettifying.
263 (describe-function-1): List the corresponding key bindings.
264 (describe-variable): Say if the var is automatically buffer-local.
265 If the source is `loaddefs.el', look for the real source.
266 (help-xref-mode): Remove.
267
82345a9a
SM
268 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
269 the file says no-byte-compile.
270
d6bc0bdc
MB
2712001-10-08 Miles Bader <miles@gnu.org>
272
273 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 274
7997fd38
MB
2752001-10-07 Miles Bader <miles@gnu.org>
276
e664497b
MB
277 * woman.el (woman-mode-map): Copy button-buffer-map instead of
278 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
279 `woman-follow-word' instead of `woman-mouse-2'.
280 (woman-follow-word): Renamed from `woman-mouse-2'.
281 Follow current unconditionally, since this function is now only
282 bound to M-mouse-2. Use accessor functions.
283 (WoMan-highlight-references): Use `make-text-button'.
284 (woman-xref): New button type.
285
d876f455
MB
286 * loadup.el ("faces"): Move load before loading "loaddefs.el".
287 ("button"): New load, just before "help" (which uses it).
288
289 * help.el (help-mode-map): Make button-buffer-map our parent.
290 Don't bind mouse events or tab/backtab.
291 (help-function, help-variable, help-face, help-coding-system)
292 (help-input-method, help-character-set, help-back, help-info)
293 (help-customize-variable, help-function-def, help-variable-def):
294 New button types.
295 (help-button-action): New function.
296 (describe-function-1): Pass help button-types to
297 `help-xref-button' rather than help function and help-echo string.
298 Don't put multiple help-function args in a list to pass them to
299 help-xref-button, just pass them as multiple arguments.
300 Use `help-insert-xref-button' to make [back]-button, rather than
301 `help-xref-button'.
302 (help-xref-button): Take a button-type TYPE as a parameter rather
303 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
304 and add a &rest parameter ARGS to serve the same purpose.
305 Use `make-text-button' to add the button.
306 (help-insert-xref-button): Use `insert-text-button' to add the button.
307 (help-follow-mouse, help-next-ref, help-previous-ref):
308 Functions removed.
309 (help-do-xref): New function.
310 (help-follow): Use `push-button' and `help-do-xref' to do most of
311 the work.
312
313 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 314 (apropos-symbol-button-display-help)
d876f455
MB
315 (apropos-label-button-display-help, apropos-next-label-button):
316 New functions.
317 (apropos-mode-map): Make button-buffer-map our parent.
318 Don't bind mouse events.
319 (apropos-print, apropos-print-doc): Create buttons instead of text
320 properties.
321 (apropos-mouse-follow): Function removed.
322 (apropos-follow): Use buttons.
323
7997fd38
MB
324 * button.el: New file.
325
1a4372ef
GM
3262001-10-07 Gerd Moellmann <gerd@gnu.org>
327
82345a9a 328 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
329 Remove.
330
857e81db
RS
3312001-10-05 Richard M. Stallman <rms@gnu.org>
332
333 * add-log.el (add-change-log-entry): Skip copyright notice
334 and copying permission notice at start of file, if any.
335 Make use of terms "entry" and "item" accord with Emacs manual.
336 Simplify the logic for moving point while entering or creating
337 an entry and then an item.
338 (add-change-log-entry-other-window): Doc fix.
339
4650e362
MB
3402001-10-06 Miles Bader <miles@gnu.org>
341
342 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
343 removed; they apparently don't work with faces.
344
b4f05c38
SS
3452001-10-05 Sam Steingold <sds@gnu.org>
346
347 * textmodes/sgml-mode.el (html-xhtml): New user option.
348 (html-tag-alist, html-horizontal-rule, html-image, html-line)
349 (html-ordered-list, html-unordered-list, html-list-item)
350 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
351 (sgml-skip-close-p): New function.
352 (sgml-value): Use it.
353
4dd618ff
SS
3542001-10-05 Sam Steingold <sds@gnu.org>
355
356 * calendar/diary-lib.el (diary-entry-compare): When times are
357 identical, compare the entries lexicographically.
358
a01b7831
MB
3592001-10-06 Miles Bader <miles@gnu.org>
360
82345a9a
SM
361 * rfn-eshadow.el (rfn-eshadow-update-overlay):
362 Use `minibuffer-prompt-end'.
a01b7831
MB
363
364 * simple.el (previous-matching-history-element): Fix misplaced
365 parentheses.
366
20a82009
MB
3672001-10-05 Miles Bader <miles@gnu.org>
368
369 * rfn-eshadow.el: New file.
370
c165ad40
MB
3712001-10-05 Miles Bader <miles@gnu.org>
372
373 * cus-face.el (custom-face-attributes): Make sure each attribute
374 has a valid default value. Remove hacks that mapped `nil' to
375 `off' and used nil to mean `unspecified'. Remove `unspecified'
376 choices from all attributes (unspecified is handled by the parent
377 checklist).
4dd618ff 378 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
379 (custom-face-edit-deactivate, custom-face-edit-activate)
380 (custom-face-edit-delete, custom-face-edit-attribute-tag):
381 New functions.
382 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 383 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
384 Don't pass in default filters that map between `nil' and `off' and
385 `unspecified' and `nil'.
386
ace64e0a
GM
3872001-10-05 Gerd Moellmann <gerd@gnu.org>
388
389 * progmodes/compile.el (compilation-buffer-name): New function.
390 (compile-internal): Use it to determine the name of the
391 compilation buffer.
392
ec66bdc7
MB
3932001-10-05 Miles Bader <miles@gnu.org>
394
395 * progmodes/compile.el (grep-use-null-device): New variable.
396 (grep-command): Mention `grep-use-null-device'.
397 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
398 Make computation of `grep-command' respect `grep-use-null-device'.
399 (grep): Respect `grep-use-null-device'.
400 Call `grep-compute-defaults' even if grep-command is set, if
401 grep-use-null-device is still tentative.
402
403 * subr.el (call-process-shell-command): New function.
404
4052001-10-05 Miles Bader <miles@gnu.org>
406
407 * simple.el (previous-matching-history-element)
408 (next-history-element, next-complete-history-element): Use
82345a9a 409 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
410 (minibuffer-prompt-end, minibuffer-contents):
411 (minibuffer-contents-no-properties, delete-minibuffer-contents):
412 Functions removed (now subrs).
413 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 414
ec66bdc7
MB
415 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
416 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
417 instead of calling `field-' functions directly.
418 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
419
c89e4bc5
GM
4202001-10-05 Gerd Moellmann <gerd@gnu.org>
421
a0fb4492
GM
422 * files.el (find-file-noselect): If file's read-only status has
423 changed on disk, ask if buffer's read-only status should be
424 changed, unless NOWARN is set.
425
c86350b1
GM
426 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
427 alias for define-setf-method.
428
c89e4bc5
GM
429 * bindings.el: Remove no-byte-compile from file local variables
430 to enable bootstrapping.
431
0bcf87c1
AI
4322001-10-04 Andrew Innes <andrewi@gnu.org>
433
82345a9a
SM
434 * faces.el (face-font-registry-alternatives) [windows-nt]:
435 Make gb2312 an alias for gb2312.1980.
0bcf87c1 436
6c0b2643
GM
4372001-10-04 Stefan Monnier <monnier@cs.yale.edu>
438
439 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
440 (uniquify-reverse-components): Remove.
441
442 * emacs-lisp/bytecomp.el (byte-recompile-directory):
443 Make sure the file is readable.
444 (byte-compile-file): Don't compile if `no-byte-compile' is set.
445 (byte-compile-defvar): Update to reflect the change in Fdefvar.
446 (batch-byte-recompile-directory): Pass arg=0.
447
448 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
449 (perl-calculate-indent): Use it.
450 (perl-backward-to-noncomment): Use forward-comment.
451
452 * derived.el (define-derived-mode, derived-mode-make-docstring):
453 Allow `parent' to be nil.
454
455 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
456 Use define-derived-mode.
457 (nroff-mode-map, nroff-mode-syntax-table): Massage.
458
459 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
460
461 * emacs-lisp/lselect.el: Use facep iso find-face.
462
463 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
464 Use regexp-opt.
465 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
466 (lisp-font-lock-syntactic-face-function): New function.
467 (lisp-mode-variables): Use it. Make arg optional.
468 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
469 (lisp-mode): Don't pass an arg to lisp-mode-variables.
470 Set comment-start-skip.
471
472 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
473
474 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
475 (ignore-errors): Don't bother using a `err' symbol.
476
477 * emacs-lisp/autoload.el (autoload-ensure-default-file)
478 (autoload-insert-section-header, autoload-before-p)
479 (autoload-remove-section): New functions.
480 (generate-file-autoloads): Use them.
481 (update-file-autoloads): Use them. Return FILE if there's no cookie.
482 Make sure the autoload file is properly formatted when creating it.
483 (update-autoloads-from-directories): Use them as well.
484 Only update autoloads for files whose timestamp has changed.
485 Add a dummy entry to remember the files which had no autoload cookies.
486
487 * timer.el (timer-relative-time): Fix computation for negative `micro'.
488
489 * subr.el (define-key-after): Allow `key' to be longer than 1.
490 (make-local-hook): Make obsolete.
491 (add-hook, remove-hook): Don't use make-local-hook any more.
492 (make-syntax-table): Inherit all chars from s-s-t.
493
4942001-10-04 Gerd Moellmann <gerd@gnu.org>
495
496 This is a fix for a report saying that resuming a search with C-s
497 C-s doesn't use the case-fold-search setting of the previous
498 search (C-s ... M-c ... then C-s C-s).
499
500 * isearch.el (isearch-last-case-fold-search): New variable.
501 (isearch-mode): Remember value of isearch-case-fold-search
502 in isearch-last-case-fold-search.
503 (isearch-done): Quote value of isearch-case-fold-search.
504 (isearch-repeat): When resuming a search, restore
505 isearch-case-fold-search from isearch-last-case-fold-search.
506
507 Added to NEWS.
508
509 * startup.el (inhibit-startup-buffer-menu): New user-option.
510 (command-line-1): If inhibit-startup-buffer-menu is set, don't
511 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
512
513 This allows upto 99999 messages in the summary without screwing up
514 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
515
516 * mail/rmailsum.el (rmail-make-summary-line)
517 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
518 (rmail-summary-goto-msg, rmail-summary-goto-msg):
519 Allow 5-digit message ids instead of 4.
520
521 This adds expansion of environment variables in the value
522 specified with M-x setenv. Added to NEWS.
523
524 * env.el (substitute-env-vars): New function.
525 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
526 environment variables in VALUE. Return VALUE.
527
ab952a4f
GM
5282001-10-04 Gerd Moellmann <gerd@gnu.org>
529
530 * Branch for 21.1.
7164ef13 531
630784a2
SM
5322001-10-03 Stefan Monnier <monnier@cs.yale.edu>
533
534 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
535
cf2b0d2c 5362001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
537
538 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 539 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 540
aa01bed1
EZ
5412001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
542
543 * rect.el: Update maintainer's email address.
544
7d685c84
AS
5452001-10-02 Andreas Schwab <schwab@suse.de>
546
547 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
548 and Extended Passive Mode, resp.
549
87671c25
EZ
5502001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
551
552 These changes add support for Calendar-related items in the
553 menu bar on tty's as well:
554
555 * calendar/calendar.el (calendar-mode-map): Require cal-menu
556 unconditionally.
557 (calendar-mode): Set up activate-menubar-hook unconditionally.
558
559 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
560 calls x-popup-menu only if popup menus are supported.
561 (calendar-mouse-insert-hebrew-diary-entry)
562 (calendar-mouse-insert-islamic-diary-entry)
563 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
564 (calendar-mouse-view-other-diary-entries)
565 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
566 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
567 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 568
12c64503
GM
5692001-10-01 Gerd Moellmann <gerd@gnu.org>
570
62bfa682
GM
571 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
572
12c64503
GM
573 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
574
575 * emacs-lisp/rx.el: New file.
576
e0c21266
EZ
5772001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
578
630784a2 579 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 580
03be5931
EZ
5812001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
582
583 * frame.el (select-frame-by-name, other-frame): Doc fix.
584
d0100d57
EZ
5852001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
586
587 * play/snake.el (snake-score-file): Use temporary-file-directory
588 instead of a literal "/tmp". Suggested by Robert
589 <robert@chezmarshall.freeserve.co.uk>.
590
591 * play/tetris.el (tetris-score-file): Ditto.
592
d94d5b5a
EZ
5932001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
594
595 * apropos.el (apropos-print): Make the directions inserted at the
596 beginning of the *Apropos* buffer more clear.
597
cd653311 5982001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 599
cd653311
MK
600 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
601 Added comments.
630784a2 602
37dbd369
SM
6032001-09-27 Stefan Monnier <monnier@cs.yale.edu>
604
605 * newcomment.el (comment-normalize-vars): Use " \t" rather than
606 "\\s-" when defining comment-end-skip.
607
9240e746
GM
6082001-09-27 Gerd Moellmann <gerd@gnu.org>
609
37dbd369 610 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
611 Call get-buffer-window first second arg `visible'.
612
37dbd369
SM
613 * international/mule-diag.el (list-input-methods-1):
614 Output something that's independent of Emacs' version.
14531065 615
9240e746
GM
616 * tar-mode.el (tar-mode-write-file): Don't signal an error by
617 calling byte-to-position with a nil tar-header-offset.
618
e04233aa
GM
6192001-09-27 Simon Josefsson <jas@extundo.com>
620
621 * mail/sendmail.el (send-mail-function): Doc fix.
622 (mail-do-fcc): Error if header-end is not a marker.
623 (mail-do-fcc): Add a comment.
624 (mail-reply-to): Doc fix.
625 (mail-signature): Make ATPOINT optional.
626 (mail-yank-original): Use cond instead of nestled if.
627
07e91aa3
SM
6282001-09-26 Stefan Monnier <monnier@cs.yale.edu>
629
630 * info.el (Info-on-current-buffer): Default arg to "Top".
631
924b604c
GM
6322001-09-25 Eli Barzilay <eli@barzilay.org>
633
634 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
635 (calculator-displayer-prev, calculator-displayer-next):
636 Renamed from calculator-displayed-{left,right}.
637 (calculator, calculator-standard-displayer)
638 (calculator-num-to-string, calculator-update-display)
924b604c
GM
639 (calculator-copy, calculator-put-value): Bug and display fixes.
640
a1548b10
GM
6412001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
642
643 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
644 (ebnf-version): New version (3.6.1).
645
646 * ebnf-bnf.el: Fix character range regexp. Doc fix.
647 (ebnf-bnf-non-terminal-chars): New internal const.
648 (ebnf-bnf-lex): Fix code.
649
650 * ebnf-iso.el: Fix character range regexp. Doc fix.
651 (ebnf-iso-non-terminal-chars): New internal const.
652 (ebnf-iso-lex): Fix code.
653
654 * ebnf-yac.el: Fix character range regexp. Doc fix.
655 (ebnf-yac-skip-chars): New internal const.
656 (ebnf-yac-skip-code): Fix code.
657
79e954d0
SM
6582001-09-24 Stefan Monnier <monnier@cs.yale.edu>
659
ab750f9c
SM
660 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
661
3911563a
SM
662 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
663 passing it to VC.
664
79e954d0
SM
665 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
666 case where the file is relative.
667
6f3f0db4
GM
6682001-09-24 Gerd Moellmann <gerd@gnu.org>
669
670 * xml.el (xml-parse-attlist): Quotes around attributes must be the
671 same on each side. Make sure we properly handle simple quotes.
672 From Daiki Ueno <ueno@unixuser.org>.
673
e5b31424
EZ
6742001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
675
0678d779
EZ
676 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
677 <jas@extundo.com>.
678
e5b31424
EZ
679 * menu-bar.el (top-level): Minor fixes for text of help-echo in
680 some items of the Options menu.
681
769dd0f1
SM
6822001-09-22 Stefan Monnier <monnier@cs.yale.edu>
683
76829576
SM
684 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
685
d455f4f7
SM
686 * vc-hooks.el (vc-delete-automatic-version-backups):
687 Don't fail if the directory doesn't exist.
688
769dd0f1
SM
689 * diff-mode.el (diff-default-read-only): New var.
690 (diff-mode): Use it.
691
dc414be1
EZ
6922001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
693
769dd0f1
SM
694 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
695 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
696 keymap messes up the menu bar.
697
dc414be1
EZ
698 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
699 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
700
67033712
EZ
7012001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
702
769dd0f1 703 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
704
705 * dired-aux.el (dired-insert-subdir): Pass switches to
706 dired-build-subdir-alist.
707
0c68e5de
GM
7082001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
709
710 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
711 caused %#a and %#b to be mis-formatted.
712
906b3163
EZ
7132001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
714
715 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
716 ccmode, emacs-mime, and eudc manuals.
717
005e3bb6
SS
7182001-09-19 Sam Steingold <sds@gnu.org>
719
720 w32 find cannot be used with `grep-find'.
721 * progmodes/compile.el (find-program): New variable.
722 (grep-compute-defaults): Use it to set `grep-find-command'.
723
7121b85a
GM
7242001-09-19 Gerd Moellmann <gerd@gnu.org>
725
769dd0f1 726 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 727
ae16d111
GM
7282001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
729
730 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
731 programming. Doc fix.
732 (ebnf-version): New version (3.6).
733 (ebnf-eps-begin): Data fix.
734 (ebnf-begin-file): Code fix.
735
736 * ebnf-bnf.el: Doc fix.
737 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
738
739 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
740
55732434
GM
7412001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
742
743 * ps-print.el: Better face mapping for black/white PostScript printers.
744 Check if mark is active when printing a region. Doc fix.
745 (ps-print-version): New version number (6.5.5).
746 (ps-print-color-p): Customization fix.
747 (ps-black-white-faces): New option.
748 (ps-black-white-faces-alist): New internal var.
749 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
750 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
751 (ps-nb-pages-region): Interactive fix.
752 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
753 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
754
740ef824
EZ
7552001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
756
757 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
758 numeric month value, and allow the Kanji character after the it to
759 be missing (happens with ls-lisp's output on Japanese versions of
760 MS-Windows).
761
50529f51
MB
7622001-09-18 Miles Bader <miles@gnu.org>
763
764 * diff-mode.el (diff-mode): Don't make the buffer read-only if
765 it's empty (and thus probably a new patch file about to be edited).
766
d8a973aa
GM
7672001-09-17 Gerd Moellmann <gerd@gnu.org>
768
e18c8b8d
GM
769 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
770 Check for '(' in column 0 of doc string.
771
d8a973aa
GM
772 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
773 of `nth' so that using a vector as bounding-box works.
774 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
775
dfe78cc5
AS
7762001-09-17 Andre Spiegel <spiegel@gnu.org>
777
778 * vc.el (vc-annotate): Use current workfile version explicitly as
779 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
780
1bbdda4d
EZ
7812001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
782
a5f01960
EZ
783 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
784 convert-standard-filename doesn't guarantee that the .el extension
785 is preserved.
786
a007e4e3
EZ
787 * dos-fns.el (convert-standard-filename): Replace invalid
788 characters only after converting dash/underscore to a period.
789 (original-make-auto-save-file-name): New.
8aee7d44
EZ
790 (make-auto-save-file-name): New function, overrides the definition
791 on files.el and calls the original function via
792 original-make-auto-save-file-name.
793
1bbdda4d
EZ
794 * mail/rmail.el (top-level): Require mule-utils when compiling.
795 (rmail-decode-babyl-format): Use detect-coding-with-priority
796 instead of detect-coding-region, to favor detection of emacs-mule
797 encoded Babyl files written by rmailout.el etc. Suggested by
798 Kenichi Handa <handa@etl.go.jp>.
799
ed7d6ba4
EZ
8002001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
801
802 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
803 Use `equal', not `=', since the device number can be a cons cell.
804
551629f9
GM
8052001-09-14 Gerd Moellmann <gerd@gnu.org>
806
807 * simple.el: Comment out change of 2001-09-13.
808
0017a3e0
EZ
8092001-09-13 Milan Zamazal <pdm@zamazal.org>
810
811 * progmodes/compile.el (grep-compute-defaults): Don't set
812 grep-command/grep-find-command when it is already non-nil.
813 (grep-command): Make it a user option.
814 (grep-find-command): Likewise.
815
483e0218 8162001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 817
483e0218
MK
818 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
819 inhibit quit.
005e3bb6 820
15233548
EZ
8212001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
822
823 * files.el (make-auto-save-file-name): If long file names are not
824 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
825 generating an auto-save file name from it.
826
1fb7f872
GM
8272001-09-13 Gerd Moellmann <gerd@gnu.org>
828
005e3bb6 829 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
830 (ps-nb-pages-region): Signal an error if called interactively
831 and the mark is not active.
832
1fb7f872
GM
833 * simple.el (minibuffer-prompt-modification)
834 (minibuffer-prompt-insertion): New functions.
835 (minibuffer-prompt-properties): Use `modification-hooks' and
836 `insert-in-front-hooks'.
837
1dc13f3a
RS
8382001-09-12 Richard M. Stallman <rms@gnu.org>
839
840 * textmodes/outline.el (outline-regexp): Doc fix.
841 Initialize it in the defcustom, the usual way.
842
eaa493df
GM
8432001-09-12 Gerd Moellmann <gerd@gnu.org>
844
1fb7f872 845 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
846 from `ediff-meta-info' properties need not be an overlay.
847 From David Ponce <dponce@voila.fr>.
1fb7f872 848
eaa493df
GM
849 * isearch.el (isearch-intersects-p): Fix end checks.
850
cfcda0ba
EZ
8512001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
852
853 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
854 `t' branch of `cond', since Irix 6.1 and up is a special case of
855 the standard dbx interface.
856
4e1513b5
MB
8572001-09-11 Miles Bader <miles@gnu.org>
858
859 * comint.el (comint-send-input): When waiting for echoed input,
860 don't save the expected end position in `echo-end', so that things
861 work properly even if the buffer is modified elsewhere at the same
862 time [this happens if `comint-truncate-buffer' is used].
863
9a72e4c1
GM
8642001-09-11 Gerd Moellmann <gerd@gnu.org>
865
866 * textmodes/outline.el (outline-mode): Use `^' and a shy group
867 when constructing imenu-generic-expression from outline-regexp.
868
1f9581b6
EZ
8692001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
870
871 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
872 `equal' instead of `=', since they can be cons cells. From Nils
873 Goesche <cartan@cartan.de>.
874
65ee3bf5
AS
8752001-09-10 Andre Spiegel <spiegel@gnu.org>
876
877 * vc.el (vc-annotate): Rewrote doc string.
878
e602e779
EZ
8792001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
880
881 * time-stamp.el: Update Stephen Gildea's email address.
882
42d305db
GM
8832001-09-10 Gerd Moellmann <gerd@gnu.org>
884
885 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
886 enable-multibyte-characters = nil. From Hallvard B Furuseth
887 <h.b.furuseth@usit.uio.no>.
005e3bb6 888
02f34c70 8892001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 890
769dd0f1 891 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 892
769dd0f1 893 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
894 that reads a character and uses the current input method or
895 iso-accents when appropriate.
005e3bb6 896
769dd0f1 897 * viper.el and all others: Corrections to the comment blocks at
02f34c70 898 the top.
005e3bb6 899
cfc697a2
EZ
9002001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
901
902 * info.el (Info-goto-node): Doc fix.
903
fc0eccfc
GM
9042001-09-07 Gerd Moellmann <gerd@gnu.org>
905
906 * isearch.el (isearch-intersects-p): New function.
907 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
908 use isearch-intersects-p, and clean up.
909
ef10876c
EZ
9102001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
911
912 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
913 and "german8", for the new German orthography dictionaries,
914 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
915 the entries, to keep the line length balanced for loaddefs.el.
916
c9e74cd4 9172001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 918
c9e74cd4
GM
919 * comint.el (comint-send-input): Handle comint-process-echoes
920 differently.
921
5421b899
GM
9222001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
923
769dd0f1 924 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 925
70569550
EZ
9262001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
927
769dd0f1 928 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 929
6afad91e 9302001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 931
769dd0f1
SM
932 * server.el (server-switch-buffer):
933 * textmodes/refer.el (refer-find-entry-internal):
934 * term/sup-mouse.el (sup-pos-to-window):
935 * term/bg-mouse.el (bg-window-from-x-y):
936 * emacs-lisp/edebug.el (edebug-window-live-p):
937 Use get-window-with-predicate.
6afad91e
GM
938
939 * window.el (get-window-with-predicate): Renamed from some-window.
940 (some-window): Make it an alias.
941
003550c5
GM
9422001-09-06 Gerd Moellmann <gerd@gnu.org>
943
944 * simple.el (undo): Remove positions from buffer-undo-list up to
945 the next undo boundary only.
946
c49e491a
EZ
9472001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
948
05b24487
EZ
949 * makefile.nt (install): Don't copy sc.el. Reported by Richard
950 Kim <ryk@dspwiz.com>
951
c49e491a
EZ
952 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
953 the message "Creating customization items...done".
954
54f73af3
GM
9552001-09-05 Gerd Moellmann <gerd@gnu.org>
956
957 * font-lock.el (toplevel): Require `jit-lock' only if
958 font-lock-support-mode is set to jit-lock-mode.
959
3762e7d0
EZ
9602001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
961
962 * international/quail.el (quail-use-package, quail-inactivate)
963 (quail-activate): Mention the hooks these functions run in their
964 doc strings.
965
c3b497b3
GM
9662001-09-05 Edward M. Reingold <reingold@iit.edu>
967
968 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
969 of file in header of menu.
970
2d43d823
GM
9712001-09-04 Gerd Moellmann <gerd@gnu.org>
972
2a5becfb
GM
973 * env.el (setenv): Interactively, if VARIABLE has a current value,
974 add that to the front of the history, as the doc string says.
975
8d1fcd00
GM
976 * comint.el (comint-send-input): Change help-echo.
977 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 978
1672462f
GM
979 * bookmark.el (bookmark-write-file): Bind print-length and
980 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
981
646a1759
GM
982 * obsolete/uncompress.el: Moved there from lisp/.
983
c8dd66e1
GM
984 * comint.el (comint-insert-clicked-input): Goto point-max before
985 deleting previous input. From "Dr Francis J. Wright"
986 <F.J.Wright@qmw.ac.uk>.
987
2d43d823
GM
988 * simple.el (backward-word): Doc fix.
989
284b3043
GM
9902001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
991
992 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
993 * uncompress.el, uniquify.el, vc.el, view.el, window.el
994 * w32-fns.el: Add Keywords header.
995
2eef02ab
EZ
9962001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
997
998 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
999 "Text Properties". Suggested by Simon Marshall
1000 <Simon.Marshall@midas-kapiti.com>.
1001
ae355fa6
AC
10022001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1003
1004 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1005 consulting the value of file-name-coding-system.
1006
2ee1aa00
SM
10072001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1008
1009 * help.el (describe-function-1): Save precomputed `file-name' rather
1010 than recomputing it (incorrectly) with `symbol-file'.
1011
cdab3e50
GM
10122001-09-03 Gerd Moellmann <gerd@gnu.org>
1013
698ee07c
SM
1014 * international/isearch-x.el (isearch-exit-recursive-edit):
1015 Take three parameters, since it's used as an after-change-function.
c3b0c268 1016
698ee07c 1017 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
1018 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1019 from doc strings.
1020
e3b22517
GM
10212001-09-02 Milan Zamazal <pdm@zamazal.org>
1022
698ee07c
SM
1023 * progmodes/glasses.el (glasses-convert-to-unreadable):
1024 Consider underscores as in `glasses-make-readable'.
e3b22517 1025
19bd58e8
EZ
10262001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1027
883310a7
EZ
1028 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1029 MS-DOS, since cpp might not be available.
1030
698ee07c
SM
1031 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1032 Mention "yank" in the help-echo text.
1033 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1034
10352001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1036
1037 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 1038
59b7ded8
EZ
10392001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1040
5e11c425
EZ
1041 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1042 exists. From Andy Petrusenco <andy@int.spb.ru>.
1043
59b7ded8 1044 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
1045 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1046 <andy@int.spb.ru>.
59b7ded8 1047
c9979669
GM
10482001-08-31 Gerd Moellmann <gerd@gnu.org>
1049
1050 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1051 Instead of running mouse-yank-at-click, see what the event is
1052 bound to outside Isearch and run that.
1053
79f5f9ec
EZ
10542001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1055
698ee07c
SM
1056 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1057 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 1058
c0551649
GM
10592001-08-30 Gerd Moellmann <gerd@gnu.org>
1060
e8b1643c
GM
1061 * simple.el (eval-expression-print-level): Fix last change.
1062
f3185924
GM
1063 * bindings.el (mode-line-coding-system-map): New variable.
1064 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1065
92a25631
GM
1066 * simple.el (eval-expression-print-level): Change the type
1067 of the defcustom to allow nil.
1068
9584e63a
GM
1069 * emacs-lisp/find-gc.el: Moved here from lisp/.
1070
698ee07c
SM
1071 * international/quail.el (quail-completion-1):
1072 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
1073 From Kenichi Handa <handa@etl.go.jp>.
1074
c0551649
GM
1075 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1076 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1077
ef32aa02
EZ
10782001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1079
1080 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1081 aren't supported. This avoids the annoying gray strip drawn by
1082 the Windows version instead of the missing tool bar.
1083
ff4ec1f7
GM
10842001-08-29 Gerd Moellmann <gerd@gnu.org>
1085
53ca4610
GM
1086 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1087 and tooltips more consistent. From "Marshall, Simon"
1088 <Simon.Marshall@midas-kapiti.com>.
1089
ff4ec1f7
GM
1090 * startup.el (fancy-splash-screens): Temporarily set
1091 minor-mode-map-alist to nil while displaying splash screens.
1092
6d6c3f84
GM
10932001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1094
1095 * buff-menu.el: Add Keywords header.
1096 Doc fix (C-x C-b is bound to list-buffers).
1097
565132a3
GM
1098 * dired-x.el: Add keyword files to get listed in finder.
1099 Remove confusing notes about GNU Emacs 19.
1100
1101 * dired.el, dired-aux.el: Add Keywords header.
1102
042e6d91
AS
11032001-08-28 Andre Spiegel <spiegel@gnu.org>
1104
1105 * vc.el (vc-revert-file): Call the backend even if the FILE's
1106 contents can be reverted locally; pass new arg CONTENTS-DONE
1107 down to the backend.
1108
854bd40a 1109 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
1110 optional arg CONTENTS-DONE.
1111
33818c6c
AI
11122001-08-28 Andrew Innes <andrewi@gnu.org>
1113
1114 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1115
0f76ca04
EZ
11162001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1117
1118 * makefile.nt (install): Copy more *.el files.
1119
6b6e2422
GM
11202001-08-28 Gerd Moellmann <gerd@gnu.org>
1121
1122 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1123 instead of `w' which is already in use.
1124
5b52c296
GM
1125 * gs.el (gs-load-image): Use sleep-for.
1126 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1127
43744cb9
MB
11282001-08-28 Miles Bader <miles@gnu.org>
1129
1130 * replace.el (query-replace-regexp-eval): Return args from
1131 `interactive' form in correct order.
1132
4b4ea1dc
EZ
11332001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1134
1135 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1136 major modes, don't create panes for modes for which
1137 mouse-buffer-menu-alist returns an empty alist.
1138
11392001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
1140
1141 * progmodes/hideshow.el: Update first-line description.
1142 Sync comments w/ maintainer version 5.31.
1143
1144 (hs-isearch-open): Default value now `code'.
1145 Fix docstring to use "code blocks" vs "comment blocks",
1146 as opposed to "block" vs "comment".
1147 (hs-flag-region): Accept `hs-isearch-open' value
1148 of `block' as synonymous w/ `code'.
1149 (hs-hide-block-at-point): For code blocks, pass `code'
1150 to `hs-flag-region' instead of `block'.
1151
9ad62cf8
MB
11522001-08-28 Miles Bader <miles@gnu.org>
1153
1154 * comint.el (comint-next-prompt): Don't loop infinitely if
1155 {next,previous}-single-char-property-change returns its input
1156 position when the search fails.
1157
11582001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
1159
1160 * comint.el (comint-get-old-input-default): Don't signal an error
1161 if point is not on an input field; instead, return the current
1162 line (using `comint-bol' to skip any prompt, in case we're not
1163 using fields at all).
1164
1165 * man.el (Man-mode-line-format): Variable removed.
1166 (Man-mode): Change `mode-line-buffer-identification' instead of
1167 `mode-line-format'.
1168
d599a452
GM
11692001-08-27 Gerd Moellmann <gerd@gnu.org>
1170
1171 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1172 From Simon Josefsson <jas@extundo.com>.
1173
299248aa
EZ
11742001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1175
5b02e712
EZ
1176 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1177 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1178
89aea802
EZ
1179 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1180 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1181
1182 * emacs-lisp/lselect.el: Ditto.
1183
3452efc2
SM
1184 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1185 Remove periods from the end of error message strings.
1186 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 1187
299248aa
EZ
1188 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1189 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1190
1191 * net/telnet.el: Ditto.
1192
08ead67b
GM
11932001-08-26 Gerd Moellmann <gerd@gnu.org>
1194
1195 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1196 KEYMAP to the call to define-minor-mode.
1197
cf8f0b68
EZ
11982001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1199
1200 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1201 Replace some of the undefined characters with emulations of bidi
1202 formatting characters and Niqud as per SI 1311-1.
1203 (IT-unicode-translations): Ditto.
3452efc2
SM
1204 (IT-display-table-setup, IT-setup-unicode-display):
1205 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 1206
16837afc
GM
12072001-08-24 Simon Josefsson <jas@extundo.com>
1208
1209 * hl-line.el (hl-line-mode): Don't be a global mode.
1210 (global-hl-line-mode): New function.
1211
33954c45
GM
12122001-08-24 Gerd Moellmann <gerd@gnu.org>
1213
1214 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1215 being reset by Ghostscript. Don't kill the gs process.
1216 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1217
fa05f6ac
AC
12182001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1219
1220 * term/mac-win.el: Require scroll-bar.
1221
3452efc2
SM
12222001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1223
1224 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1225
02aec07b
EZ
12262001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1227
1228 * hexl.el (hexl-insert-multibyte-char) New function.
1229 (hexl-quoted-insert, hexl-self-insert-command)
1230 (hexl-insert-hex-char, hexl-insert-decimal-char)
1231 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1232 Fix the doc strings accordingly.
1233 (hexl-insert-char): Reject characters whose code is above 255.
1234 Doc fix.
1235 (hexl-mode-map): Copy the global keymap instead of creating a
1236 sparse keymap, and bind all self-inserting characters to
1237 hexl-self-insert-command.
1238
9bfc65eb
SM
12392001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1240
3452efc2
SM
1241 * wid-edit.el (text): Re-order docstring correctly.
1242
9bfc65eb
SM
1243 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1244
1245 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1246
32f2f98e
EZ
12472001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1248
1249 * simple.el (line-number-mode): Mention the variable
1250 line-number-display-limit-width in the doc string.
1251
374388c3
GM
12522001-08-22 Gerd Moellmann <gerd@gnu.org>
1253
1254 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1255 Temporarily select EVENT's window for switching buffers.
1256 (mode-line-bury-buffer): New function.
1257 (mode-line-buffer-identification-keymap): Use it instead of
1258 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 1259 events from shining through.
374388c3 1260
dde6824c
SM
12612001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1262
1263 * newcomment.el (comment-beginning): Make sure the comment-start
1264 we found isn't a comment-end (in cases where confusion is possible).
1265
99bf1e74
MB
12662001-08-22 Miles Bader <miles@gnu.org>
1267
1268 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1269 before writing it, so that hard-links don't see new version.
1270
37618c60
GM
12712001-08-21 Gerd Moellmann <gerd@gnu.org>
1272
dde6824c
SM
1273 * gs.el (gs-set-ghostview-colors-window-prop):
1274 Call x-change-window-property with 3rd arg FRAME.
40e33037 1275 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
1276 to complete before starting a new one.
1277
6ea3db8a
GM
1278 * image.el (image-type-regexps): Make sure that the TIFF
1279 pattern is only matched at the beginning of a string.
1280 From Markus Rost <rost@math.ohio-state.edu>.
1281
dde6824c 1282 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
1283 Oberg <jonas@gnu.org>.
1284
1f8437c4
RV
12852001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1286
1287 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 1288 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
1289
1290 * whitespace.el (whitespace-write-file-hook): Hook to be called
1291 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
1292 write will abort on detecting whitespaces.
1293 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
1294 automatically prior to writing.
1295
1296 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1297 whitespaces in the error output!
1298
dde6824c 1299 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
1300 `indent-tabs-mode', since the latter notes user preferences on
1301 TABs anyway.
1302
1303 * whitespace.el (whitespace-version): 3.1. All of the above issues
1304 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1305
9b96c57d
GM
13062001-08-20 Gerd Moellmann <gerd@gnu.org>
1307
8039284a
GM
1308 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1309 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1310
9b96c57d
GM
1311 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1312
1c71c0c3
GM
13132001-08-20 Alex Schroeder <alex@gnu.org>
1314
1315 * sql.el (sql-db2): Doc change.
1316
13172001-08-20 Alex Schroeder <alex@gnu.org>
1318
1319 * sql.el (sql-postgres): Add the database at the end of the
1320 parameters instead of at the beginning.
1321 (sql-postgres-options): Doc change.
1322
6c7f60a2
GM
13232001-08-17 Gerd Moellmann <gerd@gnu.org>
1324
1325 * custom.el (defcustom): Doc fix.
1326
64ed6f71
GM
13272001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1328
6c7f60a2 1329 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
1330 returns a valid character.
1331
7851eb98
EZ
13322001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1333
1334 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1335 original-point for extra CR characters that are added/removed when
1336 the buffer is written/read whose EOL type is -dos.
1337
b76dfd21
MB
13382001-08-16 Miles Bader <miles@gnu.org>
1339
1340 * simple.el (line-move): Undo previous change.
1f8437c4
RV
1341
1342 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
1343 property to input-terminating `boundary' overlays to avoid
1344 line-move wierdness.
1345
e67d1843
GM
13462001-08-16 Gerd Moellmann <gerd@gnu.org>
1347
1348 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1349 buffer in a save-restriction. Under one test case with Ediff,
1350 window-scroll-functions are run with a window start that's
1351 temporarily outside of the restriction.
1352
21324fae
GM
13532001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1354
dde6824c 1355 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
1356 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1357 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1358 (texinfo-update-menu-region-beginning)
1359 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1360 command, @ifnottex, to regexps, so it is found.
1361
0645d241
AI
13622001-08-16 Andrew Innes <andrewi@gnu.org>
1363
1364 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1365 (DONTCOMPILE): Omit sc.el.
1366
1367 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1368 (DONTCOMPILE): Omit sc.el.
1369
ae13fc3c
GM
13702001-08-16 Gerd Moellmann <gerd@gnu.org>
1371
1372 * replace.el (occur): Bind inhibit-read-only to t.
1373
1369261b
MB
13742001-08-16 Miles Bader <miles@gnu.org>
1375
dde6824c
SM
1376 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1377 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 1378
8464af45
GM
13792001-08-15 Gerd Moellmann <gerd@gnu.org>
1380
ec69d5ec 1381 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 1382 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 1383
1f8437c4 1384 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
1385 of a while-loop.
1386
93aba6fc 1387 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 1388
8464af45
GM
1389 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1390 Don't include term/.
1391
ae13fc3c
GM
1392 * mail/sc.el: Moved to obsolete/.
1393
8b313639
GM
13942001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1395
1396 * ps-print.el: Change error function arguments to follow Emacs
1397 message convention. Doc fix.
1398 (ps-print-version): New version number (6.5.4).
1399 (coding-system-for-write): Change declaration position to avoid
1400 XEmacs compilation gripes.
dde6824c
SM
1401 (coding-system-for-read, buffer-file-coding-system):
1402 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
1403
1404 * ps-mule.el: Doc fix.
1405 (ps-mule-encode-header-string): If STRING is not a string, replace
1406 STRING by empty string.
1407
5fb125b4
EZ
14082001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1409
1410 * frame.el (show-trailing-whitespace): Doc fix.
1411
49e49b77
EZ
14122001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1413
1414 * desktop.el (desktop-save): Insert the coding: tag before
1415 desktop-header.
1416
3e6385a4
GM
14172001-08-13 Gerd Moellmann <gerd@gnu.org>
1418
0de73d5a
GM
1419 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1420 its path from $els.
1421
3e6385a4
GM
1422 * image.el (image-jpeg-p): Fix call of substring.
1423
4a9bf8a4
GM
14242001-08-10 Gerd Moellmann <gerd@gnu.org>
1425
242e5463
GM
1426 * play/animate.el (animate-string): Doc fix. Use a buffer
1427 name with stars in it.
1428 (animate-sequence): New function.
1429 From Richard Stallman <rms@gnu.org>.
1430
030f4537
GM
1431 * frame.el (select-frame-set-input-focus): New function
1432 extracted from other-frame.
1433 (other-frame): Use it.
1434 (next-multiframe-window, previous-multiframe-window): Use it.
1435
346f18dc
GM
1436 * isearch.el (isearch-other-meta-char): Don't switch to the
1437 buffer of a window clicked on, when the current buffer is
1438 in Isearch mode.
1439
4a9bf8a4
GM
1440 * image.el (image-jpeg-p): Test for APPn markers in the range
1441 #xe0..#xef.
1442
eaa2319f
GM
14432001-08-09 Gerd Moellmann <gerd@gnu.org>
1444
3638868e
GM
1445 * desktop.el (desktop-save): Don't use concat to form a file
1446 name, use expand-file-name.
1447
6b48d742
GM
1448 * mouse.el (mouse-delete-window): Do nothing if frame has just
1449 one window.
1450
ed771c89
GM
1451 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1452 for the minor mode name.
1453
1454 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1455 minor mode name.
1456
dde6824c
SM
1457 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1458 instead of make-mode-line-mouse2-map.
ed771c89
GM
1459
1460 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1461 the minor mode name.
1462
dde6824c
SM
1463 * emacs-lisp/easy-mmode.el (define-minor-mode):
1464 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 1465
dde6824c
SM
1466 * calendar/calendar.el (calendar-mode-line-format):
1467 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 1468
a4afe04e
GM
1469 * bindings.el (make-mode-line-mouse-map): Renamed from
1470 make-mode-line-mouse2-map. Take additional arg MOUSE.
1471 (mode-line-modified): Use mouse-3 instead of mouse-2.
1472 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 1473 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 1474
8e3189f0
GM
1475 * bindings.el (mode-line-format): Specify help-echo for line
1476 number, column number and buffer-percent part of the mode-line.
1477
eaa2319f
GM
1478 * image.el (image-type-regexps): Allow whitespace at the start
1479 of the image data for XPM, XBM and Postscript, which are
1480 text files.
1481 (image-jpeg-p): Correct calculation of next field offset.
1482
e3601cf6
PJ
14832001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1484
1485 * battery.el: Fix typo.
1486
057b57f6
GM
14872001-08-08 Gerd Moellmann <gerd@gnu.org>
1488
8a8ef149
GM
1489 * image.el (image-type-regexps): Allow predicates. Change the way
1490 JPEG images are recognized.
1491 (image-jpeg-p): New function.
1492 (image-type-from-data): Handle predicates in image-type-regexps.
1493
057b57f6
GM
1494 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1495 #:, #x, #o, and similar constructs.
1496
69ebef1d
GM
14972001-08-07 Gerd Moellmann <gerd@gnu.org>
1498
22d01aed
GM
1499 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1500
23f46f6f
GM
1501 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1502 instead of `progn'.
1503
e8421604
GM
1504 * tar-mode.el (tar-extract): Avoid generating a new buffer
1505 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1506
ea2c6478
GM
1507 * textmodes/paragraphs.el (forward-sentence): Avoid building
1508 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1509
dde6824c
SM
1510 * progmodes/executable.el (executable-set-magic):
1511 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
1512 inserting it.
1513
1155d483 1514 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 1515 derived from the JFIF spec.
1f8437c4 1516
69ebef1d
GM
1517 * image.el (image-type-regexps): Use `\`' instead of `^' in
1518 most regular expressions.
1519
d1d850d6
PJ
15202001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1521
dde6824c 1522 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 1523
98a8938c
GM
15242001-08-06 Gerd Moellmann <gerd@gnu.org>
1525
dde6824c
SM
1526 * help.el (describe-function-1): Use find-function-search-for-symbol
1527 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 1528
5a397d28
GM
1529 * play/animate.el (animate-birthday-present): Re-insert.
1530
dde6824c
SM
1531 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1532 Handle old-style menu definitions.
98a8938c 1533
7b3220c0
PJ
15342001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1535
6228c05b 1536 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 1537 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 1538
070c251e 1539 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
1540 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1541 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 1542
dffb6224
PJ
15432001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1544
1545 * textmodes/tildify.el: Milan Zamazal has new address.
1546
698665d1
GM
15472001-08-03 Gerd Moellmann <gerd@gnu.org>
1548
be48584d
GM
1549 * custom.el (custom-set-variables): Don't test `custom-requests'
1550 properties, check the third element of the options passed to
1551 custom-set-variables instead.
1552
5e1f85e0 1553 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 1554 instead of file-exists-p.
5e1f85e0 1555
b0fa1513
GM
1556 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1557 the mode-line face is restored. Fix several bugs.
1558
698665d1
GM
1559 * replace.el (perform-replace): Doc fix.
1560
4a7641d9
FP
15612001-08-02 Francesco Potorti` <pot@gnu.org>
1562
1563 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1564 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1565 (uniquify-fix-item-base, uniquify-fix-item-filename)
1566 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1567 Callers changed.
1568 (uniquify-set-proposed): Changed to work with a vector item.
1569 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1570 the fix list, and a list of strings for the non-file buffer
1571 names. Both changes reduce consing.
1572 (uniquify-rationalize-a-list): Local variable renaming.
1573 (uniquify-rationalize-conflicting-sublist): Use member instead of
1574 assoc.
1575 (uniquify-rename-buffer): Use unless instead of if not.
1576
77389930
GM
15772001-08-02 Gerd Moellmann <gerd@gnu.org>
1578
dde6824c 1579 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 1580
cb3f945f
GM
1581 * custom.el (custom-set-variables): Set options with :require
1582 clauses last.
4a7641d9 1583
fbc7f2a6
GM
1584 * custom.el (defcustom): Doc fix.
1585
77389930
GM
1586 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1587
9761cd3a
EZ
15882001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1589
7e03f4c8
EZ
1590 * man.el (man): Mention Man-switches in the doc string.
1591 (Man-switches): Mention -a in the doc string.
1592
dde6824c
SM
1593 * textmodes/ispell.el (ispell-alternate-dictionary):
1594 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 1595
9761cd3a
EZ
1596 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1597 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 1598 <gildea@stop.mail-abuse.org>.
9761cd3a 1599
cc46bfe7
FP
16002001-08-01 Francesco Potorti` <pot@gnu.org>
1601
fc10ed8c
FP
1602 * uniquify.el: These changes correct a corner case that the old
1603 code managed correctly.
1604 (uniquify-fix-item-proposed): Renamed from
1605 uniquify-fix-item-min-proposed.
1606 (uniquify-set-proposed): New function.
1607 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1608 clarity and speed.
dde6824c
SM
1609 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1610 This is equivalent to what the old code did.
fc10ed8c
FP
1611 (uniquify-rationalize-a-list): Never recompute the proposed
1612 name. Sort the conflicting sublist before rationalising it: this
1613 is equivalent to what the old code did, but one directory element
1614 at a time, and only when necessary.
1615 (uniquify-rationalize-conflicting-sublist): Recompute here the
1616 proposed name.
cc46bfe7 1617
dd388130
GM
16182001-08-01 Gerd Moellmann <gerd@gnu.org>
1619
81b1a79d
GM
1620 * play/animate.el: Add Keywords and Maintainer. Remove a
1621 reference to a removed function.
cc46bfe7 1622
dd388130
GM
1623 * play/animate.el (animate-string): Handle case that the string is
1624 longer than the window is wide.
1625
6b053e39
GM
16262001-07-31 Gerd Moellmann <gerd@gnu.org>
1627
ed86208c
GM
1628 * desktop.el (desktop-save): Bind coding-system-for-write to
1629 `emacs-mule' for write-region.
1630
10e922bd
GM
1631 * delsel.el (delete-selection-pre-hook): Don't set this-command
1632 to `ignore' if the region is empty.
1633
dde6824c
SM
1634 * international/mule.el (set-keyboard-coding-system):
1635 Set keyboard-coding-system.
b23bad0b 1636
6b053e39
GM
1637 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1638 before accessing it.
1639
d004e96a
AS
16402001-07-30 Andreas Schwab <schwab@suse.de>
1641
dde6824c
SM
1642 * menu-bar.el (toggle-highlight-paren-mode):
1643 Use `(show-paren-mode)' as body.
d004e96a 1644
892c8dea
AS
16452001-07-30 Andre Spiegel <spiegel@gnu.org>
1646
1647 * vc.el (vc-checkout-hook): New hook.
1648 (vc-checkout): Run it.
1649
21f79512
EZ
16502001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1651
dde6824c
SM
1652 * progmodes/make-mode.el (makefile-macroassign-regex):
1653 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 1654
291e3b68
GM
16552001-07-30 Gerd Moellmann <gerd@gnu.org>
1656
6594ac22
GM
1657 * vc.el (vc-switch-backend): Fix autoload cookie.
1658
291e3b68
GM
1659 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1660 the desktop file.
1661
87449711
GM
16622001-07-30 Simon Josefsson <jas@extundo.com>
1663
1664 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1665 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1666
bf85004b
GM
16672001-07-27 Gerd Moellmann <gerd@gnu.org>
1668
75c5350a
GM
1669 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1670 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
1671 (last-sexp-toggle-display, eval-last-sexp-1):
1672 Use last-sexp-setup-props.
75c5350a 1673
cc46bfe7 1674 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
1675 New user-options.
1676 (mouse-wheel-change-button): New function.
1677 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1678 (mwheel-scroll): Ditto.
1679
16098288
GM
16802001-07-26 Gerd Moellmann <gerd@gnu.org>
1681
ac49effe
GM
1682 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1683 `...', compare with unabbreviated printed representation instead.
1684 (last-sexp-print): Bind print-length and print-level to nil.
1685
be4a68f9
GM
1686 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1687 before assigning text properties. Make properties rear-nonsticky.
ac49effe 1688
f6e6cdf2
GM
1689 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1690 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1691 <mouse-2> and <RET> in that map to a function printing the
1692 unabbreviated value.
1693
16098288
GM
1694 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1695 is a buffer, put a text property `printed-value' on the printed
1696 representation, with the Lisp object printed as value.
1697
343462ed
EZ
16982001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1699
1700 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1701 Mention the effect of eval-expression-print-length and
1702 eval-expression-print-level in the doc strings. Suggested by
1703 Kevin Gallagher <kevingal@onramp.net>.
1704
e043664a
GM
17052001-07-25 Gerd Moellmann <gerd@gnu.org>
1706
4b09e331
GM
1707 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1708 for buttons > 3.
1709 (xterm-mouse-translate): Handle the case that we don't get a
1710 down-event.
cc46bfe7 1711
dde6824c
SM
1712 * emacs-lisp/find-func.el (find-function-regexp):
1713 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
1714 in front of the function name.
1715
17635d50 1716 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 1717
3fb01f36
GM
1718 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1719 similar events for which fake prefix keys are generated. It's no
1720 longer necessary since read_key_sequence doesn't modify these
1721 events for internal purposes anymore.
1722
e043664a
GM
1723 * files.el (auto-mode-alist): Use nroff-mode for files ending
1724 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1725
a9f73104
EZ
17262001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1727
1728 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1729 tool-bar-lines parameter, behave as if its value were zero.
1730 (mouse-avoidance-set-pointer-shape): Don't do anything if
1731 x-pointer-shape is not boundp.
1732
c02a76cc
FP
17332001-07-23 Francesco Potorti` <pot@gnu.org>
1734
f0188953 1735 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
1736 (uniquify-fix-item-base, uniquify-fix-item-filename)
1737 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 1738 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 1739 place in the item, but was never used.
c02a76cc 1740 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 1741 in the item is now used as cache for the proposed name.
c02a76cc 1742 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
1743 newbuffile out of the loop, in the newbuffile-nd local var.
1744 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 1745 common case and cache it in the fourth place in the item.
f0188953 1746 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 1747 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
1748 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1749 the cached proposed name, does much less consing and is quicker.
1750 (uniquify-filename-lessp): Deleted.
dde6824c
SM
1751 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1752 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
1753 cached proposed name is possible.
1754 (uniquify-get-proposed-name): Arguments changed, callers changed.
1755 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1756 uniquify-possibly-resolvable flag, which is no more bound locally.
1757 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 1758 flag, which does not exist any more.
c02a76cc 1759
31fac3b8
EZ
17602001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1761
be8cf99e
EZ
1762 * term/internal.el (IT-unicode-translations): Fix the appearance of
1763 "6`".
1764
31fac3b8
EZ
1765 * progmodes/compile.el (compile-internal): If EMACS is already
1766 defined in the environment, don't override its value.
1767
73496807
GM
17682001-07-23 Gerd Moellmann <gerd@gnu.org>
1769
9e5a7f2a
GM
1770 * play/fortune.el: Undo change of 2001-07-13.
1771 Fix autoload cookies. Add types to defcustoms.
1772 (fortune) <defgroup>: Add :link.
1773 (fortune-from-region): Use eq, not eql.
1774 From Dave Love <fx@gnu.org>.
c02a76cc 1775
5247262a 1776 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 1777
73496807
GM
1778 * play/animate.el: New file.
1779
722a451d
EZ
17802001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1781
dde6824c
SM
1782 * startup.el (normal-top-level-add-subdirs-to-load-path):
1783 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
1784 canonicalized names of the directories instead of inode numbers.
1785
4960e757 17862001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 1787
4960e757
MK
1788 * ediff-util.el: Copyright years.
1789 (ediff-choose-syntax-table): New function.
1790 (ediff-setup): Use ediff-choose-syntax-table.
73496807 1791 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 1792 vc-state is available.
73496807 1793 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 1794
4960e757
MK
1795 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1796 with-syntax-table.
73496807
GM
1797 (ediff-coding-system-for-read): From ediff-diff.el
1798 (ediff-coding-system-for-write): New variable.
1799 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 1800 overlays.
73496807
GM
1801 (ediff-file-remote-p): Use file-remote-p, if available.
1802 (ediff-listable-file): New function.
1803 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 1804
dde6824c
SM
1805 * ediff-mult.el (ediff-meta-insert-file-info1):
1806 Use ediff-listable-file.
c02a76cc 1807
dde6824c
SM
1808 * ediff-ptch.el (ediff-prompt-for-patch-file):
1809 Use ediff-coding-system-for-read.
73496807 1810 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 1811
73496807
GM
1812 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1813 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 1814
4960e757 1815 * ediff.el: Date of last update, copyright years.
c02a76cc 1816
4960e757 1817 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 1818
4960e757
MK
1819 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1820 of Scott Bronson.
1821 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1822 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1823 Deleted functions.
1824 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1825 ex-token-list.
73496807 1826 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 1827
dde6824c 1828 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
1829 (viper-memq-char): Use viper-int-to-char.
1830 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 1831 vc-locking-state.
73496807 1832 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 1833
dde6824c
SM
1834 * viper.el (viper-major-mode-modifier-list):
1835 Added inferior-emacs-lisp-mode.
73496807 1836 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 1837 heuristics to decide if vi state is appropriate.
73496807
GM
1838 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1839 (viper-non-hook-settings): Don't advise read-key-sequence.
1840 (viper-read-key-sequence): New function that replaces the
4960e757 1841 previously used advice to read-key-sequence.
c02a76cc 1842
73496807
GM
1843 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1844 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1845 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1846 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1847 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1848 Got rid of the negative character hack.
4960e757 1849 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
1850 Use viper-read-key-sequence.
1851 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 1852 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 1853 Don't override existing minibuffer-setup-hook.
4960e757 1854 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 1855 Convert registers to char data type.
73496807 1856 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
1857
1858 * viper-keym.el: Use viper-exec-key-in-emacs.
1859
05824718
SM
18602001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1861
1862 * server.el (server-visit-files): Fix variable name typo.
1863
6e07c0a5
GM
18642001-07-20 Gerd Moellmann <gerd@gnu.org>
1865
05824718 1866 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
1867 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1868
5b6858da
SM
18692001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1870
1871 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1872 return a this-error using the alternative format (a pair of markers).
1873
794d58ba
GM
18742001-07-19 Gerd Moellmann <gerd@gnu.org>
1875
4e2a256b
GM
1876 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1877
794d58ba
GM
1878 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1879 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 1880
381194d0
PJ
18812001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1882
1883 * international/iso-transl.el: Fix typo in the header of the file.
1884
1885 * textmodes/picture.el (picture): Doc fix.
1886
1887 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1888 follow coding conventions in generated files.
1889
27009a49
EZ
18902001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1891
5b6858da 1892 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
1893 (tool-bar-add-item): Don't call image-related primitives if the
1894 display doesn't support images.
1895
1896 * frame.el (display-images-p): New function.
1897
467f1209
GM
18982001-07-17 Gerd Moellmann <gerd@gnu.org>
1899
1900 * server.el (server-visit-files): Handle the case the specified
1901 column number is <= 0.
1902
19032001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1904
1905 * startup.el (command-line-1): Add support for +LINE:COLUMN
1906 command line argument.
1907
19082000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1909
5b6858da
SM
1910 * server.el (server-process-filter, server-visit-files):
1911 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 1912
9781053a
PJ
19132001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1914
1915 * emacs-lisp/easy-mmode.el: Add Keywords header.
1916
1917 * play/pong.el: Author has new address.
1918
1919 * play/landmark.el: Author is no more reachable.
1920
1921 * play/handwrite.el: Author is no more reachable.
1922
5b6858da
SM
19232001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1924
1925 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1926 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1927 Complete bindings for F<1..12> keys.
1928 (global-map): Remove `undo' binding (already in the default).
1929 Replace `t<n>' bindings with `f<n>' bindings.
1930
a38b71b0
SM
19312001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1932
1933 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1934 (tcl-mode): Use tcl-add-log-defun.
1935 (tcl-indent-line): Use tcl-calculate-indent.
1936 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1937 (tcl-indent-exp): Renamed from indent-tcl-exp.
1938 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1939 (tcl-indent-for-comment): Call comment-indent-function properly
1940 and handle the case where it returns nil.
1941
c1d61a7d
GM
19422001-07-16 Gerd Moellmann <gerd@gnu.org>
1943
a38b71b0
SM
1944 * calendar/cal-islam.el (calendar-goto-islamic-date):
1945 Remove autoload cookie.
1946
1947 * calendar/calendar.el (calendar-goto-islamic-date):
1948 Add call to autoload.
c1d61a7d 1949
c59fb719
SM
19502001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1951
1952 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1953 Don't change compile-auto-highlight globally.
1954 Don't bother with `font-lock-defaults' property since XEmacs
1955 also understands the `font-lock-defaults' variable.
1956 Use make-local-variable rather than make-variable-buffer-local.
1957 Don't `defconst' comment-indent-function: keep the default.
1958 Call easy-menu-add unconditionally.
1959 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1960 (ada-create-menu): Use :included for Emacs as well.
1961
1962 * vc.el (vc-do-command): Autoload.
1963
1964 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1965
652a9be9
PJ
19662001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1967
1968 * ps-print.el: Fix Author: header.
1969
c3d6be34
GM
19702001-07-16 Gerd Moellmann <gerd@gnu.org>
1971
4391d40d
GM
1972 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1973 mouse-1 etc., bind them to `ignore'.
1974
c3d6be34
GM
1975 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1976 send-invisible, which is already defined in Comint.
1977 (eshell-watch-for-password-prompt): Use it.
1978
e8af40ee
PJ
19792001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1980
3c3e43ef
PJ
1981 * which-func.el (which-func-mode): Doc fix.
1982
e8af40ee 1983 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
1984 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1985 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1986 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1987 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1988 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1989 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1990 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1991 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1992 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1993 * emulation/edt-mapper.el, emulation/edt-pc.el,
1994 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1995 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1996 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1997 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1998 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1999 * international/isearch-x.el, international/iso-cvt.el,
2000 * international/ogonek.el, international/quail.el,
2001 * international/utf-8.el, jit-lock.el, language/devan-util.el,
2002 * language/devanagari.el, language/ethio-util.el,
2003 * language/ethiopic.el, language/european.el, language/indian.el,
2004 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2005 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2006 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2007 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2008 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2009 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2010 * progmodes/autoconf.el, progmodes/cmacexp.el,
2011 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2012 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2013 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2014 * progmodes/ebnf2ps.el, progmodes/executable.el,
2015 * progmodes/fortran.el, progmodes/idlw-shell.el,
2016 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2017 * progmodes/m4-mode.el, progmodes/mantemp.el,
2018 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2019 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2020 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2021 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2022 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2023 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2024 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2025 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2026 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2027 * textmodes/two-column.el, time-stamp.el, timezone.el,
2028 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2029 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2030 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
2031 conventions.
2032
bb24c64f
GM
20332001-07-16 Gerd Moellmann <gerd@gnu.org>
2034
2035 * simple.el (set-variable): Require 'cus-edit' instead of
2036 `wid-edit', so that the Custom widgets get defined.
2037
6a05d05f
PJ
20382001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2039
2040 * allout.el: A fix to follow coding conventions.
2041
2042 * find-lisp.el: A fix to follow coding conventions.
2043
2044 * term/w32-win.el: A fix to follow coding conventions.
2045
2046 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2047
2048 * term/xterm.el: A fix to follow coding conventions.
2049
2050 * term/news.el: A fix to follow coding conventions.
2051
2052 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2053 header line fixed.
2054
2055 * sun-curs.el: Fix Maintainer: header line.
2056
2057 * emacs-lisp/easymenu.el: Address of the author added.
2058
1b85bd12
GM
20592001-07-16 Gerd Moellmann <gerd@gnu.org>
2060
2061 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2062 property.
2063
6e44da43
PJ
20642001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2065
2066 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 2067 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
2068 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2069 Some fixes to follow coding conventions.
6e44da43 2070
6033fc96
GM
20712001-07-16 Gerd Moellmann <gerd@gnu.org>
2072
2073 * which-func.el (which-func-mode): Doc fix.
2074
5d3d1e32
SM
20752001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2076
2077 * net/rcompile.el (remote-compile): Use make-local-variable.
2078
2079 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2080
2081 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2082
2083 * mail/reporter.el (reporter-submit-bug-report):
2084 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2085
55535639
PJ
20862001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2087
3afbc435 2088 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
2089 * calendar/cal-dst.el, calendar/cal-french.el,
2090 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2091 * calendar/cal-iso.el, calendar/cal-julian.el,
2092 * calendar/cal-mayan.el, calendar/cal-persia.el,
2093 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2094 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2095 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2096 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2097 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2098 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2099 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2100 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2101 * progmodes/ada-xref.el, progmodes/cc-align.el,
2102 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2103 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2104 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2105 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2106 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2107 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2108 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2109 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2110 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2111 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
2112 conventions in Eshell files with known maintainers.
2113
2114 * emulation/viper.el: A fix to follow coding conventions.
2115
60370d40 2116 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
2117 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2118 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2119 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2120 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2121 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2122 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2123 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2124 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2125 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
2126 conventions in Eshell files.
2127
2128 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
2129 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2130 * emulation/pc-mode.el, emulation/viper-cmd.el,
2131 * emulation/viper-ex.el, emulation/viper-init.el,
2132 * emulation/viper-keym.el, emulation/viper-macs.el,
2133 * emulation/viper-mous.el, emulation/viper-util.el,
2134 * emulation/viper.el, forms-pass.el, international/ccl.el,
2135 * international/characters.el, international/encoded-kb.el,
2136 * international/fontset.el, international/ja-dic-cnv.el,
2137 * international/ja-dic-utl.el, international/kinsoku.el,
2138 * international/kkc.el, international/mule-cmds.el,
2139 * international/mule-diag.el, international/mule-util.el,
2140 * international/mule.el, international/titdic-cnv.el,
2141 * language/china-util.el, language/chinese.el,
2142 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2143 * language/greek.el, language/hebrew.el, language/japan-util.el,
2144 * language/japanese.el, language/korea-util.el, language/korean.el,
2145 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2146 * language/slovak.el, language/thai-util.el, language/thai.el,
2147 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2148 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2149 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2150 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2151 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2152 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2153 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2154 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2155 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2156 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
2157 to follow coding conventions in files without maintainer or in files
2158 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
2159
2160 * emacs-lisp/elp.el: A fix to follow coding conventions.
2161
715a2ca2 2162 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
2163 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2164 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2165 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2166 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2167 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2168 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2169 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2170 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2171 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2172 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2173 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
2174 conventions in files from Gnus.
2175
55535639 2176 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
2177 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2178 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2179 * echistory.el, electric.el, emacs-lisp/authors.el,
2180 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2181 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2182 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2183 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2184 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2185 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2186 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2187 * international/codepage.el, international/iso-ascii.el,
2188 * international/iso-insert.el, international/iso-transl.el,
2189 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2190 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2191 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2192 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2193 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2194 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2195 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2196 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2197 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2198 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2199 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2200 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2201 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2202 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2203 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2204 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2205 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2206 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2207 * textmodes/tex-mode.el, textmodes/text-mode.el,
2208 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2209 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2210 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
2211 files maintained by FSF.
2212
1cd7adc6
PJ
22132001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2214
2215 * arc-mode.el: A fix to follow coding conventions.
2216
2217 * bindings.el: Ditto.
2218
2219 * cdl.el: Ditto.
2220
2221 * comint.el: Ditto.
2222
2223 * cus-start.el: Ditto.
2224
2225 * shell.el: Ditto.
2226
2227 * skeleton.el: Ditto.
2228
07b1b912
SM
22292001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2230
2231 * info.el (Info-build-node-completions):
2232 Make Info-current-file-completions buffer local.
2233
09938b67
GM
22342001-07-13 Gerd Moellmann <gerd@gnu.org>
2235
e0f82ad8 2236 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 2237 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 2238
07b1b912 2239 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 2240 Add autoload cookie.
aa11456f 2241
09938b67
GM
2242 * play/fortune.el: Add types to defcustoms.
2243
ebea5735
PJ
22442001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2245
09938b67 2246 * language/czech.el: A fix to follow coding conventions.
ebea5735 2247
ec7dc7e1
EZ
22482001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2249
2250 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2251 to the extension list, for antlr-mode. From Christoph Wedler
2252 <Christoph.Wedler@sap.com>.
2253
ec402ad4
SM
22542001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2255
2256 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2257 (vc-dired-mode-map): Fix the madness.
2258
2259 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2260 (vc-prefix-map): Moved back from vc.el.
2261
a777242c
GM
22622001-07-11 Gerd Moellmann <gerd@gnu.org>
2263
07b1b912
SM
2264 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2265 Increase the size of the obarray.
a777242c
GM
2266 (mail-extr-all-top-level-domains): Add more toplevel domains,
2267 add more long names.
2268 From: Per Starback <starback@ling.uu.se>.
2269
874d7995
EZ
22702001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2271
2272 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2273 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2274
2275 * progmodes/ada-mode.el: Ditto.
2276
2277 * progmodes/ada-xref.el: Ditto.
2278
ff524b84
MB
22792001-07-11 Miles Bader <miles@gnu.org>
2280
2281 * finder.el (finder-insert-at-column): Also move to the next line
2282 if exactly at COLUMN.
2283
6b05fae3
GM
22842001-07-10 Gerd Moellmann <gerd@gnu.org>
2285
6ce5615d
GM
2286 * help.el (describe-function-1): When printing FUNCTION's
2287 documentation, don't assume FUNCTION is a symbol.
2288
6b05fae3
GM
2289 * startup.el (normal-top-level): Don't operate on the initial
2290 frame if we failed to create one.
2291
19da29f9
GM
22922001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2293
2294 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2295 itself, i.e. only indent the contents in it.
2296
6f19114e
GM
22972001-07-10 Markus Rost <rost@math.ohio-state.edu>
2298
2299 * mail/rmail.el (rmail-show-message): Show beginning of message in
2300 all windows containing it.
2301
8184a578
EZ
23022001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2303
2304 * term/tty-colors.el: Fix the header line and copyright years.
2305
524ac5b2
GM
23062001-07-09 Gerd Moellmann <gerd@gnu.org>
2307
4033ae9d
GM
2308 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2309 original definition has an interactive form, but is Elp
2310 instrumented, use the interactive form of the function called by
2311 elp-wrapper.
2312
59c2dcf4
GM
2313 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2314 configurations with compare-window-configuration; they aren't
2315 window configurations.
2316
524ac5b2
GM
2317 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2318 from the server for the format we expect. Don't use it if it
c59fb719 2319 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 2320
06c66e1c 2321 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
2322 From Luis Fernandes <elf@ee.ryerson.ca>.
2323
524ac5b2 23242001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
2325
2326 * cc-cmds.el: Extended the kludge to interoperate with the
2327 delsel and pending-del packages wrt to the new function
2328 `c-electric-delete-forward'.
2329
851040a5
SM
23302001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2331
2332 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2333 to delay the call to <mode> for global minor modes.
2334 (easy-mmode-define-navigation): Only recenter if interactive.
2335
6573d87f
GM
23362001-07-06 Gerd Moellmann <gerd@gnu.org>
2337
a25e82a8
GM
2338 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2339 to lisp-indent-line.
2340
6573d87f
GM
2341 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2342 from the server. Call encode-time only when we are sure that we
2343 got a 213 response.
2344
c1a1fd60
GM
23452001-07-06 Simon Josefsson <jas@extundo.com>
2346
2347 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2348 (mail-envelope-from): New user option.
2349 (sendmail-send-it): Use it.
2350
4b81a999
GM
23512001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2352
851040a5
SM
2353 * ps-print.el: Use locale dependant date to print date in header.
2354 Doc fix.
4b81a999
GM
2355 (ps-print-version): New version number (6.5.3).
2356 (ps-right-header, ps-right-footer): Initialization and doc fix.
2357 (ps-time-stamp-locale-default): New fun.
2358
a2cc5c4f
GM
23592001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2360
2361 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2362 field problem with MIME-mode.
2363
2364 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2365
23662001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2367
2368 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2369 MIME-mode.
2370
a9b511e0
EZ
23712001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2372
2373 * bindings.el (mode-line-mule-info): Don't show the tip with
2374 buffer-file-coding-system if that is nil.
2375
0f60e5ff
GM
23762001-07-05 Gerd Moellmann <gerd@gnu.org>
2377
f25cfe53
GM
2378 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2379 instead of kill-line.
2380
5f72adc0
GM
2381 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2382 <Pavel@Janik.cz>.
2383
2384 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2385 <Pavel@Janik.cz>.
0f60e5ff 2386
b5e2c7a7
GM
23872001-07-04 Gerd Moellmann <gerd@gnu.org>
2388
2389 * font-lock.el (c-font-lock-keywords-3): When matching something
2390 like `struct X Y', finish with point after Y.
2391
e5836af8 23922001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 2393
e5836af8 2394 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 2395 in caller buffer.
e5836af8 2396
f1c53471
EZ
23972001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2398
bf4041b6 2399 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
2400 instead of string-match to find the basename of the file.
2401 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 2402
851040a5
SM
2403 * net/browse-url.el (browse-url-default-windows-browser):
2404 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
2405 (browse-url-browser-function) [ms-dos]: Default to
2406 browse-url-default-windows-browser.
2407
f1c53471
EZ
2408 * help.el (locate-library): Enable code that looks for compressed
2409 libraries if auto-compression-mode is on.
2410
4ce5c223
SM
24112001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2412
2413 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2414
dd441b46
GM
24152001-07-02 Gerd Moellmann <gerd@gnu.org>
2416
4ce5c223 2417 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 2418
7a3ee510
EZ
24192001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2420
33e432b1
EZ
2421 * allout.el: Fix the header line, so that finder.el recognizes it.
2422 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2423
4ce5c223
SM
2424 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2425 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 2426
3024d920
EZ
24272001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2428
4ce5c223 2429 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 2430
3024d920
EZ
2431 * ps-bdf.el (bdf-directory-list): Use the value relative to
2432 installation-directory for MS-Windows as well.
2433
0c1baae8
RS
24342001-06-29 Richard M. Stallman <rms@gnu.org>
2435
2436 * wid-edit.el (widget-color-sample-face-get):
2437 Return ((foreground-color . COLOR)) instead of constructing a face.
2438
442ebe98
EZ
24392001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2440
2441 * faces.el (region): Change the background color for the
2442 light-background color display to lightgoldenrod2, to make it
2443 visible on some laptops.
2444
6519817e
RS
24452001-06-28 Richard M. Stallman <rms@gnu.org>
2446
2447 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2448 (rmail-msg-restore-non-pruned-header): Likewise.
2449 If point was in the old pruned header, put it at the top.
2450 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 2451
6519817e
RS
2452 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2453 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2454
15533ae2
SM
24552001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2456
2457 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2458
19a448e3
KF
24592001-06-28 Karl Fogel <kfogel@red-bean.com>
2460
2461 * saveplace.el: Update maintainer email address.
2462
a17555fd
FP
24632001-06-27 Francesco Potorti` <pot@gnu.org>
2464
15533ae2
SM
2465 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2466 Undo previous change.
a17555fd
FP
2467
24682001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
2469
2470 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2471 preliminary quick reordering. Can speed things up dramatically.
2472
555cc9ca
RS
24732001-06-26 Richard M. Stallman <rms@gnu.org>
2474
4d68abe0
RS
2475 * dired.el (dired-get-filename): A file name starting with ~
2476 is not absolute in this context.
2477
555cc9ca
RS
2478 * which-func.el (which-func-maxout): Increase default to 500000.
2479 (which-function-mode): This is now the "real" name of the function.
2480 (which-func-mode): Now an alias.
2481 (which-func-mode-global): Name deleted.
2482
2483 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2484 button-2, when binding hs-mouse-toggle-hiding.
2485
d9bad487
GM
24862001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2487
15533ae2 2488 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
2489 (rmail-msg-prune-header): Likewise.
2490 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2491 and `rmail-msg-prune-header'.
2492
da197e75
SM
24932001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2494
2495 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2496 back than LINEBEG.
2497
9501b986
EZ
24982001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2499
2500 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2501 window where they clicked the mouse has a header line, adjust
2502 vertical movement by one.
2503
7aee34d3
GM
25042001-06-25 Milan Zamazal <pdm@zamazal.org>
2505
da197e75
SM
2506 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2507 too when separating a parenthesis.
7aee34d3 2508
b9cc92a4
EZ
25092001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2510
2511 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2512 (bookmark-bmenu-hide-filenames): Add help-echo to
2513 mouse-highlighted text.
2514 (bookmark-bmenu-show-filenames): Remove help-echo property from
2515 the whitespace.
2516
e55c4863
EZ
25172001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2518
da197e75
SM
2519 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2520 From Karl Eichwalder <ke@suse.de>.
e55c4863 2521
4bd41f5a
RS
25222001-06-23 Richard M. Stallman <rms@gnu.org>
2523
2524 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2525
2526 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2527 contents for completing-read.
2528
fdae95d4
RS
25292001-06-22 Richard M. Stallman <rms@gnu.org>
2530
2531 * menu-bar.el (menu-bar-make-toggle): Construct the
2532 function's doc string from HELP, not DOC, and make it accurate by
2533 adding "Toggle whether to " at the front and downcasing the initial.
2534 Change the HELP arg in some calls to make it fit this usage.
2535
2536 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2537 Undo previous change.
2538
5f0e1d42
EZ
25392001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2540
1fd63d9b
EZ
2541 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2542
da197e75 2543 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 2544
2ebf8f54
EZ
25452001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2546
7a03d9cd
EZ
2547 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2548
2ebf8f54
EZ
2549 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2550
4de68712
RS
25512001-06-20 Richard M. Stallman <rms@gnu.org>
2552
2553 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2554 broken out from dabbrev--find-expansion. Handle minibuffer
2555 specially here.
2556 (dabbrev--find-expansion): Simplify code in various ways.
2557 Don't treat minibuffers specially.
2558 Call dabbrev--make-friend-buffer-list.
da197e75 2559 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
2560 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2561
f84e9763 25622001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 2563
f84e9763
JW
2564 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2565 Also, added a comment describing how to greatly speedup Eshell
2566 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 2567
f5f3efaa 25682001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 2569
da197e75
SM
2570 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2571
f84e9763
JW
25722001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2573
2574 * woman.el (WoMan-highlight-references): Add help-echo to
2575 mouse-highlighted text.
b868ed49 2576
f7ac3e28
SM
25772001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2578
2579 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2580
f6f1beba
GM
25812001-06-18 Gerd Moellmann <gerd@gnu.org>
2582
f7ac3e28
SM
2583 * international/quail.el (quail-start-conversion):
2584 Reset quail-translating to nil.
db8f7303 2585
f6f1beba
GM
2586 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2587 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2588
1a0b9ae6
EZ
25892001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2590
855eca56
EZ
2591 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2592 mouse-highlighted text.
2593
1a0b9ae6
EZ
2594 * dired.el (dired-mark-pop-up): Fix last change.
2595
e75e894b
EZ
25962001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2597
218abc51
EZ
2598 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2599 mouse-highlighted text.
2600
d36ca65d
EZ
2601 * net/quickurl.el (quickurl-url-file): Run through
2602 convert-standard-filename.
2603 (quickurl-list-populate-buffer): Add help-echo to
2604 mouse-highlighted text.
2605 (top-level): Update Dave's URL.
2606
092924fd
EZ
2607 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2608 mouse-highlighted text.
2609
f7ac3e28
SM
2610 * textmodes/page-ext.el (pages-copy-header-and-position):
2611 Add help-echo to mouse-highlighted text.
092924fd
EZ
2612
2613 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2614 mouse-highlighted text.
2615
2616 * replace.el (occur): Add help-echo to mouse-highlighted text.
2617
2618 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2619 mouse-highlighted text.
2620
2621 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2622 mouse-highlighted text.
2623
f7ac3e28
SM
2624 * progmodes/compile.el (compile-reinitialize-errors):
2625 Add help-echo to mouse-highlighted messages.
092924fd
EZ
2626 (compilation-forget-errors): Remove help-echo property as well.
2627
f7ac3e28
SM
2628 * play/landmark.el (lm-plot-square, lm-init-display):
2629 Add help-echo to mouse-highlighted text.
092924fd 2630
f7ac3e28
SM
2631 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2632 Add help-echo to mouse-highlighted text.
092924fd
EZ
2633
2634 * dired.el (dired-insert-set-properties): Add help-echo to
2635 mouse-highlighted text.
f7ac3e28 2636 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
2637
2638 * comint.el (comint-send-input): Add help-echo to
2639 mouse-highlighted text.
2640
2641 * buff-menu.el (list-buffers-noselect): Add help-echo to
2642 mouse-highlighted text.
2643
2644 * arc-mode.el (archive-summarize-files): Add help-echo to
2645 mouse-highlighted text.
2646
e75e894b
EZ
2647 * ffap.el (ffap-machine-p): Always return nil if
2648 open-network-stream is not fboundp.
2649
f621ed9d
SM
26502001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2651
2652 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2653 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2654 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2655 incorrectly binding chars between 128 and 256 to it.
2656 (sgml-maybe-name-self): Handle latin-1 chars properly.
2657 (sgml-tags-invisible): Bind buffer-file-name to nil.
2658 Use unwind-protect and restore-buffer-modified-p.
2659 (sgml-point-entered): Use buffer-substring-no-properties.
2660 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2661 (html-mode): Don't force `imenu-sort-function'.
2662
884e8578
EZ
26632001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2664
d5b49f47
EZ
2665 * tar-mode.el: Fix the copyright notice.
2666
ce6b1982
EZ
2667 * font-lock.el (font-lock-comment-face): For tty's with dark
2668 background, use "red1", since "lightred" is not one of the colors
2669 recognized by tty-colors.el.
2670
884e8578
EZ
2671 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2672 create a buffer for extracted file, in case there's more than one
2673 file by that name in an archive, possibly in different
2674 directories. From Kevin Rodgers <kevinr@ihs.com>.
2675
2676 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2677 <alex@gnu.org>.
2678
72190a54
MB
26792001-06-15 Miles Bader <miles@gnu.org>
2680
f621ed9d
SM
2681 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2682 Revert previous change.
72190a54 2683
e4cdc335
RS
26842001-06-14 Richard M. Stallman <rms@gnu.org>
2685
2686 * replace.el (keep-lines-read-args): Return just a regexp.
2687 Provide nil for the region args.
f621ed9d 2688 (keep-lines, flush-lines, how-many):
e4cdc335
RS
2689 Calculate the defaults for the region here, when args are nil.
2690
c8c6b45a
EZ
26912001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2692
2693 * rot13.el (rot13-other-window): Some more doc fix.
2694
f54701d1
EZ
26952001-06-14 Per Starback <starback@ling.uu.se>
2696
2697 * replace.el (case-replace, query-replace-from-history-variable)
2698 (query-replace-to-history-variable, keep-lines-read-args)
2699 (occur-revert-function, query-replace-help): Dox fix.
2700
1604ce98
EZ
27012001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2702
2703 * rot13.el (rot13-other-window): Doc fix.
2704
22058843
MB
27052001-06-14 Miles Bader <miles@gnu.org>
2706
2707 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2708 of " and \ to "." (punctuation).
2709 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2710
e4cdc335
RS
27112001-06-13 Richard M. Stallman <rms@gnu.org>
2712
2713 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2714
2715 * simple.el (shell-command-on-region): Never kill the
2716 *Shell Command Output* buffer.
2717
a62d56ab
SM
27182001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2719
2720 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2721
4a0aa1d9
SM
27222001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2723
2724 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2725 New var, to recognize ${ $' and PODs.
2726 (perl-font-lock-syntactic-face-function): New function.
2727 (perl-mode): Use them.
2728 (perl-continuation-line-p): New function, from perl-calculate-indent.
2729 (perl-calculate-indent): Use it, to properly handle continuation
2730 lines of continuation lines.
2731
b5a9911c
EZ
27322001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2733
2734 * server.el (server-process, server-buffer-clients): Doc fix.
2735 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2736
0f056ec1
JW
27372001-06-09 John Wiegley <johnw@gnu.org>
2738
2739 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2740 test if the last command was Lisp or not.
2741 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2742 B x C".
2743
e5e316b0
EZ
27442001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2745
2746 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2747 general one on compile.el supports drive letters.
7f4350a7
CD
2748
27492001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2750
5a905a7e 2751 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 2752 key description.
7f4350a7
CD
2753
2754 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2755
5a905a7e 2756 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
2757 (reftex-toc-jump): New command.
2758
2759 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 2760 to parse international characters as well.
7f4350a7 2761
5a905a7e 2762 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 2763 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 2764
5a905a7e
SM
2765 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2766
2767 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 2768 TAB to the key separators.
7f4350a7 2769
73419021
EZ
27702001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2771
2772 * international/mule.el (auto-coding-alist): Remove redundant
2773 up-cased versions of the extensions (auto-coding-alist-lookup is
2774 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2775 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2776
cada28bb
EZ
27772001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2778
2779 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2780
4f7666dc
RS
27812001-06-01 Richard M. Stallman <rms@gnu.org>
2782
2783 * help.el (describe-variable): Put value on same line
2784 with preceding text, if it is short enough to look good that way.
2785
70079787
EZ
27862001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2787
2788 * term/internal.el (IT-unicode-translations): New variable.
2789 (IT-setup-unicode-display): New function.
2790
c86f4619
GM
27912001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2792
2793 * ps-print.el: Handle before-string and after-string overlay properties
2794 in ps-print-*-with-faces commands. Doc fix.
2795 (ps-print-version): New version number (6.5.2).
2796 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2797 for XEmacs.
2798 (ps-prefix-quote): Doc fix.
c6d452ad 2799 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
2800 (ps-basic-plot-str, ps-plot-string): New funs.
2801
1ea98518
SM
28022001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2803
2804 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2805 and :type spec.
2806
2b1ec973
GM
28072001-05-31 Gerd Moellmann <gerd@gnu.org>
2808
1ea98518
SM
2809 * international/mule-cmds.el (inactivate-input-method):
2810 Set input-method-function to nil.
2b1ec973 2811
94843cc1
GM
2812 * xml.el (xml-parse-tag): The document may contain invalid characters.
2813 From ShengHuo ZHU <zsh@cs.rochester.edu>
2814
9652931f
GM
28152001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2816
2817 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
2818 `rmail-summary-line-decoder' if the message does not have
2819 a Subject: field.
9652931f 2820
1ea98518 2821 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 2822
1ea98518
SM
2823 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2824 New variable.
9652931f
GM
2825 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2826 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2827 is non-nil.
2828
f7ac3e28
SM
28292001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2830
2831 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2832
b781e739
SS
28332001-05-29 Sam Steingold <sds@gnu.org>
2834
00f51890
SS
2835 * faces.el (face-valid-attribute-values): Bind `valid' directly
2836 instead of using `setq'.
2837
b781e739
SS
2838 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2839 Use `tex-shell-buf'.
2840 (tex-shell-proc): Use `tex-shell-running'.
2841 (tex-shell-buf-no-error): New function.
2842 (tex-send-tex-command): Use it.
2843 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2844 (tex-kill-job): Check the process before calling `quit-process'.
2845
3d0e328b
GM
28462001-05-29 Gerd Moellmann <gerd@gnu.org>
2847
1ea98518
SM
2848 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2849 UTF-8 sequences.
3d0e328b 2850
8bd6307f
GM
28512001-05-28 Miles Bader <miles@gnu.org>
2852
2853 * comint.el (comint-carriage-motion): Renamed from
2854 `comint-cr-magic'. Operate on the buffer instead of the string
2855 (for use as a comint post-output filter, instead of as a
2856 pre-output filter). Handle backspaces too. Add to the
2857 `comint-output-filter-functions' hook instead of
2858 `comint-preoutput-filter-functions'.
2859
89c8dc6c
GM
28602001-05-28 Gerd Moellmann <gerd@gnu.org>
2861
2862 * language/japan-util.el (japanese-hankaku): Prefer the charset
2863 `jisx0201' when the optional argument `ascii-only' is not specified.
2864 (japanese-hankaku-region): Ditto.
2865 From Katsumi Yamaoka <yamaoka@jpl.org>
2866
f25c1b9b
SM
28672001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2868
2869 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2870 (outline-invisible-p): New function.
2871 (hide-leaves): Save excursion.
2872 (hide-other): Stop looping when reaching bobp.
2873
719bb352
EZ
28742001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2875
2876 * cus-edit.el (custom-file): Fix last change.
2877
d686d354
SM
28782001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2879
2880 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2881 same definition in byte-compile-function-environment as `autoload'
2882 would put in `symbol-function'.
2883
2884 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2885 patch to correct the error message as well.
2886
49b1a638
EZ
28872001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2888
71261a01
EZ
2889 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2890 unless ~/.emacs exists.
2891
49b1a638
EZ
2892 * novice.el (enable-command): If user-init-file is nil or does not
2893 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2894
a434b175
SM
28952001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2896
15ca8de7
SM
2897 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2898 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2899 Allow spaces around macro arguments.
2900 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2901 indent-for-tab-command.
2902 (latex-mode-map, plain-tex-mode-map): New keymaps.
2903 Inherit from tex-mode-map.
2904 (tex-common-initialization): Don't setup the keymap any more
2905 since it's now done right by define-derived-mode.
2906 (latex-mode): Set skeleton-end-hook to nil.
2907 (latex-skeleton-end-hook): Remove.
2908 (tex-latex-block, latex-insert-item): Simplify.
2909 (latex-syntax-after): Use following-char rather than char-after.
2910 (tex-discount-args-cmds, tex-count-words): New functions.
2911
2912 * textmodes/tildify.el (tildify-ignored-environments-alist):
2913 Recognize \verb* as well.
2914
2915 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2916 (perl-comment-indent): Simplify to let newcomment.el do its job.
2917 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2918 (perl-mark-function): Cleanup the namespace.
2919 (perl-calculate-indent): Don't be fooled by nested functions.
2920
2921 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2922
a434b175
SM
2923 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2924 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2925
4e7e1f03
AC
29262001-05-25 Andrew Choi <akochoi@i-cable.com>
2927
2928 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2929 actually be `\\'.
2930 (ctlau-b5-converter): Likewise.
2931
2bef0948
AC
29322001-05-24 Andrew Choi <akochoi@i-cable.com>
2933
2934 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
2935 Change CTLauB.el to CTLau-b5.el.
2936
d2d1851b
SM
29372001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2938
2939 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2940 rather than beginning-of-line to avoid problems with fields.
2941 (gud-perldb-massage-args): Use unless and push.
2942 (gud-chdir-before-run): New var.
2943 (gud-common-init): Use it.
2944
5e3d4fbc
AC
29452001-05-24 Andrew Choi <akochoi@i-cable.com>
2946
2947 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2948 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 2949 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 2950 chinese-ctlaub.
d2d1851b
SM
2951 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2952 New functions.
5e3d4fbc 2953
0216c3df
GM
29542001-05-22 Gerd Moellmann <gerd@gnu.org>
2955
f1f65349
GM
2956 * cus-edit.el (custom-comment-show): Remove debug code.
2957
0216c3df
GM
2958 * language/japan-util.el (japanese-symbol-table): Fix handling of
2959 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2960
e8a1ed31
SM
29612001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2962
2963 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2964 Renamed by removing the silly `-flag' suffix.
2965 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2966
7246200c
SM
29672001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2968
2969 * replace.el (keep-lines-read-args): Use `copy-marker'.
2970 (how-many): Save excursion properly.
2971 (occur-mode): Use define-derived-mode.
2972 (perform-replace): Use with-current-buffer.
2973
7e971261
RS
29742001-05-20 Richard M. Stallman <rms@gnu.org>
2975
65569e52
RS
2976 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2977
cc9684e8
RS
2978 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2979
9ca00e71
RS
2980 * info.el (Info-read-subfile): Widen before finding the
2981 desired node in the subfile.
2982
7e971261
RS
2983 * startup.el (command-line-1): When >2 files visited,
2984 leave the last one visible, and make that the selected window.
2985
7c5312b2
GM
29862001-05-20 Gerd Moellmann <gerd@gnu.org>
2987
2988 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2989
310e9a21
EZ
29902001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2991
7246200c
SM
2992 * international/ccl.el (define-ccl-program): Fix a typo.
2993 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
2994
2995 * international/mule.el (decode-char): Fix a typo. From Pavel
2996 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2997
2998 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2999 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3000
310e9a21
EZ
3001 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
3002 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3003
ef55aa6c
SS
30042001-05-18 Sam Steingold <sds@gnu.org>
3005
7246200c 3006 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
3007 and [RET] to `cvs-mode-find-file'.
3008
c9f3bebe
JW
30092001-05-18 John Wiegley <johnw@gnu.org>
3010
3011 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3012 configuration variable, which determines the initial character
3013 that forces use of an external version of a command. The default
3014 is *, but may be set to \, for example.
3015
3016 * eshell/esh-ext.el (eshell-explicit-command):
3017 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3018
c9f3bebe
JW
3019 * eshell/esh-cmd.el (eshell/which):
3020 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3021
7c5312b2
GM
3022 * eshell/em-cmpl.el (eshell-completion-command-name)
3023 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
3024 instead of ?*.
3025
1c66d9fb
GM
30262001-05-18 Gerd Moellmann <gerd@gnu.org>
3027
a724ed38
GM
3028 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3029 subst-char-in-string.
3030 (ange-ftp-after-parse-ls-hook): New variable.
3031 (ange-ftp-ls): Run that hook.
3032 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3033
0595722b
GM
3034 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3035 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3036 text into *Completions*.
3037
1c66d9fb
GM
3038 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3039 part of which look like email addresses.
3040
c5bdb93d
AI
30412001-05-18 Andrew Innes <andrewi@gnu.org>
3042
7246200c
SM
3043 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3044 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
3045 cmd.exe's handling of FOR loops.
3046 (autoloads): Set find-file-suppress-same-file-warnings to t to
3047 avoid slew of spurious messages.
3048
9a1211f2
GM
30492001-05-18 Simon Josefsson <simon@josefsson.org>
3050
3051 * mail/smtpmail.el (maybe-append-domain): Renamed to
3052 `smtpmail-maybe-append-domain'.
3053 (smtpmail-via-smtp): Use the new name.
3054
29148a3f
GM
3055 * net/browse-url.el (browse-url-browser-function): Add kde.
3056 (browse-url-kde-program, browse-url-kde-args): New variables.
3057 (browse-url-kde): New function.
3058
9ab59a1a
MB
30592001-05-18 Miles Bader <miles@gnu.org>
3060
7246200c
SM
3061 * simple.el (delete-horizontal-space, just-one-space):
3062 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
3063 because it's more efficient for large files.
3064
cebf1b97
GM
30652001-05-17 Gerd Moellmann <gerd@gnu.org>
3066
f90c23ca
GM
3067 * mail/rmail.el (rmail-require-mime-maybe): New function.
3068 (rmail): Use it.
3069 (rmail-mode): Handle the case of finding Rmail files.
3070
cebf1b97
GM
3071 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3072 functions.
3073
df22166e
SM
30742001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3075
3076 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3077 text-property after moving to the beginning of line and regardless
3078 of the value of font-lock-multiline.
3079
2ca0d5f1
GM
30802001-05-17 Gerd Moellmann <gerd@gnu.org>
3081
e85e809a
GM
3082 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3083
2ca0d5f1
GM
3084 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3085 last coding system used before calling set-buffer-modified-p
3086 because that function changes last-coding-system.
3087
4c6a4739
EZ
30882001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3089
3090 * files.el (switch-to-buffer-other-window)
3091 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3092 the doc string.
3093
f08cf35b
GM
30942001-05-17 Gerd Moellmann <gerd@gnu.org>
3095
3096 * language/slovak.el, language/czech.el: New maintainer.
3097
2180ea97
SS
30982001-05-16 Sam Steingold <sds@gnu.org>
3099
f08cf35b 3100 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
3101 sub-form of `defgeneric' correctly.
3102
9bae8781
GM
31032001-05-16 Gerd Moellmann <gerd@gnu.org>
3104
a90b3d3c
GM
3105 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3106 of `c'.
3107
1b7818b4 3108 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
3109 condition-case, test what outline-level returns instead, to
3110 ease debugging.
1b7818b4 3111
9bae8781
GM
3112 * international/mule.el (auto-coding-regexp-alist): New user-option.
3113 (auto-coding-from-file-contents): New function.
3114 (set-auto-coding): Use it to determine a coding system.
3115
7644c605
GM
31162001-05-15 Gerd Moellmann <gerd@gnu.org>
3117
18a0a39e
GM
3118 * mouse.el (mouse-delete-other-windows): Doc fix.
3119
df22166e
SM
3120 * emacs-lisp/lisp-mode.el (lisp-mode):
3121 Make font-lock-keywords-case-fold-search a buffer-local variable with
3122 make-local-variable before setting it.
7644c605 3123
940cf42e
EZ
31242001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3125
3126 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3127 prefixes.
3128
557f7c34
GM
31292001-05-14 Gerd Moellmann <gerd@gnu.org>
3130
3131 * hexl.el (hexl-current-address): Print a message when called
3132 interactively.
3133
14d9b141
SM
31342001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3135
3136 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3137
3138 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3139
3140 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3141
7bd2d083
GM
31422001-05-11 Gerd Moellmann <gerd@gnu.org>
3143
47e72862
GM
3144 * startup.el (command-line): If parameters have been changed in
3145 the init files which influence font selection, clear the face
3146 cache so that faces get realized with the new parameters.
3147
14d9b141 3148 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 3149
0f49941f
SM
31502001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3151
3152 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3153
cbeed4a8
EZ
31542001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3155
3156 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3157 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3158
ff9aa2ca
GM
31592001-05-10 Gerd Moellmann <gerd@gnu.org>
3160
3161 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 3162 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 3163
b2c99950
JW
31642001-05-09 John Wiegley <johnw@gnu.org>
3165
0f49941f
SM
3166 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3167 Annotated the documentation string to tell users about
3cb27fd7
JW
3168 `eshell-no-numeric-conversions'.
3169
c26f6b27
JW
3170 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3171 conversions if a Lisp function has the property
3172 `eshell-no-numeric-conversions' set to a non-nil value.
3173
3174 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3175 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3176 property `eshell-no-numeric-conversions' on the following
3177 functions (which all deal with filesystem entities, and never Lisp
3178 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3179 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3180 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3181 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3182 eshell/which, eshell/addpath.
3183
31842001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 3185
d089e299
JW
3186 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3187 encountered as an argument, don't convert it right away, but tag
3188 the first character of the string with the text properties
3189 `number', which signifies to `eshell-lisp-command' that the
3190 argument should be passed through `string-to-number' if it is
3191 actually used in the call to a Lisp function.
3192
3193 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3194 function, convert any string arguments that have been tagged as
3195 "numbers", by calling string-to-number.
3196
3197 * eshell/esh-util.el (eshell-number-regexp): Now that number
3198 conversions only happen for Lisp function calls, the number regexp
3199 should now match all integer and floating point forms.
3200
3201 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3202 `eshell-continue-process', since they are both nonfunctional at
3203 the moment.
3204 (eshell-proc-initialize): Don't bind keys for
3205 `eshell-stop-process' or `eshell-continue-process'.
3206
0f49941f
SM
3207 * eshell/em-unix.el (eshell-shuffle-files):
3208 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
3209
3210 * eshell/em-hist.el (eshell-add-to-history): Reference to
3211 `eshell-history-ring' needed to be `eshell-history-index'.
3212
0f49941f
SM
3213 * calendar/timeclock.el (timeclock-find-discrep):
3214 Initialize `elapsed' to 0.
cb89da0f
JW
3215 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3216 it's still nil.
b2c99950 3217
ff39b9a1
SM
32182001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3219
3220 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3221 (archive-mode): Use capitalize.
3222 (archive-unique-fname): Use make-temp-file.
3223
9e53a675
GM
32242001-05-09 Gerd Moellmann <gerd@gnu.org>
3225
3226 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3227
c8224de6
EZ
32282001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3229
c533a7e2
EZ
3230 * tar-mode.el (tar-extract): Pay attention to the value of
3231 coding-system-for-read, if it is non-nil.
3232
ff39b9a1
SM
3233 * calendar/holidays.el (holidays): Add an autoload cookie.
3234 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 3235
1c8c9fb8
JW
32362001-05-08 John Wiegley <johnw@gnu.org>
3237
ff39b9a1
SM
3238 * calendar/timeclock.el (timeclock-workday-remaining):
3239 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
3240 (timeclock-workday-elapsed): Don't accept a "relative" argument
3241 for the current day's elapsed time. What could that have meant?
ff39b9a1 3242 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
3243 (timeclock-when-to-leave): Changed logic, similarly to what was
3244 done for `timeclock-workday-remaining'.
3245 (timeclock-find-discrep): Removed "today-only" argument, which had
3246 no meaning. Fixed some more math problems. The function now
3247 returns a three member list: (TOTAL-TIME-DISCREPANCY
3248 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3249
5f47fb28
EZ
32502001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3251
3252 * w32-fns.el (convert-standard-filename): Start replacing slashes
3253 from the beginning of the file name, not from where the last
3254 invalid character was. From "Andrew Maguire (SWW)"
3255 <Andrew.Maguire@Smallworld.co.uk>
3256
6da5c7da
GM
32572001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3258
3259 The following changes are to provide infrastructure for handling
3260 MIME messages to rmail. They don't affect the original behaviour
3261 if rmail-enable-mime is nil.
3262
3263 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3264 (rmail-search-mime-message-function)
3265 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
3266 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3267 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3268 `rmail-view-buffer' is hidden.
6da5c7da
GM
3269 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3270 call rmai-show-mime-function.
3271 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3272 mode-line-process of rmail-view-buffer.
3273 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3274 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3275 buffer.
ff39b9a1
SM
3276 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3277 set-buffer to the Rmail buffer.
6da5c7da
GM
3278 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3279 rmail-search-mime-header-function.
3280 (rmail-search-message): New function.
3281 (rmail-search): Call rmail-search-message to check if a message
3282 matches REGEXP, lastly update point after calling
3283 rmail-show-message.
ff39b9a1
SM
3284 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3285 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
3286 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3287 header region, refer to rmail-msgref-vector while setting the
3288 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
3289 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3290 If rmail-enable-mime is non-nil, call
6da5c7da
GM
3291 rmail-insert-mime-forwarded-message-function instead of inserting
3292 forwarded message by itself.
3293
3294 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3295 Rmail buffer.
3296 (rmail-set-label, rmail-next-labeled-message): Likewise.
3297
3298 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3299 set-buffer to the Rmail buffer.
3300 (rmail-output-to-rmail-file): Likewise.
3301 (rmail-output): Likewise.
3302
3303 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3304 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
3305 (rmail-new-summary): Be sure to go to the Rmail buffer.
3306 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
3307 rmail-view-buffer to nil.
3308 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3309 rmail-view-buffer.
3310 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3311 rmail-buffer.
3312 (rmail-summary-scroll-msg-down): Likewise.
3313 (rmail-summary-beginning-of-message): Likewise.
3314 (rmail-summary-wipe): Likewise.
3315 (rmail-summary-toggle-header): Use save-window-excursion, not
3316 save-excursion. Update point in rmail-view-buffer, not in
3317 rmail-buffer.
3318 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3319 rmail-view-buffer, not rmail-buffer.
3320
5092477a
GM
33212001-05-07 Gerd Moellmann <gerd@gnu.org>
3322
1e9fc92e
GM
3323 * cus-edit.el (custom-file): Signal an error if user-init-file is
3324 nil (running -q).
3325
1d053370
GM
3326 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3327
ff39b9a1
SM
3328 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3329 Add :version.
3330
3331 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3332 New option.
1b62b062
GM
3333 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3334 only if smtpmail-warn-about-unknown-extensions is set.
3335
f851a71c
GM
3336 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3337 instead of rmail-sort-by-keywords.
3338
ff39b9a1 3339 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
3340 rmail-sort-by-keywords.
3341
ff39b9a1
SM
3342 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3343 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
3344 (rmail-summary-mode): Doc fix.
3345
5092477a
GM
3346 * mail/rmail.el (rmail-edit): New Custom group.
3347
3348 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3349 (rmail-edit-mode-hook): New user-option.
3350
05be3833
RS
33512001-05-05 Richard M. Stallman <rms@gnu.org>
3352
3353 * help.el (help-xref-symbol-regexp): Recognize "source of"
3354 and friends, meaning make a link to the source file.
3355 (help-make-xrefs): Handle "source of" and friends
3356 by constructing a link that visits the source file.
3357
3358 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3359
7dfb000f
SM
33602001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3361
5efe6a56
SM
3362 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3363 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3364 Renamed from perl-font-lock-keywords to avoid clashes.
3365 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3366 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3367 Updated correspondingly.
3368
7dfb000f
SM
3369 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3370 Typo `nonexistant' -> `nonexistent'.
3371
88bbb8cb
EZ
33722001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3373
7dfb000f
SM
3374 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3375 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
3376 `c-electric-delete-forward' always deletes forward and
3377 `c-electric-delete' only contains the code necessary for XEmacs to
3378 choose between backward and forward deletion.
7dfb000f 3379
88bbb8cb
EZ
3380 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3381 get the electric behavior on that key too.
3382 (c-fill-paragraph): Fixed bogus direct use of
3383 c-comment-prefix-regexp, which caused an error when it's a list.
3384
a1af8dcf
EZ
33852001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3386
3387 * dired-aux.el (dired-diff): Doc fix.
3388
3389 * dired.el (dired-diff): Likewise.
3390
ddfb4005
EZ
33912001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3392
3393 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3394
b36581fb
SM
33952001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3396
80a00b6a
SM
3397 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3398 if both the buffer and the file are read-only.
3399
b36581fb
SM
3400 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3401 rather than font-lock-string-face.
3402 (sh-get-indent-info): Treat heredocs like strings.
3403
470bbe9b
GM
34042001-05-02 Gerd Moellmann <gerd@gnu.org>
3405
b36581fb
SM
3406 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3407 a newline following `}'.
3356df63
GM
3408 (texinfo-format-email): New function.
3409 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
3410 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3411 Add `display'.
3356df63
GM
3412 (texinfo-sort-region): Goto point-min before sorting.
3413 (texinfo-set): Remove leading white space from value.
3414 From yagi@is.titech.ac.jp.
3415
470bbe9b
GM
3416 * replace.el (query-replace-regexp-eval): Doc fix.
3417
a9d2fd1d
SM
34182001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3419
3420 * diff-mode.el (diff-nonexistant-face): New face.
3421 (diff-font-lock-keywords): Use it.
3422
2b3e941a
EZ
34232001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3424
22cd6fd3
EZ
3425 * font-lock.el (font-lock-mode): Doc fix.
3426
2b3e941a
EZ
3427 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3428 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3429
50df7214
GM
34302001-04-30 Gerd Moellmann <gerd@gnu.org>
3431
a9d2fd1d
SM
3432 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3433 backslash at the start of the here-document delimiter.
a9793e45
GM
3434 (sh-font-lock-syntactic-keywords): Likewise.
3435
50df7214
GM
3436 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3437
e2f599e9
EZ
34382001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3439
3440 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3441 (tty-color-translate, tty-color-by-index, tty-color-values)
3442 (tty-color-desc): Doc fix.
3443
dcaf31d3
EZ
34442001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3445
3446 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
3447 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3448 Mention dired-dwim-target in the doc string.
dcaf31d3 3449
a6a06429
MB
34502001-04-28 Miles Bader <miles@gnu.org>
3451
3452 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3453 (dabbrev--find-expansion): Use it.
3454 (dabbrev--select-buffers): Don't select ignored buffers.
3455
5a5d9185
GM
34562001-04-27 Gerd Moellmann <gerd@gnu.org>
3457
a9d2fd1d 3458 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 3459
c5b82005
RS
34602001-04-26 Richard M. Stallman <rms@gnu.org>
3461
3462 * dabbrev.el: Add doc strings for some functions.
3463 (dabbrev--eliminate-newlines): New variable.
3464 (dabbrev--substitute-expansion): Convert newlines to spaces
3465 if dabbrev--eliminate-newlines is set.
3466 If abbrev and expansion are both all-lower-case,
3467 leave dabbrev--last-case-pattern nil.
3468
7cff9c6f
GM
34692001-04-26 Gerd Moellmann <gerd@gnu.org>
3470
3471 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3472 if necessary, like in rmail-show-message.
3473
efa89c1f
GM
34742001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3475
3476 * ps-print.el: Color specified by number is forced to be float number.
3477 (ps-print-version): New version number (6.5.1.1).
3478 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3479 initialization.
3480 (ps-prefix-quote): New internal var.
3481 (ps-print-quote): New fun.
3482 (ps-setup, ps-output-frame-properties, ps-float-format)
3483 (ps-format-color): Code fix.
a9d2fd1d
SM
3484 (ps-plot-region): Eliminate redundant foreground color text setting.
3485
d3111e5a
EZ
34862001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3487
3488 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3489
a728644c
GM
34902001-04-25 Gerd Moellmann <gerd@gnu.org>
3491
3492 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3493
4ecdf04d
EZ
34942001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3495
4645bb68
EZ
3496 * info.el (Info-additional-directory-list): Doc fix.
3497
4ecdf04d 3498 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
3499 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3500 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 3501
7cd512f2
SM
35022001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3503
1dc64fca
SM
3504 * progmodes/make-mode.el (makefile-font-lock-keywords):
3505 Rationalize the rules for includes and conditionals and use the
3506 keyword face for them.
3507
7cd512f2
SM
3508 * faces.el (modify-face): Add compatibility for non-interactive use.
3509
ffeb5c1c
JW
35102001-04-24 John Wiegley <johnw@gnu.org>
3511
3512 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3513 fix from last night, since it wasn't finding eshell/cd.
3514
35f901fa
GM
35152001-04-24 Gerd Moellmann <gerd@gnu.org>
3516
3517 * rect.el (string-rectangle): Revert to 20.x behaviour.
3518 (replace-rectangle): Make it an alias for string-rectangle.
3519 (string-insert-rectangle): New function.
3520
c7b1b508
JW
35212001-04-23 John Wiegley <johnw@gnu.org>
3522
3523 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3524 occurring with Emacs 21's diff.el/compile.el interaction layer.
3525
35262001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3527
3528 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3529 case where the function was defined in a file, but not part of an
3530 eshell module.
3531
157975e3
JW
35322001-04-23 John Wiegley <johnw@gnu.org>
3533
3534 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3535 code to work around a redisplay problem I've been having.
3536
3dc630b9
JW
35372001-04-23 John Wiegley <johnw@gnu.org>
3538
3539 * calendar/timeclock.el (timeclock-day-required): If the time
3540 required for a particular day is not set, use `timeclock-workday'.
3541 (timeclock-find-discrep): Added some sample code in a comment.
3542
3543 * eshell/eshell.el (eshell-command): Made a few changes so that
3544 `eshell-command' could be called programmatically.
3545
7cd512f2 3546 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 3547
7cd512f2 3548 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 3549
3ae14dd9 35502001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
3551
3552 * calendar/timeclock.el: Updated copyright.
3553 (timeclock-generate-report): Don't report the daily or two-week
3554 total, if no time has been worked in that period.
3555 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3556 final computational form, which was unnecessary; corrected a
3557 parsing problem when timeclock-relative was nil.
3558
3ae14dd9 35592001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
3560
3561 * calendar/timeclock.el (timeclock-modeline-display): Check if
3562 `list-entry' is null.
3563 (timeclock-use-display-time): The first argument to `set-variable'
3564 must be a symbol.
3565
53e1a74c
EZ
35662001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3567
3568 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
3569 (calendar-today-marker, calendar-holiday-marker):
3570 Use display-color-p instead of window-system.
53e1a74c
EZ
3571 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3572 instead of window-system.
3573 (calendar-hide-window): Use display-multi-frame-p instead of
3574 window-system.
3575
3576 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
3577 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3578 Use display-multi-frame-p instead of window-system.
53e1a74c 3579
23b809c2
GM
35802001-04-23 Gerd Moellmann <gerd@gnu.org>
3581
1d14e80c
GM
3582 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3583
23b809c2
GM
3584 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3585 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3586
b5eeaa1d
GM
35872001-04-23 Alex Schroeder <alex@gnu.org>
3588
3589 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
3590 line-end-position a defalias is used for point-at-bol and point-at-eol.
3591
b5eeaa1d
GM
35922001-04-23 Alex Schroeder <alex@gnu.org>
3593
3594 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 3595 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 3596
ac1470eb
EZ
35972001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3598
3599 * textmodes/paragraphs.el (sentence-end): Doc fix.
3600
624ef9b3
GM
36012001-04-20 Alex Schroeder <alex@gnu.org>
3602
3603 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 3604 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
3605
36062001-04-20 Alex Schroeder <alex@gnu.org>
3607
3608 * sql.el (sql-db2-program): New option.
3609 (sql-db2-options): New option.
3610 (sql-db2): New function.
3611
36122001-04-20 Alex Schroeder <alex@gnu.org>
3613
3614 * sql.el (sql-mode-menu): Added highlighting entries.
3615 (sql-highlight-oracle-keywords): New function.
3616 (sql-highlight-postgres-keywords): New function.
3617 (sql-highlight-ansi-keywords): New function.
3618
36192001-04-20 Alex Schroeder <alex@gnu.org>
3620
3621 * sql.el (sql-help): Doc change.
3622
9f3703ab
KF
36232001-04-19 Karl Fogel <kfogel@collab.net>
3624
3625 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3626 that inserted file content only to delete it immediately.
3627 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3628 <lektu@uol.com.br> for the patch.
3629
2a83a11d
SM
36302001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3631
3632 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3633
6f4dd4dc
GM
36342001-04-18 Gerd Moellmann <gerd@gnu.org>
3635
0f8d6dc7
GM
3636 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3637 for defmethod.
3638
6f4dd4dc
GM
3639 * comint.el (comint-cr-magic): New function.
3640 (toplevel): Add it to comint-preoutput-filter-functions.
3641
90200fcc
AI
36422001-04-18 Andrew Innes <andrewi@gnu.org>
3643
3644 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 3645 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
3646 (recompile): Remove stuff to set EMACSLOADPATH.
3647
daa66f34
GM
36482001-04-18 Gerd Moellmann <gerd@gnu.org>
3649
edc5c81d
GM
3650 * language/slovak.el ("Slovak"): Add tutorial entry.
3651
daa66f34
GM
3652 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3653 browse-url-new-window-p.
3654
5d5845dc
EZ
36552001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3656
3657 * info.el (Info-menu-update): When there are no menus and/or no
3658 cross references in the node, make the respective items of the
3659 Info menu-bar menu inactive.
3660
1c8addd0
GM
36612001-04-17 Gerd Moellmann <gerd@gnu.org>
3662
f4f480bd
GM
3663 * indent.el (indent-for-tab-command): Call indent-line-function
3664 with no argument if PREFIX-ARG is non-nil.
3665
1c8addd0
GM
3666 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3667
8f9ab403
EZ
36682001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3669
3670 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3671 an async subprocess if start-process is unavailable. Suggested by
3672 Tim Van Holder <tim.van.holder@pandora.be>.
3673
60322163
EZ
36742001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3675
3676 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3677 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3678
e372bc67
EZ
36792001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3680
3681 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3682 manual.
3683
28037ecf
SM
36842001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3685
3686 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3687 (cvs-menu): Add a few entries.
3688
3689 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3690 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3691 lock file appears to be reachable from Emacs.
3692 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3693 (cvs-mode-find-file): Look for cvs-header-face rather than
3694 cvs-dirname-face (which doesn't exist).
3695 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3696
3697 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3698
5d5e7f53
EZ
36992001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3700
3701 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3702 normal-erase-is-backspace on a tty. Instead, bind some keys such
3703 as [delete] directly, like pc-select.el did before
3704 normal-erase-is-backspace was invented.
3705
118562e1 37062001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
3707
3708 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3709
6c9e58c4
JW
37102001-04-11 John Wiegley <johnw@gnu.org>
3711
28037ecf
SM
3712 * eshell/em-ls.el (eshell-ls-insert-directory):
3713 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
3714 buffers, if Eshell's ls is being used.
3715
118562e1 37162001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 3717
28037ecf
SM
3718 * calendar/timeclock.el (timeclock-completing-read): New function.
3719 (timeclock-ask-for-project, timeclock-ask-for-reason):
3720 Call `timeclock-completing-read'.
978bd3ea
JW
3721
3722 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3723 required where `member' was being used.
3724
118562e1 37252001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 3726
28037ecf
SM
3727 * eshell/em-hist.el (eshell-previous-matching-input):
3728 Don't display "History item" if the the minibuffer is active.
978bd3ea 3729
30cb0001
GM
37302001-04-11 Gerd Moellmann <gerd@gnu.org>
3731
3732 * startup.el (command-line): Output a newline after printing
3733 an error from loading the window system's init file.
3734
e38af9bd
EZ
37352001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3736
28037ecf
SM
3737 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3738 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
3739 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3740 keywords whose arguments routinely include @@.
3741
bbf63a7b
GM
37422001-04-10 Gerd Moellmann <gerd@gnu.org>
3743
28037ecf
SM
3744 * emacs-lisp/advice.el (ad-make-advised-definition):
3745 Construct advice for subrs differently.
afffeb57 3746
3fe35f35 3747 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 3748 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 3749
c8d6d636 3750 * simple.el (completion-list-mode-finish): New function.
28037ecf 3751 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 3752
2a52f40e 3753 * language/european.el ("Polish"): Change sample text.
28037ecf 3754 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 3755
cf8b1bef
GM
3756 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3757 parameter.
3758
bbf63a7b
GM
3759 * faces.el (menu): Doc fix.
3760
719d83ad 37612001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
3762
3763 * ps-print.el: Footer implementation. Doc fix.
3764 (ps-print-version): New version number (6.5.1).
3765 (ps-header-frame-alist): New customization var for header frame
3766 properties.
3767 (ps-line-number-color): New customization var for line number color.
3768 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3769 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3770 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3771 (ps-right-footer): New customization vars for footers.
3772 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3773 footers.
3774 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
3775 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3776 Code fix.
319acba0
GM
3777 (ps-prologue-file): Indentation fix.
3778 (ps-print-quote): Fun eliminated.
3779 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3780 (ps-output-frame-properties): New fun.
3781 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3782 (ps-skip-newline): Replace defun by defsubst.
28037ecf 3783
e372bc67 37842001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
3785
3786 * eshell/eshell.el (eshell-command): Needed a "%s" format
3787 specifier, in case the buffer contains percent characters.
3788
e372bc67 37892001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
3790
3791 * calendar/timeclock.el (timeclock-generate-report): Added a
3792 missing insert of the project name.
3793
9f9a5e7a
GM
37942001-04-09 Gerd Moellmann <gerd@gnu.org>
3795
9170e5d4 3796 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 3797
865e97c1 3798 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 3799 (finder-data): Use it instead of `setwins'.
865e97c1
GM
3800 From: Dave Love <fx@gnu.org>.
3801
cf3885ac 3802 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
3803 (server-visit-files): Run server-visit-hook after going to
3804 line 1 so that the hook can set point as it sees fit.
3805
9f9a5e7a
GM
3806 * bindings.el (mode-line-modified): Unify help messages.
3807
51f32106
EZ
38082001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3809
3810 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3811 All callers changed.
3812
e02160a3
EZ
38132001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3814
8e6bb0d0
EZ
3815 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3816 long file names aren't supported, truncate the file names in
3817 quail-misc-package-ext-info to 8+3 before matching them against
3818 FILENAME.
3819
3820 * dos-fns.el (dos-truncate-to-8+3): New function.
3821
ec321d77
EZ
3822 * progmodes/compile.el (grep-compute-defaults): Use null-device
3823 instead of literal /dev/null. Reported by Jens Schmidt
3824 <schmidt@mathematik.uni-kl.de>.
3825
e02160a3
EZ
3826 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3827
cf3885ac
SM
38282001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3829
3830 * textmodes/sgml-mode.el: Add unknown maintainer.
3831 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3832 (html-mode-map): Use set-keymap-parent.
3833
3ffb33bb
DL
38342001-04-06 Dave Love <fx@gnu.org>
3835
3836 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3837 Remove redundant string-to-list.
3838
8f625692
SM
38392001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3840
3841 * composite.el (reference-point-alist): Doc fix.
3842
1087f198
SS
38432001-04-05 Sam Steingold <sds@gnu.org>
3844
8f625692
SM
3845 * font-lock.el (font-lock-keywords-case-fold-search):
3846 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
3847 file made font-lock case-insensitive.
3848
a55e4e68
GM
38492001-04-05 Gerd Moellmann <gerd@gnu.org>
3850
0e4892e2
GM
3851 * faces.el (defface menu): Doc fix.
3852
4d664b04
GM
3853 * wid-edit.el (widget-color-sample-face-get): Don't make
3854 faces for undefined colors.
3855
a55e4e68
GM
3856 * version.el (emacs-version): Include LessTif/Motif version info.
3857
f383cd0d
GM
38582001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3859
3860 * ps-mule.el: Eliminate cl package dependence.
3861 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3862 if they aren't defined yet.
3863 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3864 Eliminate cl package dependence.
3865
de28797f
SM
38662001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3867
3868 * progmodes/cc-cmds.el (c-outline-level):
3869 Bind buffer-invisibility-spec. Originally from Dave Love, but
3870 got lost when incorporating version 5.26.
3871
32df8b47
EZ
38722001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3873
de28797f
SM
3874 * emulation/pc-select.el (pc-selection-mode):
3875 Call normal-erase-is-backspace-mode instead of binding
3876 keys individually.
58e4f61d 3877
7f62656b
EZ
3878 * cus-load.el (normal-erase-is-backspace): Use it instead of
3879 delete-key-deletes-forward.
3880
3881 * startup.el (command-line): Use normal-erase-is-backspace and
3882 normal-erase-is-backspace-mode.
3883
3884 * simple.el (normal-erase-is-backspace): Rename from
3885 delete-key-deletes-forward. Doc fix.
3886 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
3887 delete-key-deletes-forward-mode. Doc fix.
3888 Run normal-erase-is-backspace-hook.
7f62656b 3889
32df8b47 3890 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
3891 ``human-readable'' format produced by GNU `ls'.
3892 (dired-move-to-filename-regexp): Recognize ISO format dates.
3893 From Paul Eggert <eggert@twinsun.com>.
32df8b47 3894
5efa6032
GM
38952001-04-04 Gerd Moellmann <gerd@gnu.org>
3896
3897 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3898 New functions.
de28797f
SM
3899 (lm-verify): Check keywords.
3900 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 3901
d757aac1
EL
39022001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3903
3904 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3905 `xemacs' feature instead of for the function `set-extent-property'.
3906
9832760a
SM
39072001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3908
3909 * mail/mh-utils.el (mh-folder-hist): New var.
3910 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3911
d565f6aa
EZ
39122001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3913
3914 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3915 region, position point on the first or last 16-byte group.
3916 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3917 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3918 hexl-beginning-of-line.
3919
24c0fd39
GM
39202001-04-03 Gerd Moellmann <gerd@gnu.org>
3921
5efa6032
GM
3922 * icomplete.el (icomplete-mode): Treat an argument like other
3923 modes do.
3924
b3f6107b
GM
3925 * startup.el (fancy-splash-head): Use splash8.xpm for color
3926 depth 8.
3927
24d451c5
SM
3928 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3929 Add an antry for ``converts''.
476bf681 3930
24d451c5
SM
3931 * language/slovak.el ("Slovak"): Add documentation string.
3932 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 3933
450f6970
GM
3934 * language/czech.el ("Czech"): Add documentation string.
3935 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3936
24d451c5
SM
3937 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3938 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3939
39402001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3941
3942 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3943 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3944 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3945 Use `defsubst' rather than a macro to ease debugging.
3946 (mail-extr-last): Remove (use `last' instead).
3947 (mail-extract-address-components): Properly reset the syntax-table
3948 after parsing an address. Use `last' rather than mail-extr-last.
3949 Make sure the end marker stays at the very end.
24c0fd39 3950
2b908342
EZ
39512001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3952
3953 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3954 last change.
3955
acfb077d
GM
39562001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3957
3958 * ps-print.el: Line and paragraph spacing feature. Region to cut
3959 out when printing. Doc fix.
3960 (ps-print-version): New version number (6.5).
24d451c5
SM
3961 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3962 New vars. Line and paragraph spacing feature.
acfb077d
GM
3963 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3964 out when printing.
3965 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3966 (ps-get-font-size, ps-begin-job, ps-continue-line)
3967 (ps-plot-region): Code fix.
3968 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
3969 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3970 New internal vars.
acfb077d
GM
3971 (ps-get-size): New fun.
3972 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3973 (ps-next-line): Replace defun by defsubst.
3974 (ps-mule-plot-string): Autoload doc fix.
3975
3976 * ps-bdf.el: XEmacs compatibility. Doc fix.
3977 (installation-directory, coding-system-for-read): Declare vars if
3978 it's not declared yet.
3979 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3980
3981 * ps-mule.el: XEmacs compatibility. Doc fix.
3982 (leading-code-private-22): Declare var if it's not declared yet.
3983 (charset-bytes, charset-dimension, charset-id, charset-width)
3984 (find-charset-region, split-char, char-width, chars-in-region)
3985 (forward-point, decompose-composite-char, encode-coding-string)
3986 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3987 Define funs if not defined yet.
3988 (encode-composition-rule, find-composition): Define funs if not
3989 loaded yet.
3990 (ps-mule-prologue): PostScript code fix.
3991
39922001-04-02 Kenichi Handa <handa@etl.go.jp>
3993
3994 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3995 non-nil, generate font for the header strings.
3996 (ps-mule-prepare-font): Likewise.
3997 (ps-mule-generate-glyphs): Likewise.
3998 (ps-mule-string-encoding): Likewise.
3999 (ps-mule-header-charsets): New variable.
4000 (ps-mule-encode-header-string): New function.
4001 (ps-mule-header-string-charsets): New function.
4002 (ps-mule-begin-job): Check charsets in the header strings. If there
4003 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4004
4005 * ps-print.el (ps-generate-header-line): Encode the header string by
4006 ps-mule-encode-header-string.
4007 (ps-mule-encode-header-string): Declare autoload.
4008
c0eb3c10
GM
40092001-04-02 Gerd Moellmann <gerd@gnu.org>
4010
24d451c5
SM
4011 * frame.el (cursor-in-non-selected-windows):
4012 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 4013
a3d0b0e0
KH
40142001-03-31 Kenichi Handa <handa@etl.go.jp>
4015
4016 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4017 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 4018 (quail-misc-package-ext-info): New variable.
a3d0b0e0 4019 (tsang-quick-converter): New function.
24d451c5
SM
4020 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4021 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
4022 (miscdic-convert, batch-miscdic-convert): New functions.
4023
55f7832c
KH
40242001-03-30 Kenichi Handa <handa@etl.go.jp>
4025
a2217cd8
KH
4026 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4027 eight-bit-control chars.
4028
55f7832c 4029 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 4030 Reduce making temporary vector (suggested by Dave Love).
55f7832c 4031
911a2406
EZ
40322001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4033
4034 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4035 string as well.
4036
1a518f2c
AS
40372001-03-30 Andreas Schwab <schwab@suse.de>
4038
4039 * files.el (backup-directory-alist): Fix typo.
4040
ef080b16
EZ
40412001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4042
4043 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4044 <eggert@twinsun.com>.
4045
e4174a55
DL
40462001-03-30 Dave Love <fx@gnu.org>
4047
4048 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4049
9d5d1075
EZ
40502001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4051
4052 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4053
a27b451e
MB
40542001-03-30 Miles Bader <miles@gnu.org>
4055
4056 * subr.el (interactive-form): Fix paren typo.
4057
aea51abe
EZ
40582001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4059
4060 * emacs-lisp/profile.el: Say that it's obsolete in the header
4061 line, so that finder.el puts that into its data-base.
4062 Suggested by Alex Schroeder <alex@gnu.org>.
4063
249dd409
EZ
40642001-03-29 Paul Eggert <eggert@twinsun.com>
4065
4066 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4067 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4068
1ac1fa96
SM
40692001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4070
4071 * generic.el (generic-mode-set-comments): Use "" rather than nil
4072 for comment-end.
4073
e2b8a830
GM
40742001-03-29 Gerd Moellmann <gerd@gnu.org>
4075
1ac1fa96
SM
4076 * emacs-lisp/advice.el (ad-make-advised-definition):
4077 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
4078
4079 * subr.el (interactive-form): New function.
4080
8b2375e7
AS
40812001-03-29 Andre Spiegel <spiegel@gnu.org>
4082
4083 * vc-sccs.el (vc-sccs-register): Use relative file names.
4084
f827b862
GM
40852001-03-28 Gerd Moellmann <gerd@gnu.org>
4086
e59d0e9d
GM
4087 * bookmark.el (bookmark-get-bookmark): Handle case that
4088 BOOKMARK is not a string.
4089
deb2613a
GM
4090 * image.el (image-type-regexps): Change type for PS files
4091 to `postscript'.
4092
f827b862 4093 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
4094 character entered. From: Stephen Gildea
4095 <gildea@stop.mail-abuse.org>.
f827b862 4096
3c9449d0
KH
40972001-03-27 Kenichi Handa <handa@etl.go.jp>
4098
4099 * international/kkc.el (kkc-save-init-file): Locally bind
4100 print-length to nil.
4101
e6b13c74
GM
41022001-03-26 Gerd Moellmann <gerd@gnu.org>
4103
e120bebf
GM
4104 * textmodes/flyspell.el: Some doc fixes.
4105 (flyspell-maybe-correct-transposition)
4106 (flyspell-maybe-correct-doubling): Use a temporary buffer
4107
4108 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4109
5f6c5771 4110 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
4111 (byte-optimize-form-code-walker): Diagnose too few arguments
4112 for `if' and `while'.
4113
2b984c45
KH
41142001-03-26 Kenichi Handa <handa@etl.go.jp>
4115
4116 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4117 Prepend `\' to "\<quail-translation-docstring>".
4118
bf2150fa
GM
41192001-03-26 Gerd Moellmann <gerd@gnu.org>
4120
5f6c5771
SM
4121 * autorevert.el (global-auto-revert-non-file-buffers):
4122 Remove duplicate defcustom.
bf2150fa 4123
a0d59316
MB
41242001-03-26 Miles Bader <miles@gnu.org>
4125
5f6c5771
SM
4126 * international/latin1-disp.el (latin1-char-displayable-p):
4127 Add leading "-" for X font pattern.
a0d59316 4128
9edbff6c
KH
41292001-03-26 Kenichi Handa <handa@etl.go.jp>
4130
5f6c5771
SM
4131 * international/mule-diag.el (describe-coding-system):
4132 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
4133 charsets they can encode.
4134
50b57199
EZ
41352001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4136
4137 * help.el (view-lossage): Mention open-dribble-file in the doc
4138 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4139
5b83f9c0
SM
41402001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4141
4142 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4143 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4144
e0ecbf5c
KH
41452001-03-23 Kenichi Handa <handa@etl.go.jp>
4146
5b83f9c0
SM
4147 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4148 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
4149 multibyte sequence can work correctly.
4150 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4151 property of the coding system.
4152
1cc218de
SM
41532001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4154
4155 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4156 Fix transcription typo.
4157
a3db02ad
RV
41582001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4159
4160 * whitespace.el: Add buffer local variables to toggle testing of
4161 whitespaces in buffers without affecting the default values.
a3db02ad 4162 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
4163 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4164 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4165 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 4166
83c9cb8e
SM
41672001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4168
4169 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4170
180d5509
GM
41712001-03-21 Gerd Moellmann <gerd@gnu.org>
4172
eeb5b5c1
GM
4173 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4174 bs-cycle-configuration-name. From Juanma Barranquero
4175 <lektu@uol.com.br>.
4176
170a9e70
GM
4177 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4178 and cc-vars.el.
4179
180d5509
GM
4180 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4181 headers. Always invoke sendmail with option -t.
4182
130c507e
GM
41832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4184
4185 * Release of cc-mode 5.28.
4186
41872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4188
4189 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4190 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 4191 It's instead taken care of by the default value for c-default-style.
130c507e 4192
130c507e
GM
41932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4194
4195 * cc-align.el (c-lineup-math): Fix bug where lineup was
4196 triggered by equal signs in string literals.
4197
41982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4199
4200 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4201 limit detection when at the ends of the buffer.
4202
4203 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4204 "for" statement clause in case 7F; a better one is done
4205 earlier in case 7D anyway.
4206
42072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4208
4209 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4210 somewhat more and did a small optimization.
4211
42122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4213
4214 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4215 Use the limit argument only to limit the syntactic context
4216 search, not to limit the actual movement.
4217
4218 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4219 inside multiline strings, just like in comments. Also various
4220 fixes to the paragraph and comment prefix recognition, block
4221 comment ender handling etc.
4222
42232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4224
4225 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4226 the relative position of the point.
4227
4228 * cc-cmds.el (c-electric-continued-statement): New function to
4229 use as abbrev hook to reindent for keywords such as "else"
4230 that continues an earlier statement.
4231
4232 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4233 like classes.
4234
4235 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4236 (pike-mode): Populate the default abbrev tables to reindent for
4237 keywords such as "else" that can continue earlier statements.
4238 Abbrev mode is therefore turned on by default now. (Note that
4239 this doesn't apply to idl-mode, since IDL afaik doesn't have
4240 statements at all.)
4241
42422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4243
4244 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4245 bracelists where the declaration contains template arguments.
4246
42472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4248
83c9cb8e
SM
4249 * cc-cmds.el (c-comment-indent):
4250 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
4251 syntactic indentation. Fixes bug with lineup functions that
4252 return vectors.
4253
4254 * cc-engine.el (c-get-syntactic-indentation): Split the
4255 indentation sum calculation from `c-indent-line' to a separate
4256 function.
4257
42582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4259
4260 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4261 Fixed places where it was assumed that preprocessor directives
4262 have to start in column zero.
4263
4264 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4265 template arguments after a class identifier properly.
4266
4267 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4268 lists for `new Foo[]' constructs in Java as expressions and
4269 not top level definition brace lists on the top level, so that
4270 they'll get indented consistently with the same type of
4271 expression in a normal block.
4272
42732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4274
4275 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4276 whether the adaptive filling package fails to keep the comment
4277 prefix is now kludged further to check for filladapt-mode
4278 which doesn't have that problem. This is really icky, but it's
4279 the only way that works with the current misfeatures/bugs in
4280 both adaptive-fill-mode and filladapt-mode.
4281
4282 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4283 around point is recognized more robust.
4284
42852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4286
4287 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4288 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4289 (c-lit-type): Fixed all internal variables used dynamically so
4290 that they are always bound.
4291
4292 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4293 errors:
4294
4295 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
4296 the region is fully reindented even when an error occurs.
4297 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
4298 whole lot of code that tried to optimize indentation of whole
4299 sexps but in reality accomplishes nothing.
4300
4301 (c-indent-sexp): Use c-indent-region.
4302
4303 (c-parsing-error): Changed this variable to hold the message
4304 for any syntactic error that is discovered.
4305
4306 (c-parse-state): Search backward from point instead of the bod
4307 position when the latter is invalid. This makes CC Mode
4308 recover faster when there are unbalanced close braces.
4309
4310 (c-backward-to-start-of-if): Use c-parsing-error to report
4311 dangling "else" clauses instead of throwing an error, and fall
4312 back to a reasonable position.
4313
83c9cb8e 4314 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 4315
83c9cb8e 4316 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
4317
43182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4319
4320 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4321 paragraph recognition when moving by sentence in literals.
4322
83c9cb8e
SM
4323 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4324 start regexp for javadoc to recognize javadoc markup in general instead
4325 of a specific set of keywords, to be more future-safe.
130c507e
GM
4326
4327 (c-Pike-pikedoc-paragraph-start)
4328 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4329 pikedoc markup.
4330
83c9cb8e 4331 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 4332
83c9cb8e 4333 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
4334
4335 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4336
4337 (c-comment-prefix-regexp): Made it possible to use an
4338 association list on this to specify mode specific regexps.
4339 The default value now use a special regexp in Pike mode to
4340 recognize pikedoc markup.
4341
4342 (c-current-comment-prefix): New variable containing the actual
4343 regexp from c-comment-prefix-regexp for the current buffer.
4344
43452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4346
4347 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4348 lists: We can't look at the syntax, since a brace list can get
4349 recognized as a plain statement-cont.
4350
4351 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4352 special brace list opener broken over two lines got recognized
4353 as a statement on the second line. Case 9A changed.
4354
43552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4356
4357 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4358 adjustment after line is reindented.
4359
43602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4361
4362 * cc-defs.el (c-point): Added optional argument for position
4363 to use instead of the current point.
4364
4365 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4366 the in-expression block symbols when the construct starts at
4367 boi, to avoid the extra level of indentation in that case.
4368 Cases 4, 16A and 17E affected.
4369
43702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4371
4372 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 4373 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
4374
4375 * cc-engine.el (c-indent-line): Use the syntax already bound
4376 to `c-syntactic-context', if there is any.
4377
43782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4379
4380 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4381 wasn't added up correctly when a lineup function returned nil.
4382
43832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4384
4385 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 4386 empty lines were ignored when collecting line comments backwards.
130c507e
GM
4387
43882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4389
4390 * cc-align.el (c-lineup-dont-change): Return an absolute
4391 indentation column to work correctly in the case when several
4392 syntactic elements are processed for the same line.
4393
4394 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4395 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4396 (c-set-offset): Added absolute indentation column settings by
4397 using the vector type.
4398
130c507e
GM
43992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4400
4401 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4402 Implemented two new cleanups `space-before-funcall' and
4403 `compact-empty-funcall'.
4404
130c507e
GM
44052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4406
4407 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4408 helping building regexps.
4409
4410 * cc-engine.el (c-on-identifier): New function for detecting
4411 identifiers. It takes keywords into account.
4412
4413 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4414 lists. `c-keywords' is set to a regexp matching all keywords
4415 in the current language.
4416
44172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4418
4419 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4420 list of characters to skip backwards over at the beginning of
4421 a statement, since it can precede string literals in Pike.
4422
44232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4424
4425 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4426 recognition when standing on the last line in a C++ comment
4427 with nothing but whitespace after the prefix.
4428
4429 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4430 given no limit argument.
4431
44322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4433
4434 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4435 recognition for the `[]= operator symbol in Pike.
4436
44372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4438
4439 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4440 around a bug in `eval-when-compile' in the byte compiler.
4441
4442 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 4443 value when count is zero and there's no token start within the limit.
130c507e
GM
4444
4445 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4446 "prefix comments", i.e. comments which are followed by code on
4447 the same line.
4448
4449 * cc-mode-19.el: Fixes so that checks that must be done at
4450 compile time also are done then.
4451
44522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4453
4454 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4455 time and at runtime, and only when it's needed.
4456
44572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4458
4459 Major cleanup for less error prone and more warning free
4460 compilation, including some fixes for bugs due to different
4461 compilation orders. Thanks to Martin Buchholz for providing
4462 the basis for all this.
4463
4464 * cc-bytecomp.el: New file that provides some byte compilation
4465 features: It ensures that files always are loaded from the
4466 current source directory during compilation, and it provides a
4467 set of macros to turn off specific compiler warnings for
4468 specific symbols. (It's not CC Mode specific in any way.)
4469
4470 Fixed a nearly acyclic dependency tree (both runtime and
4471 compile-time) between all files.
4472
4473 * cc-defs.el: Separated all macros before the inline functions,
4474 to ensure correct compilation.
4475
4476 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4477 cc-defs.el to cc-engine.el and made it a function instead.
4478
4479 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4480 about char-after.
4481
4482 * cc-vars.el: Cope even when there isn't a custom package
4483 containing defcustom available.
4484
4485 * cc-make.el: Removed since it's no longer necessary.
4486
4487 README: Updated installation instructions.
4488
44892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4490
4491 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4492 improve the modularity: Moved all mode init stuff from
4493 cc-langs.el to cc-mode.el, including the keymap
4494 initialization; cc-langs now only contains the various
4495 variables for configuring the language syntax.
4496
83c9cb8e
SM
4497 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4498 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 4499 dependency analysis suggests they belong there (which also
83c9cb8e 4500 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
4501
45022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4503
4504 * cc-cmds.el (c-fn-region-is-active-p): New function that
4505 wraps the corresponding macro, for use in places that aren't
4506 compiled. Thanks to Martin Buchholz for pointing out this.
4507
83c9cb8e 4508 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
4509
4510 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4511 add things to the bug report.
4512
45132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4514
4515 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4516 returned prefix could contain a newline when the search for a
4517 good prefix line failed.
4518
45192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4520
4521 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4522 (c-toggle-auto-hungry-state): Made the argument optional, as
4523 the documentation says it is.
4524
45252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4526
4527 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4528 multiline string syntax, #"...", as a cpp macro.
4529
7008ccac
GM
45302001-03-21 Paul Eggert <eggert@twinsun.com>
4531
83c9cb8e
SM
4532 * international/mule-cmds.el (set-locale-environment):
4533 Set system-messages-locale and system-time-locale, but only if the
7008ccac 4534 caller specifies a non-nil locale name.
3c9449d0 4535
c2478129 45362001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
4537
4538 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 4539 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 4540
117e4b0c
GM
45412001-03-20 Gerd Moellmann <gerd@gnu.org>
4542
7194219d
GM
4543 * follow.el (follow-avoid-tail-recenter): Doc fix.
4544
5721ae13
GM
4545 * custom.el (custom-set-variables): Avoid reversing the list
4546 of args needlessly.
4547
7b8bbf72
GM
4548 * startup.el (fancy-splash-head): Don't change the colors of the
4549 XPM image on a dark background.
4550
a91ad7c9
GM
4551 * comint.el (comint-exec-1): Set columns of the terminal to
4552 window-width instead of frame-width.
4553
fa88947e
GM
4554 * info.el (Info-scroll-down): Add missing WINDOW arg for
4555 pos-visible-in-window-p.
4556
1741905c
GM
4557 * ehelp.el (electric-help-mode-hook): Add defcustom.
4558
117e4b0c
GM
4559 * mail/sendmail.el (mail-mode): Activate case-folding in
4560 font-lock-defaults.
4561
e84c695d
SM
45622001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4563
4564 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4565 (completion-ignored-extensions): Remove duplicate ".class".
4566
fc774041
AS
45672001-03-19 Andreas Schwab <schwab@suse.de>
4568
83c9cb8e
SM
4569 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4570 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 4571
c2c097cc
GM
45722001-03-19 Gerd Moellmann <gerd@gnu.org>
4573
4574 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4575 methods since there are not prefix input methods.
4576
fbe2e958
KH
45772001-03-19 Kenichi Handa <handa@etl.go.jp>
4578
83c9cb8e
SM
4579 * international/mule-cmds.el (read-input-method-name):
4580 Locally bind enable-recursive-minibuffers to t.
fbe2e958 4581
da47e491
SM
45822001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4583
4584 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4585
4986c2c6 45862001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 4587
4986c2c6
MK
4588 * ediff-util.el: Copyright years.
4589 (ediff-choose-syntax-table): New function.
4590 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 4591
4986c2c6
MK
4592 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4593 with-syntax-table.
83c9cb8e 4594
4986c2c6 4595 * ediff.el: Date of last update, copyright years.
83c9cb8e 4596
4986c2c6 4597 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 4598
4986c2c6
MK
4599 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4600 of Scott Bronson.
4601 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4602 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4603 Deleted functions.
4604 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4605 ex-token-list.
83c9cb8e 4606
4986c2c6 4607 * viper-util.el: Spaces, indentation.
83c9cb8e 4608
4986c2c6 4609 * viper.el: Changed version, modification time.
83c9cb8e 4610
3c799aec 46112001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
4612
4613 * calendar/timeclock.el (timeclock-workday-remaining):
4614 Check whether `discrep' is non-null before using it.
3c799aec 4615
ae3ce418
JW
46162001-03-16 John Wiegley <johnw@gnu.org>
4617
4618 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4619 first-time checkins.
4620 (timeclock-log-data): Fixed problem with reading timelog log file.
4621 Resulting data in the "day list" was incorrect.
4622 (timeclock-find-discrep): Check if `timeclock-file' is readable
4623 before opening it.
4624 (timeclock-time-less-p): New function.
4625 (timeclock-day-base): New function.
4626 (timeclock-geometric-mean): New function.
4627 (timeclock-generate-report): Generate a summary report based on
4628 the contents of the log file. This uses `timeclock-log-data', and
4629 is an example of writing a timelog manipulation function.
4630 (timeclock-visit-timelog): A quick command for opening the timelog
4631 file.
4632 (timeclock-log-data): Bound the variable event.
4633
c8d4a9bb
KH
46342001-03-16 Kenichi Handa <handa@etl.go.jp>
4635
83c9cb8e
SM
4636 * international/mule-cmds.el (select-safe-coding-system):
4637 Fix typo: symbol-name -> symbol-value.
11d56c64 4638
c8d4a9bb
KH
4639 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4640 before substitute-in-file-name to handle double slashes in FILE
4641 correctly.
4642
c899e7e6
GM
46432001-03-15 Gerd Moellmann <gerd@gnu.org>
4644
4645 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4646 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4647
819dce0f
GM
46482001-03-14 Gerd Moellmann <gerd@gnu.org>
4649
697617d9
GM
4650 * bindings.el (features): Add `md5' and `overlay' to the list.
4651
819dce0f
GM
4652 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4653 bound before using it. It's not bound when configured without X,
4654 for instance.
4655
e0067a9d
TTN
46562001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4657
4658 * progmodes/hideshow.el: Update copyright.
4659 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 4660 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 4661
afcdc0a1
GM
46622001-03-13 Gerd Moellmann <gerd@gnu.org>
4663
e0067a9d 4664 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
4665 a non-list.
4666
30564c48
EZ
46672001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4668
4669 * startup.el (fancy-splash-tail, command-line-1): Fix the
4670 copyright year.
4671
2b8e24b3
KH
46722001-03-13 Kenichi Handa <handa@etl.go.jp>
4673
4674 * term.el: These changes are based on a patch sent from Yong Lu
4675 <lyongu@yahoo.com>.
4676 (term-set-escape-char): Bind M-x to execute-extended-command in
4677 term-raw-escape-map.
4678 (term-move-columns): Don't try to move to negagive column.
4679 (term-emulate-terminal): Insert a string before deleting a text to
4680 overwrite.
4681
789b6186
GM
46822001-03-12 Gerd Moellmann <gerd@gnu.org>
4683
b0778a31
GM
4684 * play/life.el (life): Rearrange code so that all calls to
4685 life-display-generation are in a catch-form.
4686
04528cda
GM
4687 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4688 file that isn't interesting. In an interesting file, push the old
4689 value of point on the mark ring.
4690
760cefb5
GM
4691 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4692 New function.
4693 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4694 Use it.
4695
83c9cb8e
SM
4696 * emacs-lisp/autoload.el (generate-file-autoloads):
4697 Remove warning about line lengths.
789b6186 4698
a2ffbafe
FP
46992001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4700
4701 * progmodes/etags.el (tags-compression-info-list): New variable.
4702 (find-tag-in-order): Use it to deal with compressed source files.
4703 (tag-file-name-match-p): New function.
4704 (etags-recognize-tags-table): Use it for better match of file names.
4705
5c9d9d92
KH
47062001-03-12 Kenichi Handa <handa@etl.go.jp>
4707
ba3e9b9b
KH
4708 * international/mule-cmds.el (register-input-method): Doc fix.
4709
5c9d9d92
KH
4710 * international/quail.el (quail-translate-key): Fix condition to
4711 check if there's another breaking point in the current key.
4712
40beecee
EZ
47132001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4714
4715 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4716 Babyl header to the newly-created output file, bind
4717 coding-system-for-write to either rmail-file-coding-system or
4718 emacs-mule-unix.
4719
75c6cb7f
SM
47202001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4721
4722 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4723 Fix the name and regexp used for subsubsections.
4724
5ec17636
DL
47252001-03-10 Dave Love <fx@gnu.org>
4726
4727 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4728 and save-buffer if buffer-file-name non-nil. From rms.
4729
6d2e2c02
AS
47302001-03-10 Andre Spiegel <spiegel@gnu.org>
4731
4732 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 4733 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
4734 to reflect that.
4735 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 4736 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
4737 variable bindings that might affect the diff command.
4738 (vc-print-log): Don't switch to the *vc* buffer before the
4739 command, so that local variable bindings are preserved.
4740
789b6186 4741 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
4742 not the current buffer.
4743 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4744
789b6186 4745 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 4746 make output go to buffer *vc*, not the current buffer.
a2ffbafe 4747
b18f5523
SM
47482001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4749
4750 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4751 so ^, $, *, ? and + are interpreted correctly.
4752
3cfd8357
GM
47532001-03-09 Gerd Moellmann <gerd@gnu.org>
4754
c085b77c 4755 * help.el (string-key-binding): Renamed from
f9db8f19
SM
4756 mode-line-key-binding. Handle any event on a string.
4757 Check for `keymap' properties as well as `local-map' properties.
c085b77c 4758
3cfd8357
GM
4759 * comint.el (comint-insert-clicked-input): Use the last key
4760 from this-command-keys to lookup the global key definition.
4761
348f797a
KH
47622001-03-09 Kenichi Handa <handa@etl.go.jp>
4763
3ebf3717
KH
4764 * international/characters.el: Add category `j' for
4765 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4766
348f797a
KH
4767 * international/mule-conf.el (no-conversion): Fix docstring.
4768 (raw-text): Fix docstring.
4769
e1fbabaf
GM
47702001-03-08 Gerd Moellmann <gerd@gnu.org>
4771
96e8e603
GM
4772 * simple.el (choose-completion-string): When not leaving the
4773 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4774 is set.
4775
e1fbabaf
GM
4776 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4777 parameter `(minibuffer . t)'.
4778
f9db8f19
SM
47792001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4780
4781 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4782 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4783 (sh-mode): Remove `make-local-variable' for unused var
4784 `font-lock-unfontify-region-function'.
4785
02756877
RS
47862001-03-07 Richard M. Stallman <rms@gnu.org>
4787
132bf46d
RS
4788 * info.el (Info-scroll-down): Fix previous change.
4789
02756877
RS
4790 * mail/rmail.el (rmail-toggle-header): Use a window which
4791 is showing the Rmail buffer, rather than the selected window.
4792
eeb24429
DL
47932001-03-07 Dave Love <fx@gnu.org>
4794
4795 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4796 now, to avoid problems with binding imenu directly to a mouse event.
4797
3bdf2660
GM
47982001-03-07 Gerd Moellmann <gerd@gnu.org>
4799
4800 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4801 second arg t.
4802
48032001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
4804
4805 * log-edit.el (log-edit-common-indent): New var.
4806 (log-edit-set-common-indentation): Renamed from
4807 log-edit-delete-common-indentation. Use the new var.
4808 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4809
4810 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4811 (cvs-mode-add-change-log-entry-other-window):
4812 Don't presume change-log-default-name is defined.
4813
4814 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4815
4816 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4817 the "tree" operation as well.
4818
4819 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4820
4821 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4822 to match paragraph-start.
4823
4824 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4825 comment-start-skip and set comment-end-skip as well.
4826 (sgml-comment-indent): Fix for new value of comment-start-skip.
4827 (html-autoview-mode): Don't bother using make-local-hook.
4828
2ad02767
GM
48292001-03-07 Gerd Moellmann <gerd@gnu.org>
4830
189638d5 4831 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 4832 variables, otherwise long Custom entries would make them ineffective.
189638d5 4833
2ad02767
GM
4834 * uniquify.el: Set maintainer to FSF.
4835
656f8cae
EZ
48362001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4837
4838 * dired-aux.el (dired-do-shell-command): Doc fix.
4839
c83965c4
SM
48402001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4841
04af43bc
SM
4842 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4843
4844 * which-func.el (which-func-modes): Add cperl-mode.
4845 (which-func-mode-global): Use define-minor-mode.
4846
4847 * info-look.el: Docstring fixes and dead code eliminated.
4848 (cperl-mode): Add support.
4849 (emacs-lisp-mode): List all entries from elisp manual, whether
4850 or not they are currently (f)bound or not. Update regexp.
4851
4852 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4853
c83965c4
SM
4854 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4855 so that C-h m shows the correct information.
4856 Use make-local-variable rather than make-variable-buffer-local.
4857 (cperl-info-buffer, cperl-setup-tmp-buf):
4858 Use make-local-variable rather than make-variable-buffer-local.
4859 (cperl-msb-fix, cperl-get-help-defer):
4860 Check major-mode for `cperl-mode' as well.
4861
4862 * progmodes/cperl-mode.el: Updated to author version 4.23.
4863 (cperl-electric-pod): SYNOPSIS was misspelled.
4864 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4865 (cperl-after-expr-p): Make true after __END__.
4866
f16a7aa5
GM
48672001-03-06 Gerd Moellmann <gerd@gnu.org>
4868
157ae273 4869 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 4870 bookmark-completion-ignore-case is t.
157ae273 4871
f16a7aa5
GM
4872 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4873 switch, like xterm, and concat resource strings, with a newline
4874 between them.
4875
abaddb98
EZ
48762001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4877
a2ffbafe 4878 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
4879 (cp773-decode-table, cp774-decode-table): New variables.
4880
abaddb98
EZ
4881 * man.el (Man-hyphenated-reference-regexp): New variable.
4882 (Man-build-references-alist): Use it to search for referenced
4883 manpages. If hyphenated is non-nil, record a concatenated word in
4884 Man-refpages-alist only if it matches Man-reference-regexp.
4885 Update word's length when it is concatenated. Reverse the list,
4886 to get the first manpage at the head.
4887 (Man-possibly-hyphenated-word): New function.
4888 (Man-follow-manual-reference): Use it instead of current-word to
4889 find a manpage at point, in a way that accounts for hyphenated
4890 references.
4891
eb3f61dd
GM
48922001-03-06 Alex Schroeder <alex@gnu.org>
4893
4894 * sql.el (sql-interbase): New function.
4895 (sql-interbase-program): New option.
4896 (sql-interbase-options): New option.
4897 And some typos fixed: "customise" to "customize".
4898
fa84f42a
DL
48992001-03-06 Dave Love <fx@gnu.org>
4900
83c9cb8e
SM
4901 * textmodes/flyspell.el (flyspell-region):
4902 Set up flyspell-local-mouse-map.
fa84f42a 4903
fda3411d
RS
49042001-03-05 Richard M. Stallman <rms@gnu.org>
4905
a2ffbafe 4906 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
4907 Don't call rmail-beginning-of-message.
4908 Don't discard From: field. Do discard Received: field.
4909 Use unwind-protect to re-prune.
4910 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 4911
e972ab1f
KH
49122001-03-06 Kenichi Handa <handa@etl.go.jp>
4913
4914 * international/quail.el (quail-title): Add autoload cookie.
4915
335db3c1
DL
49162001-03-05 Dave Love <fx@gnu.org>
4917
4918 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4919 new defs.
4920
278dd6ac
KH
49212001-03-05 Kenichi Handa <handa@etl.go.jp>
4922
83c9cb8e
SM
4923 * language/ethio-util.el (ethio-toggle-space):
4924 Update current-input-method-title if necessary.
36d5e61d
KH
4925 (ethio-toggle-punctuation): Likewise.
4926
341cd4f0
KH
4927 * international/quail.el (quail-title): Fix for the case that a
4928 title of an input method is specified by a list of the same form
4929 as used in mode-line-format.
4930
83c9cb8e
SM
4931 * international/mule-cmds.el (activate-input-method):
4932 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
4933 respect that value.
4934
10ebaeb6
GM
49352001-03-05 Gerd Moellmann <gerd@gnu.org>
4936
4937 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4938
7a65c85c
GM
49392001-03-05 Alex Schroeder <alex@gnu.org>
4940
4941 * sql.el (sql-sybase): Fix typo (was: query user about server two
4942 times instead of server and database).
4943
4944 * sql.el (sql-sybase): Doc change.
4945 (sql-mysql): Doc change.
4946 (sql-postgres): Doc change.
4947
b86644f2
KH
49482001-03-05 Kenichi Handa <handa@etl.go.jp>
4949
83c9cb8e
SM
4950 * international/mule-conf.el (emacs-mule, raw-text):
4951 Docstring modified.
b86644f2 4952
e30bd7b7
EZ
49532001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4954
4955 * term/internal.el: Update copyright notice.
4956
4957 * term/pc-win.el: Update copyright notice.
4958
7e365285
DL
49592001-03-02 Dave Love <fx@gnu.org>
4960
83c9cb8e
SM
4961 * files.el (insert-file-contents-literally):
4962 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4963 not jka-compr-compression-info-list.
7e365285 4964
75ed43a6
SM
49652001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4966
4967 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4968 spaces in default comment-start-skip settings rather than \s-.
4969
53c4b1e6
EZ
49702001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4971
4972 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4973 default-frame-alist as well.
4974
028d739a
DL
49752001-03-01 Dave Love <fx@gnu.org>
4976
4977 * textmodes/reftex.el (defvar): Wrap some defvars in
4978 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4979
4980 * subr.el (event-basic-type): Doc fix.
4981
4982 * international/quail.el: Doc fixes.
4983
4984 * international/utf-8.el: Doc fixes.
4985
4986 * international/mule-cmds.el: Doc fixes.
4987 (leim-list-header): Fix header text.
4988
4989 * international/mule.el (coding-system-category): Doc fix.
4990
4991 * international/ccl.el (ccl-compile): Doc fix.
4992
15d1caef
SM
49932001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4994
4995 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4996 rather than (before|after)-change-functions.
4997
f84ff02c
GM
49982001-03-01 Gerd Moellmann <gerd@gnu.org>
4999
5000 * ediff-util.el (ediff-scroll-horizontally): Arrange for
5001 scroll-left and scroll-right being called interactively so that
5002 they set the window's min_hscroll.
5003
e0c1e774
EZ
50042001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5005
5006 * info.el (info-insert-file-contents-1): Accept an additional
5007 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
5008 `suffix'; otherwise use the complicated MS-DOS code.
5009 All callers changed.
e0c1e774
EZ
5010 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5011 can access long file names, try the long file-name version of
5012 `info-insert-file-contents-1', then the short file-name version.
5013
b8b2ea31 50142001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 5015
af122766
KH
5016 * language/ethio-util.el (setup-ethiopic-environment-internal):
5017 Change bindings of functions keys to conform to "Emacs Lisp Coding
5018 Convention".
5019
5020 * language/ethiopic.el ("Ethiopic"): Add documentation.
5021
b8b2ea31
KH
50222001-02-28 Kenichi Handa <handa@etl.go.jp>
5023
1d64e2ad
KH
5024 * international/utf-8.el (mule-utf-8): Set coding-category
5025 property to coding-category-utf-8.
5026
91cb6e51
RS
50272001-02-27 Richard M. Stallman <rms@gnu.org>
5028
5029 * lpr.el (lpr-page-header-switches, print-region-1):
5030 Undo 2000-07-06 change.
7298f3f7
RS
5031 (lpr-add-switches): Default to t on gnu/linux.
5032
c0cb1027
GM
50332001-02-27 Gerd Moellmann <gerd@gnu.org>
5034
5035 * bs.el (bs-attributes-list): Doc fix.
5036
01459648
GM
50372001-02-26 Gerd Moellmann <gerd@gnu.org>
5038
baebd8a5 5039 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 5040
01459648
GM
5041 * help.el (view-order-manuals): Use goto-address.
5042
5043 * startup.el (command-line-1): Add info about ordering manuals
5044 to the not so fancy splash screens.
5045
f93e614e
AS
50462001-02-26 Andre Spiegel <spiegel@gnu.org>
5047
01459648
GM
5048 * vc.el (vc-default-workfile-unchanged-p)
5049 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 5050
12435002
GM
50512001-02-26 Gerd Moellmann <gerd@gnu.org>
5052
a2ffbafe 5053 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
5054 fontify in the right buffer.
5055
12435002
GM
5056 * allout.el (outline-flag-region): Move macro in front of first
5057 use to avoid a run-time error.
5058
425de386
AI
50592001-02-24 Andrew Innes <andrewi@gnu.org>
5060
5061 * makefile.w32-in: Fix copyright notice.
5062
66c56ed1
KH
50632001-02-24 Kenichi Handa <handa@etl.go.jp>
5064
4c1593ce
KH
5065 * international/utf-8.el (mule-utf-8): Set correct value for
5066 valid-codes property.
5067
66c56ed1
KH
5068 * international/fontset.el (x-complement-fontset-spec): In the
5069 case that we use ASCII font for the other charsets, use only
15d1caef 5070 family and registry part of it.
66c56ed1 5071
119171dd
EZ
50722001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5073
5074 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5075 (shrink-window-if-larger-than-buffer): Doc fix.
5076
932c309e
SM
50772001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5078
5079 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5080 predicate passed to completing-read.
5081
9b760e36
EZ
50822001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5083
5084 * startup.el (command-line): Fix last change.
5085
5c39a60f
JR
50862001-02-23 Jason Rumney <jasonr@gnu.org>
5087
5088 * startup.el (tool-bar-originally-present): New variable.
5089 (command-line): Set it if the tool-bar is switched on at startup.
5090
5091 * frame.el (frame-notice-user-settings): Only adjust frame height
5092 for no tool-bar case if tool-bar was originally switched on.
796ead7e 5093 From E. Jay Berkenbilt.
5c39a60f 5094
cb91b2c7
SM
50952001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5096
39b557e8
SM
5097 * server.el (server-switch-buffer): Only switch window if the
5098 current one is dedicated.
5099
cb91b2c7
SM
5100 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5101 rather than using (match-beginning 0) when searching for break point.
5102
9238a8df
EZ
51032001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5104
5105 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5106 @ follows an accent command such as @'. Support optional braces
5107 in commands that insert accents, like makeinfo does.
5108
3473f362
GM
51092001-02-22 Gerd Moellmann <gerd@gnu.org>
5110
5111 * startup.el (fancy-splash-text): Add a line for ordering
5112 manuals. Reverse order of splash screens shown.
5113 (use-fancy-splash-screens-p): Adapt to the text line added.
5114
5115 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5116 manuals from the FSF.
5117
5118 * help.el (view-order-manuals): New function.
5119 (toplevel): Bind C-h C-m to this function.
5120
76a4de07
SM
51212001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5122
5123 * newcomment.el (comment-forward): Skip the comment-start before
5124 searching for the comment-end.
5125
75b71d85
DL
51262001-02-21 Dave Love <fx@gnu.org>
5127
2f4c9a87
DL
5128 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5129
75b71d85
DL
5130 * international/mule-cmds.el, international/mule.el: Doc fixes.
5131
ffc9ff0c
GM
51322001-02-21 Gerd Moellmann <gerd@gnu.org>
5133
5134 * startup.el (fancy-splash-screens): Use display-hourglass
5135 instead of display-busy-cursor.
5136
5137 * frame.el (display-hourglass): Renamed from busy-cursor.
5138 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5139 (show-cursor-in-non-selected-windows): Doc fix.
5140
f34eb373
DL
51412001-02-20 Dave Love <fx@gnu.org>
5142
5143 * international/utf-8.el: Doc and commentary fixes.
5144
f55e4a7e
EZ
51452001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5146
5147 * ehelp.el (with-electric-help): Doc fix.
5148
fa97adf6
GM
51492001-02-20 Gerd Moellmann <gerd@gnu.org>
5150
5151 * msb.el (msb-mode): Call the update-buffers function explicitly
5152 with a FORCE argument.
5153
5154 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5155 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5156 returns nil.
5157
54ed3bd2
GM
51582001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5159
5160 * ps-print.el: Timestamp package replacement. Some enhancements.
5161 Some XEmacs compatibility. Doc fix.
5162 (ps-print-version): New version number (6.4).
5163 (ps-printer-name): Initialization fix.
5164 (ps-zebra-stripe-follow): Funcionality enhancement.
5165 (ps-prologue-file): Code enhancement.
5166 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
5167 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5168 (ps-get-page-dimensions)
54ed3bd2
GM
5169 (ps-generate-header, ps-begin-file, ps-begin-job)
5170 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5171 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5172 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5173 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 5174
e8ebf97d
MB
51752001-02-20 Miles Bader <miles@gnu.org>
5176
5177 * image-file.el (image-file-name-extensions): Add "tif".
5178
136b27c5
GM
51792001-02-19 Gerd Moellmann <gerd@gnu.org>
5180
5181 * wid-edit.el (widget-button-click): Save the selected window
5182 around the code handling clicks on buttons.
5183
6ebbcf59
DL
51842001-02-18 Dave Love <fx@gnu.org>
5185
5186 * imenu.el (imenu--generic-function): Use mapc to iterate over
5187 syntax characters.
5188
595ded73
RS
51892001-02-17 Richard M. Stallman <rms@gnu.org>
5190
b9fe3dc8
RS
5191 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5192
595ded73
RS
5193 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5194
f3f053f3
GM
51952001-02-16 Gerd Moellmann <gerd@gnu.org>
5196
5197 * mouse.el (mouse-save-then-kill): If the distance from the new
5198 point to the mark is equal to the distance of point from the new
5199 point, move point instead of the mark.
5200
11570a8f
DL
52012001-02-16 Dave Love <fx@gnu.org>
5202
5203 * textmodes/flyspell.el (flyspell-get-word): Return string without
5204 properties.
5205
fb339cd5
EZ
52062001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5207
5208 * generic.el (generic-find-file-regexp): Doc fix.
5209 (generic-ignore-files-regexp): New defcustom.
5210 (generic-mode-find-file-hook): If the file's name matches the
5211 regexp in `generic-ignore-files-regexp', don't enter
5212 default-generic-mode. Doc fix.
5213
c56b1c1b
GM
52142001-02-16 Gerd Moellmann <gerd@gnu.org>
5215
a2ffbafe 5216 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
5217 Add autoload cookies.
5218
a2ffbafe 5219 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
5220 of cal-tex-24.
5221
0d140e65
EZ
52222001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5223
81558867
EZ
5224 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5225
0d140e65
EZ
5226 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5227 the character class after the (optional) drive, to support file
5228 names with embedded blanks.
5229
713f7b15
SS
52302001-02-15 Sam Steingold <sds@gnu.org>
5231
5232 * textmodes/tex-mode.el (tex-shell-running):
5233 Check the process buffer too.
5234
9a2a6f73
DL
52352001-02-15 Dave Love <fx@gnu.org>
5236
5237 * battery.el (battery-status-function): Fix doc, :type.
5238
15d1caef 5239 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 5240
fe10cef0
GM
52412001-02-15 Gerd Moellmann <gerd@gnu.org>
5242
5243 * subr.el (read-passwd): Clear Lisp memory holding password.
5244
126f5d4d
MB
52452001-02-15 Miles Bader <miles@gnu.org>
5246
5247 * info.el (Info-copy-current-node-name): New function.
5248 (Info-mode-menu): Add it to the menu.
5249
92e98d63
RS
52502001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5251
5252 * international/mule-cmds.el (toggle-input-method): Doc fix.
5253
dd4e0e55
SM
52542001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5255
5256 * replace.el (occur): Stop at end of buffer.
5257
402dbbd1
EZ
52582001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5259
5260 * international/mule-cmds.el (set-input-method): Another doc fix.
5261
e9fcba3d
GM
52622001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5263
5264 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5265
78ad1cd5
MB
52662001-02-13 Miles Bader <miles@gnu.org>
5267
713f7b15 5268 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
5269 (set-face-stipple): Treat a value of nil as being `unspecified'.
5270
fce9d9dc
DL
52712001-02-12 Dave Love <d.love@dl.ac.uk>
5272
5273 * international/latin1-disp.el: Doc fixes.
5274 (latin1-display) <defgroup>: Add :link.
5275 (latin1-display) <function>: Set variable latin1-display.
5276
bc406911
EZ
52772001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5278
5279 * international/mule-cmds.el (set-input-method): Doc fix.
5280
68514d48
EL
52812001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5282
5283 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5284 (speedbar-line-file): Return nil if not a file.
5285 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5286
513bea45 52872001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 5288
513bea45
MK
5289 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5290 for remote files.
bc406911 5291 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 5292 with raw-text.
713f7b15 5293
513bea45 5294 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 5295
83c9cb8e
SM
5296 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5297 Better handling of the diff mode.
713f7b15 5298
513bea45 5299 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 5300
bc406911 5301 * viper.texi: Fix typos.
713f7b15 5302
521d4010
DL
53032001-02-11 Dave Love <fx@gnu.org>
5304
36fd8e17
DL
5305 * shadowfile.el: Doc fixes.
5306 (shadow) <defgroup>: Add :link.
5307 (shadowfile-unload-hook): New function.
5308 (shadow-initialize): Use defalias, not fset.
5309 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 5310 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 5311
521d4010
DL
5312 * international/mule.el: Doc and message fixes.
5313
36fd8e17
DL
5314 * international/ccl.el (define-ccl-program): Doc fix.
5315
92395bbe
KH
53162001-02-11 Kenichi Handa <handa@etl.go.jp>
5317
5318 * faces.el (mode-line): Set :line-width property to -1.
5319
103db06c
RS
53202001-02-10 Richard M. Stallman <rms@gnu.org>
5321
08b78974
RS
5322 * complete.el (partial-completion-mode): Doc fix.
5323
103db06c
RS
5324 * simple.el (delete-key-deletes-forward-mode):
5325 Change `let' to `let*' to fix gross bug in last change.
5326
5327 * repeat.el (repeat): Don't let execute-kbd-macro alter
5328 real-last-command.
5329
a6a1ee53
EZ
53302001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5331
5332 * simple.el (eval-expression): Doc fix.
5333
d2f288c6
DL
53342001-02-09 Dave Love <fx@gnu.org>
5335
038f4ae3
DL
5336 * imenu.el (imenu-generic-expression): Doc fix.
5337
83c9cb8e
SM
5338 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5339 From Juanma Barranquero.
038f4ae3 5340
15d1caef 5341 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 5342
9804b846
KH
53432001-02-09 Kenichi Handa <handa@etl.go.jp>
5344
5345 * faces.el (set-face-attribute): Describe the case of a negative
5346 value specified for :line-width.
5347
532f5197
SM
53482001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5349
5350 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 5351 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 5352
1d279666
DL
53532001-02-08 Dave Love <fx@gnu.org>
5354
4681ca3a
DL
5355 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5356 widget-plist-value-type.
5357 (widget-alist-convert-widget): Replace binding of
5358 widget-alist-value-type.
5359
1d279666
DL
5360 * textmodes/paragraphs.el (sentence-end): Doc fix.
5361
83c9cb8e
SM
5362 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5363 Remove `backward-line'.
1d279666 5364
532f5197
SM
5365 * play/pong.el (pong-blank-color, pong-bat-color)
5366 (pong-ball-color, pong-border-color, pong-left-key)
5367 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5368 (pong-pause-key, pong-resume-key, pong-timer-delay):
5369 * mail/mh-comp.el (mh-compose-letter-function):
5370 * eshell/esh-mode.el (eshell-skip-prompt-function):
5371 * emulation/viper-ex.el (ex-unix-type-shell-options):
5372 * recentf.el (recentf-menu-filter):
5373 * ps-print.el (ps-print-region-function):
5374 * lpr.el (print-region-function):
5375 * forms.el (forms-mode-hooks):
5376 * dirtrack.el (dirtrack-directory-change-hook):
5377 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5378 * textmodes/spell.el (spell-filter):
5379 * textmodes/fill.el (adaptive-fill-function):
5380 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5381 * progmodes/etags.el (find-tag-default-function):
5382 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
5383 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5384
6f676109
EZ
53852001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5386
751d3bc4
EZ
5387 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5388 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5389 Meyering <jim@meyering.net>.
5390
6f676109
EZ
5391 * loadup.el: Revert last change.
5392
d3c26cdf
KH
53932001-02-07 Kenichi Handa <handa@etl.go.jp>
5394
83c9cb8e
SM
5395 * international/mule.el (transform-make-coding-system-args):
5396 Make it work also for coding systems not using CCL.
d3c26cdf 5397
44806980
EZ
53982001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5399
9889af08
EZ
5400 * simple.el (previous-matching-history-element)
5401 (next-matching-history-element): Doc fix.
5402
44806980
EZ
5403 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5404 specific part.
5405
1e36ff68
DL
54062001-02-06 Dave Love <fx@gnu.org>
5407
713f7b15 5408 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
5409 (add-log-buffer-file-name-function, add-log-file-name-function):
5410 Fix :type.
5411 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5412
c7ca58df
EZ
54132001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5414
fecd556a
EZ
5415 * info.el (info-initialize): Remove the test for system-type when
5416 invocation-directory is non-nil.
5417
c7ca58df
EZ
5418 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5419 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5420
587b5737
AI
54212001-02-06 Andrew Innes <andrewi@gnu.org>
5422
5423 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5424 absolute.
5425
baf7eee4
GM
54262001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5427
5428 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5429 buffers. When hi-lock turned on rather than only checking current
5430 buffer for regexps, all buffers are checked. Moved activation of
5431 font-lock to hi-lock-refontify. When font-lock turned off rather
5432 than removing added highlighting just in current buffer, remove it
5433 in all buffers. Changed edit menu text from "Automatic
5434 Highlighting" to "Regexp Highlighting" Documentation for
5435 highlighting phrases, minor documentation changes.
5436 (hi-lock-set-file-patterns): Execute only if there are new or
5437 existing file patterns.
5438 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5439 unfontify and, if a support mode is active, will not refontify the
5440 whole buffer. If necessary, turn on font lock. (Removed
5441 font-lock-unfontify and font-lock support-mode-specific calls,
5442 such as lazy-lock-fontify-window.)
5443 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5444 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 5445 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
5446 (hi-lock-face-phrase-buffer): New function. Also added related
5447 menu item and keybinding.
5448 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5449 (hi-lock-process-phrase): New function.
5450 (hi-lock-line-face-buffer): Doc fixes.
5451 (hi-lock-face-buffer): Doc fixes.
5452 (hi-lock-unface-buffer): Doc fixes.
713f7b15 5453
36710aa6
GM
54542001-02-06 Gerd Moellmann <gerd@gnu.org>
5455
5456 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5457 dabbrev-ignored-regexps.
5458
d3f22784
EZ
54592001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5460
5461 * simple.el (kill-line): Doc fix.
5462
5cb3c8d4
DL
54632001-02-05 Dave Love <fx@gnu.org>
5464
5465 * loadup.el: Revert last two changes -- bootstrapping works with
5466 regenerated loaddefs.
5467
e6297e7d
EZ
54682001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5469
1e14b095
EZ
5470 * isearch.el (isearch-forward): Doc fix.
5471
e6297e7d
EZ
5472 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5473 of font-lock-defaults to backward-paragraph.
5474
e16f52ce
GM
54752001-02-05 Gerd Moellmann <gerd@gnu.org>
5476
5477 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5478 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5479
01d19dd7
GM
54802001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5481
5482 * ebnf2ps.el: Eliminate time-stamp functions.
5483 (ebnf-version): New version (3.5).
5484 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5485 format-time-string.
5486
24886813
GM
54872001-02-05 Gerd Moellmann <gerd@gnu.org>
5488
5489 * simple.el (next-line): Goto end-of-line before inserting a newline.
5490
65e70fc4
MB
54912001-02-05 Miles Bader <miles@gnu.org>
5492
5493 * image-file.el (insert-image-file): When visiting an image, also
5494 set `truncate-lines' to t so that any fringe arrow looks correct.
5495
482f06c9
KH
54962001-02-05 Kenichi Handa <handa@etl.go.jp>
5497
5498 * isearch.el (isearch-forward): Add description about input method
5499 in the docsting.
5500
02399da7
SM
55012001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5502
5503 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5504
2c366083
EZ
55052001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5506
5507 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 5508 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 5509
bdadfce3
GM
55102001-02-02 Gerd Moellmann <gerd@gnu.org>
5511
79fb38c0
GM
5512 * wid-edit.el (widget-button-click): Fix last change.
5513
bdadfce3
GM
5514 * frame.el (frame-notice-user-settings): When resizing the initial
5515 frame because the tool bar is off, also change the frame's top
5516 position if a negative top position was specified.
5517
33155ffb
MB
55182001-02-02 Miles Bader <miles@gnu.org>
5519
5520 * image-file.el (insert-image-file): When visiting an image,
5521 suppress the cursor in the image buffer.
5522
1355ba0c
DL
55232001-02-01 Dave Love <fx@gnu.org>
5524
5525 * progmodes/f90.el (f90-mode): Remove startup message.
5526
fb758d2d 5527 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 5528
01acdb05
GM
55292001-02-01 Gerd Moellmann <gerd@gnu.org>
5530
5531 * startup.el (command-line): Fix code determining whether or not
5532 to use delete-key-deletes-forward-mode.
5533
5b1ee316
AS
55342001-02-01 Andre Spiegel <spiegel@gnu.org>
5535
5536 * vc.el (vc-diff-switches): New user option.
5537 (vc-version-diff): Use it.
5538 (vc-diff-switches-list): New macro.
5539
83c9cb8e
SM
5540 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5541 New customization options.
5b1ee316
AS
5542 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5543
5544 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5545
00b1e7a1
GM
55462001-02-01 Gerd Moellmann <gerd@gnu.org>
5547
5548 * msb.el (toplevel): Quote hook symbols.
5549
85827036
KH
55502001-02-01 Kenichi Handa <handa@etl.go.jp>
5551
8e028499 5552 * international/mule.el (make-coding-system): Add description
3c948dde 5553 about recognized properties in the docstring.
8e028499 5554
85827036
KH
5555 * international/mule-conf.el: Remove unused charsets
5556 mac-roman-lower and mac-roman-upper.
5557
7ccf7ab9
GM
55582001-01-31 Gerd Moellmann <gerd@gnu.org>
5559
2441692d
GM
5560 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5561 is in front of the left-margin, if any.
5562
ee5cece0
GM
5563 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5564 like `delete'.
5565
83c9cb8e 5566 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 5567
7ccf7ab9
GM
5568 * term/w32-win.el (mouse-set-font): Doc fix.
5569
b4f30ec5 55702001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 5571
b4f30ec5
GM
5572 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5573 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5574 on already.
5575
03e0fe6e
GM
55762001-01-31 Markus Rost <rost@math.ohio-state.edu>
5577
5578 * files.el (save-buffer): Don't give message if (buffer-file-name)
5579 returns nil.
713f7b15 5580
8f289acc
EZ
55812001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5582
cb4aae04
EZ
5583 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5584
dbd98b19
EZ
5585 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5586 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5587
8f289acc
EZ
5588 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5589 display problems.
5590
c12553c1
KH
55912001-01-31 Kenichi Handa <handa@etl.go.jp>
5592
c7bf5db9
KH
5593 * international/mule.el (charset-info): Fix docstring.
5594
5595 * international/mule-diag.el (describe-character-set): Check final
5596 char valid before printing it.
c12553c1 5597
14f16b9c
GM
55982001-01-30 Gerd Moellmann <gerd@gnu.org>
5599
efaa080b
GM
5600 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5601
eef93f99
GM
5602 * frame.el (frame-notice-user-settings): Do the tool-bar
5603 stuff only for graphical displays. Fix a braino.
713f7b15 5604
14f16b9c
GM
5605 * frame.el (frame-initialize): Create initial frame visible.
5606 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 5607 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
5608
5609 * startup.el (command-line): Remove manipulation of frame
5610 height for tool bars.
5611
4ad25e43
EZ
56122001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5613
5614 * lpr.el: Compatibility with XEmacs and doc fixes.
5615 (lpr-windows-system, lpr-lp-system): New vars.
5616 (lpr-printer-switch): New defcustom.
5617 (printer-name, lpr-command): Customization fix.
5618 (print-region-1): Code fix.
5619 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
5620 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5621 New functions.
4ad25e43 5622
e8f044a0
GM
56232001-01-29 Gerd Moellmann <gerd@gnu.org>
5624
5625 * msb.el (toplevel): Fix the eval-after-load.
5626
850d5045
GM
56272001-01-29 Dave Love <fx@gnu.org>
5628
762fe76e
DL
5629 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5630
5631 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5632
83c9cb8e 5633 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
5634 (tcl-using-emacs-19-23): Consider Emacs 21+.
5635 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5636 (tcl-add-emacs-menu): Supply menu name.
5637 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5638
3a768251
GM
56392001-01-29 Gerd Moellmann <gerd@gnu.org>
5640
5641 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5642
274d02f7
SM
56432001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5644
5645 * pcvs.el (cvs-mark-fis-dead): New function.
5646 (cvs-mode-add): Use it.
5647 (cvs-mode-add-change-log-entry-other-window):
5648 Rebind change-log-default-name to itself rather than to nil.
5649
ed5d446e
SS
56502001-01-29 Sam Steingold <sds@gnu.org>
5651
efaa080b 5652 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
5653 `autoload' statements.
5654
e2a80284
EZ
56552001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5656
8e1db7b3
EZ
5657 * files.el (confirm-kill-emacs): Doc fix.
5658
ff2a1c79
EZ
5659 * frame.el (frame-initialize): Doc fix.
5660
e7b0deaf
EZ
5661 * time-stamp.el (time-stamp-string): Doc fix.
5662
83c9cb8e
SM
5663 * woman.el (WoMan-log-1): Make the log buffer writable.
5664 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 5665
005913e4
GM
56662001-01-29 Gerd Moellmann <gerd@gnu.org>
5667
5668 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5669 the `make-variable-buffer-local'.
5670
58622cc5
GM
56712001-01-29 Dave Love <fx@gnu.org>
5672
5673 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
5674 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5675 Add autoload cookie.
58622cc5
GM
5676 (ansi-color-apply-sequence): Fix typo.
5677
0404d031
GM
56782001-01-29 Gerd Moellmann <gerd@gnu.org>
5679
ed5d446e 5680 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
5681 Postscript printing in black and white.
5682
0404d031
GM
5683 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5684 X-Mailman-Version, Precedence, List-Help, List-Post,
5685 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5686 Content-Type, Content-Length.
5687
3b6ed359
DL
56882001-01-29 Dave Love <fx@gnu.org>
5689
ddd16e7a
DL
5690 * elide-head.el (elide-head): Make overlay evaporate.
5691
83c9cb8e 5692 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 5693
8005142f
EZ
56942001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5695
5696 * isearch.el (isearch-highlight): Don't punt if the display
5697 doesn't support colors, since isearch faces are defined for
5698 monochrome displays as well.
5699
84728570
SS
57002001-01-27 Sam Steingold <sds@gnu.org>
5701
5702 * shell.el (shell-write-history-on-exit): Make sure that we are in
5703 the shell buffer (M-x tex-file RET inserted the error message into
5704 the TeX buffer).
5705
e26f9ced
EZ
57062001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5707
5708 * simple.el (transient-mark-mode): Doc fix.
5709
dc0274bd
GM
57102001-01-27 Gerd Moellmann <gerd@gnu.org>
5711
83c9cb8e 5712 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 5713
c1acacc4
EZ
57142001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5715
f5058b96
EZ
5716 * shell.el (shell-unquote-argument): If the shell is one of the
5717 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5718 quote character.
5719 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 5720 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 5721
c1acacc4 5722 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 5723 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 5724
103db06c 57252001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 5726
84728570 5727 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
5728 Treat a one-capital-letter abbrev as "not all upper case",
5729 so as to force preservation of the expansion's pattern
5730 if the expansion starts with a capital letter.
5731
cfa70244
EZ
57322001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5733
cfee9de7
EZ
5734 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5735 Doc fix.
5736
cfa70244
EZ
5737 * simple.el (transient-mark-mode): Document the fact that many
5738 commands act on the region when mark is active.
5739
17d90d6b
KH
57402001-01-27 Kenichi Handa <handa@etl.go.jp>
5741
5742 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 5743 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
5744 (quail-show-guidance-buf): Make the multibyteness of current
5745 buffer inherited to Quail guidance buffer.
5746 (quail-help): Make the multibyteness of current buffer inherited
5747 to Quail help buffer.
5748
61076b20
DL
57492001-01-26 Dave Love <fx@gnu.org>
5750
c47e2c68
DL
5751 * time-stamp.el: Doc fixes.
5752
84728570 5753 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
5754 (delphi-keyword-face, delphi-other-face): Fix :type.
5755
940f14b4
DL
5756 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5757
5758 * mail/feedmail.el (feedmail): Add :link.
5759 (feedmail-send-it): Doc fix.
5760
5761 * mail/sendmail.el: Doc fixes.
5762 (sendmail-send-it): Fix the non-ASCII regexp and use
5763 rfc2047-encode-string.
5764
61076b20
DL
5765 * dired.el, dired-aux.el: Revert last change.
5766
6c317bd2
GM
57672001-01-26 Gerd Moellmann <gerd@gnu.org>
5768
5769 * makefile.w32-in (DONTCOMPILE): Add various term files.
5770
57712001-01-26 Dave Love <fx@gnu.org>
5772
5773 * Makefile.in (DONTCOMPILE): Add various term files.
5774
1c636b5f
GM
57752001-01-26 Gerd Moellmann <gerd@gnu.org>
5776
af900b23
GM
5777 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5778
15fa6db0 5779 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 5780 the echo area is resized to fit the size of the startup message.
15fa6db0 5781
1c636b5f
GM
5782 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5783 part of which is a constant.
5784
9b1adbd5
EZ
57852001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5786
83c9cb8e 5787 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 5788
103db06c 57892001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
5790
5791 * simple.el (next-line): Don't let `newline' expand abbrevs.
5792 Simplify slightly.
5793 (open-line): Don't let `newline' expand abbrevs.
5794
219227ea
JW
57952001-01-25 John Wiegley <johnw@gnu.org>
5796
5797 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5798 to `repeat' in the :type field.
5799
5800 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5801 allow a choice of regexp or nil.
d2906bf8 5802 (pcomplete-dir-ignore): Same.
219227ea
JW
5803
5804 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5805 a command) to always fail.
5806
ceba0dac
GM
58072001-01-25 Gerd Moellmann <gerd@gnu.org>
5808
5809 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5810 discard the result.
5811 (iswitchb-to-end): Likewise.
5812
9b0630e5
SS
58132001-01-25 Sam Steingold <sds@gnu.org>
5814
5815 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 5816 Require vc.
9b0630e5 5817
a2ed9670
SM
58182001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5819
f0c1adab
SM
5820 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5821
a2ed9670
SM
5822 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5823
34ac3367
DL
58242001-01-25 Dave Love <fx@gnu.org>
5825
61076b20
DL
5826 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5827 (describe-coding-system): Tweak the English text.
5828
34ac3367
DL
5829 * loadup.el: Preload international/ccl for utf-8.
5830
4685e6b7
EZ
58312001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5832
5833 * mail/rmail.el (rmail-redecode-body): Doc fix.
5834
0fdb4475
KH
58352001-01-25 Kenichi Handa <handa@etl.go.jp>
5836
83c9cb8e
SM
5837 * international/mule-cmds.el (reset-language-environment):
5838 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 5839
83c9cb8e
SM
5840 * international/mule-conf.el (coding-category-utf-8):
5841 Initialize to mule-utf-8.
0fdb4475 5842
9b0630e5 5843 * loadup.el: Preload international/utf-8.
0fdb4475
KH
5844
5845 * international/utf-8.el: New file.
5846
245ed2b1
SM
58472001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5848
5849 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5850
e95b0c08
SS
58512001-01-24 Sam Steingold <sds@gnu.org>
5852
5853 * dired.el (dired-replace-in-string): Removed.
5854 (dired-sort-toggle): Use `replace-regexps-in-string'
5855 instead of `dired-replace-in-string'.
9b0630e5 5856
ceba0dac
GM
5857 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5858 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 5859
e95b0c08
SS
5860 * gs.el (gs-replace-in-string): Removed.
5861 (gs-options): Use `replace-regexps-in-string'
5862 instead of `gs-replace-in-string'.
5863
c3902c3e
EZ
58642001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5865
5866 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5867 bug report is mailed to an email list and posted to a news group.
5868
b66b6aeb
GM
58692001-01-24 Gerd Moellmann <gerd@gnu.org>
5870
83c9cb8e
SM
5871 * comint.el (comint-replace-by-expanded-history-before-point):
5872 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 5873
b66b6aeb
GM
5874 * startup.el (tool-bar-images-pixel-height): New variable.
5875 (command-line): After loading the user's init file, when
5876 tool-bar-mode is on, increase the frame's size by some lines for
5877 the tool-bar.
5878
5879 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 5880
ff890e66
SZ
58812001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5882
5883 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5884 (chinese-big5): MIME:Big5.
5885
04363179
GM
58862001-01-24 Gerd Moellmann <gerd@gnu.org>
5887
e95b0c08 5888 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
5889 Handle commands with prefix args.
5890
d56aaa64
GM
58912001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5892
5893 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5894 being a list of numbers.
5895 (diary-mail-entries): Rewritten.
5896
99858627
DL
58972001-01-23 Dave Love <fx@gnu.org>
5898
7aeb1fa9
DL
5899 * international/mule.el (make-coding-system): Fix typo.
5900
83c9cb8e
SM
5901 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5902 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 5903
5a43decf
EZ
59042001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5905
5906 * font-lock.el (font-lock-mode): Doc fix.
5907
b0e98867
KH
59082001-01-23 Kenichi Handa <handa@etl.go.jp>
5909
5910 * international/mule.el (make-translation-table): Fix docstring.
5911
9c8acefd
EZ
59122001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5913
fd4976b8
EZ
5914 * mail/rmail.el (rmail-redecode-body): New function.
5915
9c8acefd
EZ
5916 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5917
871e0439
GM
59182001-01-22 Gerd Moellmann <gerd@gnu.org>
5919
21c2bbe0
GM
5920 * isearch.el (isearch-lazy-highlight-case-fold-search)
5921 (isearch-lazy-highlight-regexp): New variables.
5922 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5923 case-fold search or regexp search has been toggled.
5924
5710730c
GM
5925 * wid-edit.el (widget-button-click): Avoid a save-excursion
5926 around running a global binding.
5927
871e0439
GM
5928 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5929 to 0.25.
5930
d0554957
MB
59312001-01-20 Miles Bader <miles@gnu.org>
5932
5933 * cus-edit.el (custom-face-save): Do post-processing on the face's
5934 new value like `custom-face-set' does.
5935
1519f618
EZ
59362001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5937
ccd87890
EZ
5938 * mail/emacsbug.el (report-emacs-bug): Report the value of
5939 LC_CTYPE, not LC_TYPE.
5940
1519f618
EZ
5941 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5942 isearch-toggle-regexp and isearch-edit-string to doc string.
5943
9724173b
GM
59442001-01-19 Gerd Moellmann <gerd@gnu.org>
5945
48bb9196
GM
5946 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5947 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5948
e95b0c08 5949 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
5950 font-lock-beginning-of-syntax-function to nil.
5951
dc81f8a2
EZ
59522001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5953
5954 * mail/emacsbug.el (report-emacs-bug): Report values of
5955 locale-coding-system, default-enable-multibyte-characters, and the
5956 environment variables LC_ALL, LC_TYPE, and LANG.
5957
99327974
GM
59582001-01-19 Gerd Moellmann <gerd@gnu.org>
5959
83c9cb8e 5960 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 5961
2be6ecc6
GM
5962 * font-lock.el (font-lock-multiline): Default to nil.
5963 (font-lock-default-fontify-region): If font-lock-multiline is
5964 nil, don't check the property `font-lock-multiline'.
5965
99327974
GM
5966 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5967 is nil, don't check the `font-lock-multiline' text property.
5968
2550055a
MK
59692001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5970
0a949811 5971 * viper.el: Call initial-major-mode on startup.
e95b0c08 5972
0a949811 5973 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 5974
8501998a 5975 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 5976
2550055a 59772001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 5978
0a949811 5979 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 5980 diff mode, if available.
e95b0c08 5981
0a949811 59822001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 5983
8501998a 5984 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 5985
2550055a
MK
5986 * ediff-init.el (subst-char-in-string): Define and use it, unless
5987 it's already defined.
e95b0c08 5988
8962e303
GM
59892001-01-18 Gerd Moellmann <gerd@gnu.org>
5990
5991 * tooltip.el (tooltip-hide-delay): New user-option.
5992 (tooltip-show): Use tooltip-hide-delay instead of the default.
5993
6b453381
KH
59942001-01-18 Kenichi Handa <handa@etl.go.jp>
5995
5996 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5997 kill-local-variable doesn't work for enable-multibyte-characters.
5998
9eaf396b
DL
59992001-01-17 Dave Love <fx@gnu.org>
6000
cebd37ce
DL
6001 * ediff-init.el (ediff-before-setup-hook)
6002 (ediff-merge-filename-prefix): Add :version.
6003
9eaf396b
DL
6004 * international/latin1-disp.el: Require disp-table.
6005 (latin1-display): Fix :set.
6006
6007 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6008
f864120f
GM
60092001-01-17 Gerd Moellmann <gerd@gnu.org>
6010
6011 * isearch.el (isearch-lazy-highlight-initial-delay)
6012 (isearch-lazy-highlight-interval): Default to 0.
6013
60142001-01-17 Bob Glickstein <bobg@zanshin.com>
6015
6016 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6017 1 here rather than each time through
6018 isearch-lazy-highlight-new-loop.
6019 (isearch-lazy-highlight-max): Variable deleted.
6020 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6021 isearch-lazy-highlight-max but controls a single invocation of
6022 isearch-lazy-highlight-update.
6023 (isearch-lazy-highlight-wrapped): Variable recreated.
6024 (isearch-lazy-highlight-window-start): New variable.
6025 (isearch-lazy-highlight-cleanup): Restored to behavior of
6026 before 2-Jan.
6027 (isearch-lazy-highlight-remove-overlays): Function deleted;
6028 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6029 behavior removed.
6030 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6031 isearch-lazy-highlight-update in a loop rather than just once.
6032 Test isearch-invalid-regexp here and decide not to start a new
6033 loop, rather than testing it each time through
6034 isearch-lazy-highlight-update.
6035 (isearch-lazy-highlight-search): Function restored.
6036 (isearch-lazy-highlight-update): Get called in a timer loop again,
6037 but this time highlight more than one match each time through.
83c9cb8e
SM
6038 Only highlight matches in the visible part of the window.
6039 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
6040 the edge of the window. Use sit-for to force redisplay and ensure
6041 window-start is credible. "Face suppressing" behavior removed;
6042 overlay priorities should make it unnecessary, right?
6043 (isearch-highlight): Face suppressing behavior removed.
6044 (isearch-dehighlight): Face suppressing behavior removed.
6045 (isearch-set-lazy-highlight-faces-at): Removed.
6046
076ec540
KH
60472001-01-17 Kenichi Handa <handa@etl.go.jp>
6048
6049 * language/european.el ("Latin-1"): Make the format of description
6050 about additional language environments same as that of Latin-2.
6051
92328ec5
DL
60522001-01-16 Dave Love <fx@gnu.org>
6053
39f2174e
DL
6054 * isearch.el (isearch-lazy-highlight): Add :version.
6055
92328ec5
DL
6056 * simple.el (backward-delete-char-untabify-method)
6057 (next-line-add-newlines): Add :version.
6058
f251459d
GM
60592001-01-16 Gerd Moellmann <gerd@gnu.org>
6060
9d4850e5
GM
6061 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6062 Don't bind <delete> otherwise.
6063
6064 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6065 and <delete> via function-key-map.
6066
f251459d
GM
6067 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6068 Subject line only if point is after the `Subject:'.
6069
771ffcf7
KH
60702001-01-16 Kenichi Handa <handa@etl.go.jp>
6071
bda6b481
KH
6072 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6073 japanese-jisx0213-2 in `charset' property of this lang. env.
6074
35793af7
KH
6075 * language/european.el ("Latin-1"): Add description for Dutch and
6076 Spanish lang. env.
6077
771ffcf7
KH
6078 * international/mule.el (decode-char): Fix conditions.
6079 (encode-char): Handle eight-bit-control too.
1c8102ff 6080 (transform-make-coding-system-args): New function.
50c29104
KH
6081 (make-coding-system): Accept XEmacs style arguments for CCL base
6082 coding system.
771ffcf7 6083
e1cf67b6
GM
60842001-01-15 Gerd Moellmann <gerd@gnu.org>
6085
6086 * progmodes/etags.el (find-tag-noselect): Save the value of
6087 tags-file-name before switching buffers, for the case it has a
6088 buffer-local value.
6089
b3287acf
GM
60902001-01-15 Alex Schroeder <alex@gnu.org>
6091
9eaf396b
DL
6092 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6093 From Dave Love <fx@gnu.org>.
b3287acf
GM
6094 (ansi-color-for-comint-mode): Fix :version.
6095
60962001-01-15 Alex Schroeder <alex@gnu.org>
6097
6098 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6099
8d7ff9c8
EZ
61002001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6101
6102 * dired.el (dired-insert-directory): If file-system-info fails,
6103 remove the " free " part, but don't signal an error.
6104
dbe99ae9
SS
61052001-01-12 Sam Steingold <sds@gnu.org>
6106
6107 * bookmark.el (bookmark-maybe-historicize-string):
6108 Use new backquote syntax.
6109
103db06c 61102001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
6111
6112 * subr.el (last): Handle a list that doesn't end in nil.
6113
ca2ddd8e
SS
61142001-01-12 Sam Steingold <sds@gnu.org>
6115
6116 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6117 to `backward-delete-char-untabify'.
6118
1751c874
DL
61192001-01-12 Dave Love <fx@gnu.org>
6120
6121 * cus-edit.el (customize-menu-create): Fix the :filter following
6122 easymenu change.
6123
6124 * wid-edit.el (function): Add :match-alternatives.
6125 (widget-color-action): Doc fix.
6126
3cccce8d
GM
61272001-01-12 Gerd Moellmann <gerd@gnu.org>
6128
6129 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6130
18bfd6b5
KH
61312001-01-12 Kenichi Handa <handa@etl.go.jp>
6132
83c9cb8e 6133 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 6134
18bfd6b5
KH
6135 * international/ccl.el (define-ccl-program): Fix docstring.
6136
562e00da
DL
61372001-01-11 Dave Love <fx@gnu.org>
6138
14fd0da3
DL
6139 * international/mule-cmds.el (standard-display-european-internal):
6140 Set display table for 2208 as for 160.
6141
6142 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6143
562e00da
DL
6144 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6145 entry for custom-menu-create change.
6146 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6147 don't cons it in the search loop.
6148
6149 * imenu.el (imenu--truncate-items): Revert last change.
6150
6e961dcd
EZ
61512001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6152
6153 * info.el (Info-setup-header-line): If the node header includes
6154 either Next: or Prev: links, don't show the File: and Node: parts
6155 in the header line.
6156
2c2ff7f2
GM
61572001-01-11 Gerd Moellmann <gerd@gnu.org>
6158
a7ee2d2e
GM
6159 * comint.el (comint-goto-process-mark): Don't print a message
6160 when running in batch mode.
6161
c5348233
GM
6162 * isearch.el (isearch-search): In the condition-case handler for
6163 `error', set isearch-invalid-regexp to the whole error message.
6164
422717d1
GM
6165 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6166 ensure that eval-after-load works for files dumped with Emacs.
6167
6168 * help.el (load-symbol-file-load-history): New function extracted
6169 from function symbol-file.
6170 (symbol-file): Use it.
6171
83c9cb8e 6172 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 6173
926861fb
EZ
61742001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6175
6176 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6177 behave as if there were no prefix argument.
6178 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6179 argument were nil.
6180
afa1f52c
RS
61812001-01-11 Richard M. Stallman <rms@gnu.org>
6182
ca2ddd8e 6183 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
6184 Don't look for more potential matches once maximum is exceeded.
6185 Use overlays-in to check correctly for overlap with current match.
6186 Ignore empty matches.
6187
47a9f362
MB
61882001-01-11 Miles Bader <miles@gnu.org>
6189
6190 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6191 (ispell-overlay-window, ispell-help, ispell-show-choices)
6192 (ispell-command-loop): Use it instead of `window-height'.
6193
d196f58d
GM
61942001-01-10 Gerd Moellmann <gerd@gnu.org>
6195
cf523f0e
GM
6196 * files.el (confirm-kill-emacs): New user-option.
6197 (save-buffers-kill-emacs): Ask for final confirmation before
6198 killing Emacs.
6199
d196f58d
GM
6200 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6201 to nil.
6202
7c6c3d8e
GM
62032001-01-10 Dave Love <fx@gnu.org>
6204
1f8be15d
DL
6205 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6206
83c9cb8e 6207 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
6208
6209 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6210
6211 * calculator.el (calculator-number-digits): Fix :type.
6212
0d5184de
DL
6213 * vc-cvs.el (vc-cvs-header): Fix :type.
6214 * vc-rcs.el (vc-rcs-header): Fix :type.
6215 * vc-sccs.el (vc-sccs-header): Fix :type.
6216
6217 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6218
7c6c3d8e
GM
6219 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6220
8c9f73a2
GM
6221 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6222
457b792c
GM
62232001-01-10 Gerd Moellmann <gerd@gnu.org>
6224
6225 * simple.el (set-variable): Force a thorough redisplay for the
6226 case that the variable has an effect on the display, like
6227 `tab-width' has.
6228
d2622d08
AS
62292001-01-10 Andre Spiegel <spiegel@gnu.org>
6230
6231 * vc.el: Add documentation for backend interface.
6232
ae4b5f4f
KH
62332001-01-10 Kenichi Handa <handa@etl.go.jp>
6234
e0844717
KH
6235 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6236
ae4b5f4f
KH
6237 * international/mule-conf.el (latin-extra-code-table): Set to t
6238 for \223 and \224.
6239
3184082b
KH
62402001-01-09 Kenichi Handa <handa@etl.go.jp>
6241
6242 * international/mule-cmds.el (locale-language-names): Map "es" to
6243 "Spanish" and "nl" to "Dutch".
6244
732b9cdd
GM
62452001-01-09 Gerd Moellmann <gerd@gnu.org>
6246
1dfca644
GM
6247 * bindings.el (global-map): Bind <home> to beginning-of-line,
6248 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6249 C-<end> to end-of-buffer.
6250
732b9cdd
GM
6251 * language/european.el: Add Dutch and Spanish language info
6252 to be able to use the appropriate tutorials.
6253
62542001-01-09 Alex Schroeder <alex@gnu.org>
6255
6256 * ansi-color.el (ansi-color-process-output): Use markers instead
6257 of positions for start and end of region.
6258 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6259 Previously, occasional mistakes happend when fontifying many
6260 chunks of output (eg. ls --color=yes /dev). This happened
6261 whenever an overlay was created up to the end of the region, which
6262 coincided with the process-mark. New text would then be added
6263 within that overlay instead of after it.
6264 (ansi-color-make-extent): Overlays are created with the property
6265 `modification-hooks' set to '(ansi-color-freeze-overlay).
6266 (ansi-color-freeze-overlay): New function. When inserting text at
6267 the end of the overlay, the overlay will resize.
6268
62692000-01-09 Alex Schroeder <alex@gnu.org>
6270
6271 * ansi-color.el (ansi-color-process-output): Doc change.
6272 (ansi-color-unfontify-region): Doc change. No longer installed
6273 automatically in font-lock-unfontify-region-function.
6274 (ansi-color-apply): Doc change.
6275 (ansi-color-apply-on-region): Use extents or overlays instead of
6276 text-properties.
6277 (ansi-color-make-extent): New function.
6278 (ansi-color-set-extent-face): New function.
6279
62802000-01-09 Alex Schroeder <alex@gnu.org>
6281
6282 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6283 both use ansi-color-process-output, now.
6284 (ansi-color-process-output): Doesn't return string anymore. It is
6285 installed in comint-output-filter-functions for both Emacs and
6286 XEmacs, now.
6287 (ansi-color-unfontify-region): Simplified code removing variables
6288 pos and start-ansi.
6289 (ansi-color-apply): Put text-property ansi-color before putting
6290 text-property face because ansi-color-unfontify-region is called
6291 immediately after the call to put-text-property.
6292 (ansi-color-context-region): Doc change.
6293 (ansi-color-filter-region): Simplified code.
6294 (ansi-color-apply-on-region): Changed start to start-marker, using
6295 a marker explicitly. Put text-property ansi-color before putting
6296 text-property face because ansi-color-unfontify-region is called
6297 immediately after the call to put-text-property.
6298
62992000-01-09 Alex Schroeder <alex@gnu.org>
6300
6301 * ansi-color.el (ansi-color-faces-vector): Doc change.
6302 (ansi-color-for-comint-mode): Changed :type property to choice.
6303 (ansi-color-last-context): Removed.
6304 (ansi-color-process-output): Don't use ansi-color-last-context, as
6305 the main functions will store their context now.
6306 (ansi-color-context): Doc change.
6307 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6308 Uses ansi-color-context such that repeated calls will strip
6309 partial escape sequences, too.
6310 (ansi-color-apply): Simplified code. Colorize end of string if
6311 face is not null. Store context in new (FACE STRING) format, such
6312 that repeated calls will strip partial escape sequences, too.
6313 Append faces to face property using ansi-color-apply-sequence such
6314 that cumulative mode actually works.
6315 (ansi-color-context-region): New variable.
6316 (ansi-color-filter-region): Rewrote it based on
6317 ansi-color-apply-on-region. Uses ansi-color-context-region such
6318 that repeated calls will strip partial escape sequences, too.
6319 (ansi-color-apply-on-region): Simplified code. Colorize end of
6320 region if face is not null. Store context in new (FACE POS)
6321 format, such that repeated calls will strip partial escape
6322 sequences, too. Append faces to face property using
83c9cb8e 6323 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
6324 (ansi-color-apply-sequence): New function.
6325 (ansi-color-get-face): When the default face is added to the list
6326 of faces, all previous settings are discarded and the list of
6327 faces is set to '(default).
6328
63292000-01-09 Alex Schroeder <alex@gnu.org>
6330
6331 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6332 face, such that ansi-color-apply and ansi-color-apply-on-region
6333 will do the right thing.
6334 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6335 returns nil, set the list of faces back to nil instead of
83c9cb8e 6336 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
6337
63382000-01-09 Alex Schroeder <alex@gnu.org>
6339
6340 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6341 (ansi-color-process): Doc change.
6342 (ansi-color-last-context): New buffer-local variable.
6343 (ansi-color-process-output): New function. It is automatically
6344 added to comint-output-filter-functions if this is XEmacs.
6345 (ansi-color-unfontify-region): New optional parameter for XEmacs
6346 compatibility. Check wether font-lock-syntactic-keywords is
6347 boundp before removing the syntax table text property, as XEmacs
6348 doesn't have it.
6349 (ansi-color-filter-region): Doc change.
6350 (ansi-color-apply-on-region): Doc change.
6351 (ansi-color-make-face): New function. Compatibility layer for
6352 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6353 (ansi-color-make-color-map): Use ansi-color-make-face.
6354 (ansi-color-get-face): Avoid face text property '(nil) as results
6355 in an errow for XEmacs.
6356
63572000-01-09 Alex Schroeder <alex@gnu.org>
6358
83c9cb8e
SM
6359 * ansi-color.el (ansi-color-unfontify-region): New function.
6360 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
6361 ansi-color. When the package is loaded, a lambda expression is
6362 put onto font-lock-mode-hook. This lambda expression will check
6363 font-lock-unfontify-region-function and replace
83c9cb8e 6364 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
6365 (ansi-color-apply): Add text-property ansi-color in addition to
6366 text-property face.
6367 (ansi-color-apply-on-region): Add text-property ansi-color in
6368 addition to text-property face.
6369 (save-buffer-state): Copy of the macro that is also used by
6370 lazy-lock and font-lock.
6371
6372 (ansi-color-for-comint-mode): New option.
6373 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6374 (ansi-color-for-comint-mode-off): Ditto.
6375 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
6376 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6377 decide what to do. This function is added to
6378 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
6379
6380 (ansi-color-for-shell-mode-set): Removed.
6381 (ansi-color-for-shell-mode): Removed.
6382
63832000-01-09 Alex Schroeder <alex@gnu.org>
6384
6385 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6386 the lambda expression from the ansi-color-for-shell-mode :set
6387 property. Additionally, modify shell-mode-hook to enable or
6388 disable font-lock-mode for future shell buffers.
6389 (ansi-color-for-shell-mode): The :set property calls
6390 ansi-color-for-shell-mode-set instead of a lambda expression.
6391
63922000-01-09 Alex Schroeder <alex@gnu.org>
6393
6394 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6395 (ansi-color-context): New variable.
6396 (ansi-color-apply): Save context between calls.
6397
fb55ff10
EZ
63982001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6399
83c9cb8e
SM
6400 * isearch.el (isearch, isearch-lazy-highlight-face):
6401 New definitions for face colors and attributes.
29910493 6402
fb55ff10
EZ
6403 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6404 of display-mouse-p.
6405
134d6265
KH
64062001-01-09 Kenichi Handa <handa@etl.go.jp>
6407
6408 * international/mule.el (make-coding-system): If the coding system
6409 accepts extra latin codes, register such codes as safe for the
6410 coding system.
6411
103db06c 64122001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 6413
984c9f75
RS
6414 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6415 don't mention the file name or the date here, because they are
6416 logged at the start of the file.
6417
64182001-01-08 Richard M. Stallman <rms@gnu.org>
6419
78b8eee8
RS
6420 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6421 Change screen-width to frame-width.
6422
1460e5d4
EZ
64232001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6424
6425 * info.el (Info-search): Print the default as part of the prompt.
6426
56f24bc1
AS
64272001-01-08 Andre Spiegel <spiegel@gnu.org>
6428
ca2ddd8e 6429 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
6430 constant implementations in backends.
6431
6432 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6433 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6434
6435 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6436 WRITABLE to EDITABLE.
6437
6438 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6439 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6440 to EDITABLE.
6441
b7812d30
EZ
64422001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6443
6444 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 6445 (copyright, copyright-update): Compute the current year at run time.
b7812d30 6446
7e56ea04
GM
64472001-01-08 Gerd Moellmann <gerd@gnu.org>
6448
6449 * isearch.el (isearch-old-signal-hook): Removed.
6450 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6451 instead of setting signal-hook-function.
6452 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6453
a758f97d
GM
64542001-01-08 Kevin Gallagher <kevingal@onramp.net>
6455
6456 * emulation/edt.el: Update to version 4.0. Provide support for
6457 EDT scroll margins at top and bottom of the window. Provide an
6458 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6459 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
6460 user when file-related buffer modifications exist.
6461 Provide support for running EDT Emulation in XEmacs.
6462 Provide customize access to some user updatable variables.
6463 Add Commentary section to file header.
6464 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
6465
6466 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6467 for detecting a keypress that generates an ASCII key sequence.
6468 (Previously, only a keypress that generates a vector was
6469 recognized.) Embed Window Manager name into name of the generated
6470 EDT Emulation initialization file since the initialization file is
6471 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 6472
30db89f9
EZ
64732001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6474
4deb3ba9
EZ
6475 * mail/sendmail.el (mail-mode): Doc fix.
6476
30db89f9
EZ
6477 * info.el (Info-goto-emacs-command-node): Doc fix.
6478 (Info-goto-emacs-key-command-node): Doc fix.
6479
c3f2772b
EZ
64802001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6481
8726e79b 6482 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
6483 systems without long file-name support.
6484
0dac6924
AI
64852001-01-06 Andrew Innes <andrewi@gnu.org>
6486
6487 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6488
4e6ef391
EZ
64892001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6490
380866a2
EZ
6491 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6492 (isearch-lazy-highlight-update): Doc fix.
6493
148b5960
EZ
6494 * ffap.el (ffap-bindings): Doc fix.
6495
4e6ef391
EZ
6496 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6497
4cb1bcc2
DL
64982001-01-05 Dave Love <fx@gnu.org>
6499
6500 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6501
3828218c
GM
65022001-01-05 Gerd Moellmann <gerd@gnu.org>
6503
83c9cb8e
SM
6504 * mouse-drag.el (mouse-drag-safe-scroll):
6505 Bind scroll-preserve-screen-position to nil.
f1ade7d3 6506
1f4139d5
GM
6507 * isearch.el (isearch-old-signal-hook): New variable.
6508 (isearch-mode): Set signal-hook-function to isearch-done.
6509 (isearch-done): Restore old signal-hook-function.
6510
3828218c
GM
6511 * info.el (Info-fontify-node): Mark one more char as intangible.
6512
3970013f
KH
65132000-01-05 Kenichi Handa <handa@etl.go.jp>
6514
83c9cb8e
SM
6515 * composite.el (compose-last-chars): New argument COMPONENTS.
6516 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
6517 COMPONENTS.
6518
6519 * international/quail.el (quail-input-string-to-events): New function.
6520 (quail-input-method): Convert input string to events here.
6521 (quail-start-translation): Return input string, not event list.
6522 (quail-start-conversion): Likewise.
6523
f3b05e99
GM
65242001-01-04 Gerd Moellmann <gerd@gnu.org>
6525
ca2ddd8e 6526 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
6527 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6528 and tooltip-add-timeout.
6529 (tooltip-show): Set border color from faces's foreground.
6530 (tooltip-show-help-function): If called with the same help string
6531 as last time, do nothing.
6532 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6533
0f2ac578
GM
6534 * startup.el (fancy-splash-screens): Don't bind show-help-function
6535 to nil.
6536
f3b05e99
GM
6537 * tooltip.el (tooltip-frame-parameters): Remove colors.
6538 (tooltip): New face
6539 (tooltip-set-param): New function.
6540 (tooltip-show): Set up color frame parameters from face `tooltip'.
6541 Display the tooltip text in face `tooltip'.
6542
8416e94a
DL
65432001-01-04 Dave Love <fx@gnu.org>
6544
6545 * whitespace.el (whitespace-global-mode): Fix typo.
6546
6547 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6548
30db89f9
EZ
65492001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6550
83c9cb8e
SM
6551 * help.el (help-for-help): Fix a typo in a doc string.
6552 From kwzh@gnu.org (Karl Heuer).
30db89f9 6553
b847eb8c
DL
65542001-01-03 Dave Love <fx@gnu.org>
6555
6556 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 6557 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
6558 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6559 (dired-guess-shell-alist-user): Customize.
6560 (dired-x-help-address): Set to bug-gnu-emacs.
6561 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6562 (dired-default-directory): Renamed from default-directory.
6563
6564 * hl-line.el (hl-line): Doc fix.
6565
43c4b570
KF
65662001-01-03 Karl Fogel <kfogel@red-bean.com>
6567
1bf6b1bf 6568 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 6569
984c9f75 65702001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
6571
6572 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6573 to remove all the current alternative-match highlighting.
6574 If nil, remove only what's outside the current window.
6575 (isearch-lazy-highlight-remove-overlays): Take optional
6576 region within which NOT to remove them.
6577 (isearch-lazy-highlight-new-loop): Greatly simplified.
6578 (isearch-lazy-highlight-update): Find all the other occurrences
6579 visible in the window, in just one call.
6580 (isearch-lazy-highlight-start): Now holds start of region to scan.
6581 (isearch-lazy-highlight-end): Now holds end of region to scan.
6582 (isearch-lazy-highlight-wrapped): Variable deleted.
6583 (isearch-lazy-highlight-search): Function deleted.
6584
13d6a61c
AI
65852000-01-02 Andrew Innes <andrewi@gnu.org>
6586
6587 * w32-fns.el (convert-standard-filename): Do length check on name
6588 before aref.
6589
064866e7
DL
65902001-01-02 Dave Love <fx@gnu.org>
6591
b33e041b
DL
6592 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6593 value.
6594 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6595
6596 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6597
8166ffd5
DL
6598 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6599 read syntax.
6600
064866e7
DL
6601 * calendar/todo-mode.el (todo): Add :link, :version.
6602 (todo-save-top-priorities): Remove autoload cookie.
6603 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 6604 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 6605
6dde6abc
GM
66062001-01-02 Gerd Moellmann <gerd@gnu.org>
6607
6608 * comint.el (comint-input-history-ignore): New variable.
6609 (comint-read-input-ring): Ignore entries matching
6610 comint-input-history-ignore.
6611
1a8a9daf
GM
66122001-01-02 Eric M. Ludlam <zappo@gnu.org>
6613
6614 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6615 (lm-copyright-mark): New function.
6616 (lm-crack-copyright): New function.
6617 (lm-verify): Check that the file has a copyright.
6618 Check that the file is copyright Free Software Foundation.
6619
9c92eb53
KH
66202000-12-30 Kenichi Handa <handa@etl.go.jp>
6621
6622 * international/mule-diag.el (print-fontset): Indent font name by
6623 24 columns, not 25.
6624
49172314
GM
66252000-12-29 Gerd Moellmann <gerd@gnu.org>
6626
762a68ec
GM
6627 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6628 in Subject line.
6629
49172314 6630 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
6631 Use mail-mode-hook instead of mail-setup-hook.
6632 Otherwise continuing an interrupted message with C-u C-x m for
6633 instance, winds up in Mail mode without abbrevs.
49172314 6634
bd7a2e26
GM
66352000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6636
6637 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
6638 non-nil. Adding almost all customization variables on ps-setup.
6639 Doc fix.
bd7a2e26
GM
6640 (ps-print-version): New version number (6.3.3).
6641 (ps-end-with-control-d): Initialization fix.
6642 (ps-lines-printed): New var.
6643 (ps-skip-newline): New fun.
6644 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6645 (ps-next-line, ps-continue-line, ps-plot-region)
6646 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 6647
2b3f28a4
KH
66482000-12-29 Kenichi Handa <handa@etl.go.jp>
6649
83c9cb8e
SM
6650 * international/fontset.el (x-complement-fontset-spec):
6651 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
6652 registered in x-font-name-charset-alist.
6653 (create-fontset-from-fontset-spec): Adjusted for the above change.
6654 The name of fontset alias should be a unresolved ASCII font name.
6655
2ece9174
GM
66562000-12-28 Gerd Moellmann <gerd@gnu.org>
6657
6658 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6659 and delete in isearch-mode-map.
6660
cbe3ad7a
RS
66612000-12-28 Richard M. Stallman <rms@gnu.org>
6662
ca2ddd8e 6663 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
6664 Use xpdf instead of acroread.
6665
a816f1c5
KH
66662000-12-28 Kenichi Handa <handa@etl.go.jp>
6667
f086e73c
KH
6668 * textmodes/artist.el (artist-butlast): Deleted.
6669 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 6670 artist-butlast.
f086e73c 6671
a816f1c5
KH
6672 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6673
6674 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6675
b202115b
EZ
66762000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6677
6678 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6679
6680 * ls-lisp.el: Better support for the Mac and MS-Windows.
6681 (ls-lisp): New defgroup.
6682 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 6683 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
6684 (ls-lisp-support-shell-wildcards): New defcustoms.
6685 (ls-lisp-parse-symlink): New function.
6686 (insert-directory): Code to convert switches to a list and set up
6687 the wildcard argument copied from ls-lisp-insert-directory.
6688 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6689 for -C and -R switches.
6690 (ls-lisp-column-format): New function.
ca2ddd8e 6691 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
6692 (ls-lisp-format-time): Add doc strings.
6693 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6694 Support ls-lisp-dirs-first.
6695 (ls-lisp-classify, ls-lisp-extension): New functions.
6696 (ls-lisp-format): Optionally support emulation of symlinks.
6697 Support -i, -s, and -G switches.
6698
6061fbf0
GM
66992000-12-27 Gerd Moellmann <gerd@gnu.org>
6700
5e25feee
GM
6701 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6702
6061fbf0
GM
6703 * version.el (emacs-version): Print X scroll bar information.
6704
6705 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6706 instead of x-toolkit-scroll-bars-p.
6707
6708 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6709 of x-toolkit-scroll-bars-p.
6710
25050dab
EZ
67112000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6712
83c9cb8e 6713 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
6714 (ffap-bindings): Doc fix, to reflect the above change.
6715
c1786874
KH
67162000-12-27 Kenichi Handa <handa@etl.go.jp>
6717
6718 * term.el (term-char-mode): Define all non-ascii self-inserting
6719 characters to 'term-send-raw in term-raw-map.
6720
7261ece3 67212000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 6722
83c9cb8e 6723 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 6724
83c9cb8e
SM
6725 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6726 Changed initialization; use add-hook.
6061fbf0 6727 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 6728
6061fbf0 6729 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 6730
6061fbf0
GM
6731 * ediff.el (ediff-patch-buffer): Bug fix.
6732 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 6733
83f40583
SM
67342000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6735
6736 * subr.el (combine-run-hooks): Remove.
6737
6738 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6739 and remove the rogue second spec.
6740
bdd6d4e8
GM
67412000-12-23 Gerd Moellmann <gerd@gnu.org>
6742
6743 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6744
26736ce3
SM
67452000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6746
0e86b6b0
SM
6747 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6748 Use minibuffer menu prompt for the `=' prefix.
6749 (smerge-command-prefix): Change default to C-^.
6eabfb26 6750 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 6751
26736ce3
SM
6752 * skeleton.el (skeleton-internal-1): Make sure the first line of
6753 the region is also re-indented.
d21584d6
SM
6754 (skeleton-end-newline): New var.
6755 (skeleton-end-hook): Use it.
26736ce3 6756
95fa4fd7
MB
67572000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6758
6759 * comint.el (comint-password-prompt-regexp): Support CVS.
6760
f060b834
GM
67612000-12-22 Gerd Moellmann <gerd@gnu.org>
6762
83c9cb8e
SM
6763 * simple.el (delete-key-deletes-forward-mode): Simplify.
6764 Also backspace key combinations, depending on
856ff7a7
GM
6765 delete-key-deletes-forward.
6766
6767 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6768
f060b834
GM
6769 * simple.el (delete-key-deletes-forward): Doc fix.
6770
653558a1
GM
67712000-08-22 Emmanuel Briot <briot@gnat.com>
6772
6773 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 6774 white spaces are relevant in the XML file.
653558a1
GM
6775 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6776 to parse was already edited. This allows for on-the-fly analysis
26736ce3 6777 of XML files.
653558a1
GM
6778 (xml-parse-tag): Check that the casing is the same in the start
6779 tag and end tag, since XML is case-sensitive. Allows for spaces
6780 in the end tag, after the name of the tag.
6781 (xml-parse-attlist): Allow for the character '-' in the name of
6782 attributes, as in the standard http-equiv attribute Do not save
26736ce3 6783 the properties in the XML tree, since they are not relevant.
653558a1 6784
3ad93d8d
SM
67852000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6786
6787 * generic.el (generic-read-type): Undo last change, inline into
6788 `generic-mode' and then remove.
6789 (generic-mode): Inline generic-read-type.
6790 (define-generic-mode): Push the symbol name rather than the symbol
6791 onto generic-mode-list.
6792
177f4e88
GM
67932000-12-21 Gerd Moellmann <gerd@gnu.org>
6794
8e15274f
GM
6795 * generic.el (generic-read-type): Build an alist for
6796 completing-read as in 20.7.
6797
6798 * play/landmark.el (lm): Use interactive spec `P'.
6799 (toplevel): Don't set debug-on-error.
6800
83c9cb8e 6801 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 6802
6ba384dc
GM
68032000-12-21 Dave Pearson <davep@davep.org>
6804
6805 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 6806
647a066c
GM
68072000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6808
6809 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6810 ranges like \177-\237, but accepts the character sequence from \177 to
6811 \237. Doc fix.
6812 (ebnf-version): New version (3.4).
6813 (ebnf-setup): Code fix.
6814 (ebnf-range-regexp): New fun.
6815 (ebnf-8-bit-chars): Const fix.
6816
6817 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6818 entry. Doc fix.
6819 (ebnf-bnf-lex): Code fix.
6820 (ebnf-bnf-comment-chars): Const fix.
6821
6822 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6823 entry. Doc fix.
6824 (ebnf-iso-comment-chars): Const fix.
6825
6826 * ebnf-otz.el: Doc fix.
6827
6828 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6829 entry. Doc fix.
6830 (ebnf-yac-skip-code): Code fix.
6831 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 6832
bc22fd18
EZ
68332000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6834
6835 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
6836 (recover-file): Use it instead of insert-directory.
6837 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 6838
587fc3f9
KH
68392000-12-21 Kenichi Handa <handa@etl.go.jp>
6840
83c9cb8e
SM
6841 * international/mule-cmds.el (select-safe-coding-system):
6842 Check coding-category-list more rigidly. Improve help message.
eeefcfde 6843
587fc3f9
KH
6844 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6845
01860fb9
MB
68462000-12-21 Miles Bader <miles@gnu.org>
6847
83c9cb8e 6848 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 6849
3f9d67a6
KH
68502000-12-21 Kenichi Handa <handa@etl.go.jp>
6851
9fd1c1f7
KH
6852 * international/mule-diag.el (describe-char-after): Make *Help*
6853 buffer inherit multibyteness of the current buffer.
6854
3f9d67a6
KH
6855 * international/mule.el (make-char): Docstring adjusted for the
6856 change of make-char-internal.
6857
c9669fac
SM
68582000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6859
6860 * international/iso-cvt.el: Docstrings fix.
6861
19594307
DL
68622000-12-20 Dave Love <fx@gnu.org>
6863
6864 * subr.el (eval-after-load): Doc fix.
6865
b1a447b3
KH
68662000-12-20 Kenichi Handa <handa@etl.go.jp>
6867
6868 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6869 for numbers.
6870
09877d5d
MB
68712000-12-20 Miles Bader <miles@gnu.org>
6872
6873 * international/quail.el (quail-help): Resize the help window
6874 again after it has all its contents. Remove unneeded progn.
6875
71d4497a
GM
68762000-12-19 Gerd Moellmann <gerd@gnu.org>
6877
6878 * pcmpl-linux.el: Fix copy/paste error.
6879
741e56a0
AI
68802000-12-19 Andrew Innes <andrewi@gnu.org>
6881
83c9cb8e 6882 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 6883
cc24d91c
CD
68842000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6885
ba4c05aa
CD
6886 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6887
6888 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6889
6890 * progmodes/idlw-shell.el: Fixed copyright notice.
6891
6892 * progmodes/idlwave.el: Fixed copyright notice.
6893
71d4497a 6894 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
6895 TAB as key separators.
6896
524c8caf
GM
68972000-12-19 Alex Schroeder <alex@gnu.org>
6898
6899 * sql.el (sql-sybase-options): New option.
6900 (sql-sybase): Use it. Add sql-database to the list of parameters
6901 provided for login. The options -w 2048 -n are not used any more.
6902 (sql-postgres-options): Changed default from "--pset" to "-P".
6903 (sql-mysql-options): Doc change.
6904 (sql-stop): Doc change.
6905
b5fa513d
KH
69062000-12-19 Kenichi Handa <handa@etl.go.jp>
6907
6908 * international/quail.el (quail-input-method): Always hide
6909 the guidance buffer on exiting.
6910
91c9e6ce
GM
69112000-12-18 Gerd Moellmann <gerd@gnu.org>
6912
c6da4eb4
GM
6913 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6914 isn't fboundp.
6915
3d2a0e0b
GM
6916 * server.el (server-buffer-done): Bury the buffer before
6917 killing it.
6918
91c9e6ce
GM
6919 * faces.el (face-spec-set): Interpret a nil in specs for
6920 foreground and background colors as `unspecified', for
6921 compatibility with 20.x.
6922
40fa0008
DL
69232000-12-18 Dave Love <fx@gnu.org>
6924
22adbe54
DL
6925 * simple.el (mail-user-agent): Doc fix.
6926 (input-mode-8-bit): Removed.
6927
6928 * international/mule.el (set-keyboard-coding-system): Doc fix.
6929 (keyboard-coding-system): New option.
6930
40fa0008
DL
6931 * mail/sendmail.el (send-mail-function): Customize.
6932
6f4745e2
EZ
69332000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6934
6935 * international/codepage.el (cp866-decode-table): New table.
6936
82b90229
GM
69372000-12-18 Gerd Moellmann <gerd@gnu.org>
6938
6939 * version.el (emacs-version): Remove `%a' from the time format
6940 because the weekday doesn't fit well into each locale.
6941
5a047002
MB
69422000-12-18 Miles Bader <miles@gnu.org>
6943
7f49aa07
MB
6944 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6945
ca2ddd8e 6946 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
6947 Check that emacs-major-version is `=' to 20, not `>='.
6948 (artist-replace-chars): Use `make-string' instead of a loop.
6949
22ea2607
EZ
69502000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6951
6952 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6953 (cvs-execute-single-file): Don't change directory.
6954 Patch from Per Cederqvist.
6955
6c825f8e
EZ
69562000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6957
83c9cb8e
SM
6958 * textmodes/ispell.el (check-ispell-version):
6959 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
6960 of -vv.
6961
8ff06845
KH
69622000-12-16 Kenichi Handa <handa@etl.go.jp>
6963
af4bb4c8
KH
6964 * international/mule-diag.el (mule-diag): Insert information about
6965 configure options, multibyte awareness, language env.
6966
8ff06845
KH
6967 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6968 regexp to search for candidates.
6969
b24e84ab
EZ
69702000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6971
6972 * info.el (Info-forward-node): If the node has an
6973 Info-header-line, widen the buffer before searching for "next:"
6974 and "up:" pointers, and set the search limit to stay in the
6975 current node.
6976
7981d89f
MB
69772000-12-16 Miles Bader <miles@gnu.org>
6978
6979 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6980
88ee7917
MB
69812000-12-15 Miles Bader <miles@gnu.org>
6982
6983 * comint.el (comint-send-string, comint-send-region): Also accept
6984 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6985 process-send-string/region.
6986
0c28d842
GM
69872000-12-15 Gerd Moellmann <gerd@gnu.org>
6988
4ea7fdca
GM
6989 * isearch.el (isearch-lazy-highlight-max): New user-option.
6990 (isearch-lazy-highlight-update): Don't highlight more than
6991 isearch-lazy-highlight-max matches.
6992
0c28d842
GM
6993 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6994
984c9f75 69952000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 6996
8062e53a
GM
6997 * sort.el (sort-columns): Fix error message.
6998
3ffa545b
GM
6999 * dabbrev.el (dabbrev--last-case-pattern): Value is now
7000 `upcase' or `downcase' or nil.
7001 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
7002 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7003 (dabbrev--substitute-expansion): New arg record-case-pattern.
7004 If it is non-nil, set dabbrev--last-case-pattern.
7005 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7006
7007 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7008
c2d7f289
MB
70092000-12-15 Miles Bader <miles@gnu.org>
7010
b6348438
MB
7011 * paths.el (Info-default-directory-list): Don't delete
7012 configure-info-directory from the list of standard info
83c9cb8e 7013 directories when appending it to the end -- their order is important.
b6348438 7014
f9056dd9
MB
7015 * faces.el (read-face-attribute): If there's no entry for the
7016 user's input in VALID, just use it as-is (this will often result
7017 in an error, but it may be OK for e.g. colors using hexadecimal
7018 notation, and at least will yield a better error message).
7019
c2d7f289 7020 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 7021 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
7022 Variables removed.
7023 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7024 window is really the right size. Use vertical-motion
7025 rather than forward-line.
7026 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7027 (ispell-command-loop, ispell-show-choices): Use the variable
7028 ispell-choices-win-default-height, rather than the function.
7029 (ispell-choices-win-default-height): Function removed.
7030 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 7031
8f530b95
SM
70322000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7033
7034 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7035
6d435deb
EZ
70362000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7037
83c9cb8e
SM
7038 * paths.el (Info-default-directory-list):
7039 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
7040 put it first in the list; otherwise put it last. Doc string
7041 changed accordingly.
7042
7043 * info.el (Info-directory-list): Change doc string to reflect the
7044 change in Info-default-directory-list.
7045
6d435deb
EZ
7046 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7047 windows-nt as windowed environments, even under -nw.
7048
7049 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7050 if not fboundp. Switch delete-forward mode for the <delete> key
7051 on all PC platforms, even under -nw.
7052
7053 * term/internal.el ([M-delete]): Remap to M-d.
7054
9d7d9263
GM
70552000-12-14 Gerd Moellmann <gerd@gnu.org>
7056
7057 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7058
7cf0153a
EZ
70592000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7060
7061 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7062
5e5b3d41
GM
70632000-12-14 Gerd Moellmann <gerd@gnu.org>
7064
5f368d29
GM
7065 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7066 if appropriate.
7067
7068 * simple.el (delete-key-deletes-forward): New user-option.
7069 (delete-key-deletes-forward-mode): New function.
7070
9d7d9263 7071 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 7072
83c9cb8e
SM
7073 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7074 Test if symbol is bound before getting its value.
5e5b3d41
GM
7075
7076 * tooltip.el (tooltip-show): If an error is signaled in
7077 x-show-tip, display that error, and display the help in the
7078 echo area.
ca2ddd8e 7079
191b83b6
KH
70802000-12-14 Kenichi Handa <handa@etl.go.jp>
7081
83c9cb8e
SM
7082 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7083 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 7084
6192b604
KF
70852000-12-13 Karl Fogel <kfogel@red-bean.com>
7086
7087 * bookmark.el: Provide a generic exit hook, as suggested by
7088 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
7089 (bookmark-exit-hook): New var.
7090 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
7091 old raw lambda form in `kill-emacs-hook', and runs new
7092 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7093 as logically that feature must have been provided if this function
7094 is running.
7095 Removed ;;;###autoload before the `add-hook' call.
7096
5edf6b55
SM
70972000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7098
7099 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7100 (easy-menu-current-active-maps): New function.
7101 (easy-menu-get-map): Use it.
7102 Make a proper menu entry when creating a new keymap.
7103
16b5e8e6
KH
71042000-12-13 Kenichi Handa <handa@etl.go.jp>
7105
d49fc4eb
KH
7106 * international/characters.el: Fix cases and syntaxes for
7107 mule-unicode-0100-24ff.
7108
3b53d876
KH
7109 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7110 that a Japanese character is not appended after day and year.
7111
16b5e8e6
KH
7112 * info.el (Info-suffix-list): Change format for a command that
7113 requires arguments.
7114 (info-insert-file-contents): Adjusted for the above change.
7115
1df1c518
AS
71162000-12-12 Andreas Schwab <schwab@suse.de>
7117
7118 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7119 on the name of the tar buffer. Verify that the existing buffer is
7120 visiting the same subfile.
7121
a7a07b98
DL
71222000-12-12 Dave Love <fx@gnu.org>
7123
7124 * subdirs.el: Add obsolete.
7125
4fdbd809
GM
71262000-12-12 Gerd Moellmann <gerd@gnu.org>
7127
bfdb75ee
GM
7128 * mail/rmailsum.el (rmail-summary-expunge)
7129 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7130 instead of rmail-confirm-expunge.
7131
4fdbd809
GM
7132 * replace.el (perform-replace): Don't use an empty match adjacent
7133 to a non-empty match when computing the next match before the
7134 replacement is performed.
7135
e9a59cad
GM
71362000-12-12 Milan Zamazal <pdm@freesoft.cz>
7137
7138 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7139 definition (patch by Stefan Monnier).
7140 (glasses-mode): Use jit-lock instead of `after-change-functions'
7141 (patch by Stefan Monnier).
7142
c2def7a0
MB
71432000-12-12 Miles Bader <miles@gnu.org>
7144
7145 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7146 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7147
591b63b4
AC
71482000-12-12 Andrew Choi <akochoi@i-cable.com>
7149
7150 * term/mac-win.el: Remove load for ls-lisp.
7151
a924cf63 7152 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 7153
5ff4ba3d
MB
71542000-12-12 Miles Bader <miles@gnu.org>
7155
7156 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7157 Respect field end too.
7158 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
7159 (newline-and-indent, reindent-then-newline-and-indent):
7160 Use `delete-horizontal-space'.
5ff4ba3d 7161
d0c679bc
SM
71622000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7163
adf9c994
SM
7164 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7165 (so as to obey the field property in the minibuffer).
7166
4b0cd42d
SM
7167 * obsolete/c-mode.el: Moved from lisp/progmodes.
7168 * obsolete/auto-show.el: Moved from lisp.
7169 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 7170
89f85863
CD
71712000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7172
7173 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 7174 changes to list them here.
89f85863 7175
83c9cb8e
SM
7176 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7177 Too many changes to list them here.
89f85863 7178
83c9cb8e
SM
7179 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7180 Too many changes to list them here.
89f85863
CD
7181
7182 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7183
3e0d35ce
GM
71842000-12-11 Gerd Moellmann <gerd@gnu.org>
7185
83c9cb8e 7186 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 7187
ca2ddd8e 7188 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
7189 Comment fix.
7190
3e0d35ce
GM
7191 * hscroll.el: Moved to `obsolete' subdir.
7192
ff904dd6
MB
71932000-12-11 Miles Bader <miles@gnu.org>
7194
7195 * window.el (window-text-height): Function removed (now in C).
7196
fb97d87f
SM
71972000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7198
7199 * log-edit.el (log-edit-parent-buffer): New var.
7200 (log-edit): Set it. Add BUFFER argument.
7201 (log-edit-done): Use char-before.
7202 Don't bother checking validity of vc-comment-ring.
7203 Only bury the buffer if log-edit popped it up.
7204
7205 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7206 (cvs-mode-diff-help): Remove.
7207 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 7208 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
7209
7210 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7211 Remove binding for ? now made unnecessary.
7212
7de77417
CD
72132000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7214
83c9cb8e 7215 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
7216 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7217
7218 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7219 when master file is not open.
7220
4efa209f
SM
72212000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7222
7223 * progmodes/ada-stmt.el: Update `maintainer'.
7224
b52758d1 72252000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
7226
7227 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7228 choices to match documentation string.
7229
a12167c5
MB
72302000-12-09 Miles Bader <miles@gnu.org>
7231
2161605d
MB
7232 * minibuf-eldef.el: New file.
7233
a12167c5
MB
7234 * window.el (fit-window-to-buffer): Don't pass last argument to
7235 pos-visible-in-window-p, now that its meaning is inverted.
7236
9ea8de1b
EZ
72372000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7238
7239 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7240 <ceder@lysator.liu.se>.
7241
5002ddbb
SM
72422000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7243
b6114d80
SM
7244 * autoinsert.el (auto-insert-alist): Add missing final \n.
7245
ee8d23ee
SM
7246 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7247 (cvs-menu-map): Remove.
7248 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7249 (cvs-mode-quit): Turn it back into a plain function.
7250
5002ddbb 7251 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 7252 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
7253
7254 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7255 file where it's more visible.
7256 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7257 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7258 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7259 (texinfo-inside-macro-p): Only catch `scan-error's.
7260 (texinfo-inside-env-p): Make better use of the match info.
7261 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7262 (texinfo-insert-@end): Slight re-organization.
7263 Also remove useless `looking-at' call.
7264
30cd075d
AI
72652000-12-08 Andrew Innes <andrewi@gnu.org>
7266
7267 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7268 accessible in -nw mode.
7269
7270 * term/w32-win.el: Remove stuff about selection timeout, which is
7271 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7272 it is accessible in -nw mode.
7273
01b91009
DL
72742000-12-08 Dave Love <fx@gnu.org>
7275
83c9cb8e
SM
7276 * emacs-lisp/lisp-mode.el (lisp-mode):
7277 Set font-lock-keywords-case-fold-search.
01b91009 7278
842b2a94
GM
72792000-12-08 Gerd Moellmann <gerd@gnu.org>
7280
7281 * textmodes/ispell.el (ispell): Doc fix.
7282
f9d5f611
KH
72832000-12-08 Kenichi Handa <handa@etl.go.jp>
7284
7285 * international/quail.el (quail-insert-decode-map): Check the
7286 frame width of a window displaying the current buffer, not that of
7287 the selected frame.
7288 (quail-help): Make sure that the help buffer has window before
7289 inserting text in it.
7290
e04d21aa
SS
72912000-12-07 Sam Steingold <sds@gnu.org>
7292
7293 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7294 Backquote is used in isearch.el, so autoloading saves nothing.
7295
fc3e23a4
EZ
72962000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7297
83c9cb8e
SM
7298 * startup.el (normal-top-level-add-subdirs-to-load-path):
7299 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 7300
fc3e23a4
EZ
7301 * dired.el (dired-insert-directory): If file-system-info is
7302 fboundp, call it instead of invoking dired-free-space-program.
7303
796ecd10
GM
73042000-12-07 Gerd Moellmann <gerd@gnu.org>
7305
0f5f7c3e
GM
7306 * server.el (server-visit-files): Push files on file-name-history.
7307
3764ba49
GM
7308 * progmodes/cc-langs.el: Update copyright.
7309
8e7931da
GM
7310 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7311
ae0d7485 7312 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 7313
796ecd10
GM
7314 * bindings.el (mode-line-mode-menu): Reverse the order
7315 of define-keys so that the menu appears in alphabetical order.
7316
ae0d7485
GM
73172000-12-07 Milan Zamazal <pdm@freesoft.cz>
7318
7319 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7320 of the function.
7321
e2849090
DL
73222000-12-07 Dave Love <fx@gnu.org>
7323
7324 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7325
7326 * facemenu.el (facemenu-unlisted-faces): Fix value.
7327
5c7f629c
SM
73282000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7329
7330 * font-lock.el (font-lock-default-fontify-region):
7331 Include the terminating \n (off-by-one error).
7332 (font-lock-set-defaults): Use dolist.
7333
7334 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7335
73481ae3
KH
73362000-12-07 Kenichi Handa <handa@etl.go.jp>
7337
83c9cb8e
SM
7338 * international/mule-cmds.el (describe-language-environment):
7339 Fix for the case that an input method title is not string but a list.
ffbaa122 7340
73481ae3
KH
7341 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7342 of wrong SIZE record.
7343
e2896b22
DL
73442000-12-06 Dave Love <fx@gnu.org>
7345
67292061
DL
7346 * newcomment.el (comment-region, comment-dwim): Doc fix.
7347
7348 * textmodes/texinfo.el: Require tex-mode when compiling.
7349 (texinfo-update-node): Doc fix.
7350 (texinfo-imenu-generic-expression): Add @anchor.
7351 (texinfo-font-lock-keywords): Add @uref.
7352 (texinfo-inside-macro-p): Don't use ignore-errors.
7353 (texinfo-insert-quote): Match more contexts.
7354
e76938e7
DL
7355 * international/mule.el (decode-char, encode-char): Doc fix.
7356 (auto-coding-alist): Customize.
7357
7358 * files.el (load-file): Fix change of 2000-03-12.
7359
e2896b22
DL
7360 * wid-edit.el (widget-text-keymap): Doc fix.
7361
6610f4b2
AI
73622000-12-06 Andrew Innes <andrewi@gnu.org>
7363
7364 * makefile.w32-in (lisp): Set to an absolute directory, namely
7365 $(CURDIR).
7366
9e3366e4
EZ
73672000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7368
7369 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7370 read generated-autoload-file, and set buffer-file-coding-system to
7371 raw-text-unix after reading the file.
7372
83c9cb8e
SM
7373 * international/mule-conf.el (file-coding-system-alist):
7374 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 7375
d94d636f
GM
73762000-12-06 Gerd Moellmann <gerd@gnu.org>
7377
384333ee
GM
7378 * replace.el (occur): Make line-number-width 1 smaller for the
7379 colon following the line number.
7380
83c9cb8e
SM
7381 * startup.el (fancy-splash-text, command-line-1):
7382 Use `File' for the menu name instead of `Files'.
e04d21aa 7383
d4b72d58
GM
7384 * tmm.el: Update copyright.
7385
d94d636f
GM
7386 * cus-start.el: Add entry for even-window-heights.
7387
6e424019
MB
73882000-12-06 Miles Bader <miles@gnu.org>
7389
7390 * faces.el (frame-set-background-mode): Avoid stomping on
7391 locally modified faces.
7392
e6477b58
KH
73932000-12-06 Kenichi Handa <handa@etl.go.jp>
7394
7395 * international/fontset.el: Correct the font registries for
7396 japanese-jisx0213-1 and japanese-jisx0213-2.
7397
21999ab9
GM
73982000-12-05 Gerd Moellmann <gerd@gnu.org>
7399
57d6e381
GM
7400 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7401
21999ab9
GM
7402 * iswitchb.el: Update customization commentary.
7403
7422819c
GM
74042000-12-05 Rob Riepel <riepel@Stanford.EDU>
7405
7406 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7407 (tpu-search-highlight): Fixed comparison of overlay end positions.
7408 (tpu-trim-line-ends): Implemented trimming logic locally.
7409
7410 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 7411 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 7412
73daff18
KH
74132000-12-05 Kenichi Handa <handa@etl.go.jp>
7414
7415 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7416 to cn-gb.
7417 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7418
6a4cd002
DL
74192000-12-04 Dave Love <fx@gnu.org>
7420
7421 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7422
6452929e
GM
74232000-12-04 Gerd Moellmann <gerd@gnu.org>
7424
e04d21aa 7425 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
7426 (rmail-summary-expunge-and-save): Ask for confirmation with
7427 rmail-expunge-confirmed.
7428
7429 * mail/rmail.el (rmail-expunge-confirmed): New function.
7430 (rmail-expunge): Use it.
7431
1790abf4
FP
74322000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7433
0c68ce6f 7434 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
7435 (etags-recognize-tags-table, find-tag-in-order):
7436 New functionality: interpret file names as tags.
e04d21aa 7437
7a53d8c8
EZ
74382000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7439
7440 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
7441 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7442 the first subnode until the bottom of the current node is visible.
7a53d8c8 7443
caa15ef7
GM
74442000-12-04 Gerd Moellmann <gerd@gnu.org>
7445
7446 * format.el (format-decode): Don't change buffer's undo list.
7447
e225faa7
KH
74482000-12-04 Kenichi Handa <handa@etl.go.jp>
7449
7450 * faces.el (face-font-registry-alternatives): Add entries for CJK
7451 fonts. Doc-string adjusted for the actual usage of this data.
7452
7453 * international/fontset.el: Change the font registries for CJK
7454 fonts in the default fontset. Don't append '*' to registries.
7455
8b262a65
SM
74562000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7457
e04d21aa 7458 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
7459 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7460
7461 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7462 (derived-mode-p): New function.
7463 (derived-mode-make-docstring): Add `docstring' argument.
7464 Use it if available and complete it if necessary.
7465
33c4460b
AS
74662000-12-03 Andreas Schwab <schwab@suse.de>
7467
7468 * type-break.el (type-break): Don't make parent of itself.
7469
5c9b3fac
MB
74702000-12-03 Miles Bader <miles@gnu.org>
7471
7472 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7473
27ce741e
SM
74742000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7475
07c16ec4
SM
7476 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7477 (tex-main-file, tex-file): Simplify.
7478 (tex-generate-zap-file-name): Use subst-char-in-string.
7479 (tex-strip-dots): Remove.
7480
c19cc275
SM
7481 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7482
27ce741e
SM
7483 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7484 to check if the match succeeded.
7485
285991dc
GM
74862000-12-02 Gerd Moellmann <gerd@gnu.org>
7487
7488 * startup.el (use-fancy-splash-screens-p): New function.
7489 (command-line-1): Use it to determine whether or not to use
7490 a fancy splash screen.
7491
52dca1b2
AS
74922000-12-02 Andreas Schwab <schwab@suse.de>
7493
7494 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7495
d3e7e7cf
EZ
74962000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7497
2dce2360
EZ
7498 * international/mule.el (make-char): Fix last change.
7499
9768eaa7
EZ
7500 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7501 New defcustoms.
7502 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
7503 autoloading tex-mode; instead, do the same manually.
7504 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
7505 with numeric argument. Docstring fix.
7506 (toplevel): Require cl when compiling.
e04d21aa 7507
285991dc 7508 * international/mule.el (make-char): Doc fix.
d3e7e7cf 7509
0dd5e255
JR
75102000-12-02 Jason Rumney <jasonr@gnu.org>
7511
7512 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7513 the Emacs Lisp manual)
7514
fbb87147
EZ
75152000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7516
5cbb3e93
EZ
7517 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7518
fbb87147
EZ
7519 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7520 the Emacs Lisp manual).
7521
1636ca09
GM
75222000-12-02 Gerd Moellmann <gerd@gnu.org>
7523
7524 * simple.el (next-line-add-newlines): Change default to nil.
7525
68875f0e
EZ
75262000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7527
83c9cb8e
SM
7528 * files.el (revert-buffer, recover-file):
7529 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 7530
fd9ac94c
GM
75312000-12-01 Gerd Moellmann <gerd@gnu.org>
7532
7533 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7534
45450dd5
MB
75352000-12-01 Miles Bader <miles@gnu.org>
7536
7537 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7538
09df8881
KH
75392000-12-01 Kenichi Handa <handa@etl.go.jp>
7540
7541 * international/mule-diag.el (describe-char-after): Fix typo.
7542 (describe-character-set, non-iso-charset-alist): Fix typo.
7543
dea0a87d
MB
75442000-12-01 Miles Bader <miles@gnu.org>
7545
b170205b
MB
7546 * image-file.el (image-file-name-regexp): Automatically add
7547 upper-case variants of each filename extension in
7548 `image-file-name-extensions', since they seem to be common.
7549
e04d21aa 7550 * simple.el (minibuffer-contents)
dea0a87d
MB
7551 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7552 New functions.
7553 * filecache.el (file-cache-directory-name)
7554 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7555
eb04d6cd 75562000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 7557
dea0a87d
MB
7558 * filecache.el (file-cache-minibuffer-complete): Don't try to
7559 delete the minibuffer prompt.
7560
a8a1b05d
DL
75612000-11-30 Dave Love <fx@gnu.org>
7562
7563 * cus-start.el: Fix read-buffer-function type.
7564
693c4692
GM
75652000-11-30 Gerd Moellmann <gerd@gnu.org>
7566
7567 * md5.el: Removed. There's a built-in function, now.
7568
2c0b1898
GM
75692000-11-30 Markus Rost <rost@math.ohio-state.edu>
7570
7571 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7572 as dummy 0-th char of rmail-deleted-vector.
7573
63dfcf4b
EZ
75742000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7575
7576 * ps-print.el (ps-end-job): Bind case-fold-search only after
7577 switching to ps-spool-buffer.
7578
75792000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7580
7581 * ps-print.el: Line number font customization. PostScript: Lines and
7582 PageCount are initialized on each page. Doc Fix.
7583 (ps-print-version): New version number (6.3.2).
7584 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7585 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7586 (ps-right-header): Customization fix.
7587 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7588 Fix code.
7589 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7590 New vars.
7591
df3aedcf
GM
75922000-11-30 Gerd Moellmann <gerd@gnu.org>
7593
edfb795e
GM
7594 * bs.el: Fix typos and spelling errors.
7595 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7596 (bs-configuration): Doc fix.
e04d21aa 7597
df3aedcf
GM
7598 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7599
8b8a7f01
GM
76002000-11-30 Rob Riepel <riepel@Stanford.EDU>
7601
7602 * emulation/tpu-edt.el (tpu-version): New version.
7603 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7604 (tpu-original-mode-line): Variable deleted.
7605 (tpu-mark-flag): New initial value.
83c9cb8e
SM
7606 (tpu-set-mode-line): Don't redefine mode-line-format.
7607 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
7608 (tpu-update-mode-line): New mark flag logic.
7609 (tpu-get): Use find-file-wildcards.
7610 (tpu-search-highlight): Move overlay less, reset overlay properly.
7611 (tpu-unselect): Deactivate mark.
7612 (tpu-lm-replace): Reset overlay properly.
7613 (tpu-forward-line): Use forward-visible-line.
7614 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7615
83c9cb8e 7616 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 7617
c069a9d3
GM
76182000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7619
7620 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7621
b02cd40b
GM
76222000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7623
7624 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7625 and skip whitespace and newlines.
e04d21aa 7626
b7a90344
SM
76272000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7628
7629 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7630
be6bbb55
GM
76312000-11-29 Gerd Moellmann <gerd@gnu.org>
7632
0383ed60
GM
7633 * help.el (describe-function-1): Regexp-quote function name
7634 when used as part of a regexp.
7635
83c9cb8e
SM
7636 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7637 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
7638 (tool-bar-add-item): Likewise, and handle unspecified colors.
7639
7640 * enriched.el (enriched-face-ans): Use face-attribute instead
7641 of face-foreground and face-background.
7642
7643 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 7644 Return nil if attribute is unspecified, for backward compatibility.
c7957947 7645
7423978d
GM
7646 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7647
ef128c78
GM
7648 * play/5x5.el: Remove version info.
7649
a81fc510
GM
7650 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7651
be6bbb55
GM
7652 * frame.el (blink-cursor-mode): Doc fix.
7653
f9396e03
GM
76542000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7655
7656 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7657 to create Makefile rules.
7658 (antlr-tool-command): New user option.
7659 (antlr-ask-about-save): New user option.
7660 (antlr-makefile-specification): New user option.
7661 (antlr-file-formats-alist): New variable.
7662 (antlr-special-file-formats): New variable.
7663 (antlr-unknown-file-formats): New user option.
7664 (antlr-help-unknown-file-text): New variable.
7665 (antlr-help-rules-intro): New variable.
7666 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7667 (antlr-mode-menu): Add entries.
7668 (antlr-file-dependencies): New function.
7669 (antlr-directory-dependencies): New function.
7670 (antlr-superclasses-glibs): New function.
7671 (antlr-run-tool): New command.
7672 (antlr-makefile-insert-variable): New function.
7673 (antlr-insert-makefile-rules): New function.
7674 (antlr-show-makefile-rules): New command.
7675
7676 * antlr-mode.el: More Emacs/XEmacs stuff.
7677 (antlr-no-action-keywords): New constant with value nil.
7678 (antlr-font-lock-keywords-alist): Use it. Old value would break
7679 syntax highlighting in Emacs-21.0.
7680 (antlr-default-directory): Emacs/XEmacs dependend function.
7681 (antlr-read-shell-command): Ditto.
7682 (antlr-with-displaying-help-buffer): Ditto.
7683
76842000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7685
7686 * antlr-mode.el: imenu, parsing and highlighting changes.
7687 (antlr-imenu-create-index-function): Don't create extra submenus
7688 for definitions in different grammar classes. It is not necessary
7689 for the menu and would make command `imenu' awkward to use.
7690 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7691 header actions and more than one.
7692 (antlr-font-lock-tokendef-face): Changed color.
7693 (antlr-font-lock-tokenref-face): Changed color.
7694 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7695 (antlr-mode-syntax-table): New variable.
7696 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7697 (antlr-with-syntax-table): Don't copy syntax table.
7698
76992000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7700
7701 * antlr-mode.el: Minor changes: language setting.
7702 (antlr-language-alist): The value for file option "language" can
7703 be both an identifier and a string.
7704 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7705 (antlr-language-limit-n-regexp): Change accordingly.
7706
77072000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7708
7709 * antlr-mode.el: Minor changes: tabs, hiding.
7710 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7711 (antlr-action-visibility): Also allow value nil to also hide the
7712 braces. Renamed from `antlr-tiny-action-length'.
7713 Suggested by Jay@aol.com.
7714 (antlr-hide-actions): Change accordingly. Hide line if completely
7715 hidden action is on a line of its own.
e04d21aa 7716
6ad948eb
SM
77172000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7718
7719 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7720
7721 * sort.el (sort-columns): Don't concat strings with numbers.
7722
9c6a4107
DL
77232000-11-29 Dave Love <fx@gnu.org>
7724
7725 * cus-edit.el (face): Fix :format.
7726
7727 * mail/feedmail.el: Require smtpmail when compiling.
7728 (mail-do-fcc): Autoload.
7729 (feedmail) <defgroup>: Fix :link.
7730 (feedmail-nuke-body-in-fcc): Fix :type.
7731 (feedmail-send-it): Add autoload cookie.
7732
053b8d35
SM
77332000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7734
7735 * newcomment.el (comment-indent): Save excursion around call to
7736 comment-indent-function.
7737
242c13e8
MB
77382000-11-29 Miles Bader <miles@gnu.org>
7739
7740 * subr.el (member-ignore-case): Return the tail of the list who's
7741 car matches, like `member', not the matching element itself.
7742
8f4b5f28
KH
77432000-11-29 Kenichi Handa <handa@etl.go.jp>
7744
7745 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7746 should not contain `\n'.
7747
bebe4a2c
GM
77482000-11-28 Gerd Moellmann <gerd@gnu.org>
7749
fd9ac94c 7750 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 7751
ba7e40eb
GM
7752 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7753
75ab0c79
GM
7754 * dired-aux.el (dired-do-create-files): Construct default file
7755 name for dired-mark-read-file-name so that when the user enters
7756 just RET, the target file will end up in the target directory.
7757
bebe4a2c
GM
7758 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7759 local-abbrev-table before changing buffers because it might
7760 have a buffer-local binding.
7761
fa6d1ca8
MB
77622000-11-28 Miles Bader <miles@gnu.org>
7763
7764 * simple.el (delete-horizontal-space): Handle fields more generally.
7765
8d2c2642
GM
77662000-11-28 Gerd Moellmann <gerd@gnu.org>
7767
7768 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7769
8b31236d
DL
77702000-11-28 Dave Love <fx@gnu.org>
7771
3cbd02d2
DL
7772 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7773 comment-start-skip locally.
7774
8b31236d
DL
7775 * progmodes/fortran.el (fortran-mode): Don't set
7776 fortran-comment-line-start-skip. Set comment-start to
7777 fortran-comment-line-start.
7778 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7779 (fortran-comment-line-start-skip): Simplify slightly.
7780
ae4bf56d
GM
77812000-11-28 Gerd Moellmann <gerd@gnu.org>
7782
17ef7534
GM
7783 * play/5x5.el: Remove RCS keyword.
7784
fd9ac94c 7785 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 7786
665b27a6
GM
77872000-11-28 Milan Zamazal <pdm@freesoft.cz>
7788
83c9cb8e
SM
7789 * textmodes/tildify.el (tildify-string-alist):
7790 Add `plain-tex-mode' here.
665b27a6 7791
fe3c2ae3
GM
77922000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7793
7794 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7795 reference.
7796
d970106b
MB
77972000-11-28 Miles Bader <miles@gnu.org>
7798
36b80a0d
MB
7799 * cus-face.el (custom-face-attributes): Add post-filter function
7800 for :box. Make pre-filter function for :box handle all cases.
7801
d970106b
MB
7802 * wid-edit.el (widget-choose): Make sure pop-up window is large
7803 enough to display all the choices, as there's no way to scroll it.
7804
5a2bae6c
KH
78052000-11-28 Kenichi Handa <handa@etl.go.jp>
7806
7807 * international/mule-conf.el: Make the coding system no-conversion
7808 safe for all characters.
7809
9e836e23
DL
78102000-11-27 Dave Love <fx@gnu.org>
7811
8b31236d
DL
7812 * net/ldap.el (ldap) <defgroup>: Add :version.
7813
9e836e23
DL
7814 * tooltip.el (tooltip-use-echo-area): Doc fix.
7815
7816 * cus-start.el <minibuffer-prompt-properties>: Add version.
7817 <read-buffer-function>: Add.
7818
7819 * apropos.el (apropos-print): Add help-echo to active text.
7820
7821 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7822
4a74d071
GM
78232000-11-27 Gerd Moellmann <gerd@gnu.org>
7824
7825 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7826 type, group and version.
7827
76058c27
EZ
78282000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7829
4a74d071 7830 * select.el (x-get-selection): Docstring fix.
76058c27 7831
fd9ac94c 78322000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 7833
fd9ac94c 7834 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 7835
49060c51
AI
78362000-11-27 Andrew Innes <andrewi@gnu.org>
7837
7838 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7839
7840 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7841
b2a8e429
MB
78422000-11-27 Miles Bader <miles@gnu.org>
7843
7844 * dired.el (dired-get-filename): Return filename verbatim if
7845 LOCALP is `verbatim'.
7846 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7847 `verbatim' so that we don't inadvertently delete a non-existant
7848 directory name.
7849
5ac0366d
KH
78502000-11-27 Kenichi Handa <handa@etl.go.jp>
7851
7852 * international/characters.el: Specify cases and syntaxes for
7853 mule-unicode-0100-24ff.
7854
67f1cf4c
GM
78552000-11-27 Gerd Moellmann <gerd@gnu.org>
7856
7857 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7858 that foreground and/or background colors of the face `tool-bar'
7859 are unspecified.
7860
46c56972
MB
78612000-11-27 Miles Bader <miles@gnu.org>
7862
e04d21aa 7863 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
7864 (widget-field-end): Handle widget field `pseudo-overlays'.
7865 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7866 if it's there instead of in `widget-field-list'.
7867
46c56972 7868 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
7869 (help-make-xrefs): Delete extraneous newlines at the end of the
7870 docstring.
46c56972 7871
640a9cdd
JR
78722000-11-25 Jason Rumney <jasonr@gnu.org>
7873
7874 * startup.el (command-line): Call set-locale-environment after
7875 Window System init file is read, as it can result in a call to
7876 redraw-frame.
7877
0b3f96d4
EZ
78782000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7879
7880 * simple.el (shell-command): Mention the effect of the prefix
7881 argument in the doc string.
7882
8da6e2a1
MB
78832000-11-25 Miles Bader <miles@gnu.org>
7884
a658d039
MB
7885 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7886
8da6e2a1 7887 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 7888 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 7889
d3416cca
JR
78902000-11-24 Jason Rumney <jasonr@gnu.org>
7891
7892 * international/mule-cmds.el (locale-language-names): Add "jp" as
7893 a non-standard alternative for Japanese.
7894
17e37f53
AS
78952000-11-24 Andre Spiegel <spiegel@gnu.org>
7896
7897 * vc-hooks.el: Require 'cl during compilation.
7898
9aa5f148
GM
78992000-11-24 Gerd Moellmann <gerd@gnu.org>
7900
ba193890
GM
7901 * faces.el (face-set-after-frame-default): Let face attributes
7902 specified for new frames override frame parameters.
7903
9aa5f148
GM
7904 * startup.el (command-line): Fix computation of the source file
7905 for user-init-file when user-init-file is a compiled file.
7906
51a1edab
MB
79072000-11-24 Miles Bader <miles@gnu.org>
7908
e04d21aa 7909 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
7910 (custom-post-filter-face-spec): New functions.
7911 (custom-face-set, custom-face-value-create): Filter the face spec
7912 before and after customization.
7913 (custom-face-set): If VALUE specifies a null face, pass a
7914 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7915 * cus-face.el (custom-face-attributes): Remove SET and GET
7916 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7917 cases they're needed.
7918
1ed74431
MB
7919 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7920 that it's distinguishable from the :off-glyph on dark-background
7921 displays. Set its background color too.
7922
67ee1125
MB
7923 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7924 so that people can easily turn it off.
7925
7d027816 79262000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 7927
7d027816 7928 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 7929
9aa5f148 7930 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 7931
9aa5f148 7932 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 7933
9aa5f148 7934 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 7935 redundant skip-small-frames test.
e04d21aa 7936
9aa5f148 7937 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 7938 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 7939
9aa5f148
GM
7940 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7941 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
7942 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7943 New functions.
e04d21aa 7944
9aa5f148 7945 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 7946
9aa5f148 7947 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 7948
f07fa1b8
KH
79492000-11-24 Kenichi Handa <handa@etl.go.jp>
7950
83c9cb8e
SM
7951 * international/mule-diag.el (list-iso-charset-chars):
7952 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
7953 (list-non-iso-charset-chars): Fix the `while' condition.
7954
ba8299ff
SM
79552000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7956
79372165
SM
7957 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7958 if the variable is make-variable-buffer-local.
7959
83c9cb8e
SM
7960 * progmodes/ada-stmt.el (ada-template-map):
7961 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
7962 (ada-stmt-mode-hook): New function extracted from old code.
7963 Only change the buffer-local side of skeleton-*.
7964 (ada-mode-hook): Use it.
7965
68a887fa
EZ
79662000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7967
7968 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7969 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7970 we expect to be returned by minibuffer-depth once we prompt the
7971 user in the minibuffer.
7972 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7973 as recorded in iswitchb-minibuf-depth, return non-nil.
7974
3b345582
EZ
79752000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7976
7977 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7978 (hscroll-window-maybe): Docstring fix.
7979
595dead2
DL
79802000-11-23 Dave Love <fx@gnu.org>
7981
7982 * rect.el (string-rectangle): Don't test delete-selection-mode.
7983
1e66b27a
GM
79842000-11-23 Gerd Moellmann <gerd@gnu.org>
7985
02790ce2
GM
7986 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7987 is in the tool bar.
7988
1e66b27a 7989 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 7990 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 7991
a4caa65d
SM
79922000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7993
7994 * textmodes/outline.el (outline-flag-region):
7995 Don't bind inhibit-read-only since we don't modify the buffer.
7996 (outline-isearch-open-invisible): Don't jump to overlay-start
7997 since we're trying to unhide text around point.
7998 (outline-discard-overlays): Use dolist.
7999
8000 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
8001
03e757c1
GM
80022000-11-22 Gerd Moellmann <gerd@gnu.org>
8003
83c9cb8e 8004 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 8005
1598a961
SM
80062000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8007
8008 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8009 Fix ARG regexp to skip quoted braces.
8010 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8011 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8012 are (correctly) handled separately).
8013 Remove `caption' and `footnote' from `citations': they contain text.
8014 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8015 (latex-skeleton-end-hook): New function.
8016 (latex-mode): Use it.
8017 (tex-start-tex-marker): Remove.
8018 (tex-send-tex-command): Don't set tex-start-tex-marker.
8019 (tex-error-parse-syntax-table): New var.
8020 (tex-compilation-parse-errors): Use it.
8021 Ignore tex-start-tex-marker. Don't bother with marker-position.
8022 (tex-validate-buffer): Don't bother with marker-position.
8023
8024 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 8025 (flyspell-generic-progmode-verify): Use it.
1598a961 8026
eaae8106
SS
80272000-11-22 Sam Steingold <sds@gnu.org>
8028
83c9cb8e 8029 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 8030
eaae8106 8031 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 8032 `ada-remove-trailing-spaces'.
eaae8106 8033 (ada-remove-trailing-spaces): Removed.
e04d21aa 8034
eaae8106 8035 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 8036
1598a961
SM
8037 * textmodes/picture.el (picture-clean): Removed.
8038 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 8039
a41d49e9
GM
80402000-11-22 Gerd Moellmann <gerd@gnu.org>
8041
e053c60f
GM
8042 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8043
a41d49e9
GM
8044 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8045 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 8046 do anything special when jit-lock is active.
a41d49e9
GM
8047 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8048
197615f3
DL
80492000-11-22 Dave Love <fx@gnu.org>
8050
ddbfaa9f
DL
8051 * calendar/todo-mode.el (todo-top-priorities): Use
8052 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8053
ddc3c695
DL
8054 * language/chinese.el, language/cyrillic.el:
8055 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8056 * language/hebrew.el, language/indian.el, language/japanese.el:
8057 * language/korean.el, language/lao.el, language/misc-lang.el:
8058 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8059 Use provide.
8060
fb9fa98d
DL
8061 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8062 (custom-variable-set): Improve validation error mesage.
8063
197615f3
DL
8064 * rect.el (string-rectangle): Revert last change.
8065 (string-rectangle-line): New arg DELETE.
8066 (string-rectangle): Check delete-selection-mode.
8067
8068 * emacs-lisp/edebug.el (edebug-version)
8069 (edebug-maintainer-address): Deleted.
8070 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8071 (edebug-read-function): Account for other `'#' read forms.
8072 (edebug-mode-menus): Make some items toggles.
8073 (edebug-outside-unread-command-event, unread-command-event):
8074 Remove these to avoid warnings.
8075
f4117c4d
GM
80762000-11-22 David Ponce <david@dponce.com>
8077
8078 * recentf.el (recentf-menu-items-for-commands)
8079 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 8080 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 8081
f4117c4d
GM
8082 (recentf-build-dir-rules, recentf-dump-variable)
8083 (recentf-edit-list, recentf-open-files-item)
8084 (recentf-open-files): Replaced unnecessary `mapcar' with new
8085 built-in `mapc'.
eaae8106 8086
f8e2f3f2
MB
80872000-11-23 Miles Bader <miles@gnu.org>
8088
8089 * faces.el (menu): Make inverse-video on ttys too.
8090
4c4a541d
SM
80912000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8092
8093 * simple.el (comment-line-break-function): Use the new name
8094 indent-new-comment-line -> comment-indent-new-line.
8095 (clone-indirect-buffer): Don't ignore NORECORD.
8096 (next-completion): Properly handle the case where items are adjacent.
8097
8098 * mouse.el (popup-menu): Stupid typo.
8099
980d836e
GM
81002000-11-22 Gerd Moellmann <gerd@gnu.org>
8101
60e8e0a5
GM
8102 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8103 maintainer, keywords tags.
8104
980d836e
GM
8105 * rect.el (replace-rectangle): Don't call string-rectangle-line
8106 with too many arguments.
8107
e08b2069
AS
81082000-11-22 Andre Spiegel <spiegel@gnu.org>
8109
60e8e0a5 8110 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 8111 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
8112 vc-locking-user, which no longer exists.
8113
8114 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8115
c6779d8d
DL
81162000-11-22 Dave Love <fx@gnu.org>
8117
8118 * md5.el (md5): Provide.
8119 (md5): Fix error call.
8120
e672fdce
MB
81212000-11-22 Miles Bader <miles@gnu.org>
8122
eaae8106 8123 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
8124 (refill-fill-paragraph-at): Remove debugging code.
8125
80e24c04
MB
8126 * calendar/calendar.el (generate-calendar-window): When we don't
8127 call `fit-window-to-buffer', make sure the top line is fully visible.
8128
3a17d6cc
MB
8129 * image-file.el (insert-image-file): Don't make `read-only'
8130 property rear-nonsticky.
8131
ae1a21c6
MB
8132 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8133 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8134 stashing away its original value.
8135 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8136 in the recursive edit.
8137 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8138 (isearch-done): Restore `minibuffer-message-timeout'.
8139
e672fdce
MB
8140 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8141
3ea79df8
SM
81422000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8143
8144 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8145
8146 * find-lisp.el (find-lisp-find-files-internal):
8147 Use dolist, when and file-name-as-directory.
8148
980d836e 8149 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
8150 (define-derived-mode, define-minor-mode): Add specs.
8151
8152 * window.el: General comment and spacing fixes.
8153 (save-selected-window): Use backquotes.
8154 (window-safely-shrinkable-p): New function.
8155 (shrink-window-if-larger-than-buffer): Use it.
8156
8157 * subr.el (make-local-hook): Docstring fix.
8158
8159 * shell.el (shell-mode): Use define-derived-mode.
8160
8161 * newcomment.el (comment-indent): Insert comment before calling
8162 comment-indent-function. Don't insert in column 0.
8163 (comment-dwim): Indent before inserting comment.
8164
8165 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8166 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8167 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8168 Use mapc rather than map.
8169
8170 * files.el (find-buffer-visiting): Compare all attributes before
8171 declaring two files identical (rather than just their inode-no).
8172 (auto-mode-alist): Use \' rather than $.
8173
8174 * which-func.el: Update maintainer line.
8175
8176 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8177 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8178 (uniquify-buffer-file-name): Use it.
8179
8f62f2b8
MB
81802000-11-22 Miles Bader <miles@gnu.org>
8181
8182 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8183 * simple.el (minibuffer-avoid-prompt): New function.
8184
fb279a6d
GM
81852000-11-21 Gerd Moellmann <gerd@gnu.org>
8186
8187 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8188
867092e9
MB
81892000-11-21 Miles Bader <miles@gnu.org>
8190
ef860850
MB
8191 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8192 inclusion of `track-mouse'.
8193
867092e9
MB
8194 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8195 (refill-adjust-ignorable-overlay): New function.
8196 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8197 only the paragraph's tail if possible.
8198 Update `refill-ignorable-overlay'.
8199 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8200
8201 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8202 point inside the fill-prefix.
8203
8204 * textmodes/refill.el (refill-post-command-function): Don't reset
8205 refill-doit in the case where a self-insertion command doesn't
8206 case a refill. Use `refill-fill-paragraph-at', getting position
8207 from `refill-doit'.
8208 (refill-after-change-function): Set `refill-doit' to END.
8209 (refill-fill-paragraph-at): New function, mostly from old
8210 refill-fill-paragraph.
8211 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8212 (refill-pre-command-function): New function.
8213 (refill-mode): Add it to `pre-command-hook'.
8214
ff9ab414
GM
82152000-11-20 Gerd Moellmann <gerd@gnu.org>
8216
29a01b72
GM
8217 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8218
ff9ab414
GM
8219 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8220 javadoc tags.
eaae8106 8221
885b211b
AS
82222000-11-20 Andre Spiegel <spiegel@gnu.org>
8223
8224 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8225 vc.el).
8226
eaae8106 8227 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 8228 require vc.
eaae8106
SS
8229
8230 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 8231 checkouts.
eaae8106 8232
d1838556
DL
82332000-11-20 Dave Love <fx@gnu.org>
8234
8235 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8236
2b69bc11 82372000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 8238
2b69bc11
GM
8239 * calculator.el (calculator-paste): Use `if' instead of `and'
8240 and `or'.
8241 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 8242
b95b34e5
GM
82432000-11-19 Gerd Moellmann <gerd@gnu.org>
8244
030de92f
GM
8245 * info.el (info-menu-5): Doc fix.
8246
b95b34e5
GM
8247 * textmodes/artist.el: New file.
8248
54970452
AS
82492000-11-19 Andre Spiegel <spiegel@gnu.org>
8250
eaae8106 8251 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
8252 and differentiate according to checkout model.
8253 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8254 since this function is only concerned with master state.
8255
83c9cb8e
SM
8256 * vc-hooks.el (vc-workfile-unchanged-p)
8257 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 8258
83c9cb8e
SM
8259 * vc.el (vc-workfile-unchanged-p)
8260 (vc-default-workfile-unchanged-p): See above.
54970452 8261
e5a9dabf
MB
82622000-11-19 Miles Bader <miles@gnu.org>
8263
8264 * image-file.el (insert-image-file): Make `intangible' and
8265 `read-only' properties rear-nonsticky too.
8266
24127af0
GM
82672000-11-18 Gerd Moellmann <gerd@gnu.org>
8268
d392e9c5 8269 * ps-print.el: Update copyright notice.
eaae8106 8270
d392e9c5
GM
8271 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8272 (tooltip-show): Use the offsets.
8273
24127af0 8274 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 8275 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
8276 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8277
2b69bc11 82782000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 8279
2b69bc11
GM
8280 * ps-print.el (toplevel): Test for find-coding-system being
8281 fboundp before calling ps-x-find-coding-system.
08ea6f17 8282
66321b2f
SM
82832000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8284
8285 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8286 (vc-version-backup-file): Docstring fix.
8287
046110c6
GM
82882000-11-16 Gerd Moellmann <gerd@gnu.org>
8289
4104194e
GM
8290 * files.el (basic-save-buffer): Don't add a newline if
8291 find-file-literally is non-nil.
8292 (find-file-literally): Extend doc string.
8293
046110c6
GM
8294 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8295 sort(1) with the `-f' argument.
8296
6505c16e
AS
82972000-11-16 Andre Spiegel <spiegel@gnu.org>
8298
fd063975
AS
8299 * vc.el: Updated backend documentation.
8300 (vc-default-check-headers): New function.
8301
3d02dd81 8302 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
8303
8304 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 8305 up-to-date.
eaae8106 8306 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 8307 the minibuffer is not active.
fd063975 8308
eaae8106 8309 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 8310 `vc-cvs-use-edit' is on.
eaae8106
SS
8311 (vc-cvs-checkout): When this is used for reverting the workfile,
8312 make a backup of the original contents and revert to that in case
8791d617 8313 of error.
eaae8106 8314 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 8315 remote repositories.
eaae8106 8316
6505c16e
AS
8317 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8318 for both version and ratio in the minibuffer.
fd063975 8319
eaae8106 8320 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 8321 Use vc-do-command to perform the annotation, not call-process.
6505c16e 8322
a13f0660
KH
83232000-11-16 Kenichi Handa <handa@etl.go.jp>
8324
8325 * international/quail.el (quail-start-translation): Don't call
8326 `message' before reading key sequence.
8327
1389a414
MB
83282000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8329
8330 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8331
9256a532
KH
83322000-11-16 Kenichi Handa <handa@etl.go.jp>
8333
8334 * window.el (fit-window-to-buffer): Be sure to acquire at least
8335 one text line even if the buffer is empty.
8336
0e14fe9f
GM
83372000-11-16 Gerd Moellmann <gerd@gnu.org>
8338
eaae8106 8339 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
8340 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8341 Bind ange-ftp-process-verbose to nil.
0e14fe9f 8342
da645c53
DL
83432000-11-15 Dave Love <fx@gnu.org>
8344
83c9cb8e
SM
8345 * wid-edit.el (widget-specify-field, widget-specify-button):
8346 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
8347 widget-mouse-help.
8348 (widget-mouse-help): New function.
8349 (widget-echo-help): Rewritten for :help-echo functions only taking
8350 a widget arg.
8351
83c9cb8e
SM
8352 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8353 Use display-graphic-p.
b12057b9
DL
8354 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8355 and that JPEG is available.
8356 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8357
da645c53
DL
8358 * international/mule-cmds.el (locale-charset-language-names):
8359 Match @euro.
8360
6d133d1f
GM
83612000-11-15 Gerd Moellmann <gerd@gnu.org>
8362
83c9cb8e
SM
8363 * faces.el (face-set-after-frame-default):
8364 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
8365 default face from X resources.
8366
49ac2ac5
EZ
83672000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8368
8369 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8370 Don't set EMACSLOADPATH.
8371
4fb0a34c
EZ
83722000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8373
8374 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8375 texinfo-insert-@url.
8376 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8377 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8378
bb304a7a
SM
83792000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8380
82bc80bf
SM
8381 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8382 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8383 (checkdoc-minor-keymap): Backward compatibility.
8384 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8385 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8386 (checkdoc-this-string-valid-engine): Be a bit more strict
8387 to avoid matching substrings of `...' quoted vars/funs.
8388 (checkdoc-defun-info): Only look for `interactive' if alone.
8389 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8390
e8c87124
SM
8391 * progmodes/compile.el (grep): `tag-default' can be nil.
8392
bb304a7a
SM
8393 * newcomment.el (comment-indent): Paren typo.
8394
8628686a
DL
83952000-11-14 Dave Love <fx@gnu.org>
8396
25c269ef
DL
8397 * calculator.el: New maintainer version.
8398
66321b2f 8399 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 8400
8628686a
DL
8401 * cmuscheme.el: Doc fixes.
8402 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 8403 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
8404
8405 * xscheme.el (scheme-program-name): Don't define here.
8406
8407 * progmodes/scheme.el (scheme-program-name): New variable
8408 (originally in cmuscheme).
8409
88f0a1eb
MB
84102000-11-14 Miles Bader <miles@gnu.org>
8411
8412 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8413 Handle header-lines. Don't loop forever if we can't enlarge the
8414 window anymore. Simplify a bit.
8415
cd9a000c
KH
84162000-11-14 Kenichi Handa <handa@etl.go.jp>
8417
8418 * window.el (fit-window-to-buffer): Don't check
8419 window-text-height. Assure that the last line is fully visible.
8420
83c9cb8e
SM
8421 * international/quail.el (quail-show-guidance-buf):
8422 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
8423 buffer.
8424 (quail-update-guidance): Avoid making the guidance buffer shorter.
8425
d3fcda22
SM
84262000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8427
bdbd9606
SM
8428 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8429 rather than `prepend' and add an interesting comment.
8430 (tex-math-face, tex-font-lock-syntactic-face-function):
8431 New face and function to use it.
8432 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8433 than `menu-enable' symbol property.
8434 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8435 (tex-mode): Add some latex-mode commands for auto-selection.
8436 Use tex-font-lock-syntactic-face-function.
8437 (tex-insert-quote): Simplify.
8438 (tex-shell): New mode.
8439 (tex-start-shell): Use it.
8440 (tex-shell-proc, tex-shell-buf): New functions.
8441 (tex-send-command): Use it.
8442 (tex-main-file): Fix the meaning of the new arg REALFILE.
8443 (tex-send-tex-command): New function split from `tex-start-tex'.
8444 Set compilation-last-buffer and compilation-parsing-end.
8445
d3fcda22
SM
8446 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8447 when it follows non-comment text on the line.
8448
8449 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8450 Set font-lock-defaults.
8451 (lisp-mode-shared-map): Init inside the defvar.
8452 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8453 Use define-derived-mode.
8454
bdab1d43
MB
84552000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8456
8457 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8458
936ae731
GM
84592000-11-14 Gerd Moellmann <gerd@gnu.org>
8460
83c9cb8e
SM
8461 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8462 Don't recursively optimize body because that can lead to infinite
936ae731
GM
8463 recursion; see comment there.
8464
1695ca2b
EZ
84652000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8466
8467 * faces.el (face-spec-set-match-display): Revert the change from
8468 2000-10-24. Add a FIXME for after v21.1.
8469
9d348294
MB
84702000-11-13 Miles Bader <miles@gnu.org>
8471
8472 * textmodes/fill.el (skip-line-prefix): New function.
8473 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8474 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
8475 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8476 point inside the fill-prefix.
9d348294 8477
b85fa13c
MB
84782000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8479
83c9cb8e
SM
8480 * calendar/calendar.el (generate-calendar-window):
8481 Use `fit-window-to-buffer'.
b85fa13c 8482
a0b47716
SM
84832000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8484
8485 * gud.el (gud-minor-mode): New var.
8486 (gud-symbol, gud-val): New functions.
8487 (gud-find-file): Copy gud-minor-mode to the new buffer.
8488 (gud-menu-map): Include entries for commands that are not always
8489 available, using :enable to (de)activate them.
8490 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8491 (gud-mode-map): New map.
eaae8106 8492 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
8493 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8494 Don't set up gud's menu (it's done by the minor-mode).
8495 (gud-minibuffer-local-map): New.
8496 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8497 (gud-query-cmdline): New function.
8498 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8499 (gud-mode): Use define-derived-mode.
8500 Don't set up gud's menu (it's done by the minor-mode).
8501 (gud-chop-words): Remove.
8502 (gud-common-init): Use split-string instead.
8503 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8504
8505 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8506 Add keyword arg :name.
8507
8508 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8509 (diff-count-matches, diff-split-hunk): New functions.
8510 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8511
8512 * pcvs-info.el (cvs-fi-conflict-face): New var.
8513
8514 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8515 Make it into a simple syntax-table, shared among all submodes.
8516 (sh-heredoc-face): Re-introduce.
8517 (sh-font-lock-syntactic-face-function): New function.
8518 (sh-mode): Use it. Also use define-derived-mode.
8519 Remove old bogus setting of indent-region-function.
8520 (sh-set-shell): Don't set the syntax-table any more.
8521 (sh-mode-syntax-table) <defun>: Remove.
8522
f5ed37df
MB
85232000-11-12 Miles Bader <miles@gnu.org>
8524
8525 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8526 message if interactive.
8527
0b074c2f
DL
85282000-11-12 Dave Love <fx@gnu.org>
8529
8530 * mail/feedmail.el: Fix header,
8531 (feedmail) <defgroup>: Add :link.
8532
8533 * view.el: Use local-map property, not keymap on mode-line string.
8534
83c9cb8e
SM
8535 * scroll-all.el (scroll-all-mode): Customize variable.
8536 Add autoload cookie to function.
0b074c2f
DL
8537
8538 * lazy-lock.el: Remove compatibility code.
8539
8540 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8541 (finder-help-echo): New variable.
8542 (finder-mouse-face-on-line): Add help-echo stuff.
8543 (finder-list-keywords, finder-list-matches): Use mapc.
8544
8545 * faces.el (face-font-registry-alternatives): Add :version.
8546
8547 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8548 tags-table-list.
8549
a0b47716 8550 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 8551
a0b47716 8552 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
8553 (mail-mode): Use [:alnum:] in some regexps.
8554
6d502396
DL
85552000-11-10 Dave Love <fx@gnu.org>
8556
8557 * ediff.el (ediff-regions-internal, ediff-documentation):
8558 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8559 fundamental mode.
8560
8561 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8562 buffer into fundamental mode.
8563 (ediff-set-difference): Use copy-sequence if available.
8564
83c9cb8e
SM
8565 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8566 Check ediff-patch-map non-nil.
6d502396
DL
8567 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8568 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8569 buffer into fundamental mode.
8570
8571 * ediff-merg.el (state-or-merge): Defvar when compiling.
8572
a82fe213
JR
85732000-11-10 Jason Rumney <jasonr@gnu.org>
8574
8575 * w32-fns.el (w32-add-charset-info): New function.
8576 (w32-charset-info-alist): Use it.
8577
52d89894
GM
85782000-11-10 Gerd Moellmann <gerd@gnu.org>
8579
8580 * faces.el (face-font-registry-alternatives): New user-option.
8581
178932de
SM
85822000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8583
d7fa3319
SM
8584 * textmodes/texinfo.el (texinfo-block-default): New var.
8585 (texinfo-insert-block): Use it. Insert a newline if needed.
8586
178932de
SM
8587 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8588 (fill-region-as-paragraph): Use it.
8589
8590 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8591 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8592 Tweak paragraph regexps to allow a leading [ \t]*.
8593 (tex-latex-block): Insert a newline if necessary.
8594 (latex-insert-item): Only insert a newline if necessary.
8595 (tex-guess-main-file): New function.
8596 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8597 Set tex-main-file if TeX-master is provided.
8598 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8599
bd02b8e0
GM
86002000-11-10 Gerd Moellmann <gerd@gnu.org>
8601
8602 * startup.el (command-line): Set the default tooltip-mode
8603 to t for graphical displays which implement x-show-tip.
8604
8605 * tooltip.el (tooltip-mode): Add a comment about startup.el
8606 setting the default value of this user-option.
8607
b29b03eb
SM
86082000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8609
8610 * font-lock.el (font-lock-*-face) <defvar>: Move.
8611 (font-lock-defaults-alist): Mark obsolete.
8612 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8613 (font-lock-mode): Use define-minor-mode.
8614 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8615 (font-lock-turn-off-thing-lock): Be more explicit.
8616 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8617 (font-lock-syntactic-face-function): New var.
8618 (font-lock-fontify-syntactically-region): Use it.
8619 (font-lock-doc-face): New.
8620
8621 * pcvs.el (cvs-enabledp): Ignore errors.
8622 (cvs-commit-filelist): Never query.
8623 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8624 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8625 (cvs-do-removal): Use cvs-partition rather than delete-if.
8626 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8627 cvs-bury-buffer.
8628
8629 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8630 Allow `next' to jump to after the end of the last match.
8631
778fbc46
GM
86322000-11-09 Gerd Moellmann <gerd@gnu.org>
8633
730c746c
GM
8634 * simple.el (byte-compiling-files-p): New function.
8635
8636 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8637 if it is there.
8638
8639 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8640 nil again.
8641
778fbc46
GM
8642 * textmodes/ispell.el (ispell-library-path): Don't call
8643 check-ispell-version when byte-compiling because that starts
8644 an ispell process, and ispell might not be installed.
8645 (toplevel): Don't set up a menu when byte-compiling.
8646
8647 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8648 it, so that a boundp test can be used to determine if we're
8649 currently byte-compiling.
8650
5912c5bb
DL
86512000-11-09 Dave Love <fx@gnu.org>
8652
83c9cb8e 8653 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 8654
7bb054a5
GM
86552000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8656
83c9cb8e
SM
8657 * ps-print.el: Patch for variable initialization when spooling.
8658 Doc fix.
7bb054a5
GM
8659 (ps-output-list): Fun eliminated.
8660 (ps-begin-file, ps-begin-job): Code fix.
8661
9db2706e
DL
86622000-11-08 Dave Love <fx@gnu.org>
8663
83c9cb8e 8664 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 8665
f7eb32aa
GM
86662000-11-08 Gerd Moellmann <gerd@gnu.org>
8667
8668 * simple.el (shell-command, display-message-or-buffer)
8669 (shell-command-on-region): Mention resize-mini-windows in the doc
8670 string.
8671 (display-message-or-buffer): Take the value of resize-mini-windows
8672 into account.
8673
7b01b08c
GM
86742000-11-07 Gerd Moellmann <gerd@gnu.org>
8675
acad3c0b
GM
8676 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8677
7b01b08c
GM
8678 * dired.el (dired-between-files): Add `^. find' as an alternative
8679 to the regular expression, for find-dired.
8680
6f602bd0
SM
86812000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8682
8683 * textmodes/texnfo-upd.el: Require texinfo.
8684 (defmacro, defgroup): Remove.
8685 (texinfo-section-to-generic-alist): Remove.
8686 Use texinfo-section-list instead (i.e. level is changed string->int).
8687 (texinfo-filter): New function.
8688 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8689 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8690 Use it. And use regexp-opt.
8691 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8692 (texinfo-update-menu-region-beginning)
8693 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8694 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8695 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 8696 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
8697 (texinfo-sequential-node-update): Remove autoload cookie.
8698
8699 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8700 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8701 (texinfo-chapter-level-regexp): Remove.
8702 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8703
bb216218
DL
87042000-11-06 Dave Love <fx@gnu.org>
8705
6f602bd0 8706 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 8707
6f602bd0
SM
8708 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8709 Match defun*.
bb216218 8710
ff8dd5d5
KH
87112000-11-06 Kenichi Handa <handa@etl.go.jp>
8712
8713 * composite.el (composition-function-table): Variable declaration
8714 moved to src/composite.c.
8715 (compose-chars-after): New optional arg object.
8716
e9da51a1
GM
87172000-11-06 Gerd Moellmann <gerd@gnu.org>
8718
e0c12c68
GM
8719 * bindings.el (mode-line-toggle-read-only)
8720 (mode-line-toggle-modified, mode-line-widen)
8721 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8722 (make-mode-line-mouse2-map): Rewritten.
8723 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8724 functions so that C-h k can show something with a doc string.
eaae8106 8725
e9da51a1
GM
8726 * startup.el (fancy-splash-delay): Set to 10 seconds.
8727 (fancy-splash-max-time): New user-option.
8728 (fancy-splash-stop-time): New variable.
8729 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8730 (fancy-splash-screens-1): Throw `stop-splashing' when current
8731 time is greater than fancy-splash-stop-time.
8732
611dbdf0
SM
87332000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8734
4d2806e2
SM
8735 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8736
611dbdf0
SM
8737 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8738 Prompt user for a file rather than raising an error.
8739 (cvs-enabledp): Fix call to cvs-mode-marked.
8740 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8741 (cvs-mode-insert): Use it. Change the init prompt' value.
8742 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8743
8744 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8745 Don't pass default arg to ewoc-locate.
8746 (ewoc-collect): Return result in the right order.
8747
8748 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8749
8750 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8751 (cvs-status-get-tags): Fix regexp.
8752 (cvs-status-trees, cvs-status-cvstrees):
8753 Combine after change hooks and don't sit-for.
4d2806e2
SM
8754 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8755 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
8756 Use make-char rather than hard-coded cryptic data.
8757 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8758
8759 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8760
8761 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8762 (cvs-insert-strings): New function.
8763
937b2877
MB
87642000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8765
8766 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8767 `mwheel-scroll-amount'.
8768 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8769 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8770 string-matching against the version string.
8771
c6c97763
KH
87722000-11-06 Kenichi Handa <handa@etl.go.jp>
8773
6eaec747
KH
8774 * language/thai.el ("Thai"): Set a lisp form that produces
8775 composed string in `sample-text' language info.
8776
8777 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8778 composed string in `sample-text' language info.
8779
83c9cb8e
SM
8780 * international/mule-cmds.el (describe-language-environment):
8781 Eval `sample-text' data and insert the result.
6eaec747 8782
c6c97763
KH
8783 * international/mule-conf.el (compound-text): Define this coding
8784 system here. Make x-ctext and ctext aliases of it.
8785
8786 * language/european.el (compound-text, ctext): Moved to
8787 international/mule-conf.el.
8788
d1145f85
AI
87892000-11-05 Andrew Innes <andrewi@gnu.org>
8790
8791 * w32-fns.el (w32-version): New function.
8792
178a6a45
SM
87932000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8794
8795 * progmodes/awk-mode.el: Update copyright.
8796 (awk-mode-abbrev-table): Remove.
8797 (awk-font-lock-keywords): Use regexp-opt.
8798 (awk-mode): Use define-derived-mode.
8799
8800 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8801 when extracting a suffix.
8802
1ba90166
AS
88032000-11-04 Andre Spiegel <spiegel@gnu.org>
8804
8805 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8806 auto-save-mode.
8807
546790cb
JR
88082000-11-04 Jason Rumney <jasonr@gnu.org>
8809
8810 * language/european.el (decode-mac-roman): Test against r1 not r0.
8811
d247e32d
SM
88122000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8813
fbf44f44
SM
8814 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8815 (icon-mode): Define indent-line-function.
8816 (icon-comment-indent): Simplify.
8817 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8818
8819 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8820
8821 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8822 Bind change-log-default-mode to defeat the caching done on it.
8823 Don't bother saving excursion any more.
8824
8825 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8826
8827 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8828 (set-frame-font): Use the new name (and the old for compatibility).
8829
eaae8106
SS
8830 * toolbar/tool-bar.el (tool-bar-mode):
8831 * time.el (display-time-mode):
8832 * recentf.el (recentf-mode):
8833 * paren.el (show-paren-mode):
8834 * mwheel.el (mouse-wheel-mode):
8835 * msb.el (msb-mode):
8836 * jka-compr.el (auto-compression-mode):
8837 * image-file.el (auto-image-file-mode):
8838 * hl-line.el (hl-line-mode):
8839 * delsel.el (delete-selection-mode):
8840 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
8841 * complete.el (partial-completion-mode): Drop unneeded positional args.
8842
eaae8106 8843 * info.el (Info-mode):
79372165 8844 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 8845
d247e32d
SM
8846 * log-edit.el (log-edit-menu): New menu.
8847
4921558e
MB
88482000-11-03 Miles Bader <miles@gnu.org>
8849
8850 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8851 definition, so that trailing spaces are handled properly.
8852 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8853
1fc02b3c
GM
88542000-11-03 Gerd Moellmann <gerd@gnu.org>
8855
8856 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8857 tab character.
8858 (fancy-splash-screens): Set tab-width to 20.
8859
51d001f7
DL
88602000-11-03 Dave Love <fx@gnu.org>
8861
8862 * comint.el (comint-completion-addsuffix): Fix custom type.
8863
ba22aeff
SM
88642000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8865
8866 * font-lock.el (font-lock-buffers): Remove.
8867 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8868 (font-lock-change-major-mode): Remove.
8869 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8870 (font-lock-default-fontify-region): Extend the multiline
8871 fontification to whole lines.
8872 (font-lock-fontify-anchored-keywords)
8873 (font-lock-fontify-keywords-region): If matching just one
8874 line (with \n) only mark the \n as multiline.
8875
8876 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8877 Correctly handle the case where several :group args are supplied.
8878 Allow :extra-args.
8879 (easy-mmode-define-global-mode): Allow :extra-args.
8880 Correctly handle the case where several :group args are supplied.
8881
9c887ada
MB
88822000-11-02 Miles Bader <miles@gnu.org>
8883
eaae8106 8884 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
8885 (holiday-face): Remove dependency on `window-system'.
8886
7f25090d
KR
88872000-11-02 Ken Raeburn <raeburn@gnu.org>
8888
8889 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 8890 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 8891 (compile-files): Bomb out if compilation of a file fails.
7f25090d 8892
7dd6009c
DL
88932000-11-02 Dave Love <fx@gnu.org>
8894
8895 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8896
94821e4f
EZ
88972000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8898
8899 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8900 punctuation in the warning inserted into the *mail* buffer.
8901
1ac3fc42
GM
89022000-11-02 Gerd Moellmann <gerd@gnu.org>
8903
57731876
GM
8904 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8905 (authors-public-domain-p): New function.
8906 (authors-print): Use it.
8907
975f82c9
GM
8908 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8909
1ac3fc42
GM
8910 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8911
4b3eb10f
GM
89122000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8913
975f82c9 8914 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
8915 (ps-print-version): New version number (6.3.1).
8916 (ps-even-or-odd-pages): Customization fix.
8917 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8918 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8919 (ps-page-count): Var replaced by `ps-page-column'.
8920 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8921 (ps-print-sheet-p): New fun.
8922
7da794df
MB
89232000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8924
8925 * tooltip.el (tooltip-gud-tips-setup): New function.
8926 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8927 (tooltip-mode): Call tooltip-gud-tips-setup.
8928 (tooltip-gud-tips): Use `gud-basic-call' instead of
8929 process-send-string, so the prompt gets frobbed appropriately.
8930 Handle nil return value from `tooltip-gud-print-command'.
8931
0e40b809
EL
89322000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8933
8934 * comint.el (comint-add-to-input-history): New function.
8935 (comint-send-input): Use `comint-add-to-input-history'.
8936
50ada0db
MB
89372000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8938
973a3104
MB
8939 * info.el (info-menu-header): New face.
8940 (Info-fontify-menu-headers): New function.
8941 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8942
50ada0db
MB
8943 * info.el (Info-insert-dir): Don't include blank lines at
8944 beginning of additional dir files (one is added automatically).
8945
bff53411
SM
89462000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8947
8948 * emacs-lisp/easy-mmode.el (define-minor-mode):
8949 Revert the latest changes.
8950 Allow the three positional arguments to be skipped and replaced
8951 by keyword arguments.
8952 Add a :toggle argument to determine whether a nil arg means toggle
8953 or means turn-on. The default is unchanged.
8954 Add a call to force-mode-line-update.
8955
6b8a0b2d
DL
89562000-11-01 Dave Love <fx@gnu.org>
8957
83c9cb8e 8958 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 8959
5bf99100
MB
89602000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8961
83c9cb8e
SM
8962 * calendar/calendar.el (diary-face, holiday-face):
8963 Add dark-background variants.
5bf99100 8964
a4032611
SS
89652000-10-31 Sam Steingold <sds@gnu.org>
8966
8967 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8968 `tex-main-file' does not have directory in it.
8969
c286608e
SM
89702000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8971
8972 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8973
4836835a
TTN
89742000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8975
8976 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8977 functional change.
8978
26dcb81b
GM
89792000-10-31 Gerd Moellmann <gerd@gnu.org>
8980
8981 * files.el (find-file-noselect): When we expand a wildcard, return
8982 a list of buffers, as we should do according to the doc string.
8983
49fc4500
KR
89842000-10-31 Ken Raeburn <raeburn@gnu.org>
8985
8986 * loadup.el (top level): Adjust load path if program name is
8987 "../src/bootstrap-emacs", in case it's not dumped and thus the
8988 load path adjustment hasn't already been done.
8989
ea0c615d
GM
89902000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8991
83c9cb8e
SM
8992 * ps-print.el: Fix bug on selected pages for printing.
8993 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
8994 is on. Try to avoid warning messages when compiling. Doc Fix.
8995 (ps-print-version): New version number (6.3).
8996 (ps-color-device): Use `color-values' to determine if device
8997 supports color.
8998 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8999 (ps-print-page-p): Changed from defsubst to defun.
9000 (ps-page-number): Changed from defmacro to defun.
9001 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
9002 printing.
c286608e 9003 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
9004 (ps-end-file, ps-dummy-page): Funs eliminated.
9005 (ps-print-color-scale): Changed default value.
9006 (ps-page-n-up, ps-print-page-p): New internal vars.
9007 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9008 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9009
9e20722f
GM
9010 * delim-col.el: Little programming improvement.
9011 (delimit-columns-str): New macro.
9012 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9013
d7a0fd00
KH
90142000-10-31 Kenichi Handa <handa@etl.go.jp>
9015
c286608e
SM
9016 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9017 Moved to european.el.
d7a0fd00
KH
9018 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9019 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
9020 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9021 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 9022
234be340
DL
90232000-10-30 Dave Love <fx@gnu.org>
9024
9025 * progmodes/cc-menus.el (imenu-generic-expression)
9026 (imenu-progress-message): Only defvar when compiling.
9027
4edc4a39
DL
9028 * emacs-lisp/elp.el (elp-unload-hook): New function.
9029
9030 * loadhist.el (unload-feature): Call elp-restore-function,
9031 checking for symbols; don't use elp-restore-all.
9032 (loadhist-hook-functions): Doc fix.
9033
70c825df
SM
90342000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9035
9036 * log-edit.el (log-edit-confirm): Fix the default.
9037
1d3baf74
GM
90382000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9039
9040 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9041 delimit-columns-format.
9042 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 9043
1ec321a7
MB
90442000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9045
9046 * comint.el (comint-replace-by-expanded-history): Don't use
9047 comint-get-old-input (we're not looking at *old* input).
9048 (comint-get-old-input-default): If using fields, signal an error
9049 when the point is not in an input field.
9050
70737ea9
KH
90512000-10-30 Kenichi Handa <handa@etl.go.jp>
9052
9053 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9054 and mule-unicode-e000-ffff.
9055
fa0cb51d 9056 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
9057 (make-coding-system): Accept a symbol of translation table as a
9058 value of property `safe-chars'.
9059
9060 * international/mule-cmds.el (encode-coding-char): Check property
9061 safe-chars instead of safe-charsets.
9062
9063 * international/fontset.el (fontset-default): Modified for
9064 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9065 (x-font-name-charset-alist): Likewise.
9066 (ccl-encode-unicode-font): New CCL program. Record it in
9067 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9068
70c825df
SM
9069 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9070 New translation tables.
70737ea9
KH
9071 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9072 programs are modified and moved from mac-win.el.
9073 (mac-roman): Definition of this coding system is modified and
9074 moved from mac-win.el.
4836835a 9075
fda2ce24 90762000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9077
1d3baf74 9078 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 9079 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 9080
dd4d3cb6
MB
90812000-10-29 Miles Bader <miles@gnu.org>
9082
9083 * custom.el (custom-add-to-group): Allow multiple entries for a
9084 given value OPTION, as long as their widget types are different.
9085 * cus-edit.el (custom-face-value-create): If face name doesn't end
9086 with "face", add such here (similar to custom group widgets).
9087
9088 * comint.el (comint-highlight-prompt): Add :type.
9089
dace60cf
JW
90902000-10-28 John Wiegley <johnw@gnu.org>
9091
dace60cf
JW
9092 * calendar/timeclock.el (timeclock-log): Doc fix.
9093 (timeclock-last-event): Doc fix.
83c9cb8e 9094 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
9095 (timeclock-find-discrep): Use a temp buffer to read in the
9096 timelog, instead of visiting the file.
9097 (timeclock-log-data): A new function, along with a host of helper
9098 functions, for the purpose of making timelog data accessible to
9099 programmers.
9100
9101 * eshell/esh-mode.el (window-height test): Make certain that
9102 `eshell-stringify-t' is non-nil.
9103 (eshell-password-prompt-regexp): Changed to a much simpler
9104 password regexp.
9105 (eshell-send-input): If `eshell-invoke-directly' returns t,
9106 directly invoke the parsed command using `eval'. This improves
9107 turn-around time on simple commands by a factor of three or
9108 greater, such as cd, ls, pwd, etc. -- which get used very often.
9109 It also conserves thousands of cons cells per call (since
9110 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9111 in the Pacific Cookie Company).
9112
9113 * eshell/esh-test.el (eshell-test): Whitespace fix.
9114
83c9cb8e
SM
9115 * eshell/em-ls.el (eshell-ls-insert-directory):
9116 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
9117
9118 * eshell/em-script.el (eshell-script-initialize): Add names to
9119 `eshell-complex-commands, since `source' and `.' are complex.
9120
0467b076
EZ
9121 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9122 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
9123 `eshell-copy-handles'.
9124 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9125 bodies.
9126 (eshell-separate-commands): Whitespace fix.
9127 (eshell-complex-commands): Added a new list of names, for
9128 determining whether a given command is as simple as it looks.
9129 (eshell-invoke-directly): New function. Returns t if a command
9130 should be invoked directly (using `eval'), rather than indirectly
9131 using `eshell-do-eval'.
9132 (eshell-do-eval): Whitespace fix.
9133
9134 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9135 which provides an emulation of the DOS shell behavior of assuming
9136 that cp/mv/ln should copy/move/link to the current directory.
9137 (eshell-remove-entries): Added a doc string.
9138 (eshell-shuffle-files): Removed the check for `target' being null.
9139 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9140 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9141 it to do a smarter check of whether a destination was provided.
9142 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9143 (eshell/ln): Enable `:preserve-args', and use
9144 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
9145 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9146 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
9147 list after flattening it. This makes it possible to cat files
9148 with numerical names.
9149 (eshell-unix-initialize): Added several names to
9150 `eshell-complex-commands.
9151 (eshell-unix-command-complex-p): Return t if a given command name
9152 may result in external processes being invoked.
9153
9154 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9155 variable nil by default, since it slows down glob processing by a
9156 factor of two or more, and increases memory consumption.
9157
9158 * eshell/em-smart.el: Added a note about how memory consumptive
9159 smart display mode can be (at least this is true in Emacs 21).
9160 (eshell-smart-initialize): Whitespace fix.
9161 (eshell-refresh-windows): Use `if' instead of `when'.
9162 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9163 not necessary.
83c9cb8e 9164 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
9165
9166 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9167 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9168 Whitespace fix.
9169 (eshell-ls-exclude-hidden): Added this variable in addition to
9170 `eshell-ls-exclude-regexp'. This one prevents files beginning
9171 with . from even being read, which can improve memory consumption
9172 quite a bit.
9173 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9174 read file entries beginning with a dot. In home directories with
9175 lots of hidden files, fully two-thirds of the time spent in ls is
9176 used to read directory entries that are immediately thrown away.
9177 (eshell-ls-initial-args): Added back this configuration variable,
9178 for specifying default initial arguments to every call to ls.
9179 Much faster than using an alias to do the same thing.
9180 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9181 (eshell-ls-dir): Whitespace change.
9182
9183 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9184
83c9cb8e 9185 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
9186 (eshell-stringify-t): Added a customization variable, to indicate
9187 whether `t' should be rendered as a string at all. If not, one
9188 can still determine if the result of an expression is true using
9189 "file-exists-p FILE && echo true".
9190 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9191 stringify t!
9192
9193 * eshell/esh-module.el: Whitespace fix.
9194
83c9cb8e
SM
9195 * eshell/em-alias.el (eshell-alias-initialize):
9196 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
9197 (eshell-command-aliased-p): New function that returns t if a
9198 command name names an aliased.
9199
657f9cb8 92002000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9201
0467b076 9202 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 9203 redrawing the screen when changing cursor color.
0467b076
EZ
9204 (viper-insert-state-pre-command-sentinel)
9205 (viper-replace-state-pre-command-sentinel)
70c825df
SM
9206 (viper-replace-state-post-command-sentinel):
9207 Use viper-preserve-cursor-color.
657f9cb8
MK
9208 Many functions changed to use viper= instead of = when comparing
9209 characters.
0467b076 9210 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 9211 working with characters.
0467b076 9212 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
9213 Many functions changed to use viper= instead of = when comparing
9214 characters.
0467b076 9215 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 9216
0467b076 9217 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 9218 Several typos fixed in various docstrings.
0467b076 9219 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 9220 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
9221 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9222 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9223 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9224 (ediff-get-selected-buffers): New function.
9225 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
9226 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9227 Use save-window-excursion.
0467b076 9228 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 9229 termination check in while loop.
0467b076 9230 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 9231 dired buffer.
0467b076
EZ
9232 (ediff-files,ediff-merge-files,ediff-files3)
9233 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 9234
4f490d99
DL
92352000-10-28 Dave Love <fx@gnu.org>
9236
9237 * info.el (Info-fontify-node): Add help-echo for menu items.
9238
45b84006
EZ
92392000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9240
5ebc02b3
EZ
9241 * startup.el (normal-top-level): If the value of $TERM indicates
9242 we are running from xterm or one of its work-alikes, default to a
9243 light background mode.
9244
45b84006
EZ
9245 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9246 * faces.el (tty-handle-reverse-video): New function.
9247 (tty-create-frame-with-faces): Call it.
9248
9249 * frame.el (frame-notice-user-settings): Don't apply
9250 default-frame-alist and initial-frame-alist to MS-DOS frames.
9251 Call tty-handle-reverse-video, frame-set-background-mode, and
9252 face-set-after-frame-default for non-MS-DOS frames.
9253
9254 * startup.el (tty-long-option-alist): New variable.
9255 (tty-handle-args): New function.
9256 (command-line): Call tty-handle-args.
9257
9258 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9259 startup.el now does that for all character-terminal frames.
9260
eab6e8b9
MB
92612000-10-28 Miles Bader <miles@gnu.org>
9262
83c9cb8e
SM
9263 * emacs-lisp/easy-mmode.el (define-minor-mode):
9264 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9265 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 9266 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
9267 version using `easy-mmode-define-global-mode'.
9268 Add :conditional-turn-on keyword argument.
eab6e8b9 9269
51a29efc
DL
92702000-10-28 Dave Love <fx@gnu.org>
9271
83c9cb8e
SM
9272 * international/latin1-disp.el (latin1-char-displayable-p):
9273 Don't use window-system.
51a29efc 9274
d71d7114
EZ
92752000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9276
9277 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9278 Don't call find-buffer-file-type-coding-system. Instead, just
9279 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9280 if the file is on an untranslated filesystem.
9281 (add-untranslated-filesystem): Use "D" instead of "f" inside
9282 interactive.
9283
1f9cab4b
DL
92842000-10-27 Dave Love <fx@gnu.org>
9285
70c825df 9286 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
9287 (refill-mode): Use it.
9288
70c825df
SM
92892000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9290
9291 * international/quail.el (quail-activate): Don't make-local-hook.
9292
7432cf10
AS
92932000-10-27 Andre Spiegel <spiegel@gnu.org>
9294
4836835a 9295 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 9296 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
9297 (vc-make-version-backup): Don't do it on MS-DOS without long file
9298 names.
4836835a 9299
7432cf10
AS
9300 * vc.el (vc-version-other-window): If an automatic backup of the
9301 desired version exists, rename it instead of copying it.
9302
4836835a
TTN
9303 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9304 after command. If there's an unexpected error, signal it instead
7432cf10 9305 of being silent.
e1483c38 9306 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 9307
05ea7ef2
MB
93082000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9309
fd1035aa
MB
9310 * shell.el (shell): Add BUFFER argument.
9311 * comint.el (make-comint-in-buffer): New function.
9312 (make-comint): Use it.
9313
05ea7ef2
MB
9314 * faces.el (face-spec-choose): Change syntax so that the list of
9315 attribute-value pairs is now the cdr of each clause, not the cadr.
9316 Detect old-style entries, and handle them. Use pop.
9317
835a55fe
SM
93182000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9319
f5ab1cdd
SM
9320 * cus-edit.el (custom-mode-map): Use a sparse map.
9321 (custom-mode): Don't bother with make-local-hook.
9322
9323 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9324
835a55fe
SM
9325 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9326
c13b0ec8
GM
93272000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9328
9329 * ps-print.el: Avoid compilation gripes.
9330 (ps-print-version): New version number (6.2.1).
4836835a 9331
e9f63196
DL
93322000-10-26 Dave Love <fx@gnu.org>
9333
0b95284b
DL
9334 * menu-bar.el: Modify some menu item help strings.
9335 (menu-bar-help-menu): Add link to MORE.STUFF.
9336
e9f63196
DL
9337 * cus-edit.el (custom-mode): Add `special' mode-class property.
9338
9339 * wid-browse.el (widget-browse-mode): Likewise.
9340
9341 * wid-edit.el (widget-specify-field): Revert to using local-map
9342 property, not keymap.
9343
e276a14a
MB
93442000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9345
c1545d88
MB
9346 * wid-edit.el (widget-field-end): When checking for a `boundary'
9347 field, do so in the correct buffer.
9348
3c1b77ca
MB
9349 * simple.el (undo): Correctly distinguish between numeric and
9350 non-numeric prefix args in non-transient-mark-mode, as per the doc
9351 string. When in transient-mark-mode, treat all prefix-args as
9352 numeric.
9353
f5ab1cdd
SM
9354 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9355 Position point on match. Handle N == 0 correctly.
22626d9d
MB
9356
9357 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9358 (comint-mode-map): Reverse order of `comint-write-output' and
9359 `comint-append-output-to-file'.
9360 (comint-append-output-to-file): Reinstate this function, for the
9361 benefit of the menu.
9362
d97151cb
SM
93632000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9364
9365 * vc.el (vc-version-other-window): Bind `file'.
9366
ea7d6f5b
GM
93672000-10-25 Gerd Moellmann <gerd@gnu.org>
9368
f5ab1cdd 9369 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
9370
9371 * emacs-lisp/authors.el (batch-update-authors): New function.
9372 (authors-fixed-entries): New defconst.
9373 (authors-add-fixed-entries): New function.
9374 (authors): Call it.: Don't process lispref/.
9375
17c25cea
JR
93762000-10-25 Jason Rumney <jasonr@gnu.org>
9377
9378 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9379 Merge x w32 and mac definitions.
9380
4ecda532
GM
93812000-10-25 Gerd Moellmann <gerd@gnu.org>
9382
9383 * menu-bar.el (menu-bar-options-menu): Add a help string for
9384 `uniquify'.
9385
b52758d1 93862000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 9387
f5ab1cdd
SM
9388 * time-stamp.el (time-stamp-string-preprocess):
9389 Fix a wrong type argument error.
b6735035 9390
f4cbc7a0
MB
93912000-10-25 Miles Bader <miles@gnu.org>
9392
9393 * recentf.el (recentf-mode): Variable removed.
9394 (recentf-mode): Use `define-minor-mode'.
9395
9396 * mwheel.el (mouse-wheel-mode): New global minor mode.
9397 (mwheel-install): Use `mouse-wheel-mode'.
9398
f4b020f6
DL
93992000-10-25 Dave Love <fx@gnu.org>
9400
f5ab1cdd
SM
9401 * progmodes/cperl-mode.el (cperl-mode):
9402 Set normal-auto-fill-function correctly.
072cb6f9 9403
83c9cb8e
SM
9404 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9405 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 9406 bindings.
f4b020f6 9407
ebe2a441
MB
94082000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9409
ff4dcd4b
MB
9410 * wid-edit.el (widget-field-at): New function.
9411 (widget-at, widget-field-activate): Use it.
9412 (widget-tabable-at): Use `widget-at'.
9413 (widget-specify-field): If the terminating character of the widget
9414 field (which is read-only) is a newline, put it into a special
9415 `boundary' field so that C-n/C-p act more naturally.
9416 (widget-field-end): Also don't subtract one if a special
9417 `boundary' field has been added after the widget field.
9418
83c9cb8e
SM
9419 * comint.el (comint-output-filter, comint-send-input):
9420 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 9421 code, since it should notice the overlay insertion-types now.
ff4dcd4b 9422
ebe2a441
MB
9423 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9424 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9425 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9426
fe50b6ab
GM
94272000-10-24 Gerd Moellmann <gerd@gnu.org>
9428
53df4dda 9429 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
9430 (authors): Set file coding system to iso-2022-7bit.
9431 Add file-local variables to output buffer.
53df4dda 9432
4836835a 9433 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
9434 WARN is nil.
9435
53df4dda
GM
94362000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9437
9438 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9439
9440 * delim-col.el: Now there is a column formatting mechanism.
9441 Modified to customization mechanisms convention. Doc fix.
9442 (columns): New group for delim-col.
9443 (delimit-columns-before, delimit-columns-after)
9444 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9445 (delimit-columns-end): New vars.
9446 (delimit-columns-customize, delimit-columns-format): New funs.
9447 (delimit-columns-region, delimit-columns-rectangle)
9448 (delimit-columns-rectangle-line): Modified to support column
9449 formatting.
4836835a 9450
a9839779
DL
94512000-10-24 Dave Love <fx@gnu.org>
9452
9453 * log-edit.el (log-edit): Add :version and a :group for vc.
9454
df0267b8
GM
94552000-10-24 Gerd Moellmann <gerd@gnu.org>
9456
9acc3873
GM
9457 * files.el (after-find-file): Don't print a message ``New file''
9458 if WARN is nil.
9459
83c9cb8e
SM
9460 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9461 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
9462 get duplicate tool-bar entries because we'll see the global ones
9463 on more than one path through keymaps.
9464
1946f901
GM
9465 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9466
df0267b8
GM
9467 * progmodes/cmacexp.el: Change Francesco's email address.
9468
ae3b264b
KH
94692000-10-24 Kenichi Handa <handa@etl.go.jp>
9470
9471 * window.el (fit-window-to-buffer): Adjust point of the window
9472 buffer, not that of the current buffer.
9473
23afac01
EZ
94742000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9475
9476 * progmodes/cmacexp.el: Update the euthor's email address.
9477
22d1a4ed
MB
94782000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9479
9480 * faces.el (face-spec-set-match-display): Add `graphic' display
9481 type (the inverse of `tty'). Use `display-graphic-p' instead of
9482 the window-system variable.
9483
f408aa48
KH
94842000-10-24 Kenichi Handa <handa@etl.go.jp>
9485
83c9cb8e
SM
9486 * international/isearch-x.el (isearch-with-input-method):
9487 Call input-method-function with the first event in
f408aa48
KH
9488 unread-command-events.
9489
94fe8a31
MB
94902000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9491
83c9cb8e 9492 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 9493
8f47302e
AC
94942000-10-24 Andrew Choi <akochoi@i-cable.com>
9495
9496 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9497 New charsets.
9498
9499 * term/mac-win.el: Remove definitions of mac-roman-lower and
9500 mac-roman-upper, require dired, and define instead of set
9501 mac-ready-for-drag-n-drop to avoid compilation error.
9502
446c097e
AI
95032000-10-23 Andrew Innes <andrewi@gnu.org>
9504
83c9cb8e
SM
9505 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9506 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
9507 expand-file-name after convert-standard-filename to ensure
9508 expected directory separators are used.
9509
379b70e7
EZ
95102000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9511
9512 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9513
85c766e9
DL
95142000-10-23 Dave Love <fx@gnu.org>
9515
b7e03a67
DL
9516 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9517 (tool-bar-add-item): Set foreground and background for XBM icons.
9518
83c9cb8e
SM
9519 * international/latin1-disp.el (latin1-char-displayable-p):
9520 New function (from Handa).
b7e03a67
DL
9521 (latin1-display-check-font): Use it.
9522
0dcf8835 9523 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
9524 using :key-sequence, making it much more usable.
9525 Use nconc, not append.
0dcf8835
DL
9526 (imenu--create-keymap-1): Avoid append.
9527
85c766e9 9528 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 9529
cb3069bb
MB
95302000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9531
9532 [the following changes fix a bug where `define-minor-mode' didn't
9533 correctly generate :require clauses for defcustoms in compiled files]
9534 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9535 (byte-compile-log-file, byte-compile-log-1): Don't set
9536 `byte-compile-current-file' to nil. Instead set
9537 `byte-compile-last-logged-file' to it. Test whether
9538 byte-compile-current-file equals byte-compile-last-logged-file
9539 instead of whether its nil.
3b6542ba 9540 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 9541
6db6243b
SM
95422000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9543
9544 * textmodes/refill.el: Fix var names in doc.
9545 (refill-mode): Don't bother with make-local-hook anymore.
9546
98490598
MB
95472000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9548
e01cd227
MB
9549 * faces.el (face-user-default-spec, face-default-spec): New functions.
9550 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 9551 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
9552 Use `face-user-default-spec'. Simplify code slightly.
9553
4836835a 9554 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
9555 (woman-unknown-face): Add dark-background variants.
9556 (woman-default-faces): Renamed from `woman-colour-faces'.
9557 Set using the stored defaults, rather than using hard-wired colors.
9558 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9559 Just make the foreground `unspecified' rather than "black".
9560 (woman-menu): Rename menu entries accordingly.
9561
98490598
MB
9562 * faces.el (header-line): Make more reasonable on mono/grayscale
9563 displays.
9564
1a578e9b
AC
95652000-10-23 Andrew Choi <akochoi@i-cable.com>
9566
9567 * cus-edit.el (custom-button-face): Use 3D look for mac.
9568 (custom-button-pressed-face): Likewise.
9569
9570 * faces.el (set-face-attributes-from-resources): Handle mac frames
9571 in the same way as x and w32 frames.
9572 (face-valid-attribute-values): Likewise.
9573 (read-face-attribute): Likewise.
9574 (defined-colors): Likewise.
9575 (color-defined-p): Likewise.
9576 (color-values): Likewise.
9577 (display-grayscale-p): Likewise.
9578 (face-set-after-frame-default): Likewise.
9579 (mode-line): Same default face as for x and w32.
9580 (tool-bar): Likewise.
9581
9582 * frame.el: Remove call to frame-notice-user-settings at end of
9583 the file.
9584
83c9cb8e 9585 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
9586 as for x, pc, and w32 frame types.
9587
9588 * term/mac-win.el: New file.
9589
aaaf7be7
DL
95902000-10-22 Dave Love <fx@gnu.org>
9591
9592 * textmodes/refill.el: New file.
9593
5392d654
AS
95942000-10-22 Andre Spiegel <spiegel@gnu.org>
9595
4836835a 9596 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 9597 MANUAL and REGEXP.
4836835a 9598 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
9599 New functions.
9600 (vc-before-save): Use the latter.
9601 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9602 confusion.
9603
4836835a 9604 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
9605 expected by vc[-hooks].el.
9606
9607 * vc.el (vc-checkout): Added `-p' suffix in call to
9608 vc-make-version-backups-p; use vc-make-version-backup to actually
9609 make the backup.
9610 (vc-version-other-window, vc-version-backup-file): Handle both
9611 automatic and manual backups.
9612 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9613 of all of them.
9614
1e221c16
MB
96152000-10-22 Miles Bader <miles@gnu.org>
9616
7ff4fda5
MB
9617 * comint.el (comint-highlight-input, comint-highlight-prompt):
9618 Renamed, `-face' at end removed.
9619 (comint-send-input, comint-output-filter): Use renamed faces.
9620
3511cde8
MB
9621 * window.el (fit-window-to-buffer): Change defaulting of
9622 MAX-HEIGHT slightly.
9623
1e221c16
MB
9624 * faces.el (color-values, color-defined-p): Use `member', not
9625 `memq', because it works correctly for strings.
9626 (frame-set-background-mode): Actually, "unspecified-fg" and
9627 "unspecified-bg" *are* strings. Use `member', not `memq', and
9628 `equal', not `eq', when a string value is possible.
9629
b6ef4898
EZ
96302000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9631
9632 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9633
34939e2c
SM
96342000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9635
9636 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9637 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9638 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9639 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9640 (sh-font-lock-syntactic-keywords): Use them.
9641 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9642 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9643 (sh-mode): Don't override font-lock-unfontify-region-function.
9644 Use a copy of sh-font-lock-syntactic-keywords.
9645 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9646 Don't call sh-scan-buffer since font-lock does it on the fly.
9647 (sh-get-indent-info): Use `face' rather than `syntax-table'
9648 text-property to detect here-documents.
9649 Replace sh-special-syntax with sh-st-punc.
9650 (sh-prev-line): Use `face' rather than `syntax-table'
9651 text-property to skip over here-documents.
9652 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9653 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9654 (sh-electric-less, sh-set-here-doc-region)
4836835a 9655 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
9656 (sh-scan-buffer, sh-rescan-buffer): Remove.
9657
f3d3c491
AI
96582000-10-21 Andrew Innes <andrewi@gnu.org>
9659
9660 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9661 remote (ange-ftp) file names.
9662
b86c791c
MB
96632000-10-21 Miles Bader <miles@gnu.org>
9664
d9c30bdf
MB
9665 * window.el (fit-window-to-buffer): New function.
9666 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
9667 (window-text-height): Don't expect minibuffers to have mode-lines.
9668
d9c30bdf 9669 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
9670 * international/quail.el (quail-update-guidance):
9671 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 9672
617fee5a
MB
9673 * international/quail.el (quail-show-guidance-buf): Make sure
9674 guidance window really has enough room.
9675 (quail-update-guidance): If quail-guidance-win is already shown,
9676 make sure its height is OK.
9677
b86c791c
MB
9678 * window.el (window-text-height, set-window-text-height):
9679 New functions.
9680 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9681 instead of `window-height' & `mode-line-window-height-fudge'.
9682 (mode-line-window-height-fudge): Add FACE parameter.
9683 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9684 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9685
e34850d1
MB
96862000-10-20 Miles Bader <miles@gnu.org>
9687
9688 * window.el (height-affecting-face-attributes): Use `defconst'.
9689
9690 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9691 New function, conditionally aliased to `mode-line-window-height-fudge'.
9692 (ispell-help): Use it.
9693 (ispell-choices-win-default-height): Don't include mode-line fudge.
9694 (ispell-choices-win-default-height): New function.
9695 (ispell-show-choices, ispell-command-loop): Use function
9696 `ispell-choices-win-default-height' instead of variable.
9697
a8b883c2
MB
96982000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9699
8c6e4a58
MB
9700 * window.el (mode-line-window-height-fudge): New variable.
9701 (height-affecting-face-attributes): New variable.
9702 (mode-line-window-height-fudge): New function.
9703 (shrink-window-if-larger-than-buffer): Use it.
9704 * help.el (resize-temp-buffer-window): Likewise.
9705
a8b883c2
MB
9706 * info.el (Info-fontify-node): Add support for @subsubsection
9707 titles, which use `Info-title-4-face'.
9708 (Info-title-4-face): New face.
9709 (Info-title-3-face): Inherit from Info-title-4-face instead of
9710 variable-pitch.
9711
e64c3a75
JR
97122000-10-19 Jason Rumney <jasonr@gnu.org>
9713
9714 * dired.el (dired-insert-directory): Do not let errors signalled by
9715 attempt to run dired-free-space-program prevent dired from working.
9716
c70fe852
SM
97172000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9718
9719 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9720
877cf6b4
GM
97212000-10-19 Gerd Moellmann <gerd@gnu.org>
9722
5de037e0
GM
9723 * dirtrack.el (dirtrack): Fix call to run-hooks.
9724
6deb9af9
GM
9725 * cmuscheme.el (cmuscheme-program-name): Renamed from
9726 scheme-program-name because xscheme.el contains a defcustom with
9727 the same name. As a consequence, customizing group `cmuscheme'
9728 loaded `xscheme' which redefined run-scheme.
9729 (run-scheme): Use cmuscheme-program-name.
9730
83c9cb8e 9731 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 9732
e597d8fb 9733 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 9734 anonymous address, and add a website for Befrienders International.
4836835a 9735
3e9cb08f
GM
97362000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9737
c70fe852
SM
9738 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9739 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
9740 (ps-print-version): New version number (6.2).
9741 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9742 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9743 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9744 (ps-x-extent-priority, ps-x-extent-start-position)
9745 (ps-x-face-font-instance, ps-x-find-coding-system)
9746 (ps-x-font-instance-properties, ps-x-make-color-instance)
9747 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9748 avoid compilation gripes without defining functions.
9749 (ps-e-find-composition): Alias for function find-composition, to have a
9750 suitable function depending on Emacs version.
9751 (ps-color-device, ps-color-values, ps-face-foreground-name)
9752 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9753 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9754 (ps-print-ensure-fontified): Function definitions surrounded by
9755 `eval-and-compile' to avoid compilation gripes.
9756 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9757 by symbol-value to avoid compilation gripes.
9758 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9759 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9760
d8abcd91
MB
97612000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9762
13ab33c4
MB
9763 * startup.el (normal-top-level): Call `frame-set-background-mode'
9764 after `frame-notice-user-settings' because the latter doesn't call
9765 the former on a tty.
9766
d8abcd91
MB
9767 * faces.el (frame-set-background-mode): `unspecified' &c are
9768 symbols, not strings.
9769
e8bce0a9
EZ
97702000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9771
c70fe852
SM
9772 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9773 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 9774
c70fe852
SM
9775 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9776 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 9777
773272d8
KH
97782000-10-19 Kenichi Handa <handa@etl.go.jp>
9779
c70fe852 9780 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
9781 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9782 for ISO10646-1 fonts.
9783 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9784
772139c0
EZ
97852000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9786
9787 * faces.el (frame-set-background-mode): If a tty frame defines a
9788 background color, use that to compute the background mode, instead
9789 of always defaulting to "dark".
9790
d134a19f
MB
97912000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9792
8bb84cb2
MB
9793 * comint.el (comint-write-output): New function.
9794 (comint-mode-map): Add it to the menu.
e40a778f 9795 Bind `C-c C-s' to comint-write-output.
d134a19f 9796
dada41e1
GM
97972000-10-18 Gerd Moellmann <gerd@gnu.org>
9798
9799 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9800 Use fancy-splash-delay.
9801
9b5360aa
GM
98022000-10-18 Alex Schroeder <alex@gnu.org>
9803
9804 * progmodes/sql.el (sql-sybase-options): New option.
9805 (sql-sybase): Use it. Add sql-database to the list of parameters
9806 provided for login. The options -w 2048 -n are not used any more.
9807
9035a35a
GM
9808 * comint.el (comint-read-input-ring): Bugfix such that the first
9809 and the last entry of the input ring file are not lost.
9810
3556c6dd
GM
98112000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9812
9813 * ps-print.el: Internal variable changes to defcustom,
9814 make-local-hook changes to defvar. Doc fix.
9815 (ps-print-version): New version number (6.1).
9816 (ps-setup, ps-do-despool): Code fix.
9817 (ps-printer-name): Customization fix.
9818 (ps-printer-name-option): Now is a defcustom instead of an
9819 internal variable.
9820 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9821 (ps-print-begin-column-hook): Now are defvar instead of
9822 make-local-hook.
4836835a 9823
4e217e50
MB
98242000-10-18 Miles Bader <miles@gnu.org>
9825
9826 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9827 (comint-kill-output): Changed into an alias for `comint-delete-output',
9828 and made obsolete.
9829 (comint-mode-map): Rename references to comint-kill-output.
9830
34460354
EZ
98312000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9832
9833 * diff-mode.el (diff-header-face, diff-file-header-face)
9834 (diff-changed-face): Add bold and italic attributes to tty faces.
9835 (diff-function-face): New face.
9836 (diff-font-lock-keywords): Use it.
9837
17ea3cdb
MB
98382000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9839
9840 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9841 Remove commented-out call to force-mode-line-update.
9842 (comint-kill-output): Use `forward-line 0' instead of
9843 beginning-of-line to make sure we get past the prompt.
9844
9244f2c7
SM
98452000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9846
9847 * diff-mode.el (diff-header-face, diff-file-header-face):
9848 Add specific setting for dark background.
9849 (diff-context-face): Renamed from diff-comment-face.
9850 Set explicitly rather than inheriting from font-lock-comment-face.
9851
1592c1ef
EZ
98522000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9853
9854 * startup.el (command-line): Move the code which sets the default
9855 TTY colors to before before-init-hook.
9856
f86292a9
GM
98572000-10-17 Gerd Moellmann <gerd@gnu.org>
9858
9859 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9860
f7f2e883
EZ
98612000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9862
e854cc22
EZ
9863 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9864 extensions, for MS-DOS.
9865
f7f2e883
EZ
9866 * diff-mode.el (diff-header-face, diff-file-header-face)
9867 (diff-changed-face): Define tty-specific colors.
9868
c7b4f0f9
GM
98692000-10-17 Gerd Moellmann <gerd@gnu.org>
9870
9871 * startup.el (fancy-splash-text): Realign the text.
9872
12a72271
EZ
98732000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9874
9875 * font-lock.el (font-lock-comment-face): Define a separate default
9876 for dark-background tty's.
9877
61dfccfd
MB
98782000-10-17 Miles Bader <miles@gnu.org>
9879
9880 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9881 being obscured by whizzy mode-lines on graphics displays.
9882
333cd59e
EZ
98832000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9884
9885 * info.el (Info-title-1-face, Info-title-2-face)
9886 (Info-title-3-face): Define colors for tty's.
dada41e1 9887 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 9888
dbf1fcc1
EZ
98892000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9890
9891 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9892 reverse from the frame parameters, and don't invert foreground and
9893 background colors.
9894
ac629823
MB
98952000-10-16 Miles Bader <miles@gnu.org>
9896
9897 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9898 string "*Info*". Call propertized-buffer-identification to spruce
9899 up the result.
9900
76eebffc
GM
99012000-10-16 Gerd Moellmann <gerd@gnu.org>
9902
3a6b59d9
GM
9903 * help.el: Provide `help' for the sake of define-minor-mode
9904 which generates defcustoms with requires.
9905
6569c3d3
GM
9906 * jit-lock.el (jit-lock-after-change): If we're in text that
9907 matches a multi-line font-lock pattern, make sure the whole text
9908 will be redisplayed.
9909
c2e0a611
GM
9910 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9911 author's name is unknown.
9912
76eebffc
GM
9913 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9914 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9915 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9916 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9917 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9918 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9919 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9920 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9921 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9922 Add author information.
9923
cf1e7b12
MB
99242000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9925
9926 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9927 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9928 full-color version (using the Gimp) to eliminate dithering artifacts.
9929
5586f3eb
SM
99302000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9931
9932 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9933
9934 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9935
ad64a888
DL
99362000-10-15 Dave Love <fx@gnu.org>
9937
83c9cb8e 9938 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
9939
9940 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9941
9942 * whitespace.el: Doc fixes.
9943 (top-level): Don't add hooks here.
9944 (whitespace-running-emacs): Deleted.
9945 (timer): Don't require.
9946 (whitespace): Add back :version conditional on xemacs test.
9947 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9948 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9949 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9950 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9951 Avoid specific xemacs test.
9952 (whitespace-global-mode): New option.
9953 (whitespace-global-mode): New command.
9954 (whitespace-unload-hook): New function.
9955
9956 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 9957 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
9958 (Info-fontify-node): `Goto' goes to `Go to'.
9959 (Info-fontify-node): Add help-echo to xref links.
9960
1ef49fc6
EZ
99612000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9962
9963 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9964
8b7707e1
SM
99652000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9966
b3b7f42f
SM
9967 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9968 Use plist-get and allow :inherit.
9969
9970 * emacs-lisp/cl-macs.el (cl-do-arglist):
9971 Use plist-get and plist-member instead of memq.
9972
3c7fafc7
SM
9973 * emacs-lisp/ewoc.el (ewoc-location): New function.
9974 (ewoc-enter-after, ewoc-enter-before): Document return value.
9975 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9976 Don't need make-local-hook any more.
9977 (cvs-addto-collection): Return the new tin.
9978 (cvs-mode-insert): Jump to the new line.
9979
8b7707e1
SM
9980 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9981
9982 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9983
9984 * font-lock.el (font-lock-syntactically-fontified): New var.
9985 (font-lock-fontify-syntactic-keywords-region): Use it.
9986 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9987
9988 * diff-mode.el (diff-find-file-name): Fix regexp.
9989
9990 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9991 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9992
9993 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9994 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9995 (sh-mode): Don't make all vars local here.
9996 (sh-kw): Reformat.
9997 (sh-set-shell): Use dolist. Don't set indent-region-function.
9998 (sh-mode-syntax-table): Use pop.
9999 (sh-remember-variable): Use push.
10000 (sh-help-string-for-variable): Use memq.
10001 (sh-safe-backward-sexp): Remove.
10002 (sh-safe-forward-sexp): Add ARG.
10003 (sh-get-indent-info, sh-prev-stmt): Use it.
10004 (sh-prev-line): Simplify by using forward-comment.
10005 (sh-this-is-a-continuation): Simplify.
10006 (sh-learn-buffer-indent): Use dolist.
10007 (sh-do-nothing): Remove.
10008 (sh-set-char-syntax, sh-set-here-doc-region):
10009 Use inhibit-modification-hooks.
10010 (sh-name-style): Use mapcar and push.
10011 (sh-load-style): Use dolist.
10012 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10013 (sh-case, sh-while-getopts): Use propertize directly rather
10014 than sh-electric-rparen.
10015
100162000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10017
10018 * textmodes/tex-mode.el: Require CL when compiling.
10019 (tex-mode-syntax-table): Init immediately.
10020 (tex-mode-map): Bind M-RET to latex-insert-item.
10021 (latex-mode): Set indent-line-function to latex-indent.
10022 (tex-common-initialization): Don't setup the syntax-table any more.
10023 (latex-insert-item): New skeleton.
10024 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 10025 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 10026 (latex-indent, latex-find-indent): New functions.
4836835a 10027 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
10028 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10029 (tex-compilation-parse-errors): Use with-syntax-table.
10030
86b7fcbb
MB
100312000-10-15 Miles Bader <miles@gnu.org>
10032
10033 * font-lock.el (font-lock-comment-face): Change dark-background,
10034 color, non-tty, default to `chocolate1'.
10035
57a24508
JW
100362000-10-13 John Wiegley <johnw@gnu.org>
10037
10038 * eshell/esh-util.el (require): Added a missing `require' form,
10039 needed when compiling (for an ange-ftp macro definition).
10040
40ad3db4
DL
100412000-10-13 Dave Love <fx@gnu.org>
10042
10043 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10044
db460189
GM
100452000-10-13 Gerd Moellmann <gerd@gnu.org>
10046
83c9cb8e 10047 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 10048
4836835a 10049 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
10050 transparent -colors 8).
10051
b52758d1 100522000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
10053
10054 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10055 that breaks with old list format timestamps.
10056 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 10057 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 10058
16908a3f
JW
100592000-10-13 John Wiegley <johnw@gnu.org>
10060
d7103dda
JW
10061 * align.el, pcomplete.el, calendar/timeclock.el,
10062 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10063
dace60cf 10064 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
10065 faulty math, where holiday hours were being computing as seconds.
10066
b6b70cda
JW
100672000-10-13 John Wiegley <johnw@gnu.org>
10068
10069 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
10070 specifying what "other" kinds of buffers should be saved.
10071 This used to be hard-coded.
b6b70cda
JW
10072 (desktop-buffer-misc-functions): A global for specifying how
10073 auxiliary data should be determined for special buffer types.
10074 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10075 instead of hard-coding the special buffer types.
10076 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10077 auxiliary data, instead of hard-coding for Info buffers and dired.
10078 (desktop-buffer-info-misc-data): Aux function for determining Info
10079 buffer auxiliary info.
10080 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10081 (desktop-buffer-info): Changed this function to use the info
10082 gathered above.
10083 (desktop-create-buffer): Be a little more careful about what
10084 `minor-mode' means before calling it. This is important for some
10085 buffer types.
10086
8c6b1d83
JW
100872000-10-13 John Wiegley <johnw@gnu.org>
10088
10089 * eshell/esh-util.el: Added a global form which declares an
10090 autoload for `parse-time-string', if that function is not already
10091 defined, and if parse-time.el is available on the user's system.
10092
10093 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10094 to be aware of ange-ftp user info.
83c9cb8e 10095 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
10096 (eshell-ls-annotate): Use `eshell-file-attributes'.
10097 (eshell-ls-file): Made the user-id printing code a bit smarter.
10098
10099 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10100 allow identification of alias user ids in remote directories.
83c9cb8e
SM
10101 It's manual, but there's no other way to know when the current user
10102 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
10103 (fboundp): Bind `ange-cache'.
10104 (eshell-directory-files-and-attributes): Re-organized the logic a
10105 bit to use `eshell-file-attributes' instead of `file-attributes'.
10106 The former is more sensitive to directories that are read via FTP,
10107 and knows how to use ange-ftp to determine full attribute
10108 information, instead of just the name and last modtime.
10109 (eshell-current-ange-uids): Return the current user id when in a
10110 remote directory.
10111 (eshell-parse-ange-ls): Parse a full directory listing that has
10112 been returned by ange-ftp.
10113 (eshell-file-attributes): This beefed up version of
10114 `file-attributes' is only special if the user is currently in a
10115 remote directory, in which case it does a lot of work to find out
10116 what the real attributes of a file are, as they appear on the
10117 remote machine. This makes usage of remote directories (i.e.,
10118 ange-ftp pathnames) much more useful. You can now use Eshell as a
10119 full-fledged FTP client, with much more manipulation ability than
10120 most other clients.
10121
10122 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10123 variable, which means that Eshell's du should always be preferred
10124 in remote directories.
10125 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10126 just `file-attributes'.
10127 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10128 when reading remote directories. This is an Eshell-specific
10129 variable (not part of ange-ftp).
10130 (eshell/ln): Bind `ange-cache'.
10131 (eshell/du): Added some extra logic for determining when to use
10132 Eshell's du (which is slow), and when to use the external version
10133 (which may or may not exist).
10134
83c9cb8e
SM
10135 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10136 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
10137 `get-buffer-process', since backgrounded processes don't count in
10138 the context of this function's logic.
10139
10140 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10141 `forward-char', so that null strings are parsed correctly.
10142
87730e84 101432000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 10144
83c9cb8e
SM
10145 * eshell/em-pred.el (eshell-pred-file-type)
10146 (eshell-pred-file-links, eshell-pred-file-size):
10147 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
10148
10149 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10150 that remote file globbing is more efficient.
10151
10152 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10153 gathering the files and attributes within a directory.
10154
10155 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10156 the command line is a special file (not a regular file, directory
10157 or symlink), always attempt to call the external version of cat.
10158
87730e84 101592000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
10160
10161 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10162 Eshell-friendly version of find-tag.
10163
1c7e37a9
MB
101642000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10165
4836835a 10166 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
10167 (image-file-name-regexps): Add autoload cookies.
10168
11a7f341
KH
101692000-10-13 Kenichi Handa <handa@etl.go.jp>
10170
10171 * international/mule-cmds.el (select-safe-coding-system): If FROM
10172 is string, show it in *Warning* buffer.
10173
8ddddcb0
EZ
101742000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10175
10176 * startup.el (normal-top-level): Use display-popup-menus-p instead
10177 of window-system.
10178 (command-line): Use display-graphic-p instead of window-system.
10179 (command-line-1): Use display-popup-menus-p and display-mouse-p
10180 instead of window-system.
10181
72200f89
SS
101822000-10-12 Sam Steingold <sds@gnu.org>
10183
10184 * tooltip.el (tooltip-use-echo-area): New user variable.
10185 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10186
8661c643
DL
101872000-10-12 Dave Love <fx@gnu.org>
10188
d0b40dc1
DL
10189 * recentf.el: Maintainer's checkdoc fixes.
10190
83c9cb8e
SM
10191 * startup.el (normal-top-level-add-subdirs-to-load-path):
10192 Use character class, not ASCII when matching file names.
a622451f
DL
10193 (fancy-splash-head): Add trailing slash to URL.
10194 (command-line): Don't require XPM support for toolbar.
10195
8661c643
DL
10196 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10197 (cperl-invalid-face): Revert last change.
10198 (cperl-init-faces): Quote cperl-invalid-face.
10199
ef2ed8ab
KH
102002000-10-12 Kenichi Handa <handa@etl.go.jp>
10201
10202 * startup.el (fancy-splash-text): Remove superfluous quote.
10203
b0da379e
GM
102042000-10-12 Gerd Moellmann <gerd@gnu.org>
10205
dbeb499b
GM
10206 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10207 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10208 (command-line-1): Don't use fancy-splash-pending-command.
10209 (fancy-splash-screens-1): Goto point-min after inserting text.
10210
d861718a
GM
10211 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10212
b0da379e
GM
10213 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10214 instead of shared-lisp-mode-map.
10215
4fb2ad98
MB
102162000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10217
1cb4393e
MB
10218 * faces.el (header-line): Change tty-variant to use underlining.
10219
4fb2ad98
MB
10220 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10221 (isearch-highlight): Restore lazy-isearch face properties at old
10222 position, and suppress them at new position.
10223 (isearch-dehighlight): Restore lazy-isearch face properties.
10224 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10225 over the real isearch overlay, but in that case, don't give it a
10226 face property. Use `push'.
10227
eb991b25
KH
102282000-10-12 Kenichi Handa <handa@etl.go.jp>
10229
10230 * man.el (Man-getpage-in-background): Fix previous change.
10231 Decode the process output only when we are in multibyte mode.
10232
a818c1c0
DL
102332000-10-11 Dave Love <fx@gnu.org>
10234
c990f53a
DL
10235 * info.el (Info-mode-menu): Fix some help.
10236 (info-tool-bar-map): Add entry for Info-last.
10237
a818c1c0
DL
10238 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10239 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10240 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10241 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10242 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10243 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10244 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10245 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10246 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10247 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10248 Reduce colour requirements to 25 overall. (Probably wants
10249 revisiting from the originals to reduce further.)
10250
c1b096cb
EZ
102512000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10252
10253 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10254 buffer-file-coding-system, instead of raw-text.
10255 (dehexlify-buffer): Bind coding-system-for-read to
10256 buffer-file-coding-system, instead of raw-text.
10257
5c8b7eaf
SS
102582000-10-11 Sam Steingold <sds@gnu.org>
10259
83c9cb8e 10260 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
10261 `underline' - fixes the bug introduced on 2000-09-21.
10262
2cfbdb7a
DL
102632000-10-11 Dave Love <fx@gnu.org>
10264
83c9cb8e
SM
10265 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10266 Avoid compiler warnings.
2cfbdb7a
DL
10267 (scheme-mode): Doc fix.
10268 (scheme-font-lock-keywords-1): Match `define-syntax'.
10269
102702000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
10271
10272 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
10273 face specs as well as default ones. Only do anything if the
10274 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 10275 (region): Make dark-background `region' face less in-your-face.
4b33f290 10276
690ec649
SS
102772000-10-10 Sam Steingold <sds@gnu.org>
10278
10279 * chistory.el, ielm.el, ledit.el:
10280 * progmodes/inf-lisp.el, progmodes/scheme.el:
10281 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10282
3b95d6bb
SM
102832000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10284
10285 * textmodes/texinfo.el: Update copyright and fix typo.
10286
10287 * desktop.el (desktop-modes-not-to-save): New var.
10288 (desktop-save-buffer-p): Use it.
a30eb617
DL
10289 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10290 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10291
102922000-10-10 Dave Love <fx@gnu.org>
10293
10294 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 10295 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
10296
10297 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10298 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10299 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10300 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10301 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10302 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10303 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10304 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10305 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10306 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10307 the .xpms; probably need retouching.
10308
103092000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10310
10311 * subr.el (add-to-list): Add optional argument APPEND.
10312 * battery.el (display-battery): Use `add-to-list'.
10313
103142000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10315
83c9cb8e
SM
10316 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10317 properties.
a30eb617
DL
10318 (zone, zone-when-idle, zone-leave-me-alone)
10319 (zone-pgm-whack-chars): Use new symbol properties.
10320
10321 * battery.el (display-battery): Doc spelling fix.
10322
10323 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10324 property.
10325
103262000-10-09 Dave Love <fx@gnu.org>
10327
10328 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10329 has been initialized before calling tool-bar-setup.
10330 (tool-bar-add-item-from-menu): Add autoload cookie.
10331
103322000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10333
10334 * menu-bar.el (send-mail-item-name): New function.
10335 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10336 of mail-user-agent in the menu. Don't display the "Send Mail"
10337 item if mail-user-agent is nil or its value is ignore.
10338 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10339 if read-mail-command is nil or its value is ignore.
10340
10341 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10342
103432000-10-09 Miles Bader <miles@gnu.org>
10344
10345 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10346 Correct image size.
10347 * toolbar/left_arrow.xpm: Correct image size.
10348
10349 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10350 will be done by the definition of `auto-compression-mode' if
10351 necessary. Move code to uninstall existing file-name handler
10352 before definition of `auto-compression-mode'.
10353
10354 * image-file.el (auto-image-file-mode): Move to the end of the
10355 file, because `define-minor-mode' actually calls the mode-function
10356 if the associated variable is non-nil, which requires that all
10357 needed functions be already defined.
10358
10359 * mouse.el (popup-menu): Balance parens.
10360
103612000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10362
10363 * mouse.el (popup-menu): Move the command call outside the loop
10364 so that popup-menu returns whatever the command returns.
10365
10366 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10367 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10368 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10369 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10370
10371 * vc.el (vc-version-diff): diff-switches can be a list.
10372 Use relative filenames for prettier output.
10373
10374 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10375 (vc-post-command-functions): Remove old-VC compatibility code.
10376
10377 * newcomment.el (comment-indent-default): Autoload.
10378
10379 * font-lock.el (font-lock-defaults): Make buffer-local.
10380 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10381 (font-lock-choose-keywords):
10382 Ignore LEVEL unless KEYWORDS is a list of syms.
10383 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10384 Don't wrap regexp-opt things in \(...\) unnecessarily.
10385
10386 * jit-lock.el: Don't require font-lock any more.
10387 (jit-lock-functions): Make buffer-local.
10388 (jit-lock-saved-fontify-buffer-function): Remove.
10389 (jit-lock-mode): Remove autoload cookie.
10390 Remove font-lock specific code.
10391 (jit-lock-unregister): Don't bother handling complex hooks any more.
10392 (jit-lock-refontify): New function.
10393 (jit-lock-fontify-buffer): Use it.
10394 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10395 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10396 Add optional args START and END.
10397 Never call font-lock-fontify-region directly.
10398 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10399
10400 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10401
104022000-10-08 Dave Love <fx@gnu.org>
10403
10404 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10405
10406 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10407
10408 * play/studly.el (studlify-region, studlify-word): Add autoload
10409 cookie.
10410
10411 * play/morse.el (morse-region, unmorse-region): Add autoload
10412 cookie.
10413
10414 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10415 concat.
10416
10417 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10418 insist on symbols starting with word syntax.
10419 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10420 (eval-defun-1): Doc fix.
10421 (indent-sexp): Use nconc to build up indent-stack.
10422
10423 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10424 Gnus with little use.
10425 (mail-setup-hook): Add mail-abbrevs-setup to options.
10426
10427 * recentf.el: Doc fixes.
10428
10429 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10430 Clean up remainder.
10431
10432 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10433 without timezone and (8) with timezone to enforce some whitespace.
10434 Simplify code somewhat.
10435
10436 * options.el (list-options): Doc that you should use customize.
10437
10438 * iswitchb.el (iswitchb-mode): Add :require.
10439
10440 * info.el (Info-goto-node, Info-menu): Doc fix.
10441 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10442 (info-tool-bar-map): New variable.
10443 (Info-mode): Use it.
10444 (Info-edit-map): Define all in defvar.
10445 (speedbar-attached-frame): Avoid compiler warning.
10446
10447 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10448 (global-map): Bind [tool-bar] to a filtered map.
10449 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10450 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10451 Allow PBM icons.
10452 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10453
10454 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10455 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10456 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10457 icons, except up_arrow, which is left-arrow rotated.
10458
10459 * imenu.el (imenu-add-to-menubar): Fix last change.
10460
104612000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10462
10463 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10464 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10465
104662000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10467
10468 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10469 typos in doc strings.
10470
10471 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10472 the doc strings how to customize Font Lock faces.
10473
10474 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10475 computing growth when dragging the header line.
10476
104772000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10478
10479 * simple.el (kill-line): Doc fix.
10480
104812000-10-08 Miles Bader <miles@gnu.org>
10482
10483 * faces.el (secondary-selection): Make foreground visible on tty.
10484
10485 * jka-compr.el (auto-compression-mode): Move to the end of the
10486 file, because `define-minor-mode' actually calls the mode-function
10487 if the associated variable is non-nil, which requires that all
10488 needed functions be already defined.
10489 (with-auto-compression-mode): Add autoload cookie.
10490
104912000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10492
10493 * files.el (find-backup-file-name) [ms-dos]: If support for long
10494 file names is not available, behave as if version-control were set
10495 to never.
10496
104972000-10-07 Dave Love <fx@gnu.org>
10498
10499 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10500 (browse-url-gnome-moz): New function.
10501 (browse-url-browser-function): Use it.
10502 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10503
105042000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10505
10506 * indent.el (tab-always-indent): New var.
10507 (indent-for-tab-command): Use it.
10508
10509 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10510 raise an error. This way it can still default to a sane value.
10511
105122000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10513
10514 * startup.el (fancy-splash-screens): Use local rather than global map.
10515 Don't use `update-menu-bindings' any more.
10516 Get rid of assumptions about keymap representation.
10517
105182000-10-06 Dave Love <fx@gnu.org>
10519
10520 * textmodes/fill.el (sentence-end-double-space)
10521 (sentence-end-without-period): Doc fix.
10522 (adaptive-fill-regexp): Purecopy.
10523 (unjustify-current-line): Use line-end-position.
10524 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10525
10526 * net/eudc-vars.el (eudc): Add :version, :link.
10527
10528 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10529
10530 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10531 Fix for define-minor-mode.
10532 (function-at-point): Alias to function-called-at-point.
10533
10534 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10535
10536 * simple.el (backward-word): Doc fix.
10537
10538 * image-file.el (image-file-name-regexp): image-file-regexps ->
10539 image-file-name-regexps.
10540 (image-file-name-extensions): Add pbm.
10541
105422000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10543
10544 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10545 and add filename to the names so that diff-mode can jump to source.
10546
10547 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10548 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10549 (tex-font-lock-keywords-1): Remove.
10550 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10551 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10552 (font-lock-default-fontify-region):
10553 Expand beg..end correctly when just following a multiline region.
10554 (font-lock-fontify-anchored-keywords):
10555 Include the anchor text as part of the multiline.
10556
105572000-10-06 Gerd Moellmann <gerd@gnu.org>
10558
10559 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10560 latter needs the autoloaded define-minor-mode macro during the
10561 bootstrap.
10562
10563 * startup.el (command-line): For now, activate tool-bar-mode only
10564 if XPM images are supported.
10565
10566 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10567 window by dragging a header-line at the top of the frame; that's
10568 confusing because the header-line doesn't move.
10569 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10570 of treating the event as a list. Some cleanup.
10571
105722000-10-06 Miles Bader <miles@gnu.org>
10573
10574 * simple.el (display-message-or-buffer): New function.
10575 (shell-command-on-region): Use `display-message-or-buffer'.
10576
10577 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10578 docstring parts.
10579
10580 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10581 (smbclient-prompt-regexp): Add usage note to doc string.
10582 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10583 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10584 Use add-hook for adding the comint filter function, and only do so
10585 if it's not already in the global hook list.
10586 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10587 to `make-local-variable'.
10588 (nslookup-font-lock-keywords): Remove prompt entry.
10589 (nslookup): Don't set the process-filter.
10590 (finger): Exit the loop correctly when the regexps list runs out.
10591 (ftp, smbclient, smbclient-list-shares):
10592 Set the real major mode immediately, not after execing.
10593 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10594
10595 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10596
105972000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10598
10599 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10600
10601 * which-func.el (which-func-format): Remove spurious space.
10602 (which-func-mode): Don't make it permanent-local.
10603 (which-func-ff-hook): Allow which-func-maxout to be nil.
10604 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10605 (which-func-mode): Simplify.
10606 Use post-command-idle-hook rather than post-command-hook.
10607 Go through all buffers and update their state.
10608 (which-function): Also try add-log-current-defun-function.
10609
10610 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10611 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10612 Update call to with-vc-properties accordingly.
10613 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10614 (vc-revert-buffer): More careful about window selection and deletion.
10615 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10616
10617 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10618 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10619 (cvs-dired-action): Change the default to quickdir.
10620
10621 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10622 if comment-indent-function returns nil.
10623 (comment-indent-default): New function.
10624 (comment-indent-function): Use it and document the new semantics.
10625
10626 * image-file.el: Docstring fixes.
10627
10628 * help.el (help-xref-on-pp): Use match-string.
10629 (describe-variable): New arg BUFFER.
10630 Store the current buffer in the help-xref-stack.
10631 (temp-buffer-resize-mode): Use define-minor-mode.
10632
10633 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10634 consistently with its docstring.
10635 Set jit-lock-first-unfontify-pos in an idempotent way.
10636 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10637
106382000-10-05 Alex Schroeder <alex@gnu.org>
10639
10640 * sql.el (sql-mysql-options): New variable.
10641 (sql-mysql): Use it.
10642
106432000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10644
10645 * image.el (image): New group.
10646
10647 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10648 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10649
106502000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10651
10652 * net/net-utils.el (nslookup-font-lock-keywords)
10653 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10654 Ignore the value of wqindow-system; always define keywords
10655
106562000-10-05 Kenichi Handa <handa@etl.go.jp>
10657
10658 * startup.el (fancy-splash-screens): Remove the code for
10659 debugging; `(trace-to-stderr "EXITTT\n")'.
10660
106612000-10-05 Miles Bader <miles@gnu.org>
10662
10663 * diff-mode.el (diff-goto-source): Update call to
10664 `diff-hunk-status-msg' to reflect new REV variable.
10665
106662000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10667
10668 * progmodes/icon.el (icon-mode):
10669 Don't gratuitously override the default for comment-column.
10670
10671 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10672
10673 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10674 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10675 (jit-lock-functions): New var.
10676 (jit-lock-function-1): Use it if non-nil.
10677 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10678 Set the `fontified' property before doing the fontification to avoid
10679 repeatedly going through the same error.
10680 Don't turn errors into messages.
10681 (jit-lock-register, jit-lock-unregister): New functions.
10682
10683 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10684 Use with-current-buffer.
10685
10686 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10687 Turn comment into docstring.
10688
10689 * apropos.el (apropos-mode): Use define-derived-mode.
10690
106912000-10-04 Gerd Moellmann <gerd@gnu.org>
10692
10693 * startup.el (fancy-splash-pending-command): New variable.
10694 (fancy-splash-pre-command): New function.
10695 (fancy-splash-screens): Rewritten.
10696 (command-line-1): If fancy-splash-pending-command is set, call it
10697 interactively.
10698
106992000-10-04 Dave Love <fx@gnu.org>
10700
10701 * toolbar/tool-bar.el (tool-bar-setup): New function.
10702 (tool-bar-mode): Use it.
10703
10704 * subr.el (substitute-key-definition): Doc fix.
10705 (play-sound-file): New command.
10706
107072000-10-04 Andre Spiegel <spiegel@gnu.org>
10708
10709 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10710 vc-version-backup-file-name): New functions.
10711
10712 * files.el (basic-save-buffer): Call vc-before-save before saving.
10713
10714 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10715 vc-cvs-stay-local-p.
10716
10717 * vc.el (vc-revert-buffer): Handle empty diff properly.
10718 (vc-version-backup-file): New function.
10719 (vc-checkout): Create a version backup if necessary.
10720 (vc-checkin): If a version backup file exists, delete it.
10721 (vc-version-diff): Diff locally using version backups, if available.
10722 (vc-revert-file): If there's a version backup, revert locally.
10723 (vc-transfer-file): Use version backup for base version, if
10724 available. If not, ask for confirmation whether to get it from the
10725 server. Update mode line before check-in.
10726
107272000-10-04 Dave Love <fx@gnu.org>
10728
10729 * toolbar/tool-bar.el (tool-bar-setup): New function.
10730 (tool-bar-mode): Use it.
10731
107322000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10733
10734 * net/net-utils.el (nslookup-font-lock-keywords)
10735 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10736 Only set if window-system is non-nil
10737 (net-utils-run-program): Returns buffer.
10738 (network-connection-reconnect): Added this function.
10739
10740 * generic.el:
10741 Incorporates extensive cleanup and docfixes by
10742 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10743 Uses cl compile-time macros.
10744 (generic-mode-name, generic-comment-list)
10745 (generic-keywords-list, generic-font-lock-expressions)
10746 (generic-mode-function-list, generic-mode-syntax-table):
10747 Removed variables.
10748 (generic-mode-alist): Renamed to generic-mode-list.
10749 (generic-find-file-regexp): Default changed to "^#".
10750 (generic-read-type): Uses completing read on generic-mode-list.
10751 (generic-mode-sanity-check): removed this function.
10752 (generic-add-to-auto-mode): Removed this function
10753 (generic-mode-internal): Bind mode-specific definitions
10754 into function instead of putting them in alist.
10755 (generic-mode-set-comments): Reworked extensively.
10756 (generic-mode-find-file-hook): Simplified regexp searching
10757 (generic-make-keywords-list): Omit extra pair of parens
10758
10759 * find-lisp.el (find-lisp-find-files-internal):
10760 Make sure directory name ends with "/".
10761
10762 * generic-x.el (apache-conf-generic-mode):
10763 Regexp now allows leading whitespace.
10764 (rc-generic-mode): Added eval-when-compile
10765 around generic-make-keywords-list.
10766 Deleted duplicate regexp
10767 (rul-generic-mode): Added eval-when-compile
10768 around generic-make-keywords-list.
10769 (etc-fstab-generic-mode): New generic mode.
10770 (rul-generic-mode): Removed one eval-when-compile
10771 which caused a max-specpdl-size exceeded error.
10772
107732000-10-04 Miles Bader <miles@gnu.org>
10774
10775 * simple.el (minibuffer-temporary-goal-position): New variable.
10776 (next-history-element): Try to keep the position of point in the
10777 input string constant.
10778
10779 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10780 (dired-do-create-files): If there's only one file, pass it in as
10781 the DEFAULT arg to dired-mark-read-file-name.
10782
107832000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10784
10785 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10786 (diff-goto-source): Be smarter when choosing REVERSE or not.
10787
10788 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10789 (texinfo-mode-menu): Add an explicit shortcut for update all.
10790
107912000-10-03 Andre Spiegel <spiegel@gnu.org>
10792
10793 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10794 factorize backend-specific code cleanly (this was essentially
10795 conceived by Stefan Monnier).
10796 (vc-unregister): Function removed.
10797 (vc-revert-file): New function.
10798 (vc-revert-buffer): Delegate some of the work to it.
10799
10800 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10801 default branch unconditionally.
10802 (vc-rcs-set-default-branch): New function.
10803 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10804 (vc-rcs-checkin): If an appropriate default branch has been set,
10805 force creation of that branch.
10806 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10807 code (as suggested by Stefan Monnier).
10808
108092000-10-02 Gerd Moellmann <gerd@gnu.org>
10810
10811 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10812 highlighting overlay with a different face over the overlay
10813 isearch uses to highlight the current match because that can lead
10814 to bad face combinations.
10815
10816 * loadup.el (toplevel): Load faces before isearch.
10817
10818 * isearch.el (isearch-faces): New custom group.
10819 (isearch): New defface; was already tested for in the code.
10820 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10821 (isearch-highlight): Always use face `isearch'.
10822
108232000-10-02 Dave Love <fx@gnu.org>
10824
10825 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10826 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10827 comparison of opcode with operand.
10828
108292000-10-03 Miles Bader <miles@gnu.org>
10830
10831 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10832 buffer, since the echo area will now grow to accommodate them.
10833
108342000-10-02 Andre Spiegel <spiegel@gnu.org>
10835
10836 * vc-hooks.el (vc-registered): If FILE used to be registered under
10837 a certain backend, try that one first.
10838
10839 * vc.el (vc-responsible-backend): Undo the previous change in the
10840 argument list. Handle multiple backends correctly.
10841 (vc-find-new-backend): Function removed.
10842 (vc-register): Use vc-responsible-backend, as before.
10843 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10844
108452000-10-02 Gerd Moellmann <gerd@gnu.org>
10846
10847 * startup.el (fancy-splash-head): Change message below the
10848 logo.
10849
108502000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10851
10852 * diff-mode.el (diff-goto-source): Emit a status message.
10853 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10854 (diff-test-hunk): Fix doc string.
10855 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10856 (diff-advance-after-apply-hunk): New variable.
10857 (diff-apply-hunk): Don't return a value.
10858
108592000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10860
10861 * vc.el (vc-editable-p): Minor optimization.
10862 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10863 (vc-find-new-backend): New function split from vc-responsible-backend.
10864 (vc-register): Use it.
10865 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10866 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10867 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10868 (vc-clear-headers): Don't use find-file.
10869 (vc-revert-buffer): Use `and' again (must have been a braino).
10870 (vc-switch-backend): Only prompt if requested.
10871 Short circuit if nothing is to be done.
10872 Don't use vc-resynch-buffer which could lose unsaved editing.
10873 (vc-default-receive-file): Update call to vc-unregister.
10874 (with-vc-file, vc-next-action-on-file):
10875 Use vc-backend rather than vc-registered.
10876 (vc-next-action-on-file): Use intern-soft.
10877 Deal with read-only *vc-diff* buffer.
10878 (vc-transfer-file): Docstring fix.
10879
10880 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10881 (vc-rcs-receive-file): Avoid with-vc-properties.
10882 Update call to vc-unregister.
10883 Use constant `RCS' rather than (dynamically bound) var `backend'.
10884
108852000-10-01 Andre Spiegel <spiegel@gnu.org>
10886
10887 * vc.el (vc-next-action-on-file): Update mode line only if file
10888 is visited.
10889 (vc-start-entry): New argument initial-contents. Don't visit the file
10890 if it isn't already visited. Brought documentation up-to-date.
10891 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10892 (vc-checkin): New optional arg initial-contents, which is passed to
10893 vc-start-entry.
10894 (vc-finish-logentry): Make sure to bury log buffer only if there
10895 really is one. Call `vc-resynch-buffer' on log-file, not
10896 buffer-file-name.
10897 (vc-default-comment-history, vc-default-wash-log): New functions.
10898 (vc-index-of): Removed.
10899 (vc-transfer-file): Make do without the above.
10900 (vc-default-receive-file): Call comment-history unconditionally. Pass
10901 the resulting string to vc-checkin, instead of inserting it into the
10902 comment ring.
10903
10904 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10905 unconditionally. Use the comments as initial contents of the log
10906 entry buffer. Document the trick to force branch creation with no
10907 changes.
10908
109092000-10-01 Miles Bader <miles@gnu.org>
10910
10911 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10912 `recenter' with an arg to prevent redrawing the display.
10913
109142000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10915
10916 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10917
10918 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10919
10920 * progmodes/c-mode.el (c-mode):
10921 Don't gratuitously override the default for comment-column.
10922
10923 * textmodes/tex-mode.el (latex-metasection-list): New var.
10924 (latex-imenu-create-index): Use it.
10925 Move the regexp construction outside loops (and use push).
10926 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10927 (tex-font-lock-keywords): Moved from font-lock.el.
10928 (tex-comment-indent): Remove.
10929 (tex-common-initialization): Don't set comment-indent-function.
10930 (latex-block-default): New var.
10931 (tex-latex-block): Use it to provide a default choice.
10932 Add any unknown choice to latex-block-names.
10933 Insert [...] after {...}.
10934 (tex-last-unended-begin): Simplify regexp.
10935 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10936 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10937 (latex-mode): Set forward-sexp-function.
10938
10939 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10940 Add regexp for @ignore ... @end ignore.
10941 (texinfo-heading-face): New face.
10942 (texinfo-font-lock-keywords): Use it.
10943 (texinfo-mode-menu): New menu.
10944 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10945 New functions.
10946 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10947 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10948 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10949 Remove declaration.
10950 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10951
10952 * delsel.el (delete-selection-mode): Use define-minor-mode.
10953
10954 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10955
109562000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10957
10958 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10959
109602000-09-30 Gerd Moellmann <gerd@gnu.org>
10961
10962 * replace.el (keep-lines-read-args): New function.
10963 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10964 read arguments interactively. Add parameters RSTART and REND.
10965 Operate on the active region in Transient Mark mode.
10966
10967 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10968
10969 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10970 (authors-obsolete-files-regexps): New variable.
10971 (authors-add): Don't record changes in obsolete files.
10972
109732000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10974
10975 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10976
10977 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10978 (comment-indent): Make sure there's a space between code and comment.
10979 Shift comments left to avoid going past fill-column.
10980
109812000-09-29 Gerd Moellmann <gerd@gnu.org>
10982
10983 * startup.el (startup-echo-area-message): New function.
10984 (display-startup-echo-area-message): Use it.
10985 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10986 (fancy-splash-default-action): New function.
10987 (fancy-splash-screens-1): New function.
10988 (fancy-splash-head): Put a help-echo and a keymap under the image.
10989
109902000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10991
10992 * diff-mode.el (diff-add-log-file-name): Remove.
10993 (diff-mode): Use add-log-buffer-file-name-function.
10994
10995 * add-log.el (find-change-log): New arg BUFFER-FILE.
10996 (add-log-file-name): Obey add-log-file-name-function.
10997 (add-log-buffer-file-name-function): New var.
10998 (add-change-log-entry): Use it.
10999
110002000-09-29 Miles Bader <miles@gnu.org>
11001
11002 * image-file.el (image-file-name-extensions): New variable.
11003 (image-file-name-regexps): Renamed from `image-file-regexps'.
11004 New default value is nil. Call `auto-image-file-mode'.
11005 (image-file-name-regexp): New function.
11006 (auto-image-file-mode): New minor mode.
11007 (insert-image-file): Don't make conditional on the image-file
11008 handler being enabled.
11009 (image-file-handler): Make the call here conditional instead.
11010 (set-image-file-handler-enabled, enable-image-file-handler)
11011 (disable-image-file-handler): Functions removed.
11012
11013 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11014 string.
11015
110162000-09-29 Gerd Moellmann <gerd@gnu.org>
11017
11018 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11019 it's a function from CL.
11020 (latex-imenu-create-index): Replace eval-when-compile with progn
11021 because latex-section-alist is not bound while compiling.
11022
110232000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11024
11025 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11026 (outline-mode): Use define-derived-mode.
11027
11028 * progmodes/perl-mode.el (perl-mode):
11029 * progmodes/awk-mode.el (awk-mode):
11030 * progmodes/asm-mode.el (asm-mode):
11031 Don't gratuitously override the default for comment-column.
11032
11033 * emacs-lisp/lisp.el (lisp-complete-symbol):
11034 Distinguish the let-binding case from the funcall case.
11035 (forward-sexp-function): New variable.
11036 (forward-sexp): Use it.
11037
11038 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11039 (easy-mmode-defmap): Remove the now useless autoload.
11040
11041 * time.el (display-time-mode): Use define-minor-mode.
11042
11043 * subr.el (add-minor-mode): Don't eval NAME.
11044 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11045 Use if rather than cond.
11046
11047 * simple.el (read-expression-map): Define more properly.
11048 (comment-indent-hook): Remove.
11049 (string-to-syntax): Bug fix.
11050
11051 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11052 (cvs-ediff-diff): Fix typo.
11053 (cvs-revert-if-needed): Don't bother preserving read-only.
11054
11055 * paren.el (show-paren-mode): Use define-minor-mode.
11056
11057 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11058 (toggle-auto-compression): Remove.
11059 (jka-compr-build-file-regexp): Remove useless grouping.
11060
11061 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11062 Avoid user-reserved bindings.
11063 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11064 (diff-header-face): Revert to grey85.
11065
11066 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11067
11068 * complete.el (partial-completion-mode) <defcustom>: Remove.
11069 (partial-completion-mode): Use define-minor-mode.
11070 (PC-do-completion): Understand `completion-auto-help = delay'
11071 to mean to popup the completion buffer only the second time.
11072 (PC-include-file-all-completions, PC-include-file-all-completions)
11073 (PC-include-file-all-completions): Don't quote lambda.
11074
11075 * comint.el (comint-mode-hook): Docstring fix.
11076 (comint-mode): Use define-derived-mode.
11077 (comint-mode-map): Remove obsolete comment.
11078 (make-comint): Minor stylistic change.
11079 (comint-insert-clicked-input): Be more careful to find the overlay.
11080 Use this-command-keys rather than hardcoding mouse-2.
11081
11082 * font-lock.el: Replace confusing (,@ with ,
11083 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11084 Don't use regexp-opt-depth. Spice up the regexp for args.
11085 Don't distinguish between cmds that can take an opt arg or not.
11086 Use `append' and `prepend' rather than `keep'.
11087
11088 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11089 (latex-outline-regexp): New var.
11090 (latex-outline-level): New fun.
11091 (latex-section-alist): New var.
11092 (latex-imenu-create-index): Use it. Use `push' as well.
11093 (tex-shell-map): Initialize it properly.
11094 (tex-mode): Minor stylistic change.
11095 (plain-tex-mode): Use define-derived-mode.
11096 (latex-mode): Use define-derived-mode.
11097 Construct the paragraph regexps in a more readable way.
11098 Set the buffer-local outline-{level,regexp} vars.
11099 (slitex-mode): Derive from latex-mode.
11100 (tex-common-initialization): Don't kill-all-vars anymore.
11101 Add setting for comment-add and font-lock-defaults.
11102 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11103 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11104 (tex-start-tex): New arg DIR (and send a chdir command for it).
11105 Also display the shell buffer and save it in tex-last-buffer-texed.
11106 (tex-region): Use expand-file-name rather than concat.
11107 Remove code made useless by changes in tex-start-tex.
11108 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11109
11110 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11111
111122000-09-28 Dave Love <fx@gnu.org>
11113
11114 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11115
111162000-09-28 Gerd Moellmann <gerd@gnu.org>
11117
11118 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11119 `append'.
11120
111212000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11122
11123 * info.el (Info-extract-pointer): Undo last change.
11124 Instead, fix the position of the `bound' arg to re-search-backward.
11125
111262000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11127
11128 * info.el (Info-extract-pointer):
11129 Widen more carefully, to avoid finding pointers in other nodes.
11130 (Info-index): Use push.
11131
111322000-09-27 Gerd Moellmann <gerd@gnu.org>
11133
11134 * frame.el (set-frame-font): Remove call to obsolete function
11135 frame-update-faces.
11136 (set-foreground-color, set-background-color): Likewise for
11137 frame-update-face-colors.
11138
111392000-09-27 Miles Bader <miles@gnu.org>
11140
11141 * image-file.el: New file.
11142
111432000-09-27 Gerd Moellmann <gerd@gnu.org>
11144
11145 * frame.el (frame-notice-user-settings): Don't call
11146 frame-update-faces, which is a no-op now.
11147
11148 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11149 tool-bar-lines.
11150
111512000-09-27 Dave Love <fx@gnu.org>
11152
11153 * mouse.el: Fix last change.
11154
111552000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11156
11157 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11158
111592000-09-22 Kenichi Handa <handa@etl.go.jp>
11160
11161 * international/quail.el (quail-help): The output message is
11162 improved.
11163
111642000-09-26 Dave Love <fx@gnu.org>
11165
11166 * mouse.el (popup-menu): If POSITION is nil, set it using
11167 mouse-position.
11168
111692000-09-25 Sam Steingold <sds@gnu.org>
11170
11171 * net/browse-url.el (browse-url-file-url): Check for null maps.
11172
111732000-09-26 Gerd Moellmann <gerd@gnu.org>
11174
11175 * frame.el (frame-notice-user-settings): Don't add a
11176 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11177
11178 * frame.el (frame-notice-user-settings):
11179 Make tool-bar-mode and default-frame-alist consistent.
11180
11181 * toolbar/tool-bar.el (tool-bar-help): New function.
11182
111832000-09-25 Gerd Moellmann <gerd@gnu.org>
11184
11185 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11186 current-load-list in top-level forms. Else this leaks a cons cell
11187 every time a defun is called.
11188
11189 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11190
111912000-09-25 Dave Love <fx@gnu.org>
11192
11193 * startup.el (fancy-splash-head): Check XPM is available.
11194
11195 * autoinsert.el (auto-insert): Doc fix.
11196 (auto-insert-alist): Following GNU notices, don't say `copyright
11197 _by_'. Use line-beginning-position.
11198 (auto-insert): Check buffer-file-name is non-nil before use.
11199
112002000-09-25 Gerd Moellmann <gerd@gnu.org>
11201
11202 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11203 starting with `@def' or `@multitable', in addition to ones
11204 specified by the user in auto-fill-inhibit-regexp.
11205
112062000-09-25 Markus Rost <rost@math.ohio-state.edu>
11207
11208 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11209 rmail-dont-reply-to-names matches the empty string.
11210
112112000-09-25 Gerd Moellmann <gerd@gnu.org>
11212
11213 * startup.el (command-line-1, fancy-splash-text): Change the
11214 text to sound more friendly.
11215
112162000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11217
11218 * progmodes/hideshow.el: Update author email address.
11219 Generally, sync w/ maintainer version 5.22.
11220 (hs-hide-all-non-comment-function): New var.
11221 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11222 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11223 (hs-show-region): Delete this command.
11224 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11225
112262000-09-22 Dave Love <fx@gnu.org>
11227
11228 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11229 (hl-line-highlight): Specify buffer when moving overlay.
11230
11231 * progmodes/fortran.el (fortran-mode): Locally set
11232 normal-auto-fill-function.
11233 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11234 (fortran-mode-map): Adjust auto-fill menu entry.
11235
112362000-09-22 Gerd Moellmann <gerd@gnu.org>
11237
11238 * vc-rcs.el (toplevel): Require `vc' when compiling.
11239
11240 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11241
112422000-09-22 Andre Spiegel <spiegel@gnu.org>
11243
11244 * vc.el (vc-switch-backend): Signal an error if the file is not
11245 registered under the new backend.
11246
11247 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11248 without explicit revision number.
11249
112502000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11251
11252 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11253 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11254 (diff-xor): New function.
11255 (diff-find-source-location): Use it. Fix a stupid name clash.
11256 (diff-hunk-status-msg): New function.
11257 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11258 (diff-test-hunk): Use diff-find-source-location.
11259 (diff-goto-source): Favor the `reverse'.
11260 (diff-hunk-text): Properly handle one-sided context diffs.
11261 (diff-apply-hunk): When done, advance to the next hunk.
11262
112632000-09-21 Gerd Moellmann <gerd@gnu.org>
11264
11265 * startup.el (command-line): If frame was created with a non-zero
11266 tool-bar-lines parameter, switch tool-bar-mode on.
11267
11268 * add-log.el (change-log-date-face, change-log-name-face)
11269 (change-log-email-face, change-log-file-face)
11270 (change-log-list-face, change-log-conditionals-face)
11271 (change-log-function-face, change-log-acknowledgement-face):
11272 New faces, inheriting from font-lock faces.
11273 (change-log-font-lock-keywords): Use them.
11274
112752000-09-21 Dave Love <fx@gnu.org>
11276
11277 * progmodes/cperl-mode.el (top-level): Clean up
11278 `eval-when-compile's and assorted defvars.
11279 (cperl-invalid-face): Don't double-quote value. Change custom
11280 type.
11281 (cperl-mode): Set normal-auto-fill-function and don't zap
11282 auto-fill-function.
11283 (cperl-imenu--function-name-regexp-perl): Renamed from
11284 imenu-example--function-name-regexp-perl.
11285 (cperl-imenu--create-perl-index): Renamed from
11286 imenu-example--create-perl-index.
11287 (cperl-xsub-scan): Don't require cl.
11288
11289 * msb.el (msb-mode-map): Use substitute-key-definition.
11290 (msb-mode): Use msb-mode-map.
11291
112922000-09-21 Andre Spiegel <spiegel@gnu.org>
11293
11294 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11295 New functions.
11296 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11297 (vc-switch-backend): New function.
11298 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11299 (vc-register): Fix prompt.
11300 (vc-unregister, vc-default-unregister): New functions.
11301 (vc-version-diff): Handle empty buffer in sentinel.
11302
11303 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11304 (vc-rcs-state-heuristic): Use it to guess the state of files with
11305 non-strict locking.
11306 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11307 been set with -b, but not created yet.
11308 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11309 contents in order to find the state.
11310 (vc-rcs-checkin): Allow creation of branches with no changes.
11311 (vc-rcs-unregister, vc-rcs-receive-file)
11312 (vc-rcs-set-non-strict-locking): New functions.
11313
11314 * vc-hooks.el (vc-name): Force correct computation of the value
11315 in case it is missing.
11316
113172000-09-21 Gerd Moellmann <gerd@gnu.org>
11318
11319 * startup.el (fancy-splash-tail): Use a different foreground
11320 color on a dark frame background.
11321
113222000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11323
11324 * info.el: Use the correct capitalization when making Info-mode
11325 and Info-edit-mode `special' modes.
11326
113272000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11328
11329 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11330 (diff-mode): Add support for add-log.el.
11331 (diff-hunk-text): Use char offsets rather than line offsets.
11332 (diff-find-source-location): Replace LINE with line-offset (nil
11333 if not found) and always set POS to a meaningful position.
11334 Adapt to the new char-offsets.
11335 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11336 Adapt to the new diff-find-source-location.
11337 (diff-goto-source): Adapt to the new diff-find-source-location.
11338
11339 * add-log.el (add-log-file-name): New function (split out of
11340 add-change-log-entry).
11341 (add-change-log-entry): Use it.
11342 Call add-log-file-name-function with the changelog file name if
11343 the current buffer is not associated with any file.
11344 Avoid find-file if the selected window is dedicated.
11345
11346 * diff-mode.el (diff-find-source-location):
11347 Move code from diff-apply-hunk. Return buffer rather than file.
11348 (diff-apply-hunk): Use the new result from diff-find-source-location.
11349 (diff-goto-source): Use the new diff-find-source-location.
11350
113512000-09-20 Dave Love <fx@gnu.org>
11352
11353 * iswitchb.el: Some doc fixes.
11354 (iswitchb-mode-map): Define completely initially. Inherit
11355 minibuffer-local-map.
11356 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11357 fundamental-mode.
11358 (iswitchb-global-map): New variable.
11359 (iswitchb-summaries-to-end): Amalgamate regexps.
11360 (iswitchb-mode): New.
11361 (iswitchb-mode-hook): New variable.
11362 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11363 `extensions'.
11364
113652000-09-20 Gerd Moellmann <gerd@gnu.org>
11366
11367 * ehelp.el (electric-help): New defgroup.
11368 (electric-help-shrink-window): New user-option.
11369 (with-electric-help): Use it.
11370
11371 * window.el (shrink-window-if-larger-than-buffer): If face
11372 `mode-line' has a :box, and we're on a graphical frame, add 1
11373 to the needed window height.
11374
11375 * frame.el (frame-notice-user-settings): Add a last parameter nil
11376 to a call to `append', because the last list passed to `append' is
11377 not copied, and so subsequent calls to assq-delete-all will modify
11378 default-frame-alist.
11379
11380 * startup.el (fancy-splash-image): Change :type.
11381 (fancy-splash-head): Use an XBM image if appropriate.
11382 (command-line-1): Show splash screens in more cases.
11383
11384 * startup.el (fancy-splash-text): Don't quote faces.
11385
11386 * dired.el (dired-font-lock-keywords): Undo last change.
11387 (dired-readin): Bind indent-tabs-mode to nil.
11388
11389 * startup.el (fancy-splash-head): If frame's background mode
11390 is `dark', change the black background of the image to gray.
11391 (fancy-splash-screens): Display startup echo area message.
11392 (display-startup-echo-area-message): New function.
11393
113942000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11395
11396 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11397
11398 * info.el (info-header-node): Tweak for color ttys.
11399
11400 * faces.el (face-valid-attribute-values): Make sure directories we
11401 search for stipples both exist and are readable before trying to
11402 search them.
11403
11404 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11405 in the dry-run case.
11406
11407 * jka-compr.el (with-auto-compression-mode): New macro.
11408
11409 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11410 (custom-group-tag-face, custom-variable-tag-face): Use relative
11411 :height and inherit from `variable-pitch' face instead of
11412 hardwiring :family.
11413 * hi-lock.el (hi-black-hb): Likewise.
11414
11415 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11416 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11417 toolbar-add-item, if image doesn't have a mask add a `:mask
11418 heuristic'.
11419
114202000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11421
11422 * diff-mode.el: Docstring fixes.
11423 (diff-header-face, diff-comment-face): New faces.
11424 (diff-font-lock-keywords): Highlight a bit differently.
11425 (diff-find-source-location): Don't return SPAN any more.
11426 (diff-hunk-text): Don't bother erasing the temp buffer.
11427 (diff-find-text): Drop argument LINE.
11428 (diff-apply-hunk): Update calls to diff-find-text.
11429 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11430
11431 * calendar/calendar.el: Docstring fixes.
11432 (calendar-make-alist): Don't quote lambda.
11433 (calendar-star-date): Use make-local-variable.
11434
114352000-09-19 Dave Love <fx@gnu.org>
11436
11437 * toolbar/tool-bar.el: Renamed from toolbar.el.
11438 Change `toolbar' to `tool-bar' generally in symbols.
11439 Make some items invisible in `special' major modes.
11440 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11441 Add arg PROPS.
11442
11443 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11444 Add :version here.
11445 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11446
114472000-09-19 Gerd Moellmann <gerd@gnu.org>
11448
11449 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11450
11451 * files.el (find-file-suppress-same-file-warnings): New user-option.
11452 (find-file-noselect): Use it.
11453
11454 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11455 (fancy-splash-screen): Defgroup.
11456
11457 * add-log.el (change-log-font-lock-keywords): Match names
11458 more exactly for the case that font-lock-constant-face is
11459 underlined.
11460
114612000-09-19 Richard M. Stallman <rms@gnu.org>
11462
11463 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11464
114652000-09-19 Andre Spiegel <spiegel@gnu.org>
11466
11467 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11468
114692000-09-19 Gerd Moellmann <gerd@gnu.org>
11470
11471 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11472 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11473 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11474 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11475 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11476 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11477 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11478 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11479 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11480 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11481 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11482 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11483
11484 * startup.el (fancy-splash-text): New variable.
11485 (fancy-splash-delay, fancy-splash-image): New user-options.
11486 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11487 (fancy-splash-screens): New functions.
11488 (command-line-1): If display has a `display' frame parameter, has
11489 colors, and we have XPM support, show more fancy splash screens.
11490
114912000-09-19 Dave Love <fx@gnu.org>
11492
11493 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11494 with null `help'. Use modern backquote syntax.
11495
114962000-09-19 Gerd Moellmann <gerd@gnu.org>
11497
11498 * font-lock.el (font-lock-mode): Change message telling the user
11499 that ``the buffer is too big''.
11500
11501 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11502 for instance for the case that tab-width is 2.
11503
115042000-09-18 Gerd Moellmann <gerd@gnu.org>
11505
11506 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11507 toolbar-add-item, if image doesn't have a mask add a `:mask
11508 heuristic'.
11509
115102000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11511
11512 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11513 and return a cons if it's non-nil.
11514 (diff-apply-hunk): Try to jump to the line in the source text
11515 corresponding to the position of point in the in the hunk.
11516
11517 * info.el (Info-title-3-face, Info-title-2-face)
11518 (Info-title-1-face): Use face inheritance and relative sizes
11519 instead of hard-wiring things.
11520
11521 * faces.el (secondary-selection): Make dark-background variant sane.
11522
115232000-09-16 Andrew Innes <andrewi@gnu.org>
11524
11525 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11526 read-only, since they aren't under VC now.
11527
115282000-09-17 Dave Love <fx@gnu.org>
11529
11530 * tmm.el: Replace mapcar with mapc in several places.
11531
11532 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11533 ad-unadvise.
11534
11535 * international/latin1-disp.el: New file.
11536
11537 * calendar/cal-move.el (scroll-calendar-left)
11538 (scroll-calendar-right): Make arg optional (for active mode line).
11539
11540 * calendar/calendar.el (calendar-mode-line-format): Make fields
11541 mouse-sensitive.
11542 (calendar-read-date, calendar-read-date, calendar-window-list):
11543 Unquote lambda.
11544 (calendar-month-name): Use aref, not sref.
11545
11546 * view.el (minor-mode-alist): Propertize the string.
11547
11548 * international/characters.el (standard-case-table): Add entries
11549 for Greek.
11550
115512000-09-18 Miles Bader <miles@gnu.org>
11552
11553 * info.el (info-node, info-xref): Add dark-background variants.
11554
11555 * faces.el (header-line): Change defaults to be less confusing
11556 when mixed with mode-lines.
11557
11558 * info.el (Info-fontify-node): Make a few cleanups.
11559 Add extra `help-echo' and `local-map' props to node xrefs.
11560 Use header-specific faces for node-names & xrefs.
11561 (Info-use-header-line): New variable.
11562 (info-header-xref, info-header-node): New faces.
11563 (Info-setup-header-line): New function.
11564 (Info-select-node): Call Info-setup-header-line when enabled.
11565 (Info-extract-pointer): Work even if the header line is hidden.
11566 (Info-header-line): New variable.
11567
115682000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11569
11570 * vms-patch.el (print-region-function): Don't quote lambda.
11571
11572 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11573
11574 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11575 (lm-get-header-re): Allow spaces between the header and the colon.
11576 (lm-header): Allow $ in non-RCS headers.
11577 (lm-header-multiline): Put the strings back into order.
11578 Stop at an empty line. Don't require two space chars if the
11579 line is clearly not another header line.
11580
11581 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11582 (popup-menu-popup): Remove.
11583
115842000-09-15 Gerd Moellmann <gerd@gnu.org>
11585
11586 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11587 specification if or if not tool-bar item contains an `:enabled'
11588 property.
11589
11590 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11591 current buffer has no file name.
11592
115932000-09-15 Dave Love <fx@gnu.org>
11594
11595 * strokes.el: Sync with maintainer's current version with changes
11596 for Emacs, but avoid runtime cl and levents.
11597 (toplevel): Change autoloads and compilation requires.
11598 (strokes-version, strokes-bug-address, strokes-lift): Values
11599 changed.
11600 (strokes-xpm-header, strokes-insinuated): New variable.
11601 (strokes): Add :link.
11602 (strokes-mode): Customized.
11603 (strokes-while-inhibiting-garbage-collector): New macro.
11604 (strokes-remassoc): Avoid remove-if.
11605 (strokes-fix-button2-command): Don't use ad-do-it.
11606 (strokes-insinuate): New function.
11607 (strokes-button-press-event-p, strokes-button-release-event-p):
11608 New functions, used instead of non-`strokes-' versions..
11609 (strokes-mouse-event-p): Rewritten.
11610 (strokes-event-closest-point): Avoid event-point.
11611 (strokes-get-grid-position): Avoid cdadr, caadr
11612 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11613 functions.
11614 (strokes-help): Use with-output-to-temp-buffer.
11615 (strokes-window-configuration-changed-p): New function.
11616 (strokes-update-window-configuration): Use buffer-live-p,
11617 strokes-window-configuration-changed-p.
11618 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11619 (strokes-char-face): New face.
11620 (strokes-char-table, strokes-base64-chars): New variable.
11621 (strokes-xpm-for-stroke, strokes-list-strokes)
11622 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11623 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11624 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11625 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11626 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11627 functions.
11628
116292000-09-15 Gerd Moellmann <gerd@gnu.org>
11630
11631 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11632
11633 * image.el (create-image): Doc fix.
11634
11635 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11636 instead of `:heuristic-mask t'.
11637
116382000-09-14 Andrew Innes <andrewi@gnu.org>
11639
11640 * makefile.w32-in: Revert to Unix line endings.
11641
116422000-09-14 Andrew Innes <andrewi@gnu.org>
11643
11644 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11645 when installing.
11646
11647 * makefile.nt (DONTCOMPILE): Fix typo.
11648
11649 * shell.el (shell-write-history-on-exit): New function.
11650 (shell-dumb-shell-regexp): New custom variable.
11651 (shell-mode): Make shell-write-history-on-exit the process
11652 sentinel if shell name matches shell-dumb-shell-regexp.
11653
11654 * w32-fns.el: Comment out before-init-hook function which resets
11655 source-directory based; this breaks bootstrap.
11656
116572000-09-14 Dave Love <fx@gnu.org>
11658
11659 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11660 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11661 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11662 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11663 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11664 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11665 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11666 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11667 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11668
11669 * toolbar/toolbar.el: New.
11670
11671 * subdirs.el: Add toolbar.
11672
116732000-09-14 Gerd Moellmann <gerd@gnu.org>
11674
11675 * indent.el (indent-for-tab-command): Doc fix.
11676
116772000-09-14 Alex Schroeder <alex@gnu.org>
11678
11679 * ansi-color.el (ansi-colors): Doc change.
11680 (ansi-color-get-face): Simplified regexp.
11681 (ansi-color-faces-vector): Added more faces, doc change.
11682 (ansi-color-names-vector): Doc change.
11683 (ansi-color-regexp): Simplified regexp.
11684 (ansi-color-parameter-regexp): New regexp.
11685 (ansi-color-filter-apply): Doc change.
11686 (ansi-color-filter-region): Doc change.
11687 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11688 deal with zero length parameters.
11689 (ansi-color-apply-on-region): Doc change.
11690 (ansi-color-map): Doc change.
11691 (ansi-color-map-update): Removed debugging message.
11692 (ansi-color-get-face-1): Added condition-case to trap
11693 args-out-of-range errors.
11694 (ansi-color-get-face): Doc change.
11695 (ansi-color-make-face): Removed.
11696 (ansi-color-for-shell-mode): New option.
11697
116982000-09-13 Kenichi Handa <handa@etl.go.jp>
11699
11700 * international/quail.el (quail-start-translation): Translate KEY
11701 if necessary even if it doesn't have any mapping in the current
11702 input method.
11703 (quail-start-conversion): Likewise.
11704 (quail-help): The output message is improved.
11705
117062000-09-13 Miles Bader <miles@gnu.org>
11707
11708 * comint.el (comint-output-filter): Revert to using
11709 `insert-before-markers'. Add bletcherous hack to undo damage
11710 caused by `insert-before-markers'. Put `front-sticky' property on
11711 overlays created here so that the field code understands how the
11712 overlay works. Use a let when making comint-last-prompt-overlay,
11713 so that the code is easier to read.
11714
117152000-09-13 Dave Love <fx@gnu.org>
11716
11717 * wid-edit.el (widget-default-format-handler): DTRT when
11718 doc-property is a function.
11719
117202000-09-12 Francesco Potorti` <pot@gnu.org>
11721
11722 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11723 filed name if it's not there.
11724
117252000-09-12 Dave Love <fx@gnu.org>
11726
11727 * simple.el (read-mail-command): Doc fix.
11728 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11729
11730 * vc.el (vc-dired-listing-switches): Fix :version.
11731
11732 * vc-hooks.el: Doc fixes.
11733
11734 * subr.el (add-minor-mode): Use toggle-fun arg.
11735
11736 * speedbar.el: Add :version to several defcustoms.
11737
11738 * imenu.el (imenu--truncate-items, imenu--cleanup)
11739 (imenu--generic-function): Avoid mapcar.
11740 (imenu--replace-spaces): Function removed.
11741 (imenu--completion-buffer): Use subst-char-in-string.
11742 (imenu-add-to-menubar): Use keymap inheritance.
11743
117442000-09-12 Miles Bader <miles@gnu.org>
11745
11746 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11747 (diff-mode-map): Bind `diff-test-hunk'.
11748 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11749
117502000-09-11 Gerd Moellmann <gerd@gnu.org>
11751
11752 * bytecomp.el (byte-compile-defvar): Undo last change
11753 because it breaks '(make-variable-buffer-local (defvar ...)'
11754 which is used at least in dired.
11755
117562000-09-12 Kenichi Handa <handa@etl.go.jp>
11757
11758 * international/quail.el (quail-define-package): Docstring
11759 modified.
11760
117612000-09-12 Kenichi Handa <handa@etl.go.jp>
11762
11763 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11764 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11765 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11766 docstring of "chinese-py".
11767
11768 * international/quail.el (quail-translation-docstring): New
11769 variable.
11770 (quail-show-keyboard-layout): Docstring modified.
11771 (quail-select-current): Likewise.
11772 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11773 infinite recursive call.
11774 (quail-help): Check quail-translation-docstring. Format of the
11775 output changed.
11776 (quail-help-insert-keymap-description): Adjusted for the above
11777 change.
11778
117792000-09-11 Gerd Moellmann <gerd@gnu.org>
11780
11781 * bytecomp.el (byte-compile-defvar): Only cons onto
11782 current-load-list in top-level forms. Else this leaks a cons cell
11783 every time a defun is called.
11784
117852000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11786
11787 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11788 Now understands non-unified diffs. Some functionality moved into
11789 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11790 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11791 modify anything. Only reposition point in the patched file if the
11792 patch succeeds. Only pop up another window if POPUP is true.
11793 Emit a message describing what happened if successful, and at what
11794 line-offset. Automatically detect reversed hunks and do something
11795 appropriate.
11796 (diff-hunk-text, diff-find-text): New functions.
11797 (diff-filter-lines): Function removed.
11798 (diff-test-hunk): New function.
11799 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11800
118012000-09-10 Dave Love <fx@gnu.org>
11802
11803 * textmodes/tildify.el: Minor doc/commentary fixes.
11804 (tildify) <defgroup>: Add :version.
11805
11806 * faces.el (face-x-resources): Make custom type more specific.
11807 (frame-background-mode): Use mapc.
11808 (region) <defcustom>: Add :version.
11809
118102000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11811
11812 * vc-sccs.el (vc-sccs-register):
11813 * vc-rcs.el (vc-rcs-register):
11814 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11815 * vc.el (vc-register): Clear file's properties.
11816
118172000-09-08 Gerd Moellmann <gerd@gnu.org>
11818
11819 * faces.el (face-spec-set): Only face-spec-reset-face when
11820 ATTRS is non-nil.
11821
118222000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11823
11824 * help.el (help-insert-xref-button): Fix a typo in doc string.
11825
118262000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11827
11828 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11829 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11830 methods.
11831
11832 * menu-bar.el (read-mail-item-name): New function.
11833 (menu-bar-tools-menu): Use it to compute and display the package
11834 used to read email.
11835 (menu-bar-tools-menu): Fix typo in GUD's help string.
11836
118372000-09-07 Dave Love <fx@gnu.org>
11838
11839 * diff-mode.el (diff-mouse-goto-source): New function.
11840
11841 * vc-sccs.el: Doc fixes.
11842 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11843
11844 * vc-rcs.el: Doc fixes.
11845 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11846 (vc-rcs-checkout-switches, vc-rcs-header)
11847 (vc-rcs-master-templates): Add or change :version.
11848
11849 * vc-cvs.el: Doc fixes.
11850 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11851 (vc-cvs-stay-local): Add :version.
11852
11853 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11854
118552000-09-07 Kenichi Handa <handa@etl.go.jp>
11856
11857 * international/quail.el (quail-help): Fix previous change.
11858
118592000-09-07 Gerd Moellmann <gerd@gnu.org>
11860
11861 * faces.el (color-values): Doc fix.
11862
11863 * faces.el (frame-set-background-mode): Use frame-parameter
11864 instead of frame-parameters.
11865
11866 * frame.el (filtered-frame-list): Reduce consing.
11867 (frames-on-display-list): Call frame-parameter instead of
11868 frame-parameters.
11869
118702000-09-07 Kenichi Handa <handa@etl.go.jp>
11871
11872 * language/devan-util.el (devanagari-to-indian-region): In the
11873 loop, change the following char, not preceding char.
11874
118752000-09-07 Gerd Moellmann <gerd@gnu.org>
11876
11877 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11878 instead of frame-parameters.
11879
11880 * faces.el (set-face-attribute): Simplify by calling
11881 internal-set-lisp-face-attribute with FRAME being 0.
11882
11883 * vc.el: Remove `Id' version control keyword.
11884
118852000-09-07 Kenichi Handa <handa@etl.go.jp>
11886
11887 * help.el (help-make-xrefs): Adjusted for the change of
11888 help-xref-mule-regexp.
11889 (help-insert-xref-button): New function.
11890
11891 * international/mule-cmds.el (help-xref-mule-regexp-template):
11892 Include the pattern for character set.
11893 (leim): New group.
11894
11895 * international/quail.el: Don't require face.
11896 (quail): New group.
11897 (quail-other-command): Dummy command to make quail-help work better.
11898 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11899 (quail-keyboard-layout-substitution): New variable.
11900 (quail-update-keyboard-layout): New function.
11901 (quail-keyboard-layout-type): New customizable variable.
11902 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11903 (quail-keyboard-translate): Pay attention to
11904 quail-keyboard-layout-substitution.
11905 (quail-insert-kbd-layout): New function.
11906 (quail-show-keyboard-layout): New function.
11907 (quail-get-translation): If the definition is a vector of length
11908 1, and the element is a string of length 1, return the character
11909 in that string.
11910 (quail-update-current-translations): Fix the case of
11911 relative-index out of range.
11912 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11913 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11914 Show key sequences for all available characters.
11915 (quail-help-insert-keymap-description): Don't show such verbose
11916 key bindings as quail-self-insert-command.
11917
11918 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11919 Format changed, and each element now have extra documentations.
11920 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11921 Adjusted for the change of quail-cxterm-package-ext-info.
11922
119232000-09-06 Gerd Moellmann <gerd@gnu.org>
11924
11925 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11926 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11927 during bootstrap.
11928
119292000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11930
11931 * vc.el: (toplevel): Don't require `dired' at run-time.
11932 (vc-dired-resynch-file): Remove autoload cookie.
11933
119342000-09-05 Andre Spiegel <spiegel@gnu.org>
11935
11936 * vc.el: Made several backend functions optional.
11937 (vc-default-responsible-p): New function.
11938 (vc-merge): Use RET for first version to trigger merge-news, not
11939 prefix arg.
11940 (vc-annotate): Handle backends that do not support annotation.
11941 (vc-default-merge-news): Removed. The existence of a merge-news
11942 implementation is now checked on caller sites.
11943
11944 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11945 case.
11946
11947 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11948 special case that has been removed from the default in vc-hooks.el.
11949
119502000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11951
11952 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11953
119542000-09-05 Andre Spiegel <spiegel@gnu.org>
11955
11956 * vc-hooks.el: Require vc during compilation.
11957 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11958 macro `with-vc-properties' in vc.el.
11959 (vc-file-getprop): Doc fix.
11960 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11961
11962 * vc.el: Require dired-aux during compilation.
11963 (vc-name-assoc-file): Moved to vc-sccs.el.
11964 (with-vc-properties): New macro.
11965 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11966 vc-finish-steal): Use it.
11967 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11968 to the backend-specific function is now supposed to do the checkout,
11969 too.
11970 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11971
11972 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11973 set file properties; that gets done in the generic code now.
11974
11975 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11976 Changed parameter list, added code from vc.el that does the
11977 checkout, possibly with a double-take.
11978
11979 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11980 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11981 the above under the new name.
11982 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11983 parameter list, added checkout command.
11984 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11985 properties; that gets done in the generic code now.
11986
119872000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11988
11989 * vc.el: Docstring fixes (courtesy of checkdoc).
11990
119912000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11992
11993 * vc.el (vc-checkout-writable-buffer-hook)
11994 (vc-checkout-writable-buffer): Remove.
11995 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11996 (vc-log-mode): Make it into a clean derived major mode.
11997 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11998 vc-log-mode if log-edit is not available.
11999 (vc-dired-mode-map): Don't set-keymap-parent yet.
12000 (vc-dired-mode): Do set-keymap-parent here.
12001 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
12002
120032000-09-05 Gerd Moellmann <gerd@gnu.org>
12004
12005 * faces.el (set-face-attribute, face-spec-reset-face)
12006 (face-spec-set): Avoid consing by removing calls to `apply'.
12007
12008 * frame.el (frame-parameter): Move to C code.
12009
120102000-09-05 Dave Love <fx@gnu.org>
12011
12012 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12013 insert-before-markers-and-inherit. Now checked systematically!
12014
120152000-09-05 Alex Schroeder <alex@gnu.org>
12016
12017 * sql.el (sql-postgres): Use sql-postgres-options.
12018 (sql-postgres-options): New variable.
12019
120202000-09-05 Alex Schroeder <alex@gnu.org>
12021
12022 * sql.el (sql-mode-menu): Work around missing variable mark-active
12023 in XEmacs.
12024 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12025 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12026 compatibility.
12027
120282000-09-04 Gerd Moellmann <gerd@gnu.org>
12029
12030 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12031
12032 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12033
12034 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12035
120362000-09-04 Andre Spiegel <spiegel@gnu.org>
12037
12038 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12039 don't support anything else under SCCS yet.
12040
12041 * vc-hooks.el: Minor doc fixes.
12042
120432000-09-04 Andre Spiegel <spiegel@gnu.org>
12044
12045 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12046 not necessary. If verbose in state `needs-patch', do the same as
12047 under `up-to-date'. When NOT verbose and `needs-patch', check out
12048 latest version instead of `merge-news'.
12049 (vc-next-action-dired): Don't mess with default-directory here; it
12050 breaks other parts of dired. It is the job of the
12051 backend-specific functions to adjust it temporarily if they need it.
12052 (vc-next-action): Remove a special CVS case.
12053 (vc-clear-headers): New optional arg FILE.
12054 (vc-checkin, vc-checkout): Set properties vc-state and
12055 vc-checkout-time properly.
12056 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12057 (vc-print-log): Use new backend function `show-log-entry'.
12058 (vc-cancel-version): Do the checks in a different order. Added a
12059 FIXME concerning RCS-only code.
12060
12061 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12062 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12063
12064 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12065
12066 * vc-hooks.el (vc-default-mode-line-string): Show state
12067 `needs-patch' as a `-' too.
12068
120692000-09-04 Andre Spiegel <spiegel@gnu.org>
12070
12071 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12072 (vc-default-could-register): New function.
12073 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12074 (vc-resynch-buffer): Call vc-dired-resynch-file.
12075 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12076 vc-resynch-buffer instead of vc-resynch-window.
12077 (vc-next-action-dired): Don't redisplay here, that gets done as a
12078 result of the individual file operations.
12079 (vc-retrieve-snapshot): Corrected prompt order.
12080
12081 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12082
12083 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12084 as well.
12085 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12086 hostname regexps. Updated all callers.
12087 (vc-cvs-responsible-p): Handle directories as well.
12088 (vc-cvs-could-register): New function.
12089 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12090 properties up-to-date.
12091
12092 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12093 user whether to create one.
12094
120952000-09-04 Andre Spiegel <spiegel@gnu.org>
12096
12097 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12098 check out a non-existing file.
12099
12100 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12101 workfile does not exist.
12102
12103 * vc.el (vc-version-diff): Use `require' to check for existence of
12104 diff-mode.
12105
121062000-09-04 Andre Spiegel <spiegel@gnu.org>
12107
12108 * vc-cvs.el (vc-cvs-registered): Use new function
12109 vc-cvs-parse-entry to do the actual work.
12110
121112000-09-04 Andre Spiegel <spiegel@gnu.org>
12112
12113 * vc-hooks.el (vc-find-backend-function): If function doesn't
12114 exist, return nil instead of error.
12115 (vc-call-backend): Doc fix.
12116
12117 * vc.el (vc-do-command): Doc fix.
12118 (vc-finish-logentry): When checking in from vc-dired, choose the
12119 right backend for logentry check.
12120 (vc-dired-mode-map): Inherit from dired-mode-map.
12121 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12122 simplified.
12123 (vc-dired-state-info): Removed, updated caller.
12124 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12125 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12126 (vc-dired-listing-switches): New variable.
12127 (vc-directory): Use it, instead of dired-listing-switches.
12128
12129 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12130 (vc-cvs-dir-state): New function.
12131 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12132 (vc-cvs-parse-entry): New function, also to be used in
12133 vc-cvs-registered.
12134
121352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12136
12137 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12138 *or* single-window-frames.
12139
121402000-09-04 Andre Spiegel <spiegel@gnu.org>
12141
12142 * vc.el (vc-update-changelog): Split into generic part and default
12143 implementation. Doc string adapted.
12144 (vc-default-update-changelog): New function. Call the `rcs2log'
12145 script in exec-directory, to fix a long-standing nuisance.
12146
12147 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12148 simply signals an error.
12149
121502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12151
12152 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12153 control-flow more clear and to avoid running `cvs' twice.
12154
12155 * vc.el (vc-next-action-on-file): Doc fix.
12156 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12157 (vc-print-log): Eval `file' before constructing the continuation.
12158
121592000-09-04 Andre Spiegel <spiegel@gnu.org>
12160
12161 * vc.el (vc-next-action-on-file): Corrected several messages.
12162 (vc-merge): Add prefix arg `merge-news'; handle it.
12163
12164 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12165 is not reached. It is.
12166 (vc-cvs-merge): Set state to 'edited after merge.
12167 (vc-cvs-merge-news): Set workfile version to nil if not known.
12168 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12169
12170 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12171 via stdout. (Merge from main line.)
12172
121732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12174
12175 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12176 detection.
12177
121782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12179
12180 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12181 against kill-all-local-variables.
12182 (vc-log-edit): Don't save vc-parent-buffer any more.
12183 (vc-last-comment-match): Initialize to an empty string.
12184 (vc-post-command-functions): New hook.
12185 (vc-do-command): Run it.
12186 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12187 (vc-finish-logentry): Only add the comment to the ring if it's
12188 different from the last comment entered.
12189 (vc-new-comment-index): New function.
12190 (vc-previous-comment): Use it. Make the minibuffer message
12191 slightly less terse.
12192 (vc-comment-search-reverse): Make it work forward as well. Don't
12193 set vc-comment-ring-index if no match is found. Use
12194 vc-new-comment-index.
12195 (vc-comment-search-forward): Use vc-comment-search-reverse.
12196 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12197 define-derived-mode will do it for us. Bind `v' to a keymap that
12198 inherits from vc-prefix-map so that we can bind `vt' without
12199 binding C-x v t.
12200 (vc-retrieve-snapshot): Parenthesis typo.
12201
12202 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12203 to 1. Make sure to switch to *vc* before looking for an error
12204 message. Use vc-parse-buffer.
12205
122062000-09-04 Andre Spiegel <spiegel@gnu.org>
12207
12208 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12209 and NAME.
12210 (vc-retrieve-snapshot): Split into two parts.
12211 (vc-default-retrieve-snapshot): New function.
12212
12213 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12214 (vc-cvs-retrieve-snapshot): New function (untested).
12215 (vc-cvs-stay-local): Default to t.
12216 (vc-cvs-remote-p): New function and property.
12217 (vc-cvs-state): Stay local only if the above is t.
12218 (vc-handle-cvs): Removed.
12219 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12220 done via vc-handled-backends now.
12221 (vc-cvs-header): Escape Id.
12222
122232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12224
12225 * vc.el (vc-do-command): Remove unused commands.
12226 (vc-version-diff): Make sure default-directory ends with a slash.
12227 Move the window commands into a vc-exec-after.
12228 (vc-print-log): Move more of the code into the `vc-exec-after'.
12229
122302000-09-04 Andre Spiegel <spiegel@gnu.org>
12231
12232 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12233 (vc-print-log): Search current revision from beginning of buffer.
12234 (vc-revert-buffer): Clear echo area after the diff is finished.
12235 (vc-prefix-map): Removed definition of "t" for terse display in vc
12236 dired.
12237 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12238 definition of "vt" for terse display.
12239 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12240
122412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12242
12243 * vc.el (vc-exec-after): Avoid caddr.
12244
122452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12246
12247 * vc.el (vc-exec-after): New function.
12248 (vc-do-command): Use it to add a termination message for async
12249 procs.
12250 (vc-checkout): Try to handle a missing-backend situation.
12251 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12252 of a directory with a backend using async diffs.
12253 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12254 present.
12255
12256 * vc-sccs.el (vc-sccs-state-heuristic): Use
12257 file-ownership-preserved-p.
12258
12259 * vc-rcs.el (vc-rcs-state-heuristic): Use
12260 file-ownership-preserved-p.
12261 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12262
122632000-09-04 Andre Spiegel <spiegel@gnu.org>
12264
12265 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12266 vc-do-command.
12267
12268 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12269 when there are no changes.
12270
122712000-09-04 Andre Spiegel <spiegel@gnu.org>
12272
12273 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12274
12275 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12276
122772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12278
12279 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12280
12281 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12282 the `fset' outside of the defvar so that it works even if
12283 vc-prefix-map was already defined.
12284 (vc-setup-buffer): New function, split out of vc-do-command.
12285 (vc-do-command): Allow BUFFER to be t to mean `just use the
12286 current buffer without any fuss'.
12287 (vc-version-diff): Change the `diff' backend operation to just put
12288 the diff in the current buffer without erasing it. Always use
12289 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12290 shrink-window-if-larger-than-buffer.
12291 (vc-print-log): Change the `print-log' backend operation to just
12292 put the log in the current buffer without erasing it. Protect
12293 shrink-window-if-larger-than-buffer.
12294 (vc-update-change-log): Fix setd typo.
12295
12296 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12297 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12298
12299 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12300 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12301 CMP.
12302
12303 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12304 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12305 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12306
123072000-09-04 Andre Spiegel <spiegel@gnu.org>
12308
12309 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12310 not possible, use vc-BACKEND-workfile-unchanged-p.
12311 (vc-default-workfile-unchanged-p): New function. Delegates to a
12312 full vc-BACKEND-diff.
12313
12314 * vc-hooks.el (vc-simple-command): Removed.
12315
12316 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12317 instead of vc-simple-command.
12318 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12319 avoid doing a diff when opening a file.
12320 (vc-rcs-state): Added check for unlocked-changes.
12321 (vc-rcs-header): Escape Id.
12322 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12323 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12324 version.
12325
12326 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12327 (vc-sccs-diff): Remove optional arg CMP.
12328 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12329 SCCS-specific function.
12330
12331 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12332 vc-simple-command.
12333
123342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12335
12336 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12337 (with-vc-file, vc-merge): Use vc-editable-p.
12338 (vc-do-command): Remove unused var vc-file and fix the
12339 doubly-defined `status' var. Add a user message when starting an
12340 async command.
12341 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12342 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12343 Use with-current-buffer.
12344 (vc-buffer-sync): Use unless.
12345 (vc-next-action-on-file): If the file is 'edited by read-only,
12346 make it read-write instead of trying to commit.
12347 (vc-version-diff, vc-update-change-log): Use `setq
12348 default-directory' rather than `cd'.
12349 (vc-log-edit): Don't forget to set default-directory in the
12350 buffer.
12351
12352 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12353 (vc-sccs-state-heuristic): Use file-writable-p instead of
12354 comparing userids.
12355 (vc-sccs-checkout): Use `unless'.
12356
12357 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12358 of comparing userids.
12359 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12360 Simplify the logic by eliminating unreachable code.
12361 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12362 just do a recursive call if we need to retry.
12363 (vc-rcs-checkout): Handle the case where rcs is missing by making
12364 the buffer read-write if requested and re-signalling the error.
12365
12366 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12367
123682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12369
12370 * vc-hooks.el (vc-handled-backends): Docstring change.
12371 (vc-ignore-vc-files): Mark obsolete.
12372 (vc-registered): Check vc-ignore-vc-files.
12373 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12374 vc-ignore-vc-files.
12375
12376 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12377
123782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12379
12380 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12381 files since ange-ftp already has vc-registered return nil.
12382
12383 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12384 (vc-sccs-workfile-version): Use with-temp-buffer and new
12385 vc-parse-buffer and don't bother setting the property.
12386 (vc-sccs-add-triple): Use with-current-buffer and
12387 find-file-noselect.
12388 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12389
12390 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12391 derives from the old vc-parse-buffer but uses the revision number
12392 rather than the date (much easier to compare robustly).
12393 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12394 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12395 locking-user more directly. Check strict locking and set
12396 checkout-model appropriately.
12397 (vc-rcs-parse-locks): Remove.
12398 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12399 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12400 (vc-rcs-system-release): Use with-current-buffer and
12401 vc-parse-buffer.
12402 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12403
12404 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12405 (vc-simple-command): Docstring fix.
12406 (vc-registered): Align the way the file-handler is called with the
12407 way the function itself works.
12408 (vc-file-owner): Remove.
12409
12410 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12411 extraction of fields and call to file-attributes because of a
12412 temporary bug in rcp.el.
12413 (vc-cvs-fetch-status): Use with-current-buffer.
12414
124152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12416
12417 * vc.el (vc-do-command): Use file-relative-name.
12418 (vc-responsible-backend): Use vc-backend if possible.
12419 (vc-create-snapshot): Improve the `interactive' spec. Add support
12420 for branches and dispatch to backend-specific `create-snapshot'.
12421 (vc-default-create-snapshot): New function, containing the bulk of
12422 the old vc-create-snapshot.
12423 (vc-retrieve-snapshot): Improve the interactive spec.
12424
12425 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12426 (vc-backend-hook-functions): Remove.
12427 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12428 (vc-backend): Reintroduce the test for `file = nil' now that I
12429 know why it was there (and added a comment to better remember).
12430
12431 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12432 code from vc-sccs-hooks.el.
12433 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12434 'vc anymore.
12435 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12436 and file-directory-p instead of file-exists-p.
12437 (vc-sccs-check-headers): Simplify the regexp.
12438
12439 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12440 from vc-rcs-hooks.el. Don't require 'vc anymore.
12441 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12442 file-directory-p instead of file-exists-p.
12443
12444 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12445 from vc-cvs-hooks.el.
12446 (proto vc-cvs-registered): Require 'vc-cvs instead of
12447 'vc-cvs-hooks. Don't require 'vc anymore.
12448 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12449 file-directory-p instead of file-exists-p.
12450 (vc-cvs-create-snapshot): New function, replacing
12451 vc-cvs-assign-name.
12452 (vc-cvs-assign-name): Remove.
12453
124542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12455
12456 * vc-cvs.el (vc-cvs-header): New var.
12457
12458 * vc-rcs.el (vc-rcs-exists): Remove.
12459 (vc-rcs-header): New var.
12460
12461 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12462 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12463 (vc-sccs-header): New var.
12464
12465 * vc.el (vc-do-command): Get rid of the `last' argument.
12466 (vc-header-alist): Remove, replaced by vc-X-header.
12467 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12468 (vc-dired-hook): Use expand-file-name instead of concat.
12469 (vc-directory): Use file-name-as-directory.
12470 (vc-snapshot-precondition, vc-create-snapshot)
12471 (vc-retrieve-snapshot): Allow the command to operate on any
12472 directory.
12473
12474 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12475 just removing the 'WORKFILE argument or by removing the 'MASTER
12476 argument and replacing `file' with (vc-name file).
12477
124782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12479
12480 * vc.el: Update Copyright and add a crude list of backend funs.
12481 (vc-writable-p): New function.
12482 (with-vc-file): Use vc-writable-p.
12483 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12484 (vc-register): Avoid vc-name.
12485 (vc-locking-user): Remove.
12486 (vc-steal-lock): Make the `owner' arg non-optional.
12487 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12488 vc-checkout-model.
12489 (vc-default-dired-state-info): Use vc-state instead of
12490 vc-locking-user and return special strings for special states.
12491 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12492 and get rid of one of the special CVS cases.
12493 (vc-cancel-version): prettify error message with \\[...].
12494 (vc-rename-master): New function.
12495 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12496 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12497 the CVS special case generic.
12498 (vc-default-record-rename): Remove.
12499 (vc-file-tree-walk-internal): Only call FUNC for files that are
12500 under control of some VC backend and replace `concat' with
12501 expand-file-name.
12502 (vc-file-tree-walk): Update docstring.
12503 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12504 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12505
12506 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12507 vc-sccs-record-rename. Use `find-file-noselect' rather than
12508 `find-file' and call `vc-rename-master' to do the actual move.
12509 (vc-sccs-diff): Remove unused `backend' variable.
12510
12511 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12512 to delay loading of vc-sccs until it is really used.
12513 (vc-sccs-master-templates): Preload.
12514 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12515 (vc-sccs-project-dir): Remove (merged into
12516 vc-sccs-search-project-dir).
12517 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12518 rather than `concat', make sure it is preloaded and don't bother
12519 to check that the file actually exists.
12520 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12521 `locks' argument (use buffer's content instead) and eliminate n^2
12522 behavior.
12523
12524 * vc-rcs.el: Update Copyright.
12525 (vc-rcs-rename-file): New function.
12526 (vc-rcs-diff): Remove unused `backend' variable.
12527
12528 * vc-hooks.el: Update Copyright.
12529 (vc-backend): Don't accept a nil argument any more.
12530 (vc-up-to-date-p): Turn into a defsubst.
12531 (vc-possible-master): New function.
12532 (vc-check-master-templates): Use `vc-possible-master' and allow
12533 funs in vc-X-master-templates to return a non-existent file.
12534
12535 * vc-cvs.el: Update Copyright.
12536 (vc-cvs-diff): Remove unused `backend' variable.
12537 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12538
12539 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12540
125412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12542
12543 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12544 since it can be called from vc-rcs.el.
12545 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12546
125472000-09-04 Andre Spiegel <spiegel@gnu.org>
12548
12549 * vc.el (vc-version-diff): Expand file name read from the
12550 minibuffer. Handle the case when a previous version number can't
12551 be guessed. Give suitable messages when there were no differences
12552 found.
12553 (vc-clear-headers): Call backend-specific implementation, if one
12554 exists.
12555 (vc-cancel-version): Made error checks generic. When done, clear
12556 headers generically, too.
12557
12558 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12559 from vc-clear-headers in vc.el.
12560
12561 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12562 correctly.
12563 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12564 optional. Handle the case when it's not there.
12565
125662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12567
12568 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12569
125702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12571
12572 * vc-hooks.el (vc-loadup): Remove.
12573 (vc-find-backend-function): Use `require'. Also, handle the case
12574 where vc-BACKEND-hooks.el doesn't exist.
12575 (vc-call-backend): Cleanup.
12576
125772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12578
12579 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12580 vc-rcs-grab-templates)
12581 (vc-rcs-registered): Remove. The default function works as well.
12582 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12583 vc-sccs-grab-templates)
12584 (vc-sccs-registered): Remove. The default function works as well.
12585
12586 * vc.el (vc-version-diff): Left out a vc- in call to
12587 vc-call-backend.
12588 (vc-default-dired-state-info, vc-default-record-rename)
12589 (vc-default-merge-news): Update for the new backend argument.
12590
12591 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12592 using the default function.
12593 (vc-call-backend): If calling the default function, pass it the
12594 backend as first argument. Update the docstring accordingly.
12595 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12596 for the new backend argument.
12597 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12598 (vc-find-backend-function): Use the new name.
12599 (vc-default-registered): New function.
12600
126012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12602
12603 * vc.el (vc-merge): Use vc-find-backend-function.
12604
12605 * vc-hooks.el (vc-backend-functions): Remove.
12606 (vc-loadup): Don't setup 'vc-functions.
12607 (vc-find-backend-function): New function.
12608 (vc-call-backend): Use above fun and populate 'vc-functions
12609 lazily.
12610 (vc-backend-defines): Remove.
12611
126122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12613
12614 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12615 Call vc-call-backend without the leading vc-.
12616 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12617 (vc-check-headers): Call vc-call-backend without the leading vc-.
12618 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12619 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12620 Call vc-call-backend without the leading vc-.
12621
12622 * vc-cvs.el (tail): Provide vc-cvs.
12623 * vc-sccs.el (tail): Provide vc-sccs.
12624 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12625
12626 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12627 (vc-make-backend-function, vc-call): Pass names without leading
12628 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12629 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12630 (vc-call-backend): Always try to load vc-X-hooks.
12631 (vc-registered): Remove vc- in call to vc-call-backend.
12632
126332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12634
12635 * vc.el (vc-process-filter): New function.
12636 (vc-do-command): Setup `vc-process-filter' for the async process.
12637 (vc-maybe-resolve-conflicts): New function to reduce
12638 code-duplication. Additionally, it puts the buffer in
12639 `smerge-mode' if applicable.
12640 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12641 calling `merge-news'.
12642 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12643 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12644 interfacing to log-edit.el.
12645 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12646 log-edit is available.
12647 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12648
126492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12650
12651 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12652 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12653 defvar and the initialization.
12654 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12655
12656 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12657 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12658
12659 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12660
126612000-09-04 Andre Spiegel <spiegel@gnu.org>
12662
12663 * vc.el (vc-file-clear-masterprops): Removed.
12664 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12665 (vc-version-diff): Use buffer-size without argument.
12666 (vc-register): Heed vc-initial-comment.
12667
12668 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12669 default branch.
12670
12671 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12672 file name and workfile version.
12673 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12674
12675 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12676 vc-file-clear-masterprops.
12677
12678 * vc-sccs.el (vc-sccs-checkout): Removed call to
12679 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12680 rather than user login name.
12681
12682
126832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12684
12685 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12686 `want-differences-if-changed' and simplify.
12687 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12688 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12689 output (which is invalid for async vc-diff) to decide whether to
12690 do the revert silently or not.
12691
126922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12693
12694 * vc-hooks.el (vc-loadup): Load files quietly.
12695 (vc-call-backend): Oops, brain fart.
12696
126972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12698
12699 * vc-cvs.el (vc-cvs-state): Typo.
12700 (vc-cvs-merge-news): Return the status code rather than the error msg.
12701
127022000-09-04 Andre Spiegel <spiegel@gnu.org>
12703
12704 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12705 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12706 vc-state or vc-up-to-date-p.
12707 (vc-merge): Use vc-backend-defines to check whether merging is
12708 possible. Set state to 'edited after successful merge.
12709
12710 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12711 return that name. Redocumented.
12712
127132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12714
12715 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12716 new `vc-state' semantics.
12717 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12718 'vc-locking-user to the current user.
12719 (vc-merge): Inline vc-backend-merge. Comment out code that I
12720 don't understand and hence can't adapt to the new `vc-state' and
12721 `vc-locking-user' semantics.
12722 (vc-backend-merge): Remove.
12723
12724 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12725 rather than 'vc-locking-user.
12726
12727 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12728
12729 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12730 (vc-state): Don't use 'reserved any more. Just use the same
12731 convention as the one used for vc-<backend>-state where the
12732 locking user (as a string) is returned.
12733 (vc-locking-user): Update, based on the above convention. The
12734 'vc-locking-user property has disappeared.
12735 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12736
12737 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12738 with a heuristic one.
12739 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12740 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12741 error. That allows us to get to 'needs-merge even in the
12742 stay-local case. There's still no way to detect 'needs-patch in
12743 such a setup (or to force an update for that matter).
12744 (vc-cvs-logentry-check): Remove, the default works as well.
12745
127462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12747
12748 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12749
12750 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12751 major-mode in which the buffer might have been put earlier. Use
12752 `remove' and `when'. Allow `okstatus' to be `async' and use
12753 `start-process' in this case.
12754 (vc-version-diff): Handle the case where the diff looks empty
12755 because of the use of an async process.
12756
127572000-09-04 Andre Spiegel <spiegel@gnu.org>
12758
12759 * vc.el (vc-next-action-on-file): Removed optional parameter
12760 `simple'. Recompute state unconditionally.
12761 (vc-default-toggle-read-only): Removed.
12762
12763 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12764 (vc-toggle-read-only): Undid prev change.
12765
12766 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12767 vc-cvs-simple-toggle. Redocumented.
12768 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12769 (vc-cvs-toggle-read-only): Removed.
12770
127712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12772
12773 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12774 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12775 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12776 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12777 still is. So maybe it should be removed.
12778 (vc-head-version, vc-find-binary): Remove.
12779 (vc-recompute-state): Move from vc-hooks.el.
12780 (vc-next-action-on-file): Add a `simple' argument to allow
12781 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12782 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12783 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12784 (vc-dired-mode-map): Properly defvar it.
12785 (vc-print-log): Call log-view-mode if available.
12786 (small-temporary-file-directory): defvar instead of use boundp.
12787 (vc-merge-news): Moved to vc-cvs.el.
12788 (vc-default-merge-news): New function.
12789
12790 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12791 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12792 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12793 unknown `vc-latest-version' function. It should probably refer to
12794 vc-workfile-version or somesuch, but it's very unclear to me and I
12795 don't have SCCS to test things.
12796
12797 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12798 (vc-sccs-state-heuristic): Fix typo.
12799 (vc-sccs-workfile-unchanged-p): Add missing argument.
12800
12801 * vc-rcs.el: Require vc and vc-rcs-hooks.
12802 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12803 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12804 (vc-release-greater-or-equal-p): Move from vc.
12805 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12806 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12807 (vc-rcs-checkout): Add a missing `new-version' argument in the
12808 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12809
12810 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12811 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12812 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12813 than the apparently unbound `workfile-version'.
12814
12815 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12816 (vc-file-prop-obarray): Use `make-vector'.
12817 (vc-backend-functions): Add new hookable functions
12818 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12819 (vc-loadup): If neither backend nor default functions exist, use
12820 the backend function rather than nil.
12821 (vc-call-backend): If the function if not bound yet, try to load
12822 the non-hook file to see if it provides it.
12823 (vc-call): New macro plus use it wherever possible.
12824 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12825 nor `vc-find-binary' since it's only called from
12826 vc-mistrust-permission which is only used once the backend is known.
12827 (vc-checkout-model): Fix parenthesis.
12828 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12829
12830 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12831 (vc-cvs-release, vc-cvs-system-release): Remove.
12832 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12833 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12834 status symbols.
12835 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12836 (vc-cvs-toggle-read-only): First cut at a function to allow a
12837 cvs-status-free vc-toggle-read-only.
12838 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12839 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12840 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12841 (vc-cvs-checkout): Modify access rights directly if the user
12842 requested not to use `cvs edit'. And refresh the mode line.
12843
12844 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12845 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12846
128472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12848
12849 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12850 workfile' that got lost when the code was extracted from vc.el.
12851 And merged the tail with the rest of the code (not possible in the
12852 old vc.el where the tail was shared among all backends). And
12853 explicitly set the state to 'edited if `writable' is set.
12854
12855 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12856 (vc-cvs-state): Be careful to return the value from
12857 vc-cvs-parse-state.
12858 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12859 property but return it instead. Also be careful to handle a nil
12860 or "" `rev' when workfile is non-nil (it was handled properly when
12861 workfile was nil).
12862
12863 * vc.el: Removed those pesky unnecessary `(function' quotes.
12864 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12865 directly in the defvar.
12866 (vc-do-command): Bind inhibit-read-only so as to properly handle
12867 the case where the destination buffer has been made read-only.
12868 (vc-diff): Delegate to vc-version-diff in all cases.
12869 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12870 (vc-annotate-mode-variables): Removed (code moved partly to
12871 defvars and partly to vc-annotate-add-menu).
12872 (vc-annotate-mode): Turned into a derived-mode.
12873 (vc-annotate-add-menu): Moved in code in
12874 vc-annotate-mode-variables.
12875 (vc-update-change-log): Use make-temp-file if available.
12876
128772000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12878
12879 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12880 `vc-checkout-model' updated to `vc-cvs-update-model'.
12881
128822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12883
12884 * vc.el (vc-next-action-on-file): Added handling of state
12885 `unlocked-changes'.
12886 (vc-checkout-carefully): Is now practically obsolete, unless the
12887 above is too slow to be enabled unconditionally.
12888 (vc-update-change-log): Fixed typo.
12889
12890 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12891
12892 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12893 Now handles state `unlocked-changes'.
12894 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12895
12896 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12897
12898 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12899 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12900 `unlocked-changes'.
12901 (vc-rcs-workfile-unchanged-p): Renamed from
12902 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12903 function yet, but supposed to become one soon.
12904
12905 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12906 `vc-steal-lock'.
12907 (vc-call-backend): Changed error message.
12908 (vc-state): Added description of state `unlocked-changes'.
12909
129102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12911
12912 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12913 always return t in CVS-controlled directories.
12914
12915 * vc.el (vc-responsible-backend): New function.
12916 (vc-register): Largely rewritten.
12917 (vc-admin): Removed (implementation moved into vc-register).
12918 (vc-checkin): Redocumented.
12919 (vc-finish-logentry): If no backend defined yet (because we are in
12920 the process of registering), use the responsible backend.
12921
12922 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12923 Updated function lists.
12924 (vc-call-backend): Fixed typo.
12925
12926 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12927 New functions.
12928 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12929 Removed query option. Redocumented.
12930
129312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12932
12933 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12934
12935 * vc.el: Updated callers of `vc-checkout-required' to use
12936 `vc-checkout-model'.
12937
129382000-09-04 Martin Lorentzson <martinl@gnu.org>
12939
12940 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12941 stuff updated to reference this function instead of the old
12942 `vc-backend-release-p'.
12943
129442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12945
12946 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12947 vc-checkout-model. Return appropriate values. Updated callers.
12948
129492000-09-04 Martin Lorentzson <martinl@gnu.org>
12950
12951 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12952 (vc-backend-revert): Function moved into `vc-revert';
12953 `vc-next-action' must be updated to accomodate this change.
12954 (vc-backend-steal): Function moved into `vc-finish-steal'.
12955 (vc-backend-logentry-check): Function moved into
12956 `vc-finish-logentry'.
12957 (vc-backend-printlog): Function moved into `vc-print-log'.
12958 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12959 (vc-backend-assign-name): Function moved into
12960 `vc-create-snapshot'.
12961
129622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12963
12964 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12965 Rename to vc-checkout-model. Return appropriate values.
12966 Update callers.
12967
12968 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12969 to vc-checkout-model.
12970 (vc-checkout-required): Rename to vc-checkout-model.
12971 Re-implement and re-comment.
12972 (vc-after-save): Use vc-checkout-model.
12973
129742000-09-04 Martin Lorentzson <martinl@gnu.org>
12975
12976 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12977 Update to use the vc-BACKEND-diff functions instead.
12978 `vc-diff' is now working.
12979
12980 * vc-rcs.el (vc-rcs-logentry-check): New function.
12981
12982 * vc-cvs.el (vc-cvs-logentry-check): New function.
12983
12984 * vc-sccs.el (vc-sccs-diff): Function changed name from
12985 `vc-backend-diff'. This makes `vc-diff' work.
12986
12987 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12988 of functions possibly implemented in a vc-BACKEND library.
12989 (vc-checkout-required): Fix bug that caused an error to be
12990 signaled during `vc-after-save'.
12991
12992 * vc.el: Fix typo.
12993 This checkin is made with our new VC code base for the very first time.
12994 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12995
12996 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12997 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12998
12999 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
13000 updated to `vc-uses-locking'.
13001 (vc-checkout-required): Call to backend function.
13002 `vc-checkout-required' updated to `vc-uses-locking' instead.
13003
13004 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13005 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13006
13007 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13008 to match the split into various backends.
13009 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13010 (vc-retrieve-snapshot): Bug fix.
13011
130122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13013
13014 * vc-sccs.el (vc-sccs-release): Doc fix.
13015
130162000-09-04 Martin Lorentzson <martinl@gnu.org>
13017
13018 * vc.el (vc-next-action-on-file): Bug found and fixed.
13019 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13020 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13021
13022 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13023 (vc-rcs-checkout): Name space cleaned up. No more revision number
13024 crunching function names that are not prefixed with vc-rcs.
13025 (vc-rcs-checkout-model): Function added. References to
13026 `vc-checkout-model' replaced.
13027
130282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13029
13030 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13031 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13032 still need to be split, and implemented for RCS).
13033
130342000-09-04 Martin Lorentzson <martinl@gnu.org>
13035
13036 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13037
13038 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13039 required by the vc.el file.
13040
13041 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13042 required by the vc.el file.
13043 (vc-rcs-exists): Function added.
13044
13045 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13046 required by the vc.el file.
13047
13048 * vc.el (vc-admin): Updated to handle selection of appropriate
13049 backend. Current implementation is crufty and need re-thinking.
13050
13051 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13052
130532000-09-04 Martin Lorentzson <martinl@gnu.org>
13054
13055 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13056 beginning of annotate buffers correctly.
13057
13058 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13059 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13060 functionality updated quite a lot to support multiple backends.
13061 Variables `vc-annotate-mode', `vc-annotate-buffers',
13062 `vc-annotate-backend' added.
13063
13064 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13065 `vc-annotate-difference' added to supported backend functions.
13066
130672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13068
13069 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13070 Use with-temp-file instead of /bin/sh. Merged from mainline
13071
130722000-09-04 Martin Lorentzson <martinl@gnu.org>
13073
13074 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13075
13076 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13077
13078 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13079
130802000-09-04 Martin Lorentzson <martinl@gnu.org>
13081
13082 * vc-hooks.el: vc-state-heuristic added to
13083 vc-backend-hook-functions.
13084
13085 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13086
13087 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13088
13089 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13090 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13091 state to `reserved'.
13092
13093 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13094 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13095
130962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13097
13098 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13099 untouched.
13100
13101 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13102
13103 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13104 if defined. (Merged from main line, slightly adapted.)
13105
13106 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13107 millenium problem (merged from mainline).
13108
131092000-09-04 Martin Lorentzson <martinl@gnu.org>
13110
13111 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13112 part and moved the non-BACKEND stuff to vc.el.
13113
13114 * vc.el: Split the annotate feature into a BACKEND specific part
13115 and moved it from the vc-cvs.el file to this one.
13116
131172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13118
13119 * vc-hooks.el: Implement new state model.
13120 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13121 (vc-locking-user): Simplify. Now only needed if the file is
13122 locked by somebody else.
13123 (vc-lock-from-permissions): Remove. Functionality is in
13124 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13125 (vc-mode-line-string): New name for former vc-status. Adapted.
13126 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13127
13128 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13129 Various simplifications and adaptations all over the place.
13130
13131 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13132 Simplify and adapt the rest.
13133
13134 * vc.el (vc-resynch-window): Add TODO comment: check for
13135 interaction with view mode according to recent RCS change.
13136 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13137
131382000-09-04 Martin Lorentzson <martinl@gnu.org>
13139
13140 * vc.el: Convert the remaining function comments to docstrings.
13141
131422000-09-04 Martin Lorentzson <martinl@gnu.org>
13143
13144 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13145 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13146 (vc-minor-part, vc-previous-version): Functions that operate and
13147 compare revision numbers got proper documentation. Comments added
13148 about their possible removal.
13149
131502000-09-04 Martin Lorentzson <martinl@gnu.org>
13151
13152 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13153 the vc-backend.el files.
13154
13155 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13156
13157 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13158 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13159 (vc-rcs-previous-version): Functions added.
13160
13161 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13162
13163 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13164
131652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13166
13167 * vc-hooks.el (vc-master-templates): Is really obsolete.
13168 Comment out the definition for now. What is the right procedure
13169 to get rid of it?
13170 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13171 rewritten.
13172 (vc-default-registered): Remove.
13173 (vc-check-master-templates): New function; does mostly what the
13174 above did before.
13175 (vc-locking-user): Don't rely on the backend to set the property.
13176
13177 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13178 Rewrite documentation.
13179 (vc-rcs-templates-grabbed): New variable.
13180 (vc-rcs-grab-templates): New function.
13181 (vc-rcs-registered): Rewrite to use above mechanism.
13182
13183 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13184 Rewrite documentation.
13185 (vc-sccs-templates-grabbed): New variable.
13186 (vc-sccs-grab-templates): New function.
13187 (vc-sccs-registered): Rewrite to use above mechanism.
13188 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13189 Don't throw the result, simply return it.
13190
13191 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13192 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13193 (vc-cvs-registered): Does the check itself now. Simplify.
13194
13195 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13196 from main line.
13197
131982000-09-04 Martin Lorentzson <martinl@gnu.org>
13199
13200 * vc-cvs.el (vc-cvs-diff): New function.
13201
13202 * vc-sccs.el (vc-sccs-diff): New function.
13203
13204 * vc-rcs.el (vc-rcs-diff): New function.
13205 (vc-rcs-checkout): Bug (typo) found and fixed.
13206 (vc-rcs-register-switches): New variable.
13207
13208 * vc.el (vc-backend-diff): Function removed and placed in the
13209 backend files.
13210
132112000-09-04 Martin Lorentzson <martinl@gnu.org>
13212
13213 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13214
13215 * vc.el (vc-backend-checkout): Function removed and replaced in
13216 the vc-backend.el files.
13217
13218 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13219
13220 * vc.el (vc-backend-admin): Removed and replaced in the
13221 vc-backend.el files.
13222
13223 * vc.el (Martin): Removed all the annotate functionality since it
13224 is CVS backend specific.
13225
132262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13227
13228 * spec.txt: Added specification of vc-state.
13229
13230 * vc-sccs-hooks.el (vc-sccs-master-properties):
13231 Remove handling of vc-latest-version and
13232 vc-your-latest-version. What used to be vc-latest-version, is now
13233 returned as vc-workfile-version.
13234 (vc-sccs-workfile-version): Adapt.
13235
132362000-09-04 Dave Love <fx@gnu.org>
13237
13238 * vc.el: [Merged from mainline.]
13239 (vc-dired-mode): Make the dired-move-to-filename-regexp
13240 regexp match the date, to avoid treating date as file size.
13241 Add YYYY S option to WESTERN/
13242
132432000-09-04 Dave Love <fx@gnu.org>
13244
13245 * vc.el: Require `compile' when compiling.
13246 (vc-logentry-check-hook): New option.
13247 (vc-steal-lock): Use compose-mail.
13248 (vc-dired-mode-map): Defvar when compiling.
13249 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13250 vc-sccs.el and renamed. Callers changed.
13251 (vc-backend-checkout, vc-backend-logentry-check)
13252 (vc-backend-merge-news): Doc fix.
13253 (vc-default-logentry-check): New function.
13254 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13255 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13256 (vc-backend-merge): Doc fix. Use backend functions.
13257 (vc-check-headers): Use backend functions.
13258
13259 * vc-cvs.el: Require vc when compiling.
13260 (vc-cvs-register-switches): Doc fix.
13261 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13262 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13263 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13264 New functions (code from vc.el).
13265 (vc-annotate-display-default): Fix interactive spec.
13266 (vc-annotate-time-span): Doc fix.
13267
13268 * vc-rcs.el: Require vc when compiling.
13269 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13270 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13271 (vc-rcs-checkin): New functions (code from vc.el).
13272 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13273 Doc fix.
13274 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13275
13276 * vc-sccs.el: Require vc when compiling.
13277 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13278 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13279 (vc-sccs-revert)
13280 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13281 from vc.el).
13282 (vc-sccs-add-triple, vc-sccs-record-rename)
13283 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13284 (vc-sccs-admin): Doc fix.
13285
132862000-09-04 Martin Lorentzson <martinl@gnu.org>
13287
13288 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13289 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13290 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13291 from vc.el.
13292
13293 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13294
13295 * vc-cvs.el: Moved the annotate functionality from vc.el.
13296 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13297
132982000-09-04 Dave Love <fx@gnu.org>
13299
13300 * vc.el (vc-backend-release): Call vc-system-release.
13301
13302 * vc-sccs.el (vc-sccs-system-release):
13303 Renamed from vc-sccs-backend-release.
13304
13305 * vc-rcs.el (vc-rcs-system-release):
13306 Renamed from vc-rcs-backend-release.
13307
13308 * vc-cvs.el (vc-cvs-system-release):
13309 Renamed from vc-cvs-backend-release.
13310
133112000-09-04 Dave Love <fx@gnu.org>
13312
13313 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13314 backend files.
13315 (vc-backend-release): Dispatch to backend functions.
13316 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13317 probably needs attention.]
13318
13319 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13320 (vc-sccs-backend-release): New function.
13321
13322 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13323 (vc-cvs-backend-release): New function.
13324
13325 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13326 Doc fix.
13327 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13328 (vc-default-dired-state-info): New function.
13329 (vc-dired-state-info): Dispatch to backends.
13330 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13331
13332 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13333 from vc.el and renamed.
13334
133352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13336
13337 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13338 (vc-version-other-window, vc-backend-assign-name): Removed
13339 references to vc-latest-version; sometimes changed into
13340 vc-workfile-version.
13341
13342 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13343 vc-rcs-master-workfile-version.
13344 (vc-rcs-workfile-version): Use the above. Don't call
13345 vc-latest-version (that was unreachable code, anyway).
13346 (vc-rcs-fetch-master-properties): Doc fix.
13347
13348 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13349 (vc-backend-hook-functions): Removed them from this list, too.
13350 (vc-fetch-properties): Removed.
13351 (vc-workfile-version): Doc fix.
13352
13353 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13354 (vc-rcs-workfile-version, vc-rcs-locking-user)
13355 (vc-rcs-uses-locking): Use it.
13356
13357 * vc-hooks.el (vc-consult-rcs-headers):
13358 Moved into vc-rcs-hooks.el, under the name
13359 vc-rcs-consult-headers.
13360
13361 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13362 headers.
13363 (vc-cvs-find-master): Use this name only; correct different
13364 versions of the name.
13365
13366 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13367 New functions.
13368 (vc-sccs-locking-user): Use the latter.
13369
13370 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13371 New functions.
13372
13373 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13374 Moved into both
13375 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13376 functions are implementation details of those two backends.
13377
133782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13379
13380 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13381 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13382
13383 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13384 (vc-sccs-parse-locks): SCCS-specific code moved here from
13385 vc-hooks.
13386
13387 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13388 code moved here from vc-hooks.
13389
13390 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13391 into back-end specific parts and removed. Callers not updated
13392 yet; because I guess these callers will disappear into back-end
13393 specific files anyway.
13394
133952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13396
13397 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13398 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13399 `vc-uses-locking'.
13400
13401 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13402 Store yes/no in the property, and return t/nil. Updated all
13403 callers.
13404
13405 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13406 vc-sccs-uses-locking. Don't set property.
13407 (vc-sccs-locking-user): Don't set property.
13408
13409 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13410 vc-cvs-uses-locking. Don't set property here; leave that to
13411 vc-hooks.
13412 (vc-cvs-locking-user): Reflect above change. Streamlined.
13413
13414 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13415 vc-rcs-uses-locking.
13416 (vc-rcs-locking-user): Reflect above change.
13417
134182000-09-04 Dave Love <fx@gnu.org>
13419
13420 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13421
13422 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13423
13424 * vc-hooks.el (vc-checkout-model): Punt to backends.
13425
13426 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13427
13428 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13429
13430 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13431 New functions.
13432
13433 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13434 New functions.
13435
13436 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13437 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13438
13439 * vc-hooks.el (vc-default-locking-user): New function.
13440 (vc-locking-user, vc-workfile-version): Punt to backends.
13441
134422000-09-04 Dave Love <fx@gnu.org>
13443
13444 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13445 (vc-master-workfile-version): Moved from vc-hooks.
13446
13447 * vc-rcs-hooks.el: Fix duplicate code in last change.
13448
13449 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13450 (vc-rcs-master-templates): Improve :type.
13451 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13452 vc-master-workfile-version): Moved from vc-hooks.
13453
13454 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13455 (vc-sccs-master-templates): Improve :type.
13456 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13457
13458 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13459
13460 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13461 (vc-cvs-master-templates): Improve :type. Use
13462 vc-cvs-find-cvs-master.
13463 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13464 from vc-hooks.
13465 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13466
13467 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13468 Moved to vc-cvs-hooks.
13469
13470 * vc-hooks.el: Add doc strings in various places. Simplify the
13471 minor mode setup.
13472 (vc-handled-backends): New user variable.
13473 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13474 simplification.
13475
134762000-09-04 Dave Love <fx@gnu.org>
13477
13478 * vc.el: Some doc fixes for autoloaded and interactive functions.
13479 Fix compilation warnings from ediff stuff.
13480 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13481
13482 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13483
13484 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13485
13486 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13487
134882000-09-04 Dave Love <fx@gnu.org>
13489
13490 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13491 New variable.
13492 (vc-make-backend-function, vc-loadup, vc-call-backend)
13493 (vc-backend-defines): New functions.
13494
13495 * vc-hooks.el: Various doc fixes.
13496 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13497 (vc-match-substring): Function removed. Callers changed to use
13498 match-string.
13499 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13500 Simplify.
13501
135022000-09-04 Dave Love <fx@gnu.org>
13503
13504 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13505 type.
13506 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13507 (vc-sccs-registered): Doc fix.
13508
13509 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13510 (vc-cvs-registered): Doc fix.
13511
13512 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13513 (vc-rcs-registered): Doc fix.
13514
135152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13516
13517 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13518
13519 * vc-hooks.el: vc-registered has been renamed
13520 vc-default-registered. Some functions have been moved to the
13521 backend specific files. they all support the
13522 vc-BACKEND-registered functions.
13523
135242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13525
13526 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13527
13528 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13529
135302000-09-04 Dave Love <fx@gnu.org>
13531
13532 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13533 menu-bar-update-hook.
13534
13535 * help.el (help-manyarg-func-alist): Add
13536 find-operation-coding-system.
13537
13538 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13539
13540 * custom.el (custom-set-variables): Print message about errors in
13541 setting.
13542
135432000-09-03 Andrew Innes <andrewi@gnu.org>
13544
13545 * makefile.w32-in: Change to DOS line endings.
13546
135472000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13548
13549 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13550 minor-mode keymaps, if they don't have one.
13551
135522000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13553
13554 * eshell/esh-module.el (eval-when-compile): Don't lose if
13555 esh-module.el's file name is truncated to DOS 8+3 limits.
13556
135572000-09-01 John Wiegley <johnw@gnu.org>
13558
13559 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13560 predicate, which caused entries in the completion list to be
13561 doubled.
13562
135632000-08-30 John Wiegley <johnw@gnu.org>
13564
13565 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13566 sending to subprocesses. Also, hook pre-command-hook if
13567 `eshell-send-direct-to-subprocesses' is non-nil.
13568 (eshell-send-direct-to-subprocesses): New config variable. If t,
13569 subprocess input is send immediately.
13570 (eshell-toggle-direct-send): New function.
13571 (eshell-self-insert-command): New function.
13572 (eshell-intercept-commands): New function.
13573 (eshell-send-input): If direct subprocess sending is enabled,
13574 don't echo any input to the Eshell buffer. Let the subprocess
13575 handle that. This requires "stty echo" in bash, for example.
13576
135772000-08-28 John Wiegley <johnw@gnu.org>
13578
13579 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13580 completion function for Eshell's implementation of `unset'.
13581
135822000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13583
13584 * info.el (Info-directory-list): Doc fix.
13585
135862000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13587
13588 * filecache.el (file-cache-add-directory-using-find): Don't quote
13589 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13590
135912000-08-31 Kenichi Handa <handa@etl.go.jp>
13592
13593 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13594 coding systems.
13595
135962000-08-30 Andrew Innes <andrewi@gnu.org>
13597
13598 * timer.el (run-with-idle-timer): Undo last change, so that timer
13599 is not activated immediately if Emacs is already idle. Some
13600 existing code relies on this behaviour.
13601
136022000-08-30 Miles Bader <miles@gnu.org>
13603
13604 * frame.el (set-frame-font): Do completion of font-name for
13605 interactive use.
13606
136072000-08-30 Kenichi Handa <handa@etl.go.jp>
13608
13609 * international/quail.el (quail-start-translation): Bind locally
13610 last-command-event, last-command, and this-command.
13611 (quail-start-conversion): Likewise.
13612 (quail-self-insert-command): Fix docstring.
13613
136142000-08-29 Gerd Moellmann <gerd@gnu.org>
13615
13616 * progmodes/executable.el
13617 (executable-make-buffer-file-executable-if-script-p): Check that
13618 buffer contains at least 2 characters.
13619
136202000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13621
13622 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13623
136242000-08-29 Dave Love <fx@gnu.org>
13625
13626 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13627 (diff-mode-shared-map): Bind mouse-2.
13628 (diff-imenu-generic-expression): New variable.
13629 (diff-mode): Use it.
13630
13631 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13632 (mouse-popup-menubar): Add minor mode menus.
13633 (popup-menu): Check for lookup-key returning number.
13634
136352000-08-29 Miles Bader <miles@gnu.org>
13636
13637 * comint.el (comint-send-input): Create overlays using the proper
13638 front/read-advance arguments.
13639
136402000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13641
13642 * ps-print.el: Even/odd pages printing. Doc fix.
13643 (ps-print-version): New version number (6.0).
13644 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13645 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13646 (ps-print-duplex-feature): Variable eliminated.
13647 (ps-even-or-odd-pages): New variable.
13648
13649 * progmodes/ebnf2ps.el: Doc fix.
13650 (ebnf-version): New version (3.3).
13651 (ebnf-user-arrow): Change variable customization to sexp.
13652 (ebnf-user-arrow): Function eliminated.
13653 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13654
136552000-08-29 Kenichi Handa <handa@etl.go.jp>
13656
13657 * help.el (help-xref-mule-regexp): New variable.
13658 (help-make-xrefs): Handle help-xref-mule-regexp.
13659
13660 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13661 variable.
13662 (describe-input-method): Temporarily activate the specfied input
13663 method to display the information.
13664 (describe-language-environment): Hyperlinks to mule related items.
13665
13666 * international/mule-diag.el (charset-multibyte-form-string): New
13667 function.
13668 (list-character-sets-1): Use charset-multibyte-form-string.
13669 (describe-character-set): New function.
13670 (describe-coding-system): Hyperlinks to safe character sets.
13671
13672 * international/quail.el (quail-help): New arg PACKAGE.
13673 Hyperlinks to mule related items.
13674 (quail-help-insert-keymap-description): Use
13675 substitute-command-keys instead of describe-bindings.
13676 (quail-translation-help): Hyperlinks to mule related items.
13677
136782000-08-28 John Wiegley <johnw@gnu.org>
13679
13680 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13681 have a defsubst call itself. Made `eshell-flatten-list' back into
13682 a function again.
13683
13684 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13685 catch, in case re-centering point at bottom messes up the display.
13686 This happens frequently in Emacs 21, due I believe to variable
13687 line heights.
13688
13689 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13690 to call `find-tag-interactive'.
13691
13692 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13693 the list of remember directories.
13694
136952000-08-28 John Wiegley <johnw@gnu.org>
13696
13697 * align.el: Test align-region-separate to see if it's a symbol.
13698
136992000-08-28 John Wiegley <johnw@gnu.org>
13700
13701 * eshell/esh-util.el (eshell-flatten-list): Made this function
13702 into a defsubst form. It gets used very frequently, although
13703 calls don't occur all that often.
13704
13705 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13706 examining it.
13707
13708 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13709 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13710 `eshell-protect'.
13711 (eshell-copy-handles): Created a new macro for duplicating the
13712 current set of open handles. This is needed by the looping
13713 functions.
13714 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13715 is not incorrectly stomped on.
13716
13717 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13718 declaration for pcomplete-use-paring.
13719 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13720 value of eshell-cmpl-use-paring.
13721 * pcomplete.el (pcomplete-use-paring): New config variable, to
13722 indicate whether paring should be used.
13723 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13724 completion alternatives that have already been used.
13725
13726 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13727 bound to C-c C-y, which will repeat the previous N arguments
13728 (based on prefix argument).
13729 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13730
13731 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13732 if there is no *Help* buffer. This is for XEmacs, which renames
13733 its help buffers uniquely. TODO: Find out what the current buffer
13734 name to delete is.
13735
13736 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13737 first entry that correlates to a passwd/group number. Later
13738 entries (used for group/user name aliasing to multiple IDs) are
13739 ignored.
13740
13741 * eshell/em-xtra.el (eshell/expr):
13742 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13743 (eshell-grep, eshell/diff, eshell/locate):
13744 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13745 argument list, before passing it to the system command.
13746
13747 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13748 `find-tag' for use at final position in Eshell buffers (which
13749 otherwise triggers an error on Emacs 21).
13750 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13751 buffer, if it is currently bound to `find-tag'.
13752
13753 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13754 in the list of matched Makefile names.
13755 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13756 directory, prefer its contents to Makefile.
13757
13758 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13759 directory parts (like "cd old new", or "cd =regexp"), are now case
13760 sensitive on non-Windows/DOS platforms.
13761
13762 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13763 types RET after an open delimiter (like "), display a message
13764 indicating that Eshell is waiting for the closing delimiter.
13765
13766 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13767 environment variables.
13768
13769 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13770 gracefully if the user enters incorrect arguments.
13771
13772 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13773 Eshell buffers.
13774
13775 * eshell/esh-var.el (eshell-interpolate-variable):
13776 * eshell/esh-mode.el (eshell-move-argument):
13777 * eshell/em-unix.el (eshell-du-sum-directory):
13778 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13779 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13780 (not (= ...)).
13781
13782 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13783 to ensure the `preserve' flag gets propagated when doing recursive
13784 directory copies.
13785
137862000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13787
13788 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13789 Don't convert \n into \0177 in memory.
13790 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13791 and back again, when reading and writing.
13792
137932000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13794
13795 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13796 testing of `fboundp' on `processp'.
13797
13798 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13799 (eshell/jobs): Don't call process-list if it is not bound.
13800 (eshell-gather-process-output): Support systems where async
13801 subprocesses aren't supported.
13802 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13803 variables.
13804
13805 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13806 eshell-do-eval returns t.
13807 (eshell-do-pipelines-synchronously): New defmacro.
13808 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13809 when async subprocesses aren't supported.
13810 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13811 if async subprocesses aren't supported.
13812 (eshell-resume-command): Don't assume STATUS is a string.
13813
13814 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13815
13816 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13817 (eshell-close-target, eshell-get-target): Use eshell-processp.
13818 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13819 fix.
13820 (eshell-get-target, eshell-create-handles): Doc fix.
13821
138222000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13823
13824 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13825 criterion to include commands that output something, as long as it
13826 leaves both the command and the end-of-buffer visible when the
13827 command has exited.
13828 (eshell-review-quick-commands): Adjust the help doc string
13829 accordingly.
13830
138312000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13832
13833 * locate.el (locate): Cleaned up locate command's interactive prompting
13834 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13835
13836 * filecache.el (file-cache-case-fold-search): New variable
13837 (file-cache-assoc-function): New variable
13838 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13839 Use file-cache-case-fold-search variable
13840 (file-cache-add-file): Use file-cache-assoc-function
13841 (file-cache-delete-file): likewise
13842 (file-cache-directory-name): likewise
13843 (file-cache-debug-read-from-minibuffer): likewise
13844
138452000-08-28 Gerd Moellmann <gerd@gnu.org>
13846
13847 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13848 (abbrev-table-name): New function.
13849 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13850 If non-nil list local abbrev, only.
13851
138522000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13853
13854 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13855 from Gnus support code, and use special article copy buffer
13856 `(gnus-original-article-buffer)' instead. This allows to get rid
13857 of article-hide-headers usage (which breaks in the latest Gnus
13858 version). Thanks to Detlev Zundel.
13859
138602000-08-28 Kenichi Handa <handa@etl.go.jp>
13861
13862 * international/quail.el (quail-use-package): Hide "... loaded"
13863 message.
13864 (quail-start-translation, quail-start-conversion): Likewise.
13865
13866 * international/kkc.el (kkc-region): Hide "... loaded" message.
13867
138682000-08-27 Dave Love <fx@gnu.org>
13869
13870 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13871
138722000-08-27 Miles Bader <miles@gnu.org>
13873
13874 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13875
138762000-08-27 Kenichi Handa <handa@etl.go.jp>
13877
13878 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13879 'ja-dic-cnv), not (require 'skkdic-cnv).
13880
138812000-08-26 Miles Bader <miles@gnu.org>
13882
13883 * faces.el (face-x-resources): Add entry for :inherit.
13884 * cus-face.el (custom-face-attributes): Add support for :inherit
13885 attribute. Add support for relative face heights.
13886 (custom-face-attributes-get): Treat `nil' as being a default value
13887 for :inherit (as well as `unspecified').
13888
13889 * faces.el (set-face-attribute): Update doc string.
13890 (face-attribute-name-alist): Add :inherit.
13891 (face-valid-attribute-values): Handle :inherit.
13892 (face-read-string): Rephrase prompt to be less confusing.
13893 Assume that DEFAULT is a string, since we must return a string.
13894 (face-read-integer): Use `format' to turn DEFAULT into an
13895 acceptable default for face-read-string. Match NEW-VALUE against
13896 the string "unspecified", not the symbol `unspecified', since
13897 that's what face-read-string returns.
13898 (read-face-attribute): Lookup a name for old-value in valid, and
13899 use it as a default if we find one. Treat all values from
13900 face-read-string as strings. If the default is used, don't do any
13901 more processing on the value, just use the old value directly.
13902 (read-face-and-attribute, modify-face): Tweak prompt.
13903 (read-face-name): Don't assume prompt ends with a space.
13904
13905 * faces.el (describe-face): Add support for :inherit attribute.
13906
139072000-08-25 Kenichi Handa <handa@etl.go.jp>
13908
13909 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13910 concat doesn't accept interger.
13911
13912 * international/kkc.el: Remove SKK from Keywords. Require
13913 ja-dic-utl instead of skkdic-utl.
13914
13915 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13916 Provide ja-dic-cnv instead of skkdic-cnv.
13917 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13918 (iso-2022-7bit-short): Add safe-charsets property.
13919 (skkdic-convert-postfix): Search Japanese chou-on character in
13920 addition to Hiragana character.
13921 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13922 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13923 (batch-skkdic-convert): Likewise.
13924
13925 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13926 Provide ja-dic-utl instead of skkdic-utl.
13927 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13928
139292000-08-24 Dave Love <fx@gnu.org>
13930
13931 * disp-table.el (standard-display-default): Make the test of `l'
13932 useful.
13933
13934 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13935 mod sample text.
13936
13937 * international/iso-ascii.el: Make pilcrow convenient string
13938 consistent with section.
13939 (iso-ascii-display): Set up multibyte characters as well as
13940 unibyte.
13941
139422000-08-24 Kenichi Handa <handa@etl.go.jp>
13943
13944 * international/mule-cmds.el (reset-language-environment): Set
13945 default-process-coding-system to '(undecided . iso-latin-1), which
13946 makes process I/O almost consistent with file I/O. Call this
13947 function when mule-cmds.el[c] is loaded.
13948
139492000-08-22 Andrew Innes <andrewi@gnu.org>
13950
13951 * makefile.w32-in: New file.
13952
139532000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13954
13955 * comint.el (comint-output-filter): Compare end of
13956 comint-last-output-overlay with the start of the newly inserted
13957 text, not the end, when deciding whether to extend it.
13958 Set saved-point's insertion type to advance after insertion.
13959
13960 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13961 since this is now done independently of font-lock mode.
13962
139632000-08-21 Gerd Moellmann <gerd@gnu.org>
13964
13965 * server.el (server-kill-new-buffers): New user option.
13966 (server-existing-buffer): New buffer-local variable.
13967 (server-visit-files): When using an existing buffer, set
13968 server-existing-buffer to t.
13969 (server-buffer-done): If server-kill-new-buffers is t, kill the
13970 buffer, unless it was already present before visiting it with
13971 Emacs server.
13972
139732000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13974
13975 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13976 even if the display doesn't support colors: some displays will
13977 support bold/underline faces.
13978
139792000-08-21 Gerd Moellmann <gerd@gnu.org>
13980
13981 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13982
13983 * startup.el (command-line): If user's init file had an error,
13984 add explanatory text to *Messages*.
13985
139862000-08-21 Kenichi Handa <handa@etl.go.jp>
13987
13988 * man.el (Man-getpage-in-background): Decode the process output by
13989 the system locale coding system.
13990
139912000-08-20 Dave Love <fx@gnu.org>
13992
13993 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13994 Don't test x-popup-menu.
13995 (function) <complete-function>: Complete only fbound symbols.
13996 <validate, value>: New.
13997 (variable) <complete-function>: Complete only bound symbols.
13998 (coding-system): Add :base-only, :complete-function, :validate,
13999 :value, :prompt-match.
14000 (widget-coding-system-prompt-value): Use read-coding-system and
14001 act on :base-only.
14002 (editable-field): Add :help-echo.
14003 (widget-push-button-gui, widget-push-button-cache)
14004 (widget-gui-action, widget-editable-list-gui): COmment out, along
14005 with uses.
14006 (widget-at): Make arg optional.
14007 (widget-echo-help): Adjust for current help-echo calling sequence.
14008 (widget-specify-field, widget-specify-button)
14009 (widget-specify-insert, widget-get-sibling, widget-image-find)
14010 (widget-convert, widget-insert, widget-leave-text)
14011 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14012 (widget-setup, widget-field-find, widget-before-change)
14013 (widget-after-change, widget-default-complete)
14014 (widget-default-create, widget-default-delete)
14015 (widget-push-button-value-create, editable-field)
14016 (widget-field-prompt-value, widget-field-validate)
14017 (widget-choice-value-create, widget-choice-action)
14018 (widget-choice-validate, widget-checklist-add-item)
14019 (widget-radio-add-item, widget-radio-chosen)
14020 (widget-radio-value-inline, widget-editable-list-value-create)
14021 (widget-editable-list-entry-create)
14022 (widget-documentation-link-add)
14023 (widget-documentation-string-value-create)
14024 (widget-regexp-validate, widget-file-complete)
14025 (widget-sexp-validate, widget-plist-convert-widget)
14026 (widget-plist-convert-widget, widget-alist-convert-widget)
14027 (widget-alist-convert-widget, widget-color-complete): Simplify,
14028 particularly to avoid bindings which aren't optimized out.
14029
14030 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14031 Doc fix.
14032 (down-list, backward-up-list, up-list, kill-sexp)
14033 (backward-kill-sexp, mark-sexp): Make arg optional.
14034 (lisp-complete-symbol): Add optional arg PREDICATE.
14035
14036 * cus-start.el: Add display-buffer-reuse-frames,
14037 file-coding-system-alist.
14038
140392000-08-20 Gerd Moellmann <gerd@gnu.org>
14040
14041 * startup.el (command-line): Clear realized faces after
14042 modifying TTY color mappings.
14043
140442000-08-20 Miles Bader <miles@gnu.org>
14045
14046 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14047 merely a subset of FACE's attributes.
14048
140492000-08-19 Miles Bader <miles@gnu.org>
14050
14051 * comint.el (comint-output-filter): Save the point with a marker,
14052 not just a buffer position.
14053
14054 * international/mule.el (set-buffer-process-coding-system): Make
14055 interactive prompt less confusing.
14056
140572000-08-19 Gerd Moellmann <gerd@gnu.org>
14058
14059 * hilit-chg.el: General cleanup of doc strings, comments and
14060 code formatting.
14061
140622000-08-19 Miles Bader <miles@gnu.org>
14063
14064 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14065 Compiler macro removed; beginning-of-line is no longer always
14066 equivalent to forward-line, in the presence of fields.
14067
14068 * comint.el (comint-output-filter): Remove ad-hoc saving of
14069 restriction, and just use save-restriction, now that it works
14070 correctly. Don't adjust comint-last-input-start to account for
14071 our insertion; it shouldn't have moved because we don't use
14072 insert-before-markers anymore. Comment out call to
14073 `force-mode-line-update'; why is it here?
14074
14075 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14076 while checking for prompt to delete. Use `forward-line 0'
14077 instead of beginning-of-line.
14078 (gud-filter): Temporarily widen gud comint buffer while
14079 examining output.
14080
140812000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14082
14083 * progmodes/sh-script.el: Big bag of typos.
14084
14085 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14086 check since ispell-process is not bound when ispell is not yet loaded.
14087
140882000-08-18 Dave Love <fx@gnu.org>
14089
14090 * image.el (find-image): Copy `spec' before using plist-put.
14091
140922000-08-18 Gerd Moellmann <gerd@gnu.org>
14093
14094 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14095 `portugues'.
14096
14097 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14098 backward-kill-sexp, analogous to kill-sexp.
14099
14100 * progmodes/icon.el (icon-indent-line)
14101 (icon-is-continuation-line): Handle comments specially.
14102
141032000-08-17 Ken Stevens <k.stevens@ieee.org>
14104
14105 * ispell.el: Set to standard author/maintainer/keyword fields.
14106 Fine tuning to menu map appearance and operation, and added help.
14107 Remove `start' and `end' error messages when compiling.
14108 (ispell-choices-win-default-height): Fixed comment string.
14109 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14110 castellano8 dictionaries.
14111 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14112 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14113 dictionary, added italiano dictionary.
14114 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14115 word character
14116 (ispell-tex-skip-alists): Added psfig support.
14117 (ispell-skip-html): Renamed from ispell-skip-sgml.
14118 (ispell-begin-skip-region-regexp, ispell-skip-region)
14119 (ispell-minor-check): Improved html skipping support to skip across
14120 code, and recognize `&' commands without propper `;' syntax;
14121 (ispell-process-line): Fix alignment error when manually
14122 correcting spelling.
14123 (ispell): Fix comment string.
14124 (ispell-add-per-file-word-list): Always put word list on new line.
14125
141262000-08-17 Gerd Moellmann <gerd@gnu.org>
14127
14128 * format.el (format-encode-run-method): Fix error message to say
14129 `encode' instead of `decode'. Use save-window-excursion around
14130 shell-command-on-region as in format-decode-run-method because
14131 shell-command-on-region can display a buffer with error output.
14132 (format-decode): Don't record undo information for the decoding.
14133 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14134 that number part of the temporary buffer name so that more than
14135 one decoding using a temporary buffer can happen safely.
14136
14137 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14138 of `A-z' in the regexp.
14139
14140 * hilit-chg.el: Fix typos in commentary.
14141
14142 * help.el (view-emacs-news): Rewritten for new naming scheme
14143 for old NEWS files.
14144
14145 * startup.el (command-line): Pop to *Messages* in case an error
14146 is signaled while loading user-init-file.
14147
141482000-08-17 Andreas Schwab <schwab@suse.de>
14149
14150 * files.el (insert-directory): Don't lose original file name,
14151 undoing an undocumented change.
14152
141532000-08-17 Alex Schroeder <alex@gnu.org>
14154
14155 * sql.el (sql-magic-go): Use comint-bol.
14156 (sql-copy-column): Use comint-line-beginning-position.
14157 (comint-line-beginning-position): Define a replacement for
14158 comint-line-beginning-position if it is not fboundp.
14159
141602000-08-17 Alex Schroeder <alex@gnu.org>
14161
14162 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14163 it didn't have any effect anyway.
14164
141652000-08-17 Alex Schroeder <alex@gnu.org>
14166
14167 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14168 --pset and pager=off instead of sending \\o|cat at the beginning
14169 of the session.
14170
141712000-08-17 Miles Bader <miles@gnu.org>
14172
14173 * progmodes/octave-inf.el: Add compatibility definition of
14174 comint-line-beginning-position.
14175
141762000-08-17 Kenichi Handa <handa@etl.go.jp>
14177
14178 * startup.el (normal-top-level): Look in each dir in load-path for
14179 a leim-list.el file too. This assures of loading leim-list.el
14180 that is created at Emacs installation time even if a user have his
14181 own leim-list.el.
14182
141832000-08-17 Miles Bader <miles@gnu.org>
14184
14185 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14186 foreground color to black if the background is dark.
14187
141882000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14189
14190 * loadhist.el (unload-feature): Typo.
14191
14192 * finder.el (finder-compile-keywords):
14193 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14194 to the generated file.
14195
14196 * mail/mh-e.el (mh-make-local-vars):
14197 Replace make-variable-buffer-local with make-local-variable.
14198
14199 * play/landmark.el:
14200 * options.el (Edit-options-{set,toggle,t,nil}):
14201 * mail/mailabbrev.el (mail-abbrevs-mode):
14202 * textmodes/tex-mode.el (tex-expand-files):
14203 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14204
14205 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14206
14207 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14208 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14209 Allow going past the last element.
14210 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14211 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14212 (cvs-mouse-toggle-mark): Don't move point.
14213 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14214
14215 * progmodes/compile.el (grep): Provide a default set of files.
14216 (next-error): Docstring fix.
14217 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14218
14219 * emacs-lisp/easy-mmode.el (define-minor-mode):
14220 Use `symbol-value' to keep the byte-compiler quiet.
14221
14222 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14223 (diff-find-source-location): New fun, extracted from diff-goto-source.
14224 (diff-goto-source): Use it.
14225 (diff-next-complex-hunk, diff-filter-lines): New function.
14226 (diff-apply-hunk): New command.
14227
14228 * smerge-mode.el (smerge-mode-menu): Doc fix.
14229
14230 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14231
142322000-08-16 Dave Love <fx@gnu.org>
14233
14234 * windmove.el (windmove) <defgroup>: Add :version.
14235
14236 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14237 (goto-address-fontify-p, goto-address-highlight-p)
14238 (goto-address-url-face, goto-address-url-mouse-face)
14239 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14240 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14241 (goto-address-fontify, goto-address-at-mouse): Simplify,
14242 (goto-address-at-point): browse-url-url-at-point,
14243 goto-address-find-address-at-point can return nil.
14244 (goto-address-find-address-at-point): Return nil on failure.
14245
14246 * align.el (align) <defgroup>: Add :version.
14247
14248 * calculator.el (calculator): Add :version.
14249 (calculator): Use two lines for calculator window if `modeline'
14250 face is boxed.
14251
14252 * play/5x5.el: Doc fixes.
14253 (5x5) <defgroup>: Add :version.
14254
14255 * play/fortune.el (fortune) <defgroup>: Add :version.
14256 (fortune-append): Fix error message.
14257 (fortune-from-region): Doc fix.
14258
14259 * play/pong.el (pong): Doc fix.
14260
14261 * play/morse.el: Keywords, commentary, autoloads.
14262
142632000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14264
14265 * desktop.el (desktop-save): Don't look at symbol-value of a
14266 member of minor-mode-alist, unless it is boundp.
14267
142682000-08-16 Sam Steingold <sds@gnu.org>
14269
14270 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14271 `while'; use `with-current-buffer' instead of `save-excursion'.
14272 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14273
142742000-08-16 Kenichi Handa <handa@etl.go.jp>
14275
14276 * international/ccl.el (declare-ccl-program): Docstring modified.
14277 (ccl-execute-with-args): Likewise.
14278
142792000-08-16 Miles Bader <miles@gnu.org>
14280
14281 * progmodes/sql.el: Add compatibility definition of
14282 comint-line-beginning-position.
14283
142842000-08-15 Gerd Moellmann <gerd@gnu.org>
14285
14286 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14287 'buffer-menu' property.
14288 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14289 fails.
14290 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14291 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14292 wasn't killed.
14293
14294 * buff-menu.el (list-buffers-noselect): Don't display the
14295 *Buffer List* buffer.
14296
14297 * font-lock.el: Require jit-lock to prevent a very late
14298 `Loading jit-lock' message.
14299
14300 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14301 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14302 mail address.
14303
143042000-08-15 Miles Bader <miles@gnu.org>
14305
14306 * textmodes/ispell.el (ispell-graphic-p): New constant.
14307 (ispell-choices-win-default-height, ispell-help): Use
14308 `ispell-graphic-p' instead of `xemacsp'.
14309
143102000-08-15 Dave Love <fx@gnu.org>
14311
14312 * simple.el: Autoload widget-convert when compiling.
14313 (mail-user-agent): Doc fix.
14314
14315 * help.el (function-called-at-point, variable-at-point): Use
14316 with-syntax-table.
14317 (help-manyarg-func-alist): Add insert-and-inherit.
14318
14319 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14320
14321 * delsel.el (delsel-unload-hook): New function.
14322
14323 * find-file.el: Doc fixes. Move provide to end.
14324 (ff) <defgroup>: Add :link.
14325 (ff-goto-click): Deleted.
14326 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14327 Use mouse-set-point.
14328
14329 * textmodes/tildify.el: Doc fixes.
14330 (tildify) <defgroup>: Add:version.
14331
14332 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14333 (glasses-custom-set): Use set-default, not set.
14334 (minor-mode-alist): Propertize the lighter.
14335 (glasses-mode): Provide optional arg.
14336
14337 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14338 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14339 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14340 option. Provide :type.
14341 (cwarn-configuration): Provide :type.
14342 (cwarn-mode): Doc fix.
14343
14344 * add-log.el (change-log-merge): Doc fix.
14345 (change-log-redate): New command.
14346
14347 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14348 Doze and Dog.
14349 (browse-url): Use dolist, not mapcar.
14350 (browse-url-at-point): Check for null url.
14351 (browse-url-event-buffer, browse-url-event-point): Functions
14352 deleted.
14353 (browse-url-at-mouse, browse-url-netscape): Simplify.
14354
14355 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14356 modes.
14357 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14358 Fix previous change to mapcan.
14359 (msb--init-file-alist, msb--add-separators)
14360 (msb--make-keymap-menu): Simplify.
14361 (msb--choose-file-menu): Use copy-sequence.
14362 (msb-mode-map): Add title to keymap.
14363 (msb-unload-hook): New function.
14364
14365 * bs.el: Fix indentation.
14366 (bs) <defgroup>: Add :links.
14367 (bs-show): Doc fix.
14368 (bs-apply-sort-faces): Don't use window-system.
14369 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14370
143712000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14372
14373 * calendar/timeclock.el (timeclock-file): Run .timelog through
14374 convert-standard-filename.
14375
143762000-08-14 Gerd Moellmann <gerd@gnu.org>
14377
14378 * emacs-lisp/authors.el: New file.
14379
14380 * paren.el (show-paren-priority): New user option.
14381 (show-paren-function): Set overlay priorities to
14382 show-paren-priority.
14383
143842000-08-14 Miles Bader <miles@gnu.org>
14385
14386 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14387 beginning-of-line with inhibit-field-text-motion bound.
14388
143892000-08-14 Gerd Moellmann <gerd@gnu.org>
14390
14391 * calendar/timeclock.el: New file.
14392
143932000-08-14 David Ponce <david@dponce.com>
14394
14395 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14396 `widget-button-click'. so that one can use left mouse button to
14397 click on dialog buttons.
14398
143992000-08-14 Emmanuel Briot <briot@gnat.com>
14400
14401 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14402 identifiers, since XML is case sensitive
14403
144042000-08-12 Miles Bader <miles@gnu.org>
14405
14406 * comint.el (comint-output-filter): Don't bother frobbing
14407 window-start, it doesn't seem to be necessary.
14408
14409 * comint.el (comint-send-string, comint-send-region): Make into
14410 real functions. Snapshot the prompt before sending.
14411
144122000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14413
14414 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14415 technique similar to Info-index, instead of relying on specific
14416 names of relevant Index nodes.
14417 (Info-goto-emacs-command-node): Bind Info-history to nil when
14418 going to the first node found by Info-find-emacs-command-nodes.
14419
144202000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14421
14422 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14423
144242000-08-10 Miles Bader <miles@gnu.org>
14425
14426 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14427
144282000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14429
14430 * info.el (Info-file-list-for-emacs): More elements for the
14431 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14432 and woman manuals.
14433
144342000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14435
14436 * comint.el (comint-send-input): Make the newline boundary overlay
14437 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14438 (comint-output-filter): Use `insert' instead of
14439 `insert-before-markers'. Extend comint-last-output-overlay when
14440 necessary since we can't rely on insert-before-markers to do it.
14441 * gud.el (gud-filter): Use `with-current-buffer' instead of
14442 save-excursion when inserting the output, so that point gets
14443 updated correctly; the old method relied on a rather dodgy
14444 side-effect of comint-output-filter to avoid the effect of
14445 save-excursion.
14446
144472000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14448
14449 * files.el (recover-file): Call insert-directory instead of
14450 invoking `ls' directly.
14451
144522000-08-10 Miles Bader <miles@gnu.org>
14453
14454 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14455 (comint-last-prompt-overlay): New variables.
14456 (comint-output-filter): Implement prompt highlighting.
14457 (comint-snapshot-last-prompt): New function.
14458 (comint-send-input): Snapshot the last prompt.
14459 Use comint-highlight-input-face.
14460 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14461 Use defface instead of defcustom.
14462 (send-invisible, comint-send-eof): Snapshot the last prompt.
14463 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14464 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14465
144662000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14467
14468 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14469 (regexp-opt-group): Use a list of chars for `letters'.
14470 (regexp-opt-charset): `chars' is now a list of chars.
14471 Use a char-table rather than a vector so it works for multibyte chars.
14472
14473 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14474 Set cvs-minor-current-files to the selected fileinfo.
14475 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14476 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14477
144782000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14479
14480 * files.el (insert-directory): Don't call access-file on
14481 directories on DOS and Windows.
14482
144832000-08-09 Kenichi Handa <handa@etl.go.jp>
14484
14485 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14486 longer if necessary.
14487 (ccl-embed-code): Call ccl-embed-data to store CODE in
14488 ccl-program-vector.
14489
144902000-08-09 Miles Bader <miles@gnu.org>
14491
14492 * comint.el (comint-output-filter): Properly handle the case where
14493 the text surrounded by comint-last-output-overlay was deleted.
14494
144952000-08-08 Gerd Moellmann <gerd@gnu.org>
14496
14497 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14498 non-nil.
14499 (Info-file-list-for-emacs): Remove "info" from the list because
14500 that leads to trying to use the documentation from file `info'
14501 in various situations where it isn't appropriate, for instance
14502 C-h C-k C-h i.
14503
14504 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14505 DIR and/or STRING are nil.
14506
14507 * progmodes/compile.el (compilation-setup): Make variable
14508 compilation-error-screen-columns buffer-local, as some comment
14509 in the code suggests it should be.
14510
14511 * files.el (auto-mode-interpreter-regexp): New variable.
14512 (set-auto-mode): Use it.
14513
14514 * indent.el (indent-for-tab-command): Doc fix.
14515
14516 * mouse-sel.el (mouse-sel-mode): Doc fix.
14517
14518 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14519 labels.
14520
14521 * help.el (print-help-return-message): When
14522 display-buffer-reuse-frames is set, let the help window been quit,
14523 instead of deleting it, which might delete a reused frame.
14524
145252000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14526
14527 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14528 rename a directory to a name that differs only by its letter case.
14529
145302000-08-08 Kenichi Handa <handa@etl.go.jp>
14531
14532 * international/quail.el (quail-define-rules): Handle Quail decode
14533 map correctly. Add code for supporting annotations.
14534 (quail-install-decode-map): New function.
14535 (quail-defrule-internal): New optional arguments decode-map and
14536 props.
14537 (quail-advice): New function.
14538
145392000-08-07 Sam Steingold <sds@gnu.org>
14540
14541 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14542 `defconst', `define-condition', `with-slots'.
14543 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14544
145452000-08-03 Miles Bader <miles@gnu.org>
14546
14547 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14548 New variable.
14549 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14550 comint-use-prompt-regexp-instead-of-fields.
14551 (comint-send-input): Add `input' field property to stuff we send to
14552 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14553 (comint-output-filter): Add `output' field property to process
14554 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14555 (comint-replace-by-expanded-history)
14556 (comint-get-old-input-default, comint-show-output)
14557 (comint-backward-matching-input, comint-forward-matching-input)
14558 (comint-next-prompt, comint-previous-prompt): Use field
14559 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14560 (comint-line-beginning-position): New function.
14561 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14562 (comint-replace-by-expanded-history-before-point): Use
14563 comint-line-beginning-position and line-end-position.
14564 (comint-last-output-overlay): New variable.
14565 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14566
14567 * shell.el (shell-prompt-pattern): Doc change.
14568 (shell-backward-command): Use line-beginning-position.
14569
14570 * gud.el (gud-gdb-complete-command): Use
14571 comint-line-beginning-position.
14572
14573 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14574 comint-bol doesn't actually go to the beginning of the line.
14575
14576 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14577 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14578 (try-expand-line-all-buffers): Likewise.
14579
14580 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14581 explicitly matching comint-prompt-regexp.
14582 (sql-copy-column): Use comint-line-beginning-position instead of
14583 explicitly matching comint-prompt-regexp.
14584
14585 * progmodes/octave-inf.el (inferior-octave-complete): Use
14586 comint-line-beginning-position.
14587
14588 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14589
14590 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14591 looking for a prompt, use `forward-line 0' instead of
14592 `beginning-of-line', to avoid getting caught by an input field.
14593
145942000-08-07 Gerd Moellmann <gerd@gnu.org>
14595
14596 * files.el (shell-quote-wildcard-pattern): Make sure to return
14597 PATTERN, in the Unix case.
14598
145992000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14600
14601 * play/zone.el (zone): Discard any pending input before running
14602 the randomly-chosen pgm.
14603
146042000-08-07 Kenichi Handa <handa@etl.go.jp>
14605
14606 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14607 checking the existence of any multibyte characters.
14608
146092000-08-06 Gerd Moellmann <gerd@gnu.org>
14610
14611 * help.el (describe-mode): Test minor-mode symbol for being
14612 bound before testing its value for being nil.
14613
14614 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14615 `first', `second', and `third'.
14616
14617 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14618 (second): Make it an alias for `cadr'.
14619
146202000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14621
14622 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14623 types of display support faces now.
14624
146252000-08-05 Gerd Moellmann <gerd@gnu.org>
14626
14627 * pcvs.el (require): Require `cl' during compilation, only.
14628
14629 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14630 (toplevel): Remove `remq' and `remove' from autoloads.
14631 (cl-fake-autoloads): New variable. If set, arrange for an error
14632 when CL functions etc. are autoloaded.
14633
146342000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14635
14636 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14637
14638 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14639 popped up, but the user clicks outside the menu, return an empty
14640 regexp (that causes unhighlight-regexp to have no effect).
14641
14642 * menu-bar.el (menu-bar-games-menu): Add Zone.
14643
14644 * hi-lock.el (toplevel): Require font-lock.
14645
146462000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14647
14648 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14649 (ebnf-8-bit-chars): New var for bug fix.
14650 (ebnf-string): Bug fix.
14651
146522000-08-03 Sam Steingold <sds@gnu.org>
14653
14654 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14655 instead of `buffer-string'.
14656 (require 'cl): Always, not just when compiling.
14657 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14658 necessary.
14659
146602000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14661
14662 * international/mule-cmds.el (select-safe-coding-system): Make
14663 the message text about selecting a safe coding system more clear.
14664
146652000-08-02 Gerd Moellmann <gerd@gnu.org>
14666
14667 * hi-lock.el: New file.
14668
14669 * play/zone.el: New file.
14670
14671 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14672 value of tab-width in the original buffer. Choose a line number
14673 format that's a multiple of the original buffer's tab width, so
14674 that lines appear right.
14675
14676 * textmodes/ispell.el (ispell): New function, replacing an alias.
14677 Spell-check active region if in transient-mark-mode and mark
14678 is active; otherwise spell-check buffer.
14679
146802000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14681
14682 * ps-mule.el: Fix a customization problem on
14683 ps-mule-font-info-database-default.
14684
146852000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14686
14687 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14688 display-mouse-p instead of window-system.
14689 (ebrowse-member-mode-map): Ditto.
14690
146912000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14692
14693 * progmodes/ebnf2ps.el: Update ps-print functions call.
14694 Indentation fix. Doc fix.
14695 (ebnf-version): New version number (3.2).
14696 (ebnf-format-color, ebnf-begin-job): Code fix.
14697
146982000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14699
14700 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14701 font lock support on window-system.
14702 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14703
14704 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14705 display-color-p, if fboundp, instead of window-system.
14706
147072000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14708
14709 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14710 instead of window-system.
14711
14712 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14713 window-system.
14714 (widget-choice-mouse-down-action): Use display-popup-menus-p
14715 instead of window-system.
14716
14717 * strokes.el (strokes-file): Run the file name through
14718 convert-standard-filename.
14719 (strokes-mode): Call display-mouse-p instead of looking at
14720 window-system. Change the error message accordingly.
14721
14722 * progmodes/cpp.el (toplevel): Support faces on tty's.
14723
14724 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14725 (lm-plot-square, lm-init-display): Don't use window-system.
14726
14727 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14728 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14729
14730 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14731 instead of looking at window-system.
14732
147332000-07-30 Gerd Moellmann <gerd@gnu.org>
14734
14735 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14736 of testing if iswitchb-prepost-hooks is bound, because the
14737 latter will always be true when invoking a recursive minibuffer
14738 from an active Iswitchb buffer.
14739
147402000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14741
14742 * files.el (shell-quote-wildcard-pattern): New function.
14743 (insert-directory): Call it. Only prepend "\" to command on Unix
14744 and GNU/Linux systems.
14745
147462000-07-30 Gerd Moellmann <gerd@gnu.org>
14747
14748 * eshell/esh-groups.el: Change custom :link file names
14749 from `eshell.info' to `eshell'.
14750
147512000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14752
14753 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14754 correctly in recursive ange-ftp listings.
14755
147562000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14757
14758 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14759 ps-header-font-size-internal and
14760 ps-header-title-font-size-internal variables are not set,
14761 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14762 face text property is (foreground-color . COLOR) or
14763 `(background-color . COLOR)', ps-print crashes. Doc fix.
14764 (ps-print-version): New version number (5.2.4).
14765 (ps-plot-region): Code fix.
14766 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14767 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14768 Bug fix 2.
14769
147702000-07-30 Milan Zamazal <pdm@freesoft.cz>
14771
14772 * glasses.el (glasses-make-readable): Fix uncapitalization of
14773 identifiers like `myXMLDocument'.
14774
147752000-07-28 Karl Fogel <kfogel@red-bean.com>
14776
14777 * mail/mail-hist.el (mail-hist-previous-input)
14778 (mail-hist-next-input): Do the obvious code factorization.
14779 (mail-hist-retrieve-and-insert): New func, contains common
14780 code of above two.
14781 If inserting a message body, leave point at top.
14782
147832000-07-28 Sam Steingold <sds@gnu.org>
14784
14785 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14786 Use `<=', not `<' to compare times!
14787 (ange-ftp-ls): Remove.
14788
147892000-07-27 Gerd Moellmann <gerd@gnu.org>
14790
14791 * play/cookie1.el: Add explanation of how to make cookie.el
14792 compatible with strfile(1) to comment.
14793
14794 * subr.el (remove, remq): New functions.
14795
14796 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14797 escape `*' in regexps.
14798 (midnight-find): Reverse order of arguments in the funcall of
14799 TEST.
14800
14801 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14802 and `.class'.
14803
14804 * play/meese.el: Add Commentary section.
14805
148062000-07-27 Alex Schroeder <alex@gnu.org>
14807
14808 * sql.el (sql-ms): Added autoload cookie.
14809 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14810 (sql-oracle): Ditto.
14811 (sql-help): Doc change.
14812
14813 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14814 types and exceptions.
14815
148162000-07-27 Alex Schroeder <alex@gnu.org>
14817
14818 * sql.el (sql-placeholder-history): New variable.
14819 (sql-query-placeholders-and-send): New function that will query
14820 the user and replace placeholders with user input.
14821 (sql-oracle): If running on NT, set comint-input-sender to
14822 sql-query-placeholders-and-send.
14823
14824 (sql-stop): If in the SQLi buffer, insert stop notification, else
14825 present it as a message.
14826
148272000-07-27 Alex Schroeder <alex@gnu.org>
14828
14829 * sql.el (sql-input-ring-separator): Doc change.
14830 (sql-input-ring-file-name): Doc change.
14831 (sql-interactive-mode): Use `sql-input-ring-separator' and
14832 `sql-input-ring-file-name' to set the comint-mode equivalents
14833 without making them local variables.
14834 (sql-stop): Don't bind `sql-input-ring-separator' and
14835 `sql-input-ring-file-name' dynamically to their comint-mode
14836 equivalents.
14837
148382000-07-27 Kenichi Handa <handa@etl.go.jp>
14839
14840 * international/mule.el (register-char-codings): New function.
14841 (make-coding-system): Handle `safe-chars' specification in the arg
14842 PROPERTY.
14843
14844 * international/mule-cmds.el
14845 (find-coding-systems-region-subset-p): This function deleted.
14846 (sort-coding-systems-predicate): New variable.
14847 (sort-coding-systems): New function.
14848 (find-coding-systems-region): Use
14849 find-coding-systems-region-internal.
14850 (find-coding-systems-string): Use find-coding-systems-region.
14851 (find-coding-systems-for-charsets): Check
14852 char-coding-system-table.
14853 (select-safe-coding-system-accept-default-p): New variable.
14854 (select-safe-coding-system): Mostly rewritten. New argument
14855 ACCEPT-DEFAULT-P.
14856 (select-message-coding-system): Call select-safe-coding-system
14857 with ACCEPT-DEFAULT-P arg.
14858 (reset-language-environment): Reset default-sendmail-coding-system
14859 to the default value iso-latin-1.
14860 (set-language-environment): Don't set the obsolete variable
14861 charset-origin-alist.
14862
14863 * international/codepage.el (cp-coding-system-for-codepage-1):
14864 Give `safe-chars' property to make-coding-system.
14865
14866 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14867 calling select-message-coding-system twice.
14868
14869 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14870 instead of `safe-charsets'.
14871 (cyrillic-alternativnyj): Likewise.
14872 (ccl-encode-alternativnyj): Don't check the charset
14873 cyrillic-iso8859-5.
14874
148752000-07-27 Kenichi Handa <handa@etl.go.jp>
14876
14877 * composite.el (compose-chars-after): Preserve match data.
14878
148792000-07-26 Sam Steingold <sds@gnu.org>
14880
14881 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14882 (ange-ftp-real-file-newer-than-file-p): New function.
14883 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14884 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14885
14886 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14887 * midnight.el (midnight-float-time): Ditto.
14888
148892000-07-26 Andreas Schwab <schwab@suse.de>
14890
14891 * files.el (normal-backup-enable-predicate): Correct
14892 interpretation of the return value of compare-strings.
14893
148942000-07-26 Gerd Moellmann <gerd@gnu.org>
14895
14896 * isearch.el (isearch-resume): New function.
14897 (isearch-done): Add something to command-history to resume
14898 the search.
14899 (isearch-yank-line, isearch-yank-word): Use
14900 buffer-substring-no-properties instead of buffer-substring.
14901
14902 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14903 of flyspell-mouse-map.
14904
14905 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14906 duplicate definition.
14907 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14908
14909 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14910 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14911
149122000-07-25 Sam Steingold <sds@gnu.org>
14913
14914 * net/ange-ftp.el: Get modtime over the net.
14915 (ange-ftp-file-modtime): New function.
14916 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14917 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14918 Use it.
14919 (ange-ftp-dot-to-slash): New function.
14920 (ange-ftp-fix-name-for-vms): Use it.
14921
14922 * midnight.el (midnight-buffer-display-time): Use
14923 `with-current-buffer'.
14924
149252000-07-25 Gerd Moellmann <gerd@gnu.org>
14926
14927 * find-dired.el: Update copyright notice.
14928 (find-dired): Offer to kill a running `find'.
14929
14930 * enriched.el (enriched-face-ans): For a `foreground-color'
14931 property, return '(("x-color" COLOR))' so that COLOR will be
14932 output as a parameter of the x-color annotation. Likewise for the
14933 `background-color' property. In the case of normal face
14934 properties, don't return annotations for unspecified foreground
14935 and background face attributes.
14936
149372000-07-25 Kenichi Handa <handa@etl.go.jp>
14938
14939 * language/japan-util.el (japanese-katakana-region): Fix handling
14940 HANKAKU argument.
14941
149422000-07-25 Miles Bader <miles@gnu.org>
14943
14944 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14945 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14946 constrain-to-field.
14947
149482000-07-24 Andrew Innes <andrewi@gnu.org>
14949
14950 * timer.el (timer-activate-when-idle): Add optional parameter
14951 DONT-WAIT. Update docstring.
14952 (run-with-idle-timer): Specify extra parameter to
14953 timer-activate-when-idle, so that timer will be activated
14954 immediately if Emacs is already idle.
14955
14956 * w32-fns.el (w32-using-nt): Fix docstring.
14957
149582000-07-24 Dave Love <fx@gnu.org>
14959
14960 * mouse.el (popup-menu): Set last-command-event.
14961 (mouse-major-mode-menu-prefix): Declare.
14962
149632000-07-24 Gerd Moellmann <gerd@gnu.org>
14964
14965 * textmodes/flyspell.el: Update to author's version 1.5d.
14966
14967 * progmodes/hideshow.el: Update copyright notice.
14968
14969 * vcursor.el: Set maintainer to FSF, since author cannot
14970 be reached.
14971
149722000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14973
14974 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14975 the prompt.
14976
14977 * mouse.el (popup-menu): Run the keymap through indirect-function,
14978 in case it was defined with define-prefix-key. If the menu is a
14979 list of keymaps, look up the binding of user's choice in each one
14980 of the keymaps.
14981 (mouse-popup-menubar): If the global and local menu-bar keymaps
14982 don't have a prompt string, create one and insert it into the
14983 keymap. Don't barf if current-local-map returns nil.
14984
149852000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14986
14987 * dired.el (dired-sort-R-check): Added to allow recursive listing
14988 to be undone.
14989 (dired-sort-other): Use it.
14990
149912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14992
14993 * Release of cc-mode 5.27
14994
149952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14996
14997 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14998 c-beginning-of-statement-1 that caused a bad case of recursion
14999 which could consume a lot of CPU in large classes in languages
15000 that have in-expression classes (i.e. Java and Pike).
15001
15002 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15003 statements before top level constructs (i.e. case 6 is moved
15004 before case 5 and is now case 4) to catch in-expression
15005 classes in top level expressions correctly.
15006
150072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15008
15009 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15010 objc-method-intro. Case 4 removed and case 5I added.
15011
15012 * cc-langs.el (c-append-paragraph-start): New variable used by
15013 c-common-init to get paragraph-start correct.
15014 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15015 initialize paragraph-start to make it correct both with and
15016 without the javadoc special case.
15017
15018 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15019 initialize paragraph-start for javadoc markup.
15020
15021 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15022 change by defaulting this to t. It's motivated by the
15023 confusing behavior that otherwise arise from the style system
15024 when editing both java and non-java files at the same time
15025 (see the comments about style setting in c-common-init).
15026
150272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15028
15029 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15030 similar to the one in c-fill-paragraph to check the fill
15031 prefix from the adaptive fill function for sanity.
15032
150332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15034
15035 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15036 defun block.
15037
a30eb617
DL
150382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15039
15040 * cc-align.el (c-lineup-multi-inher): Handle lines with
15041 leading comma nicely. Extended to handle member initializers
15042 too.
15043
15044 * cc-engine.el: (c-beginning-of-inheritance-list,
15045 c-guess-basic-syntax): Fixed recognition of inheritance lists
15046 when the lines begins with a comma.
15047
a30eb617
DL
15048 * cc-vars.el (c-offsets-alist): Changed default for
15049 member-init-cont to c-lineup-multi-inher since it now handles
15050 member initializers and indents better for leading commas.
15051
150522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15053
15054 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15055 handling that caused class open lines to be recognized as
15056 statement-conts in some cases.
15057
15058 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15059 guessed by the adaptive fill function unless point is on the
15060 first line of a block comment.
15061
15062 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15063 when the buffer ends with a macro continuation char.
15064
15065 * cc-engine.el (c-guess-basic-syntax): Added support for
15066 function definitions as statements in Pike. The first
15067 statement in a lambda block is now labeled defun-block-intro
15068 instead of statement-block-intro.
15069
15070 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15071 so that the class surrounding point is selected, not the one
15072 innermost in the state.
15073
15074 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15075 recognition of switch labels having hanging multiline
15076 statements.
15077
15078 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15079 some code in c-guess-basic-syntax to a separate function.
15080 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15081 recognition of member inits with multiple line arglists.
15082 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15083 member-init-cont when the commas are in funny places.
15084
150852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15086
15087 * cc-defs.el (c-auto-newline): Removed this macro since it's
15088 not used anymore.
15089
15090 * cc-engine.el (c-looking-at-bos): New helper function.
15091 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15092 inexpr and toplevel classes apart in Pike.
15093
15094 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15095 of case 9A.
15096
15097 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15098 constant, since "class" can introduce an in-expression class
15099 in Pike nowadays.
15100
151012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15102
15103 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15104 indentation on cpp-macro lines.
15105
15106 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15107 a syntax modifier like comment-intro, to make it possible to
15108 get syntactic indentation for preprocessor directives. It's
15109 incompatible wrt to lineup functions on cpp-macro, but it has
15110 no observable effect in the 99.9% common case where cpp-macro
15111 is set to -1000.
15112
151132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15114
15115 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15116 member-init-cont when the preceding arglist is several lines.
15117
151182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15119
15120 * cc-styles.el (c-style-alist): The basic offset for the BSD
15121 style corrected to 8.
15122
151232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15124
15125 * cc-styles.el (c-style-alist): Adjusted the indentation of
15126 brace list openers in the gnu style.
15127
151282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15129
15130 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15131
15132 * cc-cmds.el (c-electric-brace, c-electric-slash,
15133 c-electric-star, c-electric-semi&comma, c-electric-colon,
15134 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15135 when c-syntactic-indentation is nil.
15136
15137 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15138 we were left at comments preceding the first statement when
15139 reaching the beginning of the buffer.
15140
15141 * cc-vars.el (c-syntactic-indentation): New variable to turn
15142 off all syntactic indentation.
15143
151442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15145
15146 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15147 between the text and the block comment ender when it hangs,
15148 depending on how many there are before the fill.
15149
151502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15151
15152 * cc-engine.el (c-beginning-of-closest-statement): New helper
15153 function to go back to the closest preceding statement start,
15154 which could be inside a conditional statement.
15155 * cc-engine.el (c-guess-basic-syntax): Use
15156 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15157
15158 * cc-engine.el (c-guess-basic-syntax): Better handling of
15159 arglist-intro, arglist-cont-nonempty and arglist-close when
15160 the arglist is nested inside parens. Cases 7A, 7C and 7F
15161 changed.
15162
15163 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15164 up-to-date with javadoc 1.2.
15165
151662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15167
15168 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15169 multiline Pike type decls.
15170
151712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15172
15173 * cc-cmds.el (c-indent-new-comment-line): Always break
15174 multiline comments in multiline mode, regardless of
15175 comment-multi-line.
15176
151772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15178
15179 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15180 fully::qualified::names in C++ member init lists. Preamble in
15181 case 5D changed.
15182
151832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15184
15185 * cc-langs.el (c-common-init): Handling of obsolete variables
15186 moved to c-initialize-cc-mode. More compatible style override
15187 when using global style variables.
15188 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15189 variables moved here.
15190
a30eb617
DL
15191 * cc-styles.el (c-make-styles-buffer-local): Flag style
15192 variable localness in c-style-variables-are-local-p to make
15193 the compatibility measure in c-common-init work well.
15194
15195 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15196 longer contain set-from-style.
15197 * cc-styles.el (c-initialize-builtin-style): Don't check for
15198 set-from-style on c-special-indent-hook.
15199 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15200 copy-alist is sufficient now.
15201
15202 * cc-styles.el (c-set-style, c-set-style-1,
15203 c-get-style-variables): Fixes to variable initialization so
15204 that duplicate entries in styles have the same effect
15205 regardless of DONT-OVERRIDE.
15206
15207 * cc-styles.el (c-set-style-2): Fixed bug where the
15208 initialization of inheriting styles failed when the
15209 dont-override flag is set.
15210
15211 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15212 on this.
15213
152142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15215
15216 * cc-defs.el (c-forward-comment): Removed the workaround
15217 introduced in 5.38 since it had worse side-effects. If a line
15218 contains the string "//\"", it regarded the // as a comment
15219 start since the \ temporarily doesn't have escape syntax.
15220
eb04d6cd 152212000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
15222
15223 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15224 ada-xref.el before ada-prj.el, so that the Project menu is created
15225 when ada-prj tries to add to it.
15226 (ada-activate-keys-for-case): Suppress the characters that are not
15227 part of the Ada syntax. Better compatibility with else-mode
15228 (ada-adjust-case-interactive): When auto-casing is not active,
15229 correctly insert newlines (used to insert only ^M). Prevent the
15230 syntax table from being changed in case of an error
15231 (or '_' becomes part of a word and some commands are confused).
15232 Do nothing if ada-auto-case is nil.
15233 (ada-after-keyword-p): Ignore keywords that are also attributes
15234 (ada-batch-reformat): Update usage comment
15235 (ada-call-from-contextual-menu): New function
15236 (ada-case-read-exceptions): Reinitialize the casing exception list
15237 first to nil first, so that the casing exception file can be
15238 shared.
15239 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15240 files.
15241 (ada-compile-goto-error): Fix regexp used to detect a file:line
15242 anywhere in the error message
15243 (ada-contextual-menu-last-point): New variable
15244 (ada-create-keymap): If the variable delete-key-deletes-forward is
15245 t on XEmacs, it means that DEL should delete one character
15246 forward.
15247 (ada-create-menu): Use :included instead of :visible for XEmacs.
15248 New submenu "Options".
15249 (ada-end-stmt-re): Correctly indent "select ... then abort"
15250 statements.
15251 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15252 even if they don't match ada-fill-comment-prefix Fix handling of
15253 paragraphs on the first or last line of a file.
15254 (ada-format-paramlist): Fix handling of default parameter values.
15255 (ada-get-body-name): New function.
15256 (ada-get-current-indent): Optimized by searchling directly for an
15257 existing generic part or a statement outside of it. Handle
15258 ada-indent-align-comments when indenting comments Replaced some
15259 regexps by testing directly the next character. This results in a
15260 huge speedup on some files. New indentation scheme for renames
15261 statements. Stop looking for the 'while' or 'for' associated with
15262 a 'loop' at the first semicolon encountered. A "return" can also
15263 match an anonymous access subprogram declaration.
15264 (ada-get-indent-noindent): Ignore strings and comments when
15265 looking for the keywords "record" and "private".
15266 (ada-goto-matching-decl-start): When matching "if", make sure we
15267 are not in fact seeing "end if". Ignore "when" statements except
15268 when initial keyword was "begin". Fix handling of nested
15269 procedures. Add a recursive call to this function to skip over
15270 other 'end' statmts. Fix indentation for "when .. => begin"
15271 (ada-in-open-paren-p): Fix indentation for complex boolean
15272 expressions, where 'and then', 'or else' and parenthesis
15273 statements are mixed up.
15274 (ada-in-paramlist-p): Skip comments while searching for the
15275 beginning Fix handling of operator declarations.
15276 (ada-indent-align-comments): New variable
15277 (ada-indent-current): Change the syntax table only in the
15278 protected section, so that we are sure it is restored correctly.
15279 (ada-indent-on-previous-lines): Use ada-use-indent and
15280 ada-with-indent Correctly indent "select ... then"
15281 (ada-indent-region): Slight speedup.
15282 (ada-indent-renames): New variable.
15283 (ada-last-which-function-subprog, ada-last-which-function-line):
15284 New variables
15285 (ada-looking-at-semi-private): Correctly indent the 'private'
15286 keyword when it is the first word in a package declaration.
15287 (ada-loose-case-word): Stop searching if at the end of the buffer.
15288 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15289 even if point is not initially at the end of the word.
15290 (ada-matching-decl-start-re): Add "when".
15291 (ada-mode): Add support for abbrev-mode, outline-mode and
15292 which-func-mode Override the old find-file.el entry in
15293 ff-special-constructs since it is using the obsolete
15294 ada-spec-suffix variable
15295 (ada-no-auto-case): New function
15296 (ada-scan-paramlist): When parsing the argument type, accept
15297 spaces (as in "X 'Class", generated by Rational Rose).
15298 (ada-other-file-name): No longer loads the other file.
15299 (ada-popup-menu): Save and restore the current buffer and cursor
15300 position before and after displaying the menu.
15301 (ada-search-ignore-complex-boolean): New function.
15302 (ada-uncomment-region): Emacs21 already knows how to delete
15303 comments not starting in the first column.
15304 (ada-use-indent): New variable
15305 (ada-which-function): New function.
15306 (ada-with-indent): New variable
15307 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15308 can be batch-compiled from the command line.
15309
15310 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15311 Add to the menu when the file is loaded, not in ada-mode-hook.
15312 Add -toolbar to the default ddd command Switches moved from
15313 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15314 ada-prj-default-comp-opt
15315 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15316 Reference Manual to the menu
15317 (ada-check-current): rewritten as a call to ada-compile-current
15318 (ada-compile): Removed.
15319 (ada-compile-application, ada-compile-current, ada-check-current):
15320 Set the compilation-search-path so that compile.el automatically
15321 finds the sources in src_dir. Automatic scrollong of the
15322 compilation buffer. C-uC-cC-c asks for confirmation before
15323 compiling
15324 (ada-compile-current): New parameter, prj-field
15325 (ada-complete-identifier): Load the .ali file before doing
15326 processing
15327 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15328 conform to gnatmake's behavior.
15329 (ada-find-file-in-dir): New function
15330 (ada-find-references): Set the environment variables for gnatfind
15331 (ada-find-src-file-in-dir): New function.
15332 (ada-first-non-nil): Removed
15333 (ada-gdb-application): Add support for jdb, the java debugger.
15334 (ada-get-ada-file-name): Load the original-file first if not done
15335 yet.
15336 (ada-get-all-references): Handles the new ali syntax (parent types
15337 are found between <>).
15338 (ada-initialize-runtime-library): New function
15339 (ada-mode-hook): Always load a project file when a file is opened,
15340 so that the casing exceptions are correctly read.
15341 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15342 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15343 to open the project file, since the latter does not work with
15344 speedbar Get default values before loading the prj file, or the
15345 default executable file name is wrong. Use the absolute value of
15346 src_dir to initialize ada-search-directories and
15347 compilation-search-path,... Add the standard runtime library to
15348 the search path for find-file.
15349 (ada-prj-default-debugger): Was missing an opening '{'
15350 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15351 variables.
15352 (ada-prj-default-gnatmake-opt): New variable
15353 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15354 buffers, the project file is the default one Save the windows
15355 configuration before displaying the menu.
15356 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15357 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15358 ...) regexp-quote identifiers names to support operators +,
15359 -,... in regexps.
15360 (ada-remote): New function.
15361 (ada-run-application): Erase the output buffer before starting the
15362 run Support remote execution of the application. Use
15363 call-process, or the arguments are incorrectly parsed
15364 (ada-set-default-project-file): Reread the content of the active
15365 project file, not the one from the current buffer When a project
15366 file is set as the default project, all directories are
15367 automatically associated with it.
15368 (ada-set-environment): New function
15369 (ada-treat-cmd-string): New special variable ${current}
15370 (ada-treat-cmd-string): Revised. The substitution is now done for
15371 any ${...} substring
15372 (ada-xref-current): If no body was found, compiles the spec
15373 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15374 compiler to get rid of command line length limitations.
15375 (ada-xref-get-project-field): New function
15376 (ada-xref-project-files): New variable
15377 (ada-xref-runtime-library-specs-path)
15378 (ada-xref-runtime-library-ali-path): New variables
15379 (ada-xref-set-default-prj-values): Default run command now does a
15380 cd to the build directory. New field: main_unit Provide a default
15381 file name even if the current buffer has no prj file.
15382
15383 * ada-prj.el:
15384 Rewritten to show a tabbed-dialog.
15385 (ada-prj-add-ada-menu): Remove the map and name parameters.
15386 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15387 New function
15388 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15389 (ada-prj-load-from-file): New function
15390 (ada-prj-save): Always save fields that depend on the current buffer
15391 (ada-prj-show-value): New function
15392
15393 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15394 Ada mode. This will allow us to display the Ada menu in any buffer
15395 we want (for project items).
15396 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15397 number of spaces in the header.
15398
153992000-07-24 Dave Love <fx@gnu.org>
15400
15401 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15402
154032000-07-23 Noah Friedman <friedman@splode.com>
15404
15405 * type-break.el (type-break): perform autosave.
b52758d1 15406 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
15407 (type-break-do-query): Cancel query schedule while performing
15408 actual query, to avoid possibility of a second query being made
15409 while first one is already in progress.
15410 (type-break-time-stamp-format): New variable.
15411 (type-break-time-stamp): New function.
15412 (type-break-time-warning): Use it.
15413 (type-break-keystroke-warning): Use it.
15414 (type-break-noninteractive-query): Use it.
15415
15416 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15417 cookie.
15418 Use add-minor-mode to set minor-mode-alist, if available.
15419 (eldoc-echo-area-use-multiline-p): New user option.
15420 (eldoc-echo-area-multiline-supported-p): New variable.
15421 (eldoc-docstring-format-sym-doc): Use them.
15422 (eldoc-mode): If not using idle timers, append to local post and
15423 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15424 (eldoc-display-message-no-interference-p): Don't interfere with
15425 edebug.
15426 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15427 (eldoc-function-arglist): New function.
15428 (eldoc-function-argstring): Use it.
15429
15430 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15431 auto save directory exists before calling directory-files.
15432
154332000-07-23 Dave Love <fx@gnu.org>
15434
15435 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15436 ^o, ^u.
15437
154382000-07-21 Dave Love <fx@gnu.org>
15439
15440 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15441 now passed to the function. It now works properly.
15442
15443 * smerge-mode.el (smerge-mode-menu): Fill it out.
15444
154452000-07-20 Gerd Moellmann <gerd@gnu.org>
15446
15447 * info-look.el (info-lookup): If *info* is shown in another frame
15448 on the same display, select that frame, instead of switching to
15449 the Info buffer in another window of the selected frame.
15450
15451 * simple.el (universal-argument-map): Bind numeric keypad keys
15452 kp-0 to kp-9 and kp-subtract.
15453 (digit-argument): Handle these keys.
15454
154552000-07-20 Dave Love <fx@gnu.org>
15456
15457 * net/goto-addr.el (goto-address-fontify): Don't bother with
15458 buffer-modified and read-only stuff -- irrelevant with overlays.
15459 Put an extra property on the overlays and use it to clean up in
15460 case goto-address is re-run.
15461
154622000-07-19 Richard M. Stallman <rms@gnu.org>
15463
15464 * timer.el (run-with-idle-timer): Doc fix.
15465
15466 * mail/mail-utils.el (mail-strip-quoted-names):
15467 Handle case where <...> appears inside "...".
15468 Use replace-match to edit the string more simply.
15469 (rmail-dont-reply-to): Cope with an unmatched ".
15470
154712000-07-19 Dave Love <fx@gnu.org>
15472
15473 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15474 implementation.
15475
15476 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15477 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15478 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15479
154802000-07-19 Gerd Moellmann <gerd@gnu.org>
15481
15482 * textmodes/refer.el: Correct maintainer's email address.
15483
15484 * progmodes/hideif.el: Correct author's email address.
15485 Fix typo in comment.
15486
15487 * xml.el: New file.
15488
15489 * mail/mailheader.el: Correct author's mail address.
15490
15491 * gnus/parse-time.el: Correct author's mail address.
15492
154932000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15494
15495 * comint.el (comint-highlight-input, comint-highlight-face):
15496 New user options.
15497 (comint-input-ring-file-name): Change custom type.
15498 (comint-mode-map): Bind mouse-2.
15499 (comint-insert-clicked-input): New function.
15500 (comint-send-input): Handle input highlighting.
15501
155022000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15503
15504 * mouse.el (popup-menu): New function.
15505 (mouse-major-mode-menu): Use it.
15506
155072000-07-18 Dave Love <fx@gnu.org>
15508
15509 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15510 improvements.
15511
155122000-07-18 Gerd Moellmann <gerd@gnu.org>
15513
15514 * faces.el (face-font-selection-order)
15515 (face-font-family-alternatives): Add custom type.
15516
155172000-07-18 Dave Love <fx@gnu.org>
15518
15519 * cus-edit.el (custom-variable-reset-saved)
15520 (custom-variable-reset-standard): Remove unused bindings.
15521
15522 * rect.el (open-rectangle-line): Remove unused let.
15523
15524 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15525
155262000-07-18 Gerd Moellmann <gerd@gnu.org>
15527
15528 * cdl.el: Fix `Maintainer' keyword.
15529
15530 * play/pong.el: Add author's email address.
15531
155322000-07-17 Sam Steingold <sds@gnu.org>
15533
15534 * files.el (insert-directory): Call `split-string' instead of
15535 re-implementing it.
15536
155372000-07-18 Gerd Moellmann <gerd@gnu.org>
15538
15539 * mail/vms-pmail.el: Change maintainer to FSF.
15540
15541 * net/goto-addr.el: Change maintainer to FSF.
15542
15543 * info.el (Info-title-face-alist): Removed.
15544
155452000-07-18 David Ponce <david@dponce.com>
15546
15547 * recentf.el (recentf-open-files): New command that works like
15548 `recentf-open-more-files', but shows the whole list of files (not just
15549 those omitted from the menu). Useful if you don't use a menu-bar!
15550 (recentf-open-more-files) Modified to use `recentf-open-files'.
15551
15552 (recentf-open-files, recentf-open-more-files)
15553 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15554
15555 (recentf-dialog-mode): New mode for dialogs. You can now just type
15556 "q" to cancel the dialogs.
15557
155582000-07-18 David Ponce <david@dponce.com>
15559
15560 * recentf.el: This is a major update of recentf.el. It adds new
15561 features to better organize the recentf menu and "More..." buffer.
15562
15563 Using new provided menu filtering functions you can now organize the
15564 recent files list:
15565
15566 - by major modes
15567 - by directories
15568 - by user defined rules
15569
15570 Finally, with the new `recentf-filter-changer' customizable filter you
15571 can define a ring of filters and dynamically (via the menu) cycle on
15572 each menu organization in the ring (a la msb).
15573
155742000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15575
15576 * eshell/eshell.el (eshell): Replace links to eshell.info with
15577 links to eshell, to avoid problems on systems where the manual is
15578 installed as `eshell'.
15579 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15580 * eshell/em-smart.el (eshell-smart): Ditto.
15581 * eshell/em-banner.el (eshell-banner): Ditto.
15582 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15583
15584 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15585 same-file check in the MS-DOS version (it does support inodes).
15586
15587 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15588
15589 * eshell/eshell.el (eshell-directory-name):
15590 Run default directory name through convert-standard-filename.
15591
155922000-07-18 Kenichi Handa <handa@etl.go.jp>
15593
15594 * international/mule-cmds.el (select-safe-coding-system):
15595 Fix typo in the comment.
15596
15597 * language/european.el (compound-text):
15598 Force katakana-jisx0201 to be designated to G1.
15599
15600 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15601 Don't translate some national variant characters of latin-jisx0201.
15602 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15603
15604 * international/kkc.el (kkc-after-update-conversion-functions):
15605 New variable.
15606 (kkc-update-conversion): Run functions in it at the tail.
15607
156082000-07-16 John Wiegley <johnw@gnu.org>
15609
15610 * lisp/align.el (align-newline-and-indent):
15611 Adding new function. for auto-aligning blocks of code on RET.
15612 (align-region): Fixed badly formatted minibuffer message.
15613
156142000-07-17 Kenichi Handa <handa@etl.go.jp>
15615
15616 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15617 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15618 the conversion list at first if appropriate.
15619 (kkc-next): Don't update kkc-next-count here.
15620 (kkc-prev): Don't update kkc-prev-count here.
15621 (kkc-show-conversion-list-update): Fix setting up of conversion
15622 list message.
15623
156242000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15625
15626 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15627
156282000-07-16 Dave Love <fx@gnu.org>
15629
15630 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15631 function to be more specific.
15632
15633 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15634 non-string help-echo.
15635 (widget-types-convert-widget): Defsubst it.
15636 (widget-echo-help): Try to cope with a help-echo function of two
15637 possible sorts.
15638
156392000-07-15 Jason Rumney <jasonr@gnu.org>
15640
15641 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15642 Declare as obsolete.
15643
15644 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15645
156462000-07-14 Gerd Moellmann <gerd@gnu.org>
15647
15648 * hilit-chg.el: Fix typo.
15649
156502000-07-14 Dave Love <fx@gnu.org>
15651
15652 * info.el (Info-mode-menu): Fix use of :help, :enable.
15653
156542000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15655
15656 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15657
156582000-07-13 Dave Love <fx@gnu.org>
15659
15660 * emacs-lisp/easymenu.el: Doc fixes.
15661 (easy-menu-remove): Defalias to ignore.
15662
15663 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15664 Call throw correctly.
15665
156662000-07-13 Gerd Moellmann <gerd@gnu.org>
15667
15668 * faces.el (frame-background-mode): Doc fix.
15669
15670 * simple.el (eval-expression-print-length): Change custom type to
15671 allow entering nil as value.
15672
156732000-07-13 Dave Love <fx@gnu.org>
15674
15675 * progmodes/fortran.el (fortran-imenu-generic-expression):
15676 Change definition layout.
15677 (fortran-mode-menu): Reinstate customize entries.
15678
15679 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15680 Use :filter, per old XEmacs code.
15681
156822000-07-12 Gerd Moellmann <gerd@gnu.org>
15683
15684 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15685 event when deciding what to send to the terminal.
15686
156872000-07-12 Dave Love <fx@gnu.org>
15688
15689 * cus-start.el: Add optional version as 4th element of specs and
15690 use it for several things new in v21. Remove load-path. Fix type
15691 of line-number-display-limit.
15692
156932000-07-11 Dave Love <fx@gnu.org>
15694
15695 * progmodes/fortran.el: Don't require easymenu.
15696 Use repeat counts in various regexps.
15697 (fortran-mode-syntax-table): Defvar directly.
15698 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15699 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15700 Use defvar, not defconst.
15701 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15702 (fortran-mode): Set fortran-comment-line-start-skip,
15703 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15704 (fortran-comment-indent): Use defsubst.
15705 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15706 Use fortran-comment-indent, not fortran-comment-indent-function.
15707 (fortran-comment-region, fortran-electric-line-number): Simplify.
15708 (fortran-auto-fill): New function.
15709 (fortran-do-auto-fill): Deleted.
15710 (fortran-find-comment-start-skip):
15711 Check for non-null comment-start-skip.
15712 (fortran-auto-fill-mode, fortran-fill-statement):
15713 Use fortran-auto-fill.
15714 (fortran-fill): Use fortran-auto-fill. Check for null
15715 comment-start-skip. Simplify final clause and use end-of-line finally.
15716
15717 * widget.el (widget-plist-member): New alias.
15718
157192000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15720
15721 * eshell/esh-module.el (toplevel): Reference
15722 byte-compile-current-file only if it is bound.
15723
157242000-07-10 Gerd Moellmann <gerd@gnu.org>
15725
15726 * dired.el: Don't require `dired-aux'.
15727
157282000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15729
15730 * dired-aux.el (dired-show-file-type): New function.
15731 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15732 (dired-show-file-type): Add autoload.
15733
157342000-07-10 Kenichi Handa <handa@etl.go.jp>
15735
15736 * international/mule-diag.el (describe-font): Adjusted for the
15737 change of fontset-info.
15738 (print-fontset): Likewise.
15739
157402000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15741
15742 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15743
157442000-07-07 Gerd Moellmann <gerd@gnu.org>
15745
15746 * bindings.el: Bind `[delete]' to delete-char.
15747
15748 * dired.el (dired-find-alternate-file): New function.
15749 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15750 (toplevel): Require dired-aux when compiling.
15751 (dired-buffers): Move defvar within file to avoid compiler warning.
15752
15753 * info.el (Info-last-search): Variable removed.
15754 (Info-search-history): New variable.
15755 (Info-search): New Info-search-history.
15756
15757 * battery.el, info-look.el: Change author's mail address.
15758
157592000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15760
15761 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15762 if rmail-ignored-headers is nil.
15763 (rmail-retry-failure): Bind rmail-ignored-headers and
15764 rmail-displayed-headers to nil.
15765
157662000-07-06 Gerd Moellmann <gerd@gnu.org>
15767
15768 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15769 (print-region-1): Don't hard code `-h' here.
15770
15771 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15772
157732000-07-01 Francesco Potorti` <pot@gnu.org>
15774
15775 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15776 exim can use "your message" instead of "the message".
15777
157782000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15779
15780 * facemenu.el: Docstrings fixes.
15781 (facemenu-get-face): Don't use internal-find-face.
15782 (facemenu-iterate): Rename arg to match the docstring.
15783
15784 * newcomment.el (uncomment-region): Be more careful when skipping
15785 backwards over `=' not to bump into BOBP.
15786
157872000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15788
15789 * ediff-diff.el (ediff-wordify): Use syntax table.
15790 * ediff-init.el (ediff-has-face-support-p): Use
15791 ediff-color-display-p.
15792 (ediff-color-display-p): Use display-color-p, changed to defun
15793 from defsubst.
15794 Got rid of special cases for NeXT and OS/2.
15795 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15796 face.
15797
157982000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15799
15800 * emacs-lisp/lucid.el: Require CL.
15801 (copy-tree, remprop): Remove, it's provided by CL.
15802 (map-keymap): Define in terms of cl-map-keymap.
15803 (extent-property, set-extent-end-glyph): New functions.
15804
15805 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15806
158072000-07-05 Gerd Moellmann <gerd@gnu.org>
15808
15809 * Makefile.in (DONTCOMPILE): Add comment that the name may
15810 not be changed without changing the make-dist script.
15811
15812 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15813 (cl-mapc): Use mapc instead of cl-old-mapc.
15814
158152000-07-05 Andrew Innes <andrewi@gnu.org>
15816
15817 * makefile.nt: Add support for `bootstrap' and related targets.
15818
158192000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15820
15821 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15822 (easy-menu-do-define): Use `menu-item' format.
15823 Handle case where easy-menu-create-menu returns a symbol.
15824 Manually call the potential top-level filter in the function binding.
15825 (easy-menu-filter-return): New arg NAME.
15826 Convert to a keymap if MENU is an XEmacs menu.
15827 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15828 (easy-menu-converted-items-table, easy-menu-convert-item):
15829 New var and fun to memoize easy-menu-convert-item-1.
15830 (easy-menu-do-add-item): Use it.
15831 (easy-menu-create-menu): Use easy-menu-convert-item.
15832 Wrap easy-menu-filter-return around any :filter specification.
15833 Don't convert the menu if a filter was specified.
15834 Tell easy-menu-make-symbol not to check for MENU being an expression.
15835 (easy-menu-make-symbol): New arg NOEXP.
15836
158372000-07-05 Gerd Moellmann <gerd@gnu.org>
15838
15839 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15840 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15841 (eval-defun): If called with prefix arg, instrument code for
15842 Edebug.
15843
15844 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15845 similar to that of eval-defun.
15846
158472000-07-04 Dave Love <fx@gnu.org>
15848
15849 * hl-line.el (hl-line-overlay): Make it permanent-local.
15850
15851 * calendar/todo-mode.el: Replaced with a working version, based on
15852 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15853
158542000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15855
15856 * paths.el (prune-directory-list): New function.
15857 (Info-default-directory-list): Rewritten to more methodically
15858 enumerate a big list of possible info directories (based on the
15859 list used by the standalone info reader).
15860
15861 * info.el (info-initialize): Use prune-directory-list to remove
15862 non-existent directories from Info-directory-list.
15863
15864 * paths.el (Info-default-directory-list): Try a list of possible
15865 info-directories instead of a single one. Add the possible
15866 info directory "/usr/share/info".
15867
15868 * woman.el (woman-man.conf-path): Explicitly include the debian
15869 man-db config file "/etc/manpath.config".
15870 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15871 are present in `manpath.config'.
15872 (woman-manpath): Include "/usr/share/man".
15873
158742000-07-03 Gerd Moellmann <gerd@gnu.org>
15875
15876 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15877
15878 * startup.el (command-line): Initialize blink-cursor based
15879 on window-system.
15880
15881 * frame.el (blink-cursor): Default to nil if not running under
15882 a window-system.
15883
15884 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15885 (face-x-resources): Remove duplicate entry for :font.
15886
15887 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15888 instead of cycling through windows with next-window.
15889
15890 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15891 of cycling through windows with next-window.
15892
15893 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15894 of cycling through windows with next-window.
15895
15896 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15897 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15898 instead of cycling through windows with next-window.
15899
15900 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15901 instead of cycling through windows with next-window.
15902
15903 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15904 of cycling through windows with next-window.
15905
15906 * terminal.el (te-process-output): Use walk-windows instead of
15907 cycling through windows with next-window.
15908
15909 * server.el (server-switch-buffer): Use some-window instead of
15910 cycling through windows with next-window.
15911
15912 * window.el (some-window): New function.
15913 (walk-windows): Remove reference to walk-windows-start.
15914
15915 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15916
159172000-07-03 Richard Stallman <rms@gnu.org>
15918
15919 * window.el (walk-windows): Guarantee termination by keeping a list
15920 of all the windows already handled.
15921
159222000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15923
15924 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15925 window-system.
15926
15927 * man.el (Man-notify-when-ready): Don't use window-system. If
15928 Man-notify-method is newframe, and the display is not
15929 multi-frame, select the frame created for the man page.
15930 (Man-init-defvars): Doc fix.
15931
159322000-06-28 Gerd Moellmann <gerd@gnu.org>
15933
15934 * faces.el (region): Change background color for light background.
15935
15936 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15937 attribute from mode-line face of Ediff control frame.
15938
15939 * replace.el (query-replace-map): Bind `e' like `E'.
15940
159412000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15942
15943 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15944 Change name to "Select All".
15945
15946 * dos-fns.el (convert-standard-filename): Fix last change.
15947
159482000-06-27 Gerd Moellmann <gerd@gnu.org>
15949
15950 * help.el (describe-variable): Don't insert a second `'s' in front
15951 of the string `value is shown below'. Since the syntax-table is
15952 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15953 an existing `'s', so that this won't be deleted.
15954
15955 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15956 * pcmpl-unix.el: New files.
15957
159582000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15959
15960 * wid-edit.el (widget-member): Use the new plist-member.
15961
159622000-06-26 Gerd Moellmann <gerd@gnu.org>
15963
15964 * replace.el (perform-replace): Undo change of 2000-04-04.
15965 Instead, move backward 1 character at the end of the loop when
15966 necessary.
15967
15968 * faces.el (fringe): Change face for different backgrounds.
15969
15970 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15971 patch from John.
15972
15973 * eshell/*.el: Change spelling of the Free Software Foundation.
15974
15975 * eshell/esh-toggle.el: Removed.
15976
15977 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15978
15979 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15980 interactively.
15981
159822000-06-26 Alex Schroeder <alex@gnu.org>
15983
15984 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15985 `define-key'; instead of checking `(emacs-version)' check for
15986 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15987 for `;' and `o' which might be electric.
15988
15989 (sql-electric-stuff): New user option.
15990 (sql-magic-go): New function which uses `sql-electric-stuff'.
15991 (sql-magic-semicolon): New function which uses
15992 `sql-electric-stuff'.
15993
15994 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15995 is not fboundp.
15996
15997 (sql-oracle-options): New variable.
15998 (sql-oracle): Use it.
15999
16000 (sql-imenu-generic-expression): Doc change.
16001 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
16002 is used.
16003
16004 (sql-informix): Added command line parameter "-" to force
16005 sql-informix-program to use stdout.
16006
160072000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16008
16009 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16010 (cp864-decode-table): Doc fix.
16011 (cp720-decode-table): New variable, supports the Arabic OEM
16012 codepage used by Windows.
16013 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16014
160152000-06-23 Dave Love <fx@gnu.org>
16016
16017 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16018 (font-lock-fontify-anchored-keywords): Use
16019 line-beginning-position.
16020 (global-font-lock-mode): Use mapc.
16021
160222000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16023
16024 * eshell/esh-module.el: Require CL when compiling.
16025
160262000-06-23 Gerd Moellmann <gerd@gnu.org>
16027
16028 * comint.el (comint-substitute-in-file-name): Call replace-match
16029 with second and third arg t.
16030
16031 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16032 Specify foreground color.
16033
16034 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16035 color.
16036
16037 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16038
16039 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16040 cddr instead of cdddr.
16041
16042 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16043 instead of copy-list.
16044
16045 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16046 of copy-list.
16047
16048 * subdirs.el: Add eshell subdirectory.
16049
16050 * eshell: New subdirectory containing the Eshell package.
16051
16052 * pcomplete.el: New file.
16053
160542000-06-23 Paul Eggert <eggert@twinsun.com>
16055
16056 * mail/mailpost.el (post-mail-send-it): Make sure file has
16057 proper permissions from birth.
16058
16059 * files.el (basic-save-buffer-2): When temporarily setting
16060 file modes, set them to current modes plus 0200, not to 0777.
16061
16062 * emerge.el (emerge-make-temp-file): Make sure file has proper
16063 permissions from birth.
16064
160652000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16066
16067 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16068 backup file name through convert-standard-filename.
16069
16070 * dos-fns.el (convert-standard-filename): Convert leading
16071 directories as well. When long file names are supported, convert
16072 characters that are invalid in Windows file names.
16073
160742000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16075
16076 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16077 ps-print crashes. New feature: page selection for printing. Create
16078 raw-text-unix coding system for XEmacs. Doc fix.
16079 (ps-print-version): New version number (5.2.3).
16080 (ps-plot-region): Bug fix.
16081 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16082 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16083 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16084 funs.
16085 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16086 (ps-last-page): New vars.
16087
160882000-06-21 Gerd Moellmann <gerd@gnu.org>
16089
16090 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16091 empty option string.
16092
160932000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16094
16095 * man.el (man): Doc fix.
16096
160972000-06-21 Kenichi Handa <handa@etl.go.jp>
16098
16099 * international/mule-cmds.el (set-language-info-alist): Docstring
16100 fixed.
16101
161022000-06-20 Gerd Moellmann <gerd@gnu.org>
16103
16104 * version.el (emacs-version): Use ISO date format.
16105
16106 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16107 instead of `M-backspace'.
16108
16109 * simple.el (turn-off-auto-fill): New function.
16110
161112000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16112
16113 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16114 Renamed from with-buffer-prepared-for-font-lock and use
16115 inhibit-modification-hooks rather than setting *-change-functions.
16116 Update all functions to use the new name.
16117 (jit-lock-first-unfontify-pos): New semantics (and doc).
16118 (jit-lock-mode): Make non-interactive.
16119 Don't automatically turn on font-lock.
16120 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16121 Always use jit-lock-after-change.
16122 Remove and restore font-lock-after-change-function.
16123 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16124 (jit-lock-after-unfontify-buffer): Remove.
16125 (jit-lock-stealth-fontify):
16126 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16127 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16128
161292000-06-20 Sam Steingold <sds@gnu.org>
16130
16131 * emacs-lisp/cl-indent.el (toplevel): Indent
16132 `print-unreadable-object' properly. Untabify.
16133
161342000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16135
16136 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16137 Support for bibentry.
16138 (reftex-compile-variables): Fixed problem with end of section-re.
16139
16140 * texmodes/reftex-dcr.el (reftex-view-crossref,
16141 reftex-view-crossref-from-bibtex):
16142 Deal with changed `reftex-find-citation-regexp-format'.
16143 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16144 Replaced `remprop' with `put'.
16145 (reftex-view-crossref, reftex-view-crossref-when-idle):
16146 Support for bibentry.
16147
16148 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16149 New entry for bibentry package.
16150
16151 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16152 Regexp also matches "\nobibliography".
16153
16154 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16155 Call `reftex-ensure-write-access' before doing anything.
16156 (reftex-ensure-write-access): New function.
16157
161582000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16159
16160 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16161
16162 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16163
16164 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16165
16166 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16167
16168
161692000-06-20 Dave Love <fx@gnu.org>
16170
16171 * faces.el (frame-background-mode): Use set-default, not set, in
16172 setter.
16173 (frame-update-faces, frame-update-face-colors): Define with
16174 defalias.
16175
16176 * enriched.el (enriched-decode-foreground)
16177 (enriched-decode-background): Don't use internal-find-face.
16178
16179 * apropos.el: Doc fixes.
16180
16181 * cus-edit.el (customize-changed-options): Check arg.
16182 (customize-version-lessp): Don't require decimal point.
16183
16184 * custom.el (defcustom, defgroup): Doc fix.
16185
16186 * newcomment.el (comment) <defgroup>: Add :version.
16187 (comment-multi-line): Doc fix.
16188
16189 * emulation/mlsupport.el (define-hooked-local-abbrev,
16190 define-hooked-global-abbrev): Fix, using define-abbrev.
16191
161922000-06-19 Gerd Moellmann <gerd@gnu.org>
16193
16194 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16195 the whole buffer.
16196
161972000-06-19 Dave Love <fx@gnu.org>
16198
16199 * menu-bar.el (menu-bar-options-save): New function.
16200 (menu-bar-options-menu): Use it.
16201 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16202 Simplify.
16203
162042000-06-19 Andreas Schwab <schwab@suse.de>
16205
16206 * progmodes/etags.el (tags-query-replace): Put new parameters
16207 START and END at the end, for backward compatibility.
16208
162092000-06-19 Kenichi Handa <handa@etl.go.jp>
16210
16211 * international/codepage.el:
16212 (cp-coding-system-for-codepage-1): Delete special codes for
16213 generating xxx-dos coding system because now a CCL based coding
16214 system can handle EOL conversion by default.
16215
16216 * international/mule.el (make-coding-system): Generate subsidiary
16217 coding systems for EOL handling variants even for a CCL based
16218 coding system.
16219
162202000-06-19 Kenichi Handa <handa@etl.go.jp>
16221
16222 * international/isearch-x.el (isearch-minibuffer-input-method)
16223 (isearch-minibuffer-input-method-function): These variables
16224 deleted.
16225 (isearch-with-input-method): Don't use the above variables.
16226 (isearch-process-search-multibyte-characters): Likewise. Call
16227 read-string with the arg INHERIT-INPUT-METHOD t.
16228
162292000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16230
16231 * font-lock.el (font-lock-after-fontify-buffer)
16232 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16233
16234 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16235 Use consistent make-local-variable style for font-lock-fontified.
16236 (jit-lock-fontify-buffer):
16237 Don't bother checking for font-lock-mode and jit-lock-mode.
16238
16239 * time.el: Remove trailing ^M that prevent CVS-merging.
16240
162412000-06-16 Gerd Moellmann <gerd@gnu.org>
16242
16243 * Makefile.in (distclean): New target.
16244
162452000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16246
16247 * Makefile.in (srcdir): Define for update-subdirs.
16248
162492000-06-16 Gerd Moellmann <gerd@gnu.org>
16250
16251 * find-lisp.el: New file.
16252
162532000-06-16 Andrew Innes <andrewi@gnu.org>
16254
16255 * time.el (display-time-mail-function): New variable, to allow
16256 external packages to indicate when new mail is available.
16257 (display-time-update): Use it.
16258
162592000-06-16 Kenichi Handa <handa@etl.go.jp>
16260
16261 * international/mule.el (mule-version): Change version name to
16262 SAKAKI. AOI has already been used by Meadow.
16263
16264 * international/quail.el (quail-show-guidance-buf): To find the
16265 bottom window (but minibuffer), pay attention to the height of
16266 minibuffer.
16267
162682000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16269
16270 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16271 menu-bar menus. Add help strings. Don't remove the Edit menu
16272 from the menu bar, as the menu bar has enough space now.
16273
16274 * Makefile.in (SHELL): Make sure /bin/sh is used.
16275
16276 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16277 characters, which use series of two ^H characters instead of one.
16278
162792000-06-15 Gerd Moellmann <gerd@gnu.org>
16280
16281 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16282 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16283 functions.
16284 (Info-find-node-2): Try a case-sensitive search first, then
16285 do a case-insensitive search.
16286
16287 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16288 tutorials.
16289
16290 * complete.el (PC-env-vars-alist): New variable.
16291 (PC-complete-as-file-name): New function.
16292 (partial-completion-mode): Initialize PC-env-vars-alist from
16293 process-environment.
16294 (PC-do-completion): Handle completion of env vars.
16295
16296 * info.el (Info-set-mode-line): Show file name in mode line,
16297 use `*Info*' instead of `Info:'.
16298
16299 * startup.el (command-line-1): Change copyright messages to year
16300 2000.
16301
163022000-06-15 Dave Love <fx@gnu.org>
16303
16304 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16305 not local-map.
16306
163072000-06-15 Kenichi Handa <handa@etl.go.jp>
16308
16309 * international/mule.el (set-buffer-file-coding-system): Almost
16310 rewritten to handle `undecided' as no-op.
16311
163122000-06-14 Gerd Moellmann <gerd@gnu.org>
16313
16314 * Makefile.in: New file.
16315
16316 * Makefile: Removed.
16317
16318 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16319 (goto-address-highlight-keymap): Bind C-c RET.
16320
163212000-06-14 Kenichi Handa <handa@etl.go.jp>
16322
16323 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16324 inherits buffer-file-coding-system of the current buffer.
16325
16326 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16327 0. Give correct argument to set-auto-coding-function.
16328 (tar-expunge): For goto-char, use (point-min), not 0.
16329 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16330 (tar-subfile-save-buffer): Likewize.
16331
16332 * international/mule.el
16333 (after-insert-file-set-buffer-file-coding-system): Call
16334 set-buffer-file-coding-system with the arg FORCE t.
16335
163362000-06-13 Gerd Moellmann <gerd@gnu.org>
16337
16338 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16339 nil. Contemporary sendmails issue an X-Authentication-Warning if
16340 the sender is set with `-f'.
16341
163422000-06-13 Dave Love <fx@gnu.org>
16343
16344 * help.el (describe-function-1): Kluge around cases of functions
16345 fset to subrs whose doc doesn't match their symbol-name.
16346
16347 * image.el (insert-image): Default STRING to a space.
16348
16349 * info.el Doc fixes.
16350 (Info-build-node-completions): Match Ref tags.
16351
163522000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16353
16354 * frame.el (display-multi-frame-p, display-multi-font-p): New
16355 defaliases for display-graphic-p.
16356
16357 * hl-line.el: Fixed a typo in commentary.
16358
163592000-06-13 Kenichi Handa <handa@etl.go.jp>
16360
16361 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16362 fixed.
16363
163642000-06-12 Dave Love <fx@gnu.org>
16365
16366 * image.el (insert-image): Save a little consing.
16367
163682000-06-12 Kenichi Handa <handa@etl.go.jp>
16369
16370 * language/tibet-util.el: Convert all tibetan-1-column characters
16371 to the corresponding tibetan characters.
16372 (tibetan-add-components): Delete code for the special treatment of
16373 'a chung.
16374
16375 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16376 change.
16377 (tibetan-vowel-transcription-alist): More rules added.
16378 (tibetan-composite-vowel-alist): New variable.
16379 (tibetan-precomposition-rule-alist): More rules added.
16380
163812000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16382
16383 * startup.el (command-line): Only call menu-bar-mode if interactive.
16384
16385 * thingatpt.el (toplevel symbol-properties):
16386 * textmodes/makeinfo.el (makeinfo-compile):
16387 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16388 * progmodes/hideif.el (hif-compress-define-list)
16389 (hide-ifdef-use-define-alist):
16390 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16391 (ange-ftp-vms-add-file-entry):
16392 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16393 * man.el (Man-build-man-command):
16394 * mail/rnewspost.el (news-reply-header-hook):
16395 * info.el (Info-insert-dir):
16396 * emulation/mlconvert.el (backward-word, forward-word, setq):
16397 * emacs-lisp/gulp.el (gulp-send-requests):
16398 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16399 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16400 (byte-optimize-apply, end of file):
16401 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16402 (ad-make-freeze-definition):
16403 * startup.el (command-line, command-line-1): Don't quote lambdas.
16404
16405 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16406 (cvs-cleanup-removed): New function.
16407 (cvs-cleanup-functions): New var.
16408 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16409 some flexibility in specifying additional entries to auto-cleanup.
16410 (cvs-quickdir): New function.
16411 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16412 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16413 (cvs-mode-find-file): Check that we are on a filename or dirname
16414 when invoked through a mouse-click.
16415 (cvs-full-path): Remove.
16416 (cvs-dired-action): Re-introduced.
16417 (cvs-dired-noselect): Use it.
16418 (vc-post-command-functions): use this new hook if available.
16419
16420 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16421 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16422 (cvs-filename-map, cvs-dirname-map): Remove.
16423 (cvs-default-action): Remove.
16424 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16425 if the arg is really a keymap.
16426 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16427 Don't hardcode the mapping from state (aka type) to face, but check
16428 the var cvs-fi-<type>-face instead.
16429 (cvs-fileinfo-from-entries): New function.
16430
16431 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16432 Docstring fix.
16433 (cvs-find-file-and-jump): Change default to be safer.
16434 (cvs-mode-diff-map): Define it as a function as well.
16435 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16436 Bind mouse-2 in this global map rather than with text-properties.
16437
16438 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16439 file to resolve the ambiguity between C(conflict) and C(need-merge).
16440
164412000-06-12 Kenichi Handa <handa@etl.go.jp>
16442
16443 * international/mule.el (set-buffer-file-coding-system): If
16444 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16445 unconditionally.
16446
164472000-06-12 Dave Love <fx@gnu.org>
16448
16449 * wid-edit.el (widget-specify-button): Really suppress the face if
16450 required.
16451
164522000-06-11 Gerd Moellmann <gerd@gnu.org>
16453
16454 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16455
164562000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16457
16458 * imenu.el (imenu-generic-expression): Docstring fix.
16459
16460 * composite.el (composition-function-table): Move the `put'
16461 below the autoload cookie so we can load the file before loaddefs.
16462
16463 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16464
16465 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16466 Handle easy-mmode-define-global-mode.
16467 For complex macros like define-minor-mode that can generate
16468 several autoload entries, try to autoload entries in the
16469 macroexpanded code.
16470
16471 * emacs-lisp/easy-mmode.el (define-minor-mode):
16472 If KEYMAP is a symbol, just use it.
16473 Use byte-compile-current-file and load-file-name to infer the
16474 proper :require to pass to defcustom.
16475 Wrap the hook var into `progn' so as not to autoload it.
16476 Add a :autoload-end cookie.
16477 Be more careful about the evaluation of KEYMAP.
16478 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16479 (define-derived-mode): Move define-abbrev-table outside of defvar.
16480
164812000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16482
16483 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16484 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16485 (backup-compiled-files): Ignore errors during `tar'.
16486 (bootstrap): Make autoloads before elc files.
16487
164882000-06-10 Kenichi Handa <handa@etl.go.jp>
16489
16490 * international/mule.el (set-buffer-file-coding-system): If one of
16491 undecided-XXX is specified, change only EOL conversion.
16492
16493 * international/mule-conf.el (unix): New alias for the coding
16494 system undecided-unix.
16495
164962000-06-09 Dave Love <fx@gnu.org>
16497
16498 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16499
16500 * progmodes/executable.el: Byte compile dynamic.
16501 (executable-insert): Change custom type.
16502 (executable-find): Add autoload cookie.
16503 (executable-make-buffer-file-executable-if-script-p): New
16504 function. After Noah Friedman.
16505
16506 * files.el (after-save-hook): Customize, with
16507 executable-make-buffer-file-executable-if-script-p as an option.
16508
165092000-06-09 Kenichi Handa <handa@etl.go.jp>
16510
16511 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16512 "tib24p-mule.bdf" for Tibetan.
16513
16514 * composite.el (decompose-composite-char): Declare it as obsolete.
16515
16516 * man.el (Man-fontify-manpage): Pay attention to underline and
16517 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16518
165192000-06-08 Gerd Moellmann <gerd@gnu.org>
16520
16521 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16522 Set maintainer to FSF since author isn't reachable.
16523
165242000-06-08 Dave Love <fx@gnu.org>
16525
16526 * international/mule-cmds.el (select-safe-coding-system): If
16527 DEFAULT-CODING-SYSTEM is not specified, also check the most
16528 preferred coding-system if buffer-file-coding-system is
16529 `undecided'. From Handa.
16530
165312000-06-08 Kenichi Handa <handa@etl.go.jp>
16532
16533 * international/mule.el
16534 (after-insert-file-set-buffer-file-coding-system): If the buffer
16535 size is greater than INSERTED, judget that we are not visiting.
16536
165372000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16538
16539 * whitespace.el (defgroup whitespace): Comment out `:version'.
16540 XEmacs 20.4 has problems defining the group with this present.
16541 We'll have this commented out till get resolve the problem.
16542
165432000-06-07 John Wiegley <johnw@gnu.org>
16544
16545 * align.el (align-dq-string-modes, align-sq-string-modes)
16546 (align-open-comment-modes): Add pyhton-mode.
16547 (align-rules-list): Use get-text-property instead of
16548 text-properties-at.
16549 (align-rules-list): Add python-assignment.
16550 (align-rules-list): Change perl-comma-delimiter to
16551 basic-comma-delimiter. Use if for Perl modes and python-mode.
16552 (align-rules-list): Add python-chain-logic and
16553 basic-line-continuation.
16554
165552000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16556
16557 * apropos.el (apropos-mode-hook): New user variable.
16558 (apropos-mode): Run apropos-mode-hook.
16559
165602000-06-07 David Ponce <david@dponce.com>
16561
16562 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16563 commands. Require `wid-edit' at run-time.
16564
165652000-06-07 David Ponce <david@dponce.com>
16566
16567 * recentf.el: Added some "Commentary".
16568 (recentf-open-more-files, recentf-edit-list): Minor changes to
16569 move the point at the top of the file list. This behaviour is
16570 consistent with the menu one when the list contains a lot of
16571 files.
16572 (recentf-cleanup): Now displays the number of items removed from
16573 the list.
16574 (recentf-relative-filter) New menu filter to show filenames
16575 relative to `default-directory'.
16576
165772000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16578
16579 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16580 with/without giving an error if PostScript printer doesn't have this
16581 kind of page size. Zebra Stripe continues or restarts on next page.
16582 Manual/automatic paper feeding. Switch or not the header.
16583 (ps-print-version): New version number (5.2.2).
16584 (ps-windows-system): Include emx as a Windows system.
16585 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16586 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16587 (ps-background-text): Code fix.
16588 (ps-error-handler-message, ps-user-defined-prologue)
16589 (ps-print-prologue-header, ps-printer-name)
16590 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16591 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16592 (ps-use-face-background): Customization fix.
16593 (ps-n-up-database): Data fix.
16594 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16595 (ps-switch-header): New vars.
16596 (ps-xemacs-color-name, ps-face-foreground-name)
16597 (ps-face-background-name, ps-boolean-constant): New funs.
16598
165992000-06-07 Dave Love <fx@gnu.org>
16600
16601 * allout.el: New version from Manheimer.
16602
166032000-06-07 Kenichi Handa <handa@etl.go.jp>
16604
16605 * textmodes/fill.el (fill-find-break-point): Check the validity of
16606 charset.
16607
166082000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16609
16610 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16611 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16612 Call display-color-p and display-mouse-p instead of looking at
16613 window-system.
16614
166152000-06-06 Dave Love <fx@gnu.org>
16616
16617 * image.el (find-image): Doc fix. Return nil if image not found.
16618 (put-image, insert-image): Make STRING arg optional.
16619
166202000-06-06 Kenichi Handa <handa@etl.go.jp>
16621
16622 * language/vietnamese.el: Remove eval-when-compile.
16623 (viet-viscii-nonascii-translation-table): Define it as a
16624 translation table made from viet-viscii-decode-table.
16625 (viet-viscii-encode-table): Define it as a translation table made
16626 from the reverse map of above.
16627 (viet-vscii-nonascii-translation-table): Define it as a
16628 translation table made from viet-vscii-decode-table.
16629 (viet-vscii-encode-table): Define it as a translation table made
16630 from the reverse map of above.
16631 (ccl-decode-viscii): Use translate-character.
16632 (ccl-encode-viscii, ccl-encode-viscii-font)
16633 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16634 Likewize.
16635
16636 * language/cyrillic.el: Remove eval-when-compile.
16637 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16638 translation table made from cyrillic-koi8-r-decode-table.
16639 (cyrillic-koi8-r-encode-table): Define it as a translation table
16640 made from the reverse map of above.
16641 (ccl-decode-koi8): Use translate-character.
16642 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16643 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16644 a translation table made from cyrillic-alternativnyj-decode-table.
16645 (cyrillic-alternativnyj-encode-table): Define it as a translation
16646 table made from the reverse map of above.
16647 (ccl-decode-alternativnyj): Use translate-character.
16648 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16649 Likewize
16650
16651 * international/mule-diag.el (non-iso-charset-alist): Specify
16652 translation table symbol instead of translation table itself.
16653 (list-block-of-chars): CHARSET may be a translation table symbol.
16654
16655 * international/mule.el (make-coding-system): If CODING-SYSTEM
16656 already exists, override it.
16657
16658 * international/fontset.el: Use family `proportional' for Tibetan
16659 fonts.
16660
16661 * international/ccl.el (ccl-compile-translate-character): Don't
16662 check if Rrr has property translation-table.
16663 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16664
166652000-06-05 Gerd Moellmann <gerd@gnu.org>
16666
16667 * info.el: Bind case-fold-search to t when searching in case
16668 a user sets it to nil in a hook.
16669
166702000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16671
16672 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16673 * hl-line.el (hl-line-mode): Use the new :global key argument.
16674
16675 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16676 (tar-clip-time-string): Prepend a space.
16677 (tar-grind-file-mode): Construct a string rather than modifying one.
16678 (tar-header-block-summarize): Fix docstring.
16679 Use `format' rather than an error-prone set of copy-loops.
16680
16681 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16682 (diff-goto-source, diff-unified->context, diff-context->unified)
16683 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16684 understand the format output by the `-p' argument to diff.
16685
16686 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16687 (sh-re-done): Use defconst.
16688 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16689 (sh-help-string-for-variable, sh-guess-basic-offset):
16690 Don't quote lambdas.
16691 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16692 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16693
16694 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16695 (mh-letter-mode): Derive from text-mode.
16696 This implicitly means that it now calls kill-all-local-variables.
16697 Also remove the Emacs-18 compatibility code.
16698
16699 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16700 Make use of symbol-property doc-string-elt.
16701 Use memq rather than a sequence of eq.
16702 (doc-string-elt): Fix the wrong or missing previously unused values.
16703 (autoload-print-form): New function extracted from
16704 generate-file-autoloads to allow recursion when handling progn
16705 so that defvar's and defun's docstrings are properly printed.
16706 (generate-file-autoloads): Use it.
16707
16708 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16709 Use find-file-hooks in the minor-mode function.
16710 Be careful not to loop indefinitely in the post-command-hook function.
16711
167122000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16713
16714 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16715 tty's.
16716 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16717 differences whenever appropriate.
16718 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16719 * viper.el (find-file, find-file-other-window): Get viper to do
16720 wildcards.
16721
167222000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16723
16724 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16725 (jit-lock-fontify-buffer): New function for JIT refontification.
16726 (jit-lock-mode): Fix docstring.
16727 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16728 Remove jit-lock-after-change from the _local_ hook.
16729 (jit-lock-function-1): Fix docstring.
16730
16731 * info.el (Info-on-current-buffer): Initialize info.
16732
16733 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16734
16735 * progmodes/tcl.el (tcl-indent-for-comment):
16736 Ignore comment-indent-hook.
16737
16738 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16739 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16740 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16741 and improve to use the lighter to guess the capitalization.
16742 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16743 Add keyword arguments to specify global-ness or the custom group.
16744 Add local-map and help-echo properties to the lighter.
16745 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16746 (easy-mmode-define-global-mode): New macro.
16747
167482000-06-02 Dave Love <fx@gnu.org>
16749
16750 * wid-edit.el: byte-compile-dynamic since we typically don't use
16751 all the widgets. Don't require cl or widget. Remove
16752 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16753 (widget-read-event): Removed. Callers changed to use read-event.
16754 (widget-button-release-event-p): Renamed from
16755 button-release-event-p.
16756 (widget-field-add-space, widget-field-use-before-change):
16757 Uncustomize.
16758 (widget-specify-field): Use keymap property, not local-map.
16759 (widget-specify-button): Obey :suppress-face.
16760 (widget-specify-insert): Use modern backquote syntax.
16761 (widget-image-directory): Renamed from widget-glyph-directory.
16762 (widget-image-enable): Renamed from widget-glyph-enable.
16763 (widget-image-find): Replaces widget-glyph-find.
16764 (widget-button-pressed-face): Move defvar.
16765 (widget-image-insert): Replaces widget-glyph-insert.
16766 (widget-convert): Use keywordp.
16767 (widget-leave-text, widget-children-value-delete): Use mapc.
16768 (widget-keymap): Remove XEmacs stuff.
16769 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16770 (widget-button-click): Don't set point at the click, but re-centre
16771 if we scroll out of window. Rewritten for images v. glyphs &c.
16772 (widget-tabable-at): Use POS arg, not point.
16773 (widget-beginning-of-line, widget-end-of-line)
16774 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16775 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16776 (widget-default-create): Use widget-image-insert; some rewriting.
16777 (widget-visibility-value-create)
16778 (widget-push-button-value-create, widget-toggle-value-create): Use
16779 widget-image-insert.
16780 (checkbox): Create on and off images dynamically.
16781 (documentation-link): Change :help-echo.
16782 (widget-documentation-link-echo-help): Remove.
16783
167842000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16785
16786 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16787
16788 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16789 (easy-mmode-define-toggle, define-minor-mode): Use it.
16790 (easy-mmode-define-keymap): Docstring fix.
16791 (define-derived-mode): Default PARENT to fundamental-mode.
16792 Add the derived-mode-parent symbol-property.
16793 (easy-mmode-derived-mode-p): New function.
16794
167952000-06-02 Dave Love <fx@gnu.org>
16796
16797 * files.el (convert-standard-filename): Doc fix.
16798 (normal-backup-enable-predicate): New function.
16799 (backup-enable-predicate): Use it to replace the lambda form.
16800
16801 * calendar/todo-mode.el: [This needs more work on the outline
16802 stuff.] Doc fixes.
16803 (todo) <defgroup>: Add :version.
16804 (todo-add-category): Don't use pushnew.
16805 (todo-cmd-raise): Fix typo.
16806 (todo-top-priorities): Change temp buffer name.
16807 (todo-category-alist): Avoid redundant lambda.
16808 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16809 Use outline-next-heading.
16810
16811 * autoarg.el: Rewritten to use define-minor-mode.
16812 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16813 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16814
168152000-06-02 Kenichi Handa <handa@etl.go.jp>
16816
16817 * isearch.el (isearch-other-meta-char): Fix previous change.
16818
168192000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16820
16821 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16822 (log-edit-done): Only add the comment to the ring if it's different
16823 from the last comment entered.
16824
16825 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16826
168272000-06-01 Dave Love <fx@gnu.org>
16828
16829 * hl-line.el: Rewritten using define-minor-mode.
16830
16831 * help.el (describe-function-1): Distinguish special form from
16832 builtin function. Sanity-check presence of arglist for builtins.
16833
168342000-06-01 Kenichi Handa <handa@etl.go.jp>
16835
16836 * international/characters.el: Fix syntax/category setting of
16837 Tibetan characters.
16838
16839 * language/tibet-util.el (tibetan-add-components): Fixes for new
16840 encoding of Tibetan characters.
16841 (tibetan-decompose-precomposition-alist): New variable.
16842 (tibetan-decompose-region): Convert precomposed characters to
16843 non-precomposed characters.
16844 (tibetan-decompose-string): Likewise.
16845 (tibetan-composition-function): Fix args to
16846 thibetan-compose-string.
16847
16848 * language/tibetan.el (tibetan-composable-pattern): More
16849 characters included.
16850 (tibetan-consonant-transcription-alist): Rule for "R" added.
16851 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16852 "+R" added.
16853 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16854
16855 * language/lao-util.el (lao-composition-function): Fix args to
16856 compose-string.
16857
16858 * language/thai-util.el (thai-composition-function): Fix args to
16859 compose-string.
16860
16861 * isearch.el (isearch-update): Set disable-point-adjustment to t
16862 to prevent the point moving to the end of a composition when a
16863 part of a composition is searched.
16864 (isearch-other-meta-char): If the key invoking this command can be
16865 mapped by function-key-map to a printing char, call
16866 isearch-process-search-char directly.
16867
168682000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16869
16870 * emacs-lisp/bytecomp.el:
16871 * frame.el:
16872 * international/mule-cmds.el:
16873 * international/mule-util.el:
16874 * international/mule.el:
16875 * mouse.el:
16876 * subr.el:
16877 * faces.el: Update calls to make-obsolete with a WHEN argument.
16878
16879 * byte-run.el (make-obsolete, make-obsolete-variable):
16880 Add an optional WHEN argument and change the format of the
16881 symbol-property information.
16882 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16883 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16884 new obsolete-symbol-property format and print WHEN if it is provided.
16885
168862000-05-31 Dave Love <fx@gnu.org>
16887
16888 * loadhist.el (loadhist-hook-functions): Remove
16889 before-change-function, after-change-function.
16890 (unload-feature): Deal with symbols which are both bound and
16891 fbound.
16892
16893 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16894 before-change-function, after-change-function.
16895
16896 * simple.el (newline): Don't bind before-change-function,
16897 after-change-function.
16898
168992000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16900
16901 * whitespace.el (whitespace-rescan-timer-time): Update interval
16902 set to 600 seconds (10 minutes) instead of 60 seconds since
16903 a large number of whitespace buffers causes emacs to `freeze'
16904 for a considerable amount of time.
16905
16906 * whitespace.el: Updated email address
16907
169082000-05-31 Dave Love <fx@gnu.org>
16909
16910 * add-log.el (change-log-font-lock-keywords) <function>: Add
16911 pattern for function of change.
16912 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16913 acknowledgements patterns.
16914
169152000-05-31 Kenichi Handa <handa@etl.go.jp>
16916
16917 * isearch.el (isearch-printing-char): If keyboard coding system is
16918 being used, call isearch-process-search-multibyte-characters.
16919
16920 * international/isearch-x.el: Mostly rewritten.
16921
16922 * international/quail.el (quail-start-conversion): Don't include
16923 unhandled events in the returned events, but set them in
16924 unread-command-events. Exit if all inputs are deleted.
16925
169262000-05-30 Jason Rumney <jasonr@gnu.org>
16927
16928 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16929
16930 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16931 Reenable code to create initial fontsets.
16932 Use set-fontset-font in place of put-charset-property.
16933
169342000-05-30 Gerd Moellmann <gerd@gnu.org>
16935
16936 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16937 label, ensure that the first colon isn't followed by another.
16938
16939 * paths.el (Info-default-directory-list): Doc fix.
16940
16941 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16942 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16943 send a query containing USER only, not USER@HOST.
16944
16945 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16946 and rmail-msgend to compute the restriction at the end, instead of
16947 computing it.
16948
169492000-05-29 Gerd Moellmann <gerd@gnu.org>
16950
16951 * dabbrev.el (dabbrev-expand): Don't display messages in the
16952 echo area if the minibuffer window is active.
16953
16954 * jit-lock.el (jit-lock-mode): Add after change function to
16955 local hook.
16956
169572000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16958
16959 * antlr-mode.el: New commands: hide/unhide actions,
16960 upcase/downcase literals.
16961 (antlr-tiny-action-length): New user option.
16962 (antlr-hide-actions): New command. Suggested by
16963 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16964 (antlr-mode-map): New binding [C-c C-v].
16965 (antlr-mode-menu): New entries.
16966 (antlr-downcase-literals): New command.
16967 (antlr-upcase-literals): Ditto.
16968
16969 * antlr-mode.el: Minor changes: indendation, mode-name.
16970 (antlr-indent-line): Indent cpp directive at column 0.
16971 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16972
16973 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16974 (antlr-font-lock-additional-keywords): Workaround for intentional
16975 bug in XEmacs version of font-lock.
16976 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16977 be used by a smarter version of `buffers-menu-grouping-function'.
16978
169792000-05-29 Gerd Moellmann <gerd@gnu.org>
16980
16981 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16982 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16983
169842000-05-29 Kenichi Handa <handa@etl.go.jp>
16985
16986 * international/encoded-kb.el
16987 (encoded-kbd-iso2022-designation-map): Pay attention to that
16988 charset-iso-final-char return -1 for eight-bit-control and
16989 eight-bit-graphic.
16990
169912000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16992
16993 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16994 (speedbar-easymenu-definition-base): Use display-graphic-p where
16995 available, instead of window-system.
16996
169972000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16998
16999 * international/codepage.el (cp-coding-system-for-codepage-1): Add
17000 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
17001 coding systems.
17002
170032000-05-26 Dave Love <fx@gnu.org>
17004
17005 * disp-table.el (standard-display-underline): Don't use
17006 internal-find-face.
17007
17008 * mail/reporter.el: Maintainer change. Doc fixes.
17009 (reporter-version): Deleted.
17010
17011 * emacs-lisp/elp.el: Maintainer change.
17012 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17013
170142000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17015
17016 * add-log.el (add-change-log-entry): Merge the current entry with the
17017 previous one if the previous one is empty.
17018
170192000-05-26 Dave Love <fx@gnu.org>
17020
17021 * loadhist.el (unload-feature): Fix interactive spec [from
17022 lijnzaad@ebi.ac.uk].
17023
17024 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17025 subr-arity to check primitives.
17026 (byte-compile-flush-pending, byte-compile-file-form-progn)
17027 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17028 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17029 mapcar.
17030
170312000-05-26 Kenichi Handa <handa@etl.go.jp>
17032
17033 * international/fontset.el: Set family names of non-latin charsets
17034 in default fontset to "*".
17035
17036 * international/mule-diag.el (print-fontset): Combine family part
17037 and registry part of the fontname by "-*-" instead of "-".
17038
17039 * international/mule-cmds.el (encode-coding-char): Make strings
17040 multibyte before calling encode-coding-string.
17041
170422000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17043
17044 * derived.el: Fix keywords.
17045 (define-derived-mode): Only define if needed.
17046
17047 * simple.el (fill-comment, comment-column, comment-start)
17048 (comment-start-skip, comment-end, comment-indent-function)
17049 (block-comment-start, block-comment-end, indent-for-comment)
17050 (set-comment-column, kill-comment, comment-padding, comment-region)
17051 (comment-multi-line, indent-new-comment-line): Remove.
17052
17053 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17054 function names for comment operations.
17055
17056 * newcomment.el: Add abundant autoload cookies.
17057 (comment-style): Don't depend on runtime data at compile-time.
17058 (comment-indent-hook): Remove.
17059 (comment-indent): Check if comment-indent-hook is bound.
17060 (comment-region): Docstring fix.
17061
170622000-05-25 Dave Love <fx@gnu.org>
17063
17064 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17065 byte-code-function-p.
17066
17067 * mail/rmailsum.el: Add provide.
17068
17069 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17070
17071 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17072 defcustom.
17073
170742000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17075
17076 * ediff-diff.el (ediff-exec-process): delete --binary option from
17077 non-buffer ediff jobs.
17078
170792000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17080
17081 * hilit-chg.el (highlight-changes-mode): Ask about color or
17082 grayscale support, not about window-system.
17083
17084 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17085 window-system.
17086 (ffap-highlight): Always default to t.
17087
17088 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17089 display-popup-menus-p instead of looking at window-system.
17090
17091 * disp-table.el (standard-display-g1, standard-display-graphic):
17092 Only refuse to use string glyphs on X and MS-Windows.
17093
17094 * avoid.el: Remove window-system from commentary, suggest to use
17095 display-*-p instead.
17096
17097 * apropos.el (apropos-print): Use display-mouse-p instead of
17098 window-system.
17099
171002000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17101
17102 * international/codepage.el (cp-decoding-vector-for-codepage):
17103 Fill up unsupported characters with their own codes. From Kenichi
17104 Handa.
17105
171062000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17107
17108 * international/mule-diag.el (describe-char-after): Use
17109 display-graphic-p instead of window-system, so that this function
17110 works on MS-DOS.
17111
171122000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17113
17114 * international/codepage.el (cp-make-coding-systems-for-codepage):
17115 Remove the eight-bit-graphic and eight-bit-control charsets from
17116 the list of charsets which we convert into `?'.
17117
171182000-05-25 Kenichi Handa <handa@etl.go.jp>
17119
17120 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17121 private charsets.
17122 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17123 japanese-jisx0213-2): New charsets.
17124
17125 * international/fontset.el: Setup default fontset for new charsets.
17126
171272000-05-24 Dave Love <fx@gnu.org>
17128
17129 * info.el (Info-find-node-2): Restructure [following "Vadim
17130 S. Solomin" <sovs@uic.nnov.ru>].
17131
17132 * icomplete.el: Fix header for Finder.
17133
171342000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17135
17136 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17137 STAY.
17138
17139 * rmail.el (rmail-automatic-folder-directives): New user variable.
17140 (rmail-show-message): Add call to `rmail-auto-file' during
17141 display.
17142 (rmail-auto-file): New function.
17143
171442000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17145
17146 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17147 account.
17148 (ediff-test-utility,ediff-diff-mandatory-option)
17149 (ediff-reset-diff-options): Utilities for proper initialization of
17150 ediff-diff-options and ediff-diff3-options on Windows.
17151
17152 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17153 variable.
17154
17155 * ediff-mult.el (ediff-filegroup-action): Use
17156 ediff-merge-filename-prefix.
17157
171582000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17159
17160 * viper-ex.el (ex-write): Set selective display to nil.
17161
171622000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17163
17164 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17165 aliases for hebrew-iso-8bit.
17166
171672000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17168
17169 * woman.el: New version from Francis J. Wright
17170 <F.J.Wright@Maths.QMW.ac.uk>.
17171 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17172 names in environment variables regardless of the path separator.
17173 (woman-topic-all-completions-1): Don't call file-name-directory-p
17174 on all files, since woman-file-regexp already filters out any
17175 directories.
17176
171772000-05-24 Kenichi Handa <handa@etl.go.jp>
17178
17179 * international/quail.el (quail-start-translation): Don't change
17180 modified-p of the current buffer.
17181 (quail-start-conversion): Likewise.
17182
17183 * international/kkc.el (kkc-region): Don't change modified-p of
17184 the current buffer.
17185
17186 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17187 conform to RFC1468.
17188 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17189
171902000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17191
17192 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17193 (speedbar-insert-button): Invisible text property fix.
17194 (speedbar-directory-plus): Renamed from speedbar-directory-+
17195 (speedbar-directory-minus): Renamed from speedbar-directory--
17196 (speedbar-page-plus): Renamed from speedbar-file-+
17197 (speedbar-page-minus): Renamed from speedbar-file--
17198 (speedbar-page): Renamed from speedbar-file-
17199 (speedbar-tag): Renamed from speedbar-tag-
17200 (speedbar-tag-plus): Renamed from speedbar-tag-+
17201 (speedbar-tag-minus): Renamed from speedbar-tag--
17202 (speedbar-expand-image-button-alist): Use above renames.
17203
17204 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17205 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17206 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17207 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17208 * sb-pg.xpm: Renamed from sb-file.xpm
17209 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17210 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17211
172122000-05-24 Kenichi Handa <handa@etl.go.jp>
17213
17214 * international/quail.el (quail-show-guidance-buf): Set
17215 current-input-method of the guidance buffer to the name of the
17216 curren input method.
17217
172182000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17219
17220 * progmodes/compile.el (compile-internal): Style typo.
17221
17222 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17223 quote vars and functions in the docstring.
17224
17225 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17226
17227 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17228 Don't quote lambdas.
17229
17230 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17231
172322000-05-23 Gerd Moellmann <gerd@gnu.org>
17233
17234 * startup.el (command-line): Determine source file of compiled
17235 user init file differently. Warn if compiled user init file
17236 is older than its source file.
17237
17238 * ffap.el (ffap-url-regexp): Add `https'.
17239
172402000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17241
17242 * files.el (make-backup-file-name-1): Replace slashes with `!'
17243 rather than `|' (which is not allowed on Windows). Replace the
17244 drive letters with a string "drive_X".
17245
172462000-05-23 Gerd Moellmann <gerd@gnu.org>
17247
17248 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17249
17250 * files.el (interpreter-mode-alist): Add `bash2'.
17251
172522000-05-22 Dave Love <fx@gnu.org>
17253
17254 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17255 mapc.
17256 (feature-file): Avoid calling symbol-name. Doc fix.
17257 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17258 (loadhist-hook-functions): Add mouse-position-function.
17259 (unload-feature): Change uses of mapcar.
17260
17261 * files.el (parse-colon-path): Doc fix.
17262 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17263 (set-auto-mode): Use mapc.
17264
17265 * complete.el (PC-look-for-include-file): Use :alnum: character
17266 class.
17267 (partial-completion-mode): Add autoload cookie.
17268
172692000-05-22 Sam Steingold <sds@gnu.org>
17270
17271 * info.el (Info-fontify-node): Fixed the call to
17272 `add-text-properties' (bug introduced on 2000-05-18).
17273
172742000-05-22 Dave Love <fx@gnu.org>
17275
17276 * bindings.el: Remove debug-ignored-errors set in other files.
17277
17278 * progmodes/etags.el: Add to debug-ignored-errors.
17279 (visit-tags-table-buffer): Clear out buffers holding old tables
17280 when making a new list.
17281 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17282 mapc.
17283
17284 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17285 quote keywords.
17286 (cmpl-string-case-type): Use character classes.
17287
17288 * comint.el:
17289 * textmodes/ispell.el:
17290 * imenu.el:
17291 * mail/mh-e.el:
17292 * progmodes/compile.el: Add to debug-ignored-errors.
17293
17294 * dabbrev.el: Add to debug-ignored-errors.
17295 (dabbrev-completion): Use mapc.
17296
172972000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17298
17299 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17300 (woman-mapcan, woman-parse-man.conf)
17301 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17302 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17303 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17304 path syntax better.
17305 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17306 (woman-manpath): Call woman-parse-man.conf.
17307 (woman-emulation): New defcustom, defaults to nroff.
17308 (woman-font-support): New defconst.
17309 (woman-use-symbol-font): New defcustom.
17310 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17311 "Emulation".
17312 Many functions: Doc fix.
17313
173142000-05-22 Kenichi Handa <handa@etl.go.jp>
17315
17316 * international/quail.el (quail-simple-translation-keymap): Map
17317 128..255 to quail-self-insert-command.
17318 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17319
173202000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17321
17322 * help.el (help-manyarg-func-alist): Typo.
17323
17324 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17325 intervals which makes it heaps simpler.
17326
17327 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17328 the nested comment markers.
17329
17330 * subr.el (remove-hook): Don't turn the hook's value into a list.
17331
173322000-05-21 Dave Love <fx@gnu.org>
17333
17334 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17335 are invalid characters.
17336
17337 * international/mule-util.el (detect-coding-with-priority): Use
17338 mapc. Remove redundant lambda.
17339
17340 * international/mule-diag.el (list-non-iso-charset-chars)
17341 (describe-fontset): Remove redundant lambda.
17342
17343 * emulation/crisp.el (brief-mode): New alias.
17344
17345 * emacs-lisp/ring.el (ring-elements): New function.
17346
17347 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17348 (easy-menu-do-add-item): Use keywordp.
17349
17350 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17351
17352 * replace.el: Doc and error message fixes.
17353 (replace-highlight): Use facep, not internal-find-face.
17354
173552000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17356
17357 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17358
17359 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17360 (log-edit-insert-changelog): Drop `:' as well.
17361
17362 * log-view.el: Fix file description.
17363 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17364 available.
17365 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17366 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17367
17368 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17369 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17370 Print a status message if the toggle is called interactively.
17371 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17372 for global minor modes and use `defcustom' for them.
17373 Use add-minor-mode.
17374 (easy-mmode-define-derived-mode): Remove.
17375 (define-derived-mode): Fancier default docstring.
17376 (easy-mmode-define-navigation): Signal an error rather than (ding).
17377
17378 * newcomment.el (comment-styles): New `box-multi'.
17379 (comment-normalize-vars): Better default for comment-continue to
17380 avoid whitespace-only continuations.
17381 (comment-search-forward): Always move even in the no-syntax case.
17382 (comment-padright): Only obey N if it's only obeyed for padleft.
17383 (comment-make-extra-lines): Better handling of empty continuations.
17384 Use `=' for the filler if comment-start has only one character.
17385 (uncomment-region): Try handling the special `=' filler.
17386 (comment-region): Allow LINES even if MULTI is nil.
17387 (comment-box): Choose box style based on comment-style.
17388
173892000-05-20 Kenichi Handa <handa@etl.go.jp>
17390
17391 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17392 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17393
173942000-05-20 Kenichi HANDA <handa@etl.go.jp>
17395
17396 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17397 and insert, not subst-char-in-region.
17398
17399 * international/mule-diag.el (list-character-sets-1): Handle
17400 charsets eight-bit-control and eight-bit-graphic.
17401 (list-iso-charset-chars): Likewise.
17402 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17403 charactes as is. Use indent-to to align characters.
17404
17405 * international/mule-cmds.el (find-multibyte-characters): Never
17406 exclude charsets eight-bit-control and eight-bit-graphic.
17407
174082000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17409
17410 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17411 Don't quote lambdas.
17412
17413 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17414
174152000-05-19 Gerd Moellmann <gerd@gnu.org>
17416
17417 * gud.el (gud-jdb-directories): Doc fix.
17418
174192000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17420
17421 * newcomment.el: New file.
17422
174232000-05-19 Gerd Moellmann <gerd@gnu.org>
17424
17425 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17426
174272000-05-18 Andreas Schwab <schwab@suse.de>
17428
17429 * dired.el (dired-between-files): Also skip lines beginning with
17430 `used'.
17431
174322000-05-18 Gerd Moellmann <gerd@gnu.org>
17433
17434 * msb.el (msb-menu-cond): Add choice `user'.
17435
174362000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17437
17438 * ps-print.el: Compatibility, customization and doc fix.
17439 (ps-printer-name-option): Replace defconst by defvar.
17440 (ps-postscript-code-directory): XEmacs compatibility.
17441 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17442 fix.
17443 (ps-user-defined-prologue, ps-print-prologue-header)
17444 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17445 compatibility and code fix.
17446 (ps-print-background-image, ps-print-background-text):
17447 Customization fix.
17448 (ps-line-number-start, ps-n-up-on): New vars.
17449
174502000-05-18 Espen Skoglund <esk@ira.uka.de>
17451
17452 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17453 the indent-comment function to just return the appropriate indent.
17454
174552000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17456
17457 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17458 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17459 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17460
174612000-05-18 Dave Love <fx@gnu.org>
17462
17463 * info.el (Info-fontify-node): Add intangible property as well as
17464 invisible.
17465
17466 * calendar/appt.el (appt-make-list): Match all lines of entry.
17467 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17468
174692000-05-18 Kenichi Handa <handa@etl.go.jp>
17470
17471 * international/mule-diag.el (describe-char-after): Call
17472 internal-char-font, not char-font. If internal-char-font returns
17473 nil, display "-- none --".
17474
174752000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17476
17477 * image.el (image-type-available-p): Don't reference image-types
17478 if it isn't bound.
17479
174802000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17481
17482 * autoarg.el (autoarg-mode): Typo in the :set argument.
17483
174842000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17485
17486 * startup.el (command-line-1): Don't signal an error if the
17487 directory for auto-save-list files does not yet exist.
17488
174892000-05-17 Kenichi Handa <handa@etl.go.jp>
17490
17491 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17492
174932000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17494
17495 * subr.el (remove-hook): `setq' hook-value, not `set'.
17496
174972000-05-16 Sam Steingold <sds@gnu.org>
17498
17499 * info.el (debug-ignored-errors): More errors to ignore.
17500
175012000-05-16 Dave Love <fx@gnu.org>
17502
17503 * cus-edit.el: Don't require cl or easymenu.
17504 (custom-variable-prompt): Test standard-value property, not
17505 user-variable-p.
17506
175072000-05-16 Sam Steingold <sds@gnu.org>
17508
17509 * subr.el (add-hook): `setq' hook-value, not `set'.
17510
175112000-05-16 Gerd Moellmann <gerd@gnu.org>
17512
17513 * startup.el (command-line-1): Mention the FAQ in the startup
17514 message.
17515
17516 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17517
17518 * progmodes/compile.el (compilation-parse-errors): Collect
17519 `nomessage' regexps last.
17520
17521 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17522
17523 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17524 to the function name.
17525
175262000-05-15 Dave Love <fx@gnu.org>
17527
17528 * speedbar.el (speedbar-recenter): Typo.
17529 (speedbar-expand-line): Make arg optional.
17530 (speedbar-mode): Avoid a compiler warning.
17531
175322000-05-15 Gerd Moellmann <gerd@gnu.org>
17533
17534 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17535 user-specified option string is empty.
17536
17537 * mouse.el (mouse-yank-at-click): Doc fix.
17538
175392000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17540
17541 * term/internal.el (IT-character-translations): More updates of
17542 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17543 documents.
17544
175452000-05-15 Gerd Moellmann <gerd@gnu.org>
17546
17547 * env.el (getenv): New function, interactively callable.
17548 (setenv, getenv): Remove autoload cookies.
17549
17550 * loadup.el: Load `env'.
17551
17552 * progmodes/f90.el: Change author's mail address.
17553
175542000-05-14 Dave Love <fx@gnu.org>
17555
17556 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17557 goto-addr as an option.
17558
17559 * help.el (help-xref-stack): Doc fix.
17560 (help-xref-following): New variable.
17561 (help-make-xrefs): Use it.
17562 (help-xref-go-back): Use position information from stack element.
17563 (help-follow): Make position in stack element a pair. Use
17564 help-xref-following.
17565
17566 * autoarg.el: New file.
17567
17568 * faces.el: Declare more functions obsolete.
17569
17570 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17571 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17572 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17573 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17574 Remove all the setup-...-environment functions.
17575
175762000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17577
17578 * speedbar.el: Updated the commentary section. xemacs20p now uses
17579 >= when detecting. Require `defimage' safely.
17580 (speedbar-easymenu-definition-base): Add toggle for images.
17581 (speedbar-easymenu-definition-special): Add flush cache & expand.
17582 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17583 (speedbar-reconfigure-keymaps-hook): New variable.
17584 (speedbar-frame-parameters): Updated documentation.
17585 (speedbar-use-imenu-flag): Updated custom tag
17586 (speedbar-dynamic-tags-function-list): New variable.
17587 (speedbar-tag-hierarchy-method): Updated doc & custom.
17588 (speedbar-indentation-width, speedbar-indentation-width) New
17589 variables.
17590 (speedbar-hide-button-brackets-flag): Customizable.
17591 (speedbar-vc-indicator): Doc update.
17592 (speedbar-ignored-path-expressions): Updated default value.
17593 (speedbar-supported-extension-expressions): Updated default value.
17594 (speedbar-syntax-table): Remove {} paren status.
17595 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17596 as "+". Added overlay aliases.
17597 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17598 `force-mode-line-update'.
17599 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17600 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17601 `mouse-set-point'
17602 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17603 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17604 of arbitrary text, and new helper functions.
17605 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17606 filename finder.
17607 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17608 (speedbar-directory-buttons): Update path search/expansion.
17609 (speedbar-make-tag-line): Pay attention to
17610 `speedbar-indentation-width'. Use more care w/ invisible
17611 properties.
17612 (speedbar-change-expand-button-char): Call
17613 `speedbar-insert-image-button-maybe'.
17614 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17615 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17616 (speedbar-trim-words-tag-hierarchy)
17617 (speedbar-simple-group-tag-hierarchy): New functions
17618 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17619 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17620 functions.
17621 (speedbar-mouse-set-point): New function
17622 (speedbar-power-click): Updated documentation.
17623 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17624 of tag prefix text.
17625 (speedbar-expand-line, speedbar-contract-line): Make more robust
17626 to strange text.
17627 (speedbar-expand-line): Takes universal argument to flush the
17628 cache.
17629 (speedbar-flush-expand-line): New function.
17630 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17631 Use new generator insertion method.
17632 (speedbar-fetch-dynamic-tags): New function.
17633 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17634 `speedbar-fetch-dynamic-imenu'.
17635 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17636 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17637 "Revert Buffer" menu items.
17638 (speedbar-buffer-buttons-engine): Be smarter when creating a
17639 filename tag (for expansion purposes.).
17640 (speedbar-highlight-one-tag-line,
17641 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17642 (speedbar-recenter): New functions.
17643 (defimage-speedbar): Image loading abstraction.
17644 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17645 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17646 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17647 (speedbar-tag-type, speedbar-tag-mail): New images.
17648 (speedbar-expand-image-button-alist): New variable.
17649 (speedbar-insert-image-button-maybe): Insert an image over some
17650 buttons.
17651
176522000-05-13 Kenichi Handa <handa@etl.go.jp>
17653
17654 * international/mule-cmds.el (encode-coding-char): An ASCII
17655 character is always encodable.
17656
17657 * international/mule-conf.el: Add more information in descriptions
17658 of character sets.
17659
17660 * international/mule-diag.el (describe-char-after): New function.
17661 (describe-font-internal): Adjusted for the change of font-info.
17662 (describe-font): Likewise.
17663 (print-fontset): Rewritten for the new fontset implementation.
17664 (describe-fontset): Include fontset alias names in completion.
17665 (list-fontsets): Adjusted for the change of print-fontset.
17666
17667 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17668 describe-char-after instead of displaying the detail in the echo
17669 area.
17670 (syntax-code-table): Format changed.
17671 (string-to-syntax): Adjusted for the above change.
17672
176732000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17674
17675 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17676
176772000-05-12 Dave Love <fx@gnu.org>
17678
17679 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17680 dependence. Use line-{beginning,end}-position, not
17681 point-at{b,e}ol. Some doc fixes.
17682 (todo-position): New function. Fix callers of position to use it.
17683 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17684
176852000-05-12 Gerd Moellmann <gerd@gnu.org>
17686
17687 * time.el (display-time-mail-icon): Use `:ascent center'.
17688
17689 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17690 handling FTP security extensions.
17691
176922000-05-11 Dave Love <fx@gnu.org>
17693
17694 * calendar/todo-mode.el: New file.
17695
176962000-05-11 Gerd Moellmann <gerd@gnu.org>
17697
17698 * comint.el (comint-read-input-ring): Move reference to
17699 comint-input-ring-size outside of the save-excursion. It was
17700 causing the default value to be the only one ever seen.
17701
17702 * font-lock.el: Update copyright. Remove Simon Marshall's email
17703 address on request from him.
17704
17705 * subr.el (substitute-key-definition): Add comment describing
17706 the meaning of PREFIX.
17707
177082000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17709
17710 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17711
17712 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17713 (add-minor-mode): Don't make the variable buffer-local and add a
17714 reference to define-minor-mode in the docstring.
17715
17716 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17717 HEADER/FOOTER and fix bug with trailing empty directory.
17718 (cvs-append-to-ignore): Use vc-editable-p if available.
17719 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17720 (vc-do-command): Tweak advice to handle the new VC.
17721
17722 * log-view.el (log-view-goto-rev): New function for the new VC.
17723 (log-view-minor-wrap): Use mark-active.
17724
17725 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17726 (log-edit-changelog-full-paragraphs): New var.
17727 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17728 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17729 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17730 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17731 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17732 Replace the `cvs' prefix with `log-edit'.
17733
17734 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17735
17736 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17737 (diff-font-lock-defaults): Explicitly turn off multiline.
17738 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17739 (diff-ediff-patch): Fix call to ediff-patch-file.
17740 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17741 Handle comments.
17742
17743 * frame.el (automatic-hscrolling): Typo.
17744
17745 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17746
177472000-05-09 Sam Steingold <sds@goems.com>
17748
17749 * apropos.el (apropos-print): use `describe-face' instead of
17750 `customize-face-other-window'.
17751
177522000-05-09 Dave Love <fx@gnu.org>
17753
17754 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17755
17756 * help.el (describe-variable): Have customize button pop the
17757 help-xref stack when invoked.
17758 (help-xref-symbol-regexp): Add `face'.
17759 (help-make-xrefs): Check for quoted face names and adapt regexp
17760 submatch numbers to cope.
17761 (help-xref-interned): Maybe insert face doc too. Separate
17762 sections with a line of hyphens.
17763
17764 * faces.el: Some doc fixes. Declare some functions obsolete.
17765 (describe-face): Add customize button. Return the help
17766 text. Fix prompt.
17767
177682000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17769
17770 * term/internal.el (IT-character-translations): Fix last change.
17771
177722000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17773
17774 * woman.el: New file
17775 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17776
177772000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17778
17779 * term/internal.el (IT-character-translations): Update ASCII
17780 simulations for greek-iso8859-7, add latin-iso8859-14 and
17781 latin-iso8859-15.
17782
17783 * international/mule-cmds.el (set-language-info-alist): Call
17784 define-prefix-command with 3 arguments, to make the map suitable
17785 for a menu.
17786
177872000-05-07 Dave Love <fx@gnu.org>
17788
17789 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17790
177912000-05-05 Dave Love <fx@gnu.org>
17792
17793 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17794 list in doc string. Don't quote keyword symbols.
17795 * emacs-lisp/cl.el: Likewise
17796 * emacs-lisp/cl-seq.el: Likewise
17797
177982000-05-05 Gerd Moellmann <gerd@gnu.org>
17799
17800 * abbrev.el (abbrev-mode): Make ARG optional.
17801
178022000-05-04 Gerd Moellmann <gerd@gnu.org>
17803
17804 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17805
17806 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17807
17808 * subr.el (substitute-key-definition): Clarify documentation.
17809
178102000-05-04 Milan Zamazal <pdm@freesoft.cz>
17811
17812 * glasses.el (glasses-convert-to-unreadable): Use
17813 `glasses-separator' instead of the hard-wired "_".
17814 (glasses-mode): Call `glasses-make-unreadable' only in a single
17815 place.
17816
178172000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17818
17819 * term/internal.el (cjk-codepages-alist): Add associations for
17820 Chinese and Korean codepages. Remove FIXME comment.
17821
178222000-05-03 Dave Love <fx@gnu.org>
17823
17824 * time.el (display-time-mail-face, display-time-use-mail-icon):
17825 New option.
17826 (display-time-mail-icon): New variable.
17827 (display-time-string-forms): Use the above. Fix the local-map.
17828
178292000-05-03 Gerd Moellmann <gerd@gnu.org>
17830
17831 * replace.el (query-replace-map): Add binding for `E'.
17832 (query-replace-help): Extend help text.
17833 (perform-replace): Allow editing the replacement string.
17834
17835 * make-mode.el (makefile-mode-abbrev-table): New variable.
17836 (makefile-mode): Set local abbrev table to
17837 makefile-mode-abbrev-table.
17838 (makefile-font-lock-keywords): Fontify includes and conditionals.
17839
17840 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17841 set TOGGLE's value.
17842
17843 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17844 mail-interactive-insert-alias.
17845 (mail-abbrev-complete-alias): New command.
17846 (mail-mode-map): Bind it to `M-TAB'.
17847
178482000-05-03 Kenichi Handa <handa@etl.go.jp>
17849
17850 * language/lao-util.el (lao-compose-region): New function.
17851
178522000-05-02 Gerd Moellmann <gerd@gnu.org>
17853
17854 * files.el (recover-session): Make directories as necessary
17855 if they don't exist yet.
17856
17857 * calendar/cal-french.el
17858 (french-calendar-multibyte-special-days-array)
17859 (french-calendar-special-days-array): Change French text.
17860 (calendar-french-date-string): Change output.
17861 (calendar-goto-french-date): Likewise.
17862
178632000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17864
17865 * wid-edit.el (widget-default-active): Obey `:always-active'.
17866 (widget-documentation-string-value-create): Set `:always-active'.
17867
178682000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17869
17870 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17871 default prefix to `~/_emacs.d/auto-save.list/_s'.
17872 (normal-top-level): Create the directory for auto-save files, if
17873 it doesn't already exist (in the ms-dos case only).
17874
178752000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17876
17877 * international/mule-cmds.el (set-language-environment): Don't
17878 concat an integer (dos-codepage), use format instead.
17879
178802000-05-02 Dave Love <fx@gnu.org>
17881
17882 * help.el (help-xref-on-pp): Check for constant symbols.
17883
178842000-04-29 Gerd Moellmann <gerd@gnu.org>
17885
17886 * startup.el (normal-top-level): Put a condition-case around
17887 the code loading subdirs.el.
17888
178892000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17890
17891 * ps-print.el: Upside-down and face background color printing,
17892 line number step, doc fix.
17893 (ps-print-version): New version number (5.2).
17894 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17895 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17896 (ps-spool-config): Var fix.
17897 (ps-printer-name-option): Const fix.
17898 (ps-print-upside-down, ps-use-face-background)
17899 (ps-line-number-step): New vars.
17900 (ps-window-system, ps-lp-system): New consts.
17901 (ps-face-background): New fun.
17902
179032000-04-28 Richard Stallman <rms@gnu.org>
17904
17905 * files.el (make-auto-save-file-name):
17906 Apply auto-save-file-name-transforms to visited file name
17907 before generating auto save file name.
17908 (auto-save-file-name-transforms): New variable.
17909
17910 * files.el (backup-enable-predicate):
17911 Correctly test for a file under a temporary directory.
17912
179132000-04-28 Gerd Moellmann <gerd@gnu.org>
17914
17915 * subr.el (add-minor-mode): Rewritten.
17916
179172000-04-28 Kenichi Handa <handa@etl.go.jp>
17918
17919 * mail/sendmail.el (sendmail-send-it): Set
17920 buffer-file-coding-system to the selected coding system for MIME
17921 header.
17922
179232000-04-27 Gerd Moellmann <gerd@gnu.org>
17924
17925 * dired.el (dired-move-to-filename-regexp): Allow format where
17926 YYYY is followed by two spaces.
17927
17928 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17929 in the second character class of the regexp.
17930
17931 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17932 mh-etc, too.
17933
17934 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17935 nil.
17936
17937 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17938
17939 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17940 argument.
17941
179422000-04-27 Sen Nagata <sen@eccosys.com>
17943
17944 * emacs-lisp/crm.el (crm-completion-table): New variable.
17945 (crm-collection-fn, crm-test-completion)
17946 (completing-read-multiple): Use it.
17947
179482000-04-27 Dave Love <fx@gnu.org>
17949
17950 * help.el (locate-library): Use mapc.
17951 (help-manyarg-func-alist): Add call-process-region.
17952
179532000-04-26 Gerd Moellmann <gerd@gnu.org>
17954
17955 * subr.el (add-minor-mode): Make argument MAP optional.
17956
17957 * desktop.el (desktop-save): Save list of minor modes.
17958 (desktop-create-buffer): Restore minor modes.
17959 (desktop-minor-mode-table): New user-option.
17960
17961 * subr.el (add-minor-mode): New function.
17962
17963 * image.el (find-image): New function.
17964 (defimage): Rewritten to find image at load time.
17965
17966 * startup.el (normal-top-level-add-to-load-path): Handle
17967 case that the default directory is not in load-path.
17968
17969 * help.el: Old patch from Stefan Monnier.
17970 (help-xref-on-pp): New function.
17971 (describe-variable): Use it to display xrefs in a symbol's value.
17972
179732000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17974
17975 * cus-edit.el (custom-face): Fix parenthesis.
17976
179772000-04-26 Kenichi Handa <handa@etl.go.jp>
17978
17979 * mail/rmail.el (rmail-expunge): When there are no deleted
17980 messages, do nothing.
17981
179822000-04-26 Dave Love <fx@gnu.org>
17983
17984 * international/mule-cmds.el (locale-translation-file-name):
17985 Defvar to nil.
17986 (set-locale-environment): Set it here (at runtime).
17987
179882000-04-25 Gerd Moellmann <gerd@gnu.org>
17989
17990 * replace.el (perform-replace): Add parameters START and END. Use
17991 them instead of the check for a region in Transient Mark mode.
17992 (query-replace-read-args): Return two more list elements for the
17993 start and end of the region in Transient Mark mode.
17994 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17995 (map-query-replace-regexp, replace-string, replace-regexp): Add
17996 optional last arguments START and END and pass them to
17997 perform-replace.
17998
17999 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
18000 form with additional arguments for perform-replace.
18001
18002 * progmodes/etags.el (tags-query-replace): Add parameters START
18003 and END. Construct a form with additional arguments for
18004 perform-replace.
18005
18006 * simple.el (shell-command): Set default directory for "*Shell
18007 Command Output" buffer.
18008
18009 * language/european.el (iso-latin-4): Fix typo.
18010
18011 * emacs-lisp/crm.el: New file.
18012
180132000-04-24 Dave Love <fx@gnu.org>
18014
18015 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18016 (Custom-reset-saved, Custom-reset-standard)
18017 (custom-group-value-create, custom-group-set, custom-group-save)
18018 (custom-group-reset-current, custom-group-reset-saved)
18019 (custom-group-reset-standard): Use mapc.
18020 (custom-buffer-create-internal): Disable undo when creating items.
18021 Use mapc.
18022 (custom-face): Avoid redundant lambda.
18023
180242000-04-24 Gerd Moellmann <gerd@gnu.org>
18025
18026 * startup.el (auto-save-list-file-prefix): Set default to
18027 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18028
180292000-04-24 Sam Steingold <sds@gnu.org>
18030
18031 * time-stamp.el (time-stamp-string-preprocess): Always convert
18032 `field-result' to a string.
18033
180342000-04-24 Gerd Moellmann <gerd@gnu.org>
18035
18036 * frame.el (scrolling): New group.
18037 (automatic-hscrolling): New user-option.
18038
18039 * startup.el (command-line-x-option-alist): Add `-lsp' and
18040 `--line-spacing'.
18041
180422000-04-19 Dave Love <fx@gnu.org>
18043
18044 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18045 (cl-mapc): Rename from mapc. Fix the funcall.
18046
180472000-04-19 Gerd Moellmann <gerd@gnu.org>
18048
18049 * simple.el (clone-indirect-buffer-other-window): New command.
18050 (clone-indirect-buffer): Add optional arg NORECROD.
18051 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18052
18053 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18054
18055 * window.el (count-screen-lines): New function.
18056 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18057 instead of window-buffer-height.
18058
18059 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18060 non-existing variable comint-input-sentinel.
18061 (inferior-lisp-args-to-list): Removed.
18062 (inferior-lisp): Use split-string instead of
18063 inferior-lisp-args-to-list.
18064
18065 * hexl.el (hexl-insert-hex-string): New command.
18066
18067 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18068 instead of concat.
18069
180702000-04-18 Gerd Moellmann <gerd@gnu.org>
18071
18072 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18073 at the start of an existing but empty folder.
18074
180752000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18076
18077 * ps-mule.el: Customization fix, doc fix.
18078 (ps-multibyte-buffer): Customization fix.
18079
180802000-04-17 Richard M. Stallman <rms@gnu.org>
18081
18082 * subr.el (read-passwd): Use read-char-exclusive.
18083
180842000-04-17 Gerd Moellmann <gerd@gnu.org>
18085
18086 * textmodes/texinfo.el (texinfo-insert-@email)
18087 (texinfo-insert-@emph, texinfo-insert-@quotation)
18088 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18089 (texinfo-mode-map): Add key bindings for them.
18090
18091 * files.el (basic-save-buffer-2): Use a template with `$'
18092 instead of `#' for VMS.
18093
18094 * simple.el (clone-indirect-buffer): New function.
18095
180962000-04-16 Stephen Eglen <stephen@gnu.org>
18097
18098 * iswitchb.el (iswitchb-case): New function. If the user input
18099 contains any upper-case characters, the search is made
18100 case-sensitive.
18101
181022000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18103
18104 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18105 comment-end.
18106 (texinfo-font-lock-syntactic-keywords): New var.
18107 (texinfo-font-lock-keywords): Remove comment regexp.
18108 (texinfo-insert-block): New function.
18109 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18110 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18111 and font-lock-defaults. Use regexp-opt for outline-regexp.
18112 (texinfo-environments): New var.
18113 (texinfo-environment-regexp): Use regexp-opt and
18114 texinfo-environments.
18115
18116 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18117 ispell-process is bound since this might be eval'd before ispell
18118 is loaded.
18119 (ispell-message): Use a tiny bit less magic and a bit more hard
18120 data to figure out what kind of sc-cite-regexp to use.
18121
18122 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18123
18124 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18125 (insert-cyclic-diary-entry): Unquote the lambda.
18126
18127 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18128
18129 * files.el (backup-enable-predicate): Unquote the lambda.
18130
18131 * cus-edit.el (custom-face, face): Unquote the lambda.
18132
181332000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18134
18135 * ps-print.el: Check for line-beginning-position definition.
18136
18137 * ps-print.el: Fix counting lines in a region.
18138 (ps-print-version): New version number (5.1.5).
18139 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18140 (ps-printing-region): Fun code fix.
18141
181422000-04-15 Gerd Moellmann <gerd@gnu.org>
18143
18144 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18145 to file-directory-p.
18146
181472000-04-14 Gerd Moellmann <gerd@gnu.org>
18148
18149 * gud.el (gud-jdb-build-source-files-list): Check that directory
18150 exists before calling directory-files.
18151
181522000-04-13 Dave Love <fx@gnu.org>
18153
18154 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18155 syntax.
18156
18157 * emacs-lisp/cl-specs.el: Remove when, unless.
18158
18159 * emacs-lisp/cl-extra.el: Don't quote keywords.
18160 (cl-old-mapc): New variable.
18161 (mapc): Use it.
18162 (cl-map-intervals): Use with-current-buffer. Don't check for
18163 next-property-change.
18164 (cl-map-overlays): Use with-current-buffer.
18165 (cl-expt): Remove.
18166 (copy-tree, remprop): Define unconditionally.
18167
18168 * emacs-lisp/cl-compat.el (keywordp): Remove.
18169
18170 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18171 to use keywordp.
18172 (edebug-spec): Enable keywordp.
18173
18174 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18175 string-lessp.
18176
18177 * cus-start.el: Use keywordp.
18178
181792000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18180
18181 * diary-lib.el (include-other-diary-files): Fix the fix of
18182 2000-02-18 by doing a save-excursion.
18183
181842000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18185
18186 * ps-print.el: Customization fix, doc fix.
18187 (ps-print-version): New version number (5.1.4).
18188 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18189 (ps-print-preprint): Adjust code.
18190 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18191 (ps-print-prologue-header, ps-print-control-characters)
18192 (ps-spool-config): Customization fix.
18193
181942000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18195
18196 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18197 converted to the new menu-item format, names silightly changed,
18198 help strings added.
18199
18200 Support for spelling without async subprocesses:
18201
18202 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18203 (ispell-session-buffer): New variables.
18204 (ispell-start-process, ispell-process-status,
18205 ispell-accept-output, ispell-send-string): New functions, for
18206 Ispell invocation when async subprocesses aren't supported.
18207 (ispell-word, ispell-pdict-save, ispell-command-loop,
18208 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18209 to process-send-string with calls to ispell-send-string, and
18210 accept-process-output with ispell-accept-output.
18211 (ispell-init-process): Call ispell-process-status instead of
18212 process-status with.
18213 (ispell-init-process): Call ispell-start-process. Call
18214 ispell-accept-output and ispell-send-string. Don't call
18215 process-kill-without-query and kill-process if they are unbound.
18216 (ispell-async-processp): New function.
18217
182182000-04-12 Dave Love <fx@gnu.org>
18219
18220 * info.el: Add debug-ignored-errors.
18221 (Info-mode-menu): Add some items.
18222 (Info-directory): Add autoload cookie.
18223
18224 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18225 Modify `truncate-lines'. Make `describe-language-environment'
18226 always visible and add help. Modify `describe-key' help. Invoke
18227 Info-directory from `info'. New entry `emacs-manual'.
18228
182292000-04-10 Gerd Moellmann <gerd@gnu.org>
18230
b291c86c
SM
18231 * progmodes/ebrowse.el (ebrowse-tree-mode):
18232 Use propertized-buffer-identification.
a30eb617
DL
18233 (ebrowse-update-member-buffer-mode-line): Likewise.
18234 (ebrowse--mode-strings): Removed.
18235 (ebrowse--mode-line-props): Removed.
18236
18237 * files.el (auto-mode-alist): Add `EBROWSE'.
18238
18239 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18240 space before testing for end of buffer.
18241 (ebrowse-load): Removed.
18242 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18243 (ebrowse-create-tree-buffer): Rewritten.
18244 (ebrowse-tree-mode): Read tree from buffer.
18245
18246 * progmodes/ebrowse-ffh.el: Removed.
18247
182482000-04-10 Kenichi Handa <handa@etl.go.jp>
18249
18250 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18251
182522000-04-10 Gerd Moellmann <gerd@gnu.org>
18253
18254 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18255 at the wrong place.
18256
182572000-04-09 Dave Love <fx@gnu.org>
18258
b291c86c
SM
18259 * files.el (backup-enable-predicate):
18260 Use temporary-file-directory, small-temporary-file-directory.
18261 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
18262 (make-backup-file-name-1): New function.
18263 (make-backup-file-name): Use it.
b291c86c 18264 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
18265 (file-newest-backup): Use make-backup-file-name.
18266
182672000-04-09 Gerd Moellmann <gerd@gnu.org>
18268
18269 * progmodes/ebrowse-ffh.el: New file.
18270
86f6474c
SM
18271 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18272 Moved to ebrowse-ffh.el.
a30eb617
DL
18273 (ebrowse-load): Add autoload.
18274
18275 * finder.el (finder-commentary): Add autoload cookie.
18276
18277 * mail/rfc2368.el: Correct author's email address.
18278
18279 * progmodes/ebrowse.el: New file.
18280
18281 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18282 item help string.
18283 (easy-menu-do-add-item): Ditto.
18284 (easy-menu-define): Extend doc string.
18285
86f6474c 18286 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
18287 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18288 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18289 with-buffer-unmodified.
18290
182912000-04-08 Dave Love <fx@gnu.org>
18292
18293 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18294 unless, when.
18295
182962000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18297
18298 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18299 (viper-flash-search-pattern): No operation when using Emacs
18300 doesn't support face.
18301 Use `viper-put-on-search-overlay'.
18302
183032000-04-04 Gerd Moellmann <gerd@gnu.org>
18304
18305 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18306 like C-r.
18307
18308 * progmodes/make-mode.el: Some doc fixes.
18309 (makefile-mode-abbrev-table): New variable.
18310 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18311 (makefile-font-lock-keywords): Fontify includes and conditionals.
18312 (toplevel): Require `dabbrev' and `add-log' when compiling.
18313
18314 * replace.el (perform-replace): Don't move forward one char
18315 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18316 to do that because it leaves point 1 position after the last
18317 replacement, after everything has been replaced.
18318
18319 * jit-lock.el (with-buffer-unmodified): New macro.
18320 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18321 modified state.
18322 (jit-lock-function-1): Extracted from jit-lock-function; not
18323 preserving buffer's modified state.
86f6474c
SM
18324 (jit-lock-function, jit-lock-stealth-fontify):
18325 Call jit-lock-function-1.
a30eb617
DL
18326
18327 * mail/rfc2368.el: Remove supernumerary copyright line.
18328
183292000-04-04 Milan Zamazal <pdm@freesoft.cz>
18330
18331 * glasses.el: Provide facilities for inserting space before left
18332 parentheses and uncapitalization of identifiers.
18333 (glasses-mode): Try to remove old overlays in all cases.
18334
183352000-04-03 Gerd Moellmann <gerd@gnu.org>
18336
18337 * progmodes/compile.el (compile-internal): Display the compilation
18338 buffer in a different frame, if it's already displayed there.
18339
18340 * mail/rfc2368.el: New file.
18341
18342 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18343 header and insert its value as mail body.
18344
18345 * subr.el (member-ignore-case): New function.
18346
18347 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18348 (dabbrev--find-expansion): Ignore buffers matching a regexp
18349 from dabbrev-ignored-regexps.
18350
18351 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18352 to extensions handled by gzip.
18353
183542000-04-03 Richard M. Stallman <rms@gnu.org>
18355
18356 * files.el (insert-directory): List the total free space
18357 along with the used space.
18358
18359 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18360 line is followed by one that matches CITATION-REGEXP, end the
18361 paragraph.
18362
183632000-04-03 Markus Rost <rost@delysid.gnu.org>
18364
18365 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18366 (rmail-make-basic-summary-line): Use that option.
18367
183682000-04-03 Kenichi Handa <handa@etl.go.jp>
18369
18370 * international/mule-cmds.el (encoded-string-description):
18371 Rewritten. Try pretty description for ISO 2022 escape sequences
18372 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18373 for hexadecimal format.
18374
183752000-04-01 Dave Love <fx@gnu.org>
18376
18377 * cpp.el: Change customization group to `c' from `C'.
18378
18379 * vcursor.el (vcursor-move): Use display-color-p.
18380
18381 * international/mule-util.el: Provide mule-utils.
18382 (string-to-sequence): Simplify and speed up.
18383
18384 * international/mule.el (make-coding-system): Purecopy doc-string.
18385
18386 * international/mule-cmds.el: Various menu changes.
18387 (describe-specified-language-support): Handle `Default'.
18388 (set-language-info): Purecopy `info'.
18389
183902000-03-31 Andrew Innes <andrewi@gnu.org>
18391
18392 * vc.el (vc-backend-diff): Return the correct status if we had to
18393 retry the rcsdiff command without the --brief option.
18394
183952000-03-31 Dave Love <fx@gnu.org>
18396
18397 * help.el (help-manyarg-func-alist): Correct several omissions.
18398
18399 * add-log.el: Don't require cl, fortran.
18400 (add-log-current-defun-function): Doc fix.
86f6474c 18401 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 18402 (change-log-version-rcs): Function deleted.
86f6474c
SM
18403 (change-log-version-number-search): Doc fix.
18404 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
18405 (add-change-log-entry): Just call add-log-current-defun to get
18406 defun. Simplify somewhat.
18407 (change-log-get-method-definition-1): Likewise.
18408 (add-log-current-defun): Return nil if calling
18409 add-log-current-defun-function does so. Move Fortran stuff to
18410 fortran.el. Return string without properties.
18411
18412 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18413 and :alpha: char classes.
18414
18415 * mail/supercite.el: Defvar curline when compiling.
18416 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18417 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18418 rather than a-zA-Z0-9 to allow non-ASCII characters.
18419
184202000-03-31 Gerd Moellmann <gerd@gnu.org>
18421
18422 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18423
18424 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18425 Re-enable new code.
18426
18427 * lpr.el (print-region-1): Use -d to specify printer name for
18428 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18429
184302000-03-31 Dave Love <fx@gnu.org>
18431
86f6474c
SM
18432 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18433 Look for function definition in symbol's function value slot first
a30eb617
DL
18434 instead of first consulting byte-compile-function-environment.
18435
184362000-03-31 Kenichi Handa <handa@etl.go.jp>
18437
18438 * language/european.el ("Polish"): New language environment.
18439 (setup-polish-environment): New function.
18440
184412000-03-30 Gerd Moellmann <gerd@gnu.org>
18442
18443 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18444 Disable new code.
18445
18446 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18447 trying to `load' the symbol of an autoload instead of the file
18448 recorded in the autoload. Fix error messages.
18449
184502000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18451
18452 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18453 (ps-print-version): New version number (5.1.3).
18454 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18455 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18456 (ps-generate-postscript-with-faces): Code fix.
18457 (ps-color-values): XEmacs compatibility.
18458 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18459 (ps-default-fg, ps-default-bg): Adjust customization.
18460 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18461 (ps-color-scale): Renaming old ps-color-value fun.
18462 (ps-print-headers): Replace ps-print-header group to avoid conflict
18463 with ps-print-header variable.
18464 (ps-print-miscellany): New group.
18465 (ps-format-color, ps-rgb-color): New funs.
18466 (ps-default-foreground): New var.
18467 (ps-printer-name-option): New const.
18468
184692000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18470
18471 * net/net-utils.el:
18472 (network-connection-host, network-connection-service): New variables
18473 (network-connection-mode): New mode, derived from comint-mode
18474 (network-connection-mode-setup): New function, saves host and
18475 service information in local variables.
18476
18477 * lisp/locate.el:
18478 (locate-word-at-point): Added this function
18479 (locate): Default to using locate-word-at-point as input
18480 Run dired-mode-hook
18481
184822000-03-29 Dave Love <fx@gnu.org>
18483
18484 * calendar/appt.el: Doc fixes.
18485 (appt-check): Convert min-to-app to a string before passing to
18486 appt-disp-window-function or concat.
18487 (appt-delete-window): Remove test for frame-root-window.
18488 (appt-select-lowest-window, appt-convert-time): Simplify.
18489
18490 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
18491 (byte-compile-file-form-autoload):
18492 Update byte-compile-function-environment.
a30eb617
DL
18493
184942000-03-29 Andreas Schwab <schwab@suse.de>
18495
86f6474c 18496 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
18497
18498 * dired.el (dired-insert-directory): If dired-free-space-program
18499 failed just delete its output.
18500
185012000-03-29 Dave Love <fx@gnu.org>
18502
18503 * international/iso-cvt.el: Move provide to end. Doc fixes.
18504 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18505 (iso-iso2sgml, iso-sgml2iso): New functions.
18506 (iso-cvt-define-menu): Fix some entries and use backquote for
18507 clarity.
18508
18509 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18510
185112000-03-28 Gerd Moellmann <gerd@gnu.org>
18512
18513 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18514 ISO-DATE. If non-nil, return date in ISO 8601 format.
18515
185162000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18517
18518 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18519 if it ever becomes used.
18520 (log-edit-mode-hook): Default to vc-log-mode-hook.
18521 (log-edit-mode): Fix the docstring.
18522
18523 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18524 the code.
18525
185262000-03-26 Dave Love <fx@gnu.org>
18527
18528 * net/browse-url.el (browse-url): Re-fix case of
18529 browse-url-browser-function being an alist.
18530 (browse-url): Add :link to defgroup.
18531
18532 * files.el: Doc fixes.
18533 (file-truename): Include `[' in wildcard characters.
18534 (automount-dir-prefix): Customize.
18535 (find-file-wildcards): Add :version.
18536 (find-file-noselect): Simplify a mapcar call.
18537
18538 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18539 compatible with inf-lisp version.
18540 (eval-defun-1): Fix custom-declare-variable case.
18541
185422000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18543
18544 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18545
185462000-03-24 Gerd Moellmann <gerd@gnu.org>
18547
18548 * Makefile (COMPILE_FIRST): New macro.
18549 (compile-files): Compile files from COMPILE_FIRST first.
18550
86f6474c 18551 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
18552
18553 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18554 matching open parenthesis in column 0 to defun-prompt-regexp
18555 only if open-paren-in-column-0-is-defun-start is set.
18556
18557 * sun-curs.el: Require CL at compile-time only.
18558
18559 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18560 instead of copy-list which is a function from CL.
18561 (msb--choose-menu, msb--mode-menu-cond)
18562 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18563 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
18564 (msb--aggregate-alist): Use mapcar instead of mapcan.
18565 Fix `(' in column 0 in doc string.
a30eb617
DL
18566 (msb--add-separators): Use mapcar instead of mapcan.
18567
18568 * cus-dep.el: Require CL at compile-time only.
18569
185702000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18571
18572 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18573 (byte-compile-warnings): New warning `noruntime'.
18574 (byte-compile-constants, byte-compile-variables): Fix docstring.
18575 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18576 execute `eval-whenc-compile's body.
18577 (byte-compile-unresolved-functions): Fix docstring.
18578 (byte-compile-eval): New function.
18579 (byte-compile-callargs-warn): Check if the function will be available
18580 at runtime (via property `byte-compile-noruntime').
18581 (byte-compile-print-syms): New function.
18582 (byte-compile-warn-about-unresolved-functions): Also warn about
18583 `noruntime' functions (and use `byte-compile-print-syms').
18584 (byte-compile-file): Capitalize the message.
18585
185862000-03-24 Gerd Moellmann <gerd@gnu.org>
18587
18588 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18589 (rmail-expunge): Ask for confirmation depending on the setting
18590 of rmail-confirm-expunge.
18591
185922000-03-23 Gerd Moellmann <gerd@gnu.org>
18593
18594 * Makefile (bootstrap-clean): If $(emacs) exists, build
18595 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 18596 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
18597
185982000-03-23 Dave Love <fx@gnu.org>
18599
18600 * net/browse-url.el: Restore previous use of
18601 browse-url-maybe-new-window.
18602
186032000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18604
18605 * ps-print.el: Skip banner page fix.
18606 (ps-print-version): New version number (5.1.2).
18607 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18608
186092000-03-23 Dave Pearson <davep@davep.org>
18610
18611 * net/quickurl.el Changed the type of parameter passed to the
18612 function defined by `quickurl-format-function'. Before only the
18613 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
18614 and the function is responsible for extracting the parts it requires.
18615 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
18616 (quickurl-insert): Changed the `funcall' of
18617 `quickurl-format-function' to match the above change.
18618 (quickurl-list-insert): Changed the `url' case so that it makes
18619 use of `quickurl-format-function', previous to this the format was
18620 hard wired.
18621
186222000-03-22 Gerd Moellmann <gerd@gnu.org>
18623
18624 * startup.el: Change some spellings for the X Window System.
18625
186262000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18627
86f6474c
SM
18628 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18629 Clean up the code and the regexp and make sure the cursor is
18630 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
18631
186322000-03-22 Jason Rumney <jasonr@gnu.org>
18633
18634 * w32-fns.el (w32-charset-info-alist): Initialize.
18635
186362000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18637
18638 * ps-print.el: N-up last page fix.
18639 (ps-print-version): New version number (5.1.1).
18640 (ps-end-file, ps-end-job, ps-generate): Code fix.
18641
186422000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18643
18644 * files.el (find-file-run-dired): Update docstring.
18645 (find-directory-functions): New hook.
18646 (find-file-noselect): Run find-directory-functions rather than
18647 calling dired directly.
18648
18649 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18650
18651 * pcvs.el: Add a minimal leading commentary.
18652 (cvs-make-cvs-buffer): Change the header part by removing the startup
18653 message and adding a `Module' entry. Also replace the FOOTER and
18654 HEADER special fileinfos with the new support in ewoc for updating
18655 its own footer and header.
18656 (cvs-update-header): Update to use the header/footer of the ewoc.
18657 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18658 (cvs-is-within-p): New function.
18659 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18660 to only examine some subset of the buffers.
18661
18662 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18663 `format' instead of our own ad-hoc functions.
18664 Remove HEADER and FOOTER cases, now handled in the EWOC.
18665 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18666
18667 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18668 output to avoid scaring the user.
18669 (cvs-parse-table): Catch message for non-up-to-date commits.
18670
18671 * pcvs-defs.el (cvs-startup-message): Remove.
18672 (cvs-global-menu): New autoloaded menu.
18673
18674 * pcvs-util.el (cvs-string-fill): Remove.
18675
18676 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18677 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18678 PP part of it and also make it work for footers and headers.
18679 (ewoc-create): Drop POS and BUFFER arguments.
18680 Use the DLL's dummy node to store the end-of-footer position.
18681 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18682 (ewoc-refresh): Remove unused `header' variable.
18683 (ewoc-(get|set)-hf): New functions.
18684
18685 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18686 log-view-*-(message|file) and use easy-mmode-define-navigation.
18687 (log-view-message-re): Match SCCS format as well.
18688 And match the revision line rather than the dashed separator line.
18689 (log-view-mode): Use the new define-derived-mode.
18690 (log-view-current-tag): Fill in with an actual implementation.
18691
18692 * cvs-status.el (cvs-status-(prev|next)): Rename from
18693 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18694 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18695 to let the output "breathe" a little more (more readable).
18696 (cvs-status-mode): Use the new define-derived-mode.
18697
18698 * smerge-mode.el (smerge-auto-leave): New function and variable.
18699 (smerge-basic-map): Rename from smerge-basic-keymap.
18700 Change the bindings for smerge-diff-*.
18701 (smerge-*-map): Use easy-mmode-defmap.
18702 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18703 (smerge-keep-*): Use smerge-auto-leave.
18704
187052000-03-21 Jason Rumney <jasonr@gnu.org>
18706
18707 * cus-edit.el (custom-button-face): Use 3D look for w32.
18708 (custom-button-pressed-face): Likewise.
18709
187102000-03-21 Gerd Moellmann <gerd@gnu.org>
18711
18712 * progmodes/etags.el (tags-case-fold-search): New user-option.
18713 (tags-loop-eval): New function. Bind case-fold-search around eval
18714 depending on the value of tags-case-fold-search.
18715 (tags-loop-continue): Use tags-loop-eval.
18716 (find-tag-in-order): Bind case-fold-search depending on the value
18717 of tags-case-fold-search.
18718
187192000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18720
86f6474c 18721 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
18722 (diff-end-of-hunk): Return the end position for use in
18723 `easy-mmode-define-navigation'.
18724 (diff-recenter): Remove.
18725 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18726 of `easy-mmode-define-navigation'.
18727 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18728 previous renaming) and fix to use new names.
18729 (diff-merge-strings): Use \n as separator: simpler, faster.
18730 (diff-mode): Use `define-derived-mode'.
18731
18732 * derived.el (define-derived-mode): Don't autoload anymore.
18733 Prefer the macro-only version provided by easy-mmode.el.
18734
18735 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 18736 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
18737 (easy-mmode-define-navigation): New macro.
18738
18739 * subr.el (combine-run-hooks): New function.
18740
187412000-03-21 Kenichi HANDA <handa@etl.go.jp>
18742
18743 * term/x-win.el: Fontsets related initialization is simplified.
18744
18745 * international/mule-diag.el (describe-font): Don't refer to
18746 global-fontset-alist, instead call font-list.
18747 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 18748 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 18749
86f6474c
SM
18750 * international/fontset.el (x-charset-registries): Variable removed,
18751 instead the corresponding data is stored in the default fontset.
a30eb617
DL
18752 (register-alternate-fontnames): Function removed.
18753 (resolved-ascii-font): Variable removed.
18754 (x-compose-font-name): Ignore the second argument REDOCE.
18755 (x-complement-fontset-spec): Complement only an ASCII font and
18756 element for those charsets than can use that ASCII font.
18757 (generate-fontset-menu): Don't refer to global-fontset-alist,
18758 instead call fontset-list.
18759 (uninstantiated-fontset-alist): Variable removed.
18760 (x-style-funcs-alist): Likewise.
18761 (fontset-default-styles): Likewise.
18762 (x-modify-font-name): Function removed.
86f6474c 18763 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
18764 (create-fontset-from-ascii-font): Docsting adjusted for the above
18765 change.
18766 (instantiate-fontset, resolve-fontset-name): Functions removed.
18767 (fontset-list): Now implemented by C code.
18768
18769 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18770 (describe-face): Include `font' attribute in the description.
18771
187722000-03-21 Kenichi Handa <handa@etl.go.jp>
18773
18774 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18775
187762000-03-20 Gerd Moellmann <gerd@gnu.org>
18777
18778 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18779 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18780 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18781
18782 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18783 about behavior of set-buffer-modified-p wrt redisplay.
18784
187852000-03-19 Richard M. Stallman <rms@gnu.org>
18786
18787 * view.el (view-mode-disable): Kill local binding of view-read-only.
18788
187892000-03-18 Gerd Moellmann <gerd@gnu.org>
18790
86f6474c 18791 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
18792 is a string, convert it to a syntax cell using string-to-syntax.
18793
18794 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18795 (string-to-syntax): New function.
18796
18797 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18798 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18799 try to use passive ftp mode.
18800
188012000-03-17 Gerd Moellmann <gerd@gnu.org>
18802
18803 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18804
18805 * simple.el (append-to-buffer): Update point of windows after
18806 insertion.
18807
18808 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18809 forward then moving backward. Reindent.
18810
18811 * frame.el (other-frame): Call x-focus-frame only if
18812 focus-follows-mouse is off.
18813
188142000-03-17 Dave Love <fx@gnu.org>
18815
86f6474c 18816 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
18817
188182000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18819
18820 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18821 regexp for labels cannot span several lines.
18822
18823 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18824 `(setq :<key> ':<key>)' to the macro expansion.
18825
188262000-03-16 Dave Love <fx@gnu.org>
18827
18828 * progmodes/f90.el (f90): Put custom group under `languages', not
18829 `fortran'.
18830 (f90-mode-hook): Customize.
18831 (f90-mode): Set add-log-current-defun-function.
18832 (f90-current-defun): New function.
18833
188342000-03-16 Gerd Moellmann <gerd@gnu.org>
18835
18836 * cus-edit.el (custom-variable-tag-face): Handle case that
18837 default face's height is not a number.
18838 (custom-face-tag-face, custom-group-tag-face-1)
18839 (custom-group-tag-face): Ditto.
18840 (custom-group-tag-face-1): Add :group.
18841
18842 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18843
188442000-03-15 Gerd Moellmann <gerd@gnu.org>
18845
18846 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18847 requiring easymenu.
18848
188492000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18850
18851 * ps-print.el: PostScript user-defined prologue, PostScript error
18852 handler, doc fix.
18853 (ps-print-version): New version number (5.1).
18854 (ps-user-defined-prologue, ps-error-handler-message)
18855 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18856 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18857 (ps-insert-string): New function.
18858
188592000-03-15 Kenichi Handa <handa@etl.go.jp>
18860
18861 * international/ccl.el (ccl-compile-expression): Don't generate
18862 invalid self-assignment code.
18863
188642000-03-14 Dave Love <fx@gnu.org>
18865
18866 * subr.el (replace-regexp-in-string): Renamed from
18867 replace-regexps-in-string. Doc fix.
18868
188692000-03-12 Dave Love <fx@gnu.org>
18870
18871 * cus-edit.el: Doc fixes.
86f6474c 18872 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
18873 (custom-variable-tag-face, custom-face-tag-face)
18874 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18875 style which user identify as hyperlink.
18876 (hook): Don't add undefined functions to the hook.
18877 (debug-ignored-errors): Transfer message from bindings.el.
18878
188792000-03-12 Gerd Moellmann <gerd@gnu.org>
18880
86f6474c
SM
18881 * recentf.el (recentf-keep-non-readable-files-p):
18882 Remove double/nested definition.
a30eb617
DL
18883
188842000-03-12 Dave Love <fx@gnu.org>
18885
18886 * facemenu.el (facemenu-get-face): Use display-color-p.
18887 * enriched.el (enriched-decode-foreground): Likewise.
18888 (enriched-decode-background): Likewise.
18889 * isearch.el (isearch-highlight): Likewise.
18890 * info-look.el (info-lookup): Likewise.
18891 * simple.el (completion-setup-function): Likewise.
18892
18893 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18894 :options.
18895
18896 * bindings.el (mode-line-format): Fix line-number and
18897 column-number items. Add help-echo for the background.
18898 (mode-line-mule-info): Modify help-echo.
18899
18900 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18901
18902 * files.el (load-file): Allow completion to .elc.
18903
18904 * man.el: Doc fixes.
18905 (Man-init-defvars): Use display-color-p to set fontification.
18906
18907 * play/hanoi.el (hanoi-internal): Don't use oddp.
18908
189092000-03-12 Gerd Moellmann <gerd@gnu.org>
18910
18911 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18912
18913 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18914
189152000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18916
18917 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18918 Fix comment.
18919
189202000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18921
18922 * font-lock.el (font-lock-keywords): Fix the doc now that
18923 regexp-opt-depth is unnecessary.
18924 (save-buffer-state): Set an edebug spec.
18925 (font-lock-fontify-anchored-keywords): Properly handle the case when
18926 the matcher goes past the limit.
18927
18928 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18929 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18930
18931 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18932 dll.el and cookie.el (from Elib) with heavy renaming and other
18933 massaging.
18934
18935 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18936 Autoload the functions used.
18937 (easy-mmode-define-syntax): Fix CL typo.
18938 (easy-mmode-define-derived-mode): Improve the docstring generation.
18939
189402000-03-10 Gerd Moellmann <gerd@gnu.org>
18941
18942 * textmodes/texinfo.el (texinfo-version): Variable and function
18943 removed.
18944
189452000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18946
18947 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18948 allow more flexibility.
ff39b9a1 18949 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
18950 (easy-mmode-defmap, easy-mmode-defsyntax)
18951 (easy-mmode-define-derived-mode): New macros.
18952
189532000-03-09 Didier Verna <didier@xemacs.org>
18954
18955 * rect.el (replace-rectangle): New function.
18956
189572000-03-09 Dave Love <fx@gnu.org>
18958
ff39b9a1 18959 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
18960 (fortran-comment-line-start-skip): Don't match cpp stuff.
18961 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18962 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18963 (fortran-mode): Don't set fortran-comment-line-start-skip,
18964 fortran-comment-line-start here. Set comment-start,
18965 add-log-current-defun.
18966 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18967 (fortran-current-defun): New function.
18968
189692000-03-09 Gerd Moellmann <gerd@gnu.org>
18970
18971 * emacs-lisp/re-builder.el: New file.
18972
18973 * mouse.el (mouse-drag-region): Don't run up-event handler
18974 if hscroll has changed.
18975
18976 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18977 builtin operators, use `font-lock-builtin-face' for Emacs and
18978 `font-lock-preprocessor-face' otherwise.
18979
18980 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18981 `(defun (setf foo)' differently.
18982
189832000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18984
18985 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18986 (regexp-opt): Update comment and adapt the code the new meaning of
18987 the `paren' argument of regex-opt-group for shy-groups.
18988 (regexp-opt-depth): Handle shy groups as well as backslashed
18989 backslashes.
18990 (regexp-opt-group): Turn the leading comment into a docstring.
18991 Allow `paren' to be a string (the string to use to open a group).
18992 Remove open-presuf and close-presuf. Instead of checking for `all
18993 one-char' and then later on check for `several one-char', handle
18994 both cases close together. Also apply a more generic algorithm
18995 for suffixes (the mirror image of the algorithm used for
18996 prefixes). Use shy-groups. Use nreverse rather than reverse.
18997 (regexp-opt-try-suffix): Removed.
18998
18999 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
19000 from comint-mode-map, so we can just inherit from it. Also, move
19001 the initialization into the `defvar' since there's no docstring
19002 anyway and it's fairly short.
19003 (inferior-scheme-mode): Define it as derived-mode: the code is
19004 shorter and this way we inherit from comint-mode-map rather than
19005 copying it.
19006
19007 * subr.el (replace-regexps-in-string): Properly handle the case
19008 where we match an empty string.
19009
19010 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19011 when the command has a directory component (such as "./testml").
19012 Also fix a typo in the comment.
19013
190142000-03-08 Gerd Moellmann <gerd@gnu.org>
19015
19016 * Makefile (compile-files): Compile files one by one because
19017 that's the only way to ensure a clean compilation environment for
19018 each individual file.
19019
19020 * frame.el (other-frame): Call x-focus-frame.
19021
190222000-03-07 Dave Love <fx@gnu.org>
19023
19024 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19025 :require to defcustom.
19026
ff39b9a1 19027 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
19028
19029 * files.el (auto-mode-alist): Add configure.in.
19030
19031 * progmodes/autoconf.el: New file.
19032
190332000-03-07 Gerd Moellmann <gerd@gnu.org>
19034
19035 * mail/mh-e.el: Change maintainer to `none'.
19036
19037 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19038 to remove-hook and add-hook.
19039
190402000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19041
19042 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19043 it as the default.
19044 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19045 (sendmail-send-it): Conditionally add MIME headers specifying the
19046 used character set.
19047
190482000-03-07 Dave Love <fx@gnu.org>
19049
ff39b9a1
SM
19050 * winner.el: Fix keywords, autoload cookies.
19051 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
19052
190532000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19054
19055 * international/mule.el: Modify comment about coding system
19056 property `coding-category'.
19057 (make-coding-system): New argument EOL-TYPE. Pay attention to
19058 coding-category property of PROPERTIES.
19059
ff39b9a1
SM
19060 * international/mule-conf.el (coding-category-utf-8)
19061 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
19062 categories. Include them in the argument for set-coding-priority.
19063
ff39b9a1
SM
19064 * international/mule-cmds.el (reset-language-environment):
19065 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
19066 coding-category-utf-16-le in the argument for set-coding-priority.
19067 (reset-language-environment): Initialize coding-category-utf-8,
19068 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19069
190702000-03-06 Karl Fogel <kfogel@red-bean.com>
19071
19072 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19073 code abstracted out of `bookmark-jump-noselect'. Now tries info
19074 extensions as well as compression extensions.
19075 (bookmark-jump-noselect): Use above new func.
19076
190772000-03-03 Gerd Moellmann <gerd@gnu.org>
19078
19079 * strokes.el: Change maintainer's mail address.
19080
190812000-03-03 Kenichi Handa <handa@etl.go.jp>
19082
19083 * international/mule-diag.el (list-character-sets): Make help-echo
19084 string by substitute-command-keys.
19085 (list-character-sets): Likewise.
19086 (sort-listed-character-sets): Call help-setup-xref.
19087
190882000-03-02 Gerd Moellmann <gerd@gnu.org>
19089
ff39b9a1 19090 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
19091
190922000-03-01 Dave Love <fx@gnu.org>
19093
19094 * help.el (help-xref-go-back): Don't try to set position.
19095
ff39b9a1
SM
19096 * international/mule-diag.el (list-character-sets):
19097 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
19098 (list-character-sets-1): Add help-echo to xrefs.
19099
191002000-03-02 Gerd Moellmann <gerd@gnu.org>
19101
19102 * frame.el (blink-cursor-mode): Switch cursor on when turning
19103 the mode off.
19104
19105 * add-log.el (add-log-current-defun): Add support for
19106 Autoconf mode.
19107
19108 * mail/rmail.el (rmail-quit-hook): New variable.
19109
191102000-03-01 Dave Love <fx@gnu.org>
19111
19112 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19113
19114 * help.el (help-xref-button): Add help-echo arg.
19115 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19116
ff39b9a1 19117 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 19118
ff39b9a1 19119 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
19120
191212000-03-01 Gerd Moellmann <gerd@gnu.org>
19122
19123 * image.el (defimage): Look for image files in load-path.
19124
ff39b9a1 19125 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
19126
191272000-03-01 David Ponce <david.ponce@wanadoo.fr>
19128
ff39b9a1 19129 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
19130
191312000-03-01 David Ponce <david.ponce@wanadoo.fr>
19132
ff39b9a1 19133 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
19134 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19135 action to select/unselect a file.
19136 (recentf-edit-list): Code cleanup and improvement.
19137 (recentf-open-more-files-action): `recentf-open-more-files' button
19138 widget action to open a file.
ff39b9a1 19139 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
19140 (recentf-more-collection): Deleted.
19141 (recentf-more-history): Deleted.
19142 (recentf-setup-more-completion): Deleted.
19143
191442000-03-01 David Ponce <david.ponce@wanadoo.fr>
19145
19146 * recentf.el (recentf-mode): No more needs that Emacs is running
19147 under a window-system.
19148
ff39b9a1 191492000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19150
19151 * recentf.el (recentf-edit-list): New command to edit the recent
19152 list which allow the user to remove files.
19153 (recentf-edit-selected-items): New global variable, used by
19154 `recentf-edit-list' to hold the list of files to be removed from
19155 the recent list.
19156 (recentf-make-menu-items): Updated to display a "Edit list..."
19157 menu item. Minor code cleanup.
19158
ff39b9a1 191592000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19160
19161 * recentf.el (recentf-open-more-files): New command to open files
19162 that are not displayed in the menu.
19163 (recentf-more-collection): New global variable holding the set of
19164 permissible completions used by `recentf-open-more-files'.
19165 (recentf-more-history): New global variable holding the history list
19166 used by `recentf-open-more-files' completion.
19167 (recentf-setup-more-completion): New function to setup completion for
19168 `recentf-open-more-files'.
19169 (recentf-make-menu-items): Updated to display a "More..." menu item.
19170
ff39b9a1 191712000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19172
19173 * recentf.el (recentf-menu-action): Doc fixed.
19174
ff39b9a1 191752000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19176
19177 * recentf.el (recentf-menu-filter): Doc updated.
19178 (recentf-update-menu-hook): Allow menu filters to force menu update.
19179 (recentf-make-menu-items): New menu filter handling.
19180 (recentf-make-menu-item): New helper function.
19181 (recentf-menu-elements): New menu handling function.
19182 (recentf-sort-ascending): Updated to new menu filter handling.
19183 (recentf-sort-descending): Updated to new menu filter handling.
19184 (recentf-sort-basenames-ascending): New menu filter function.
19185 (recentf-sort-basenames-descending): New menu filter function.
19186 (recentf-show-basenames): New menu filter function.
19187 (recentf-show-basenames-ascending): New menu filter function.
19188 (recentf-show-basenames-descending): New menu filter function.
19189
191902000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19191
19192 * diary-lib.el (list-diary-entries): Don't try to go forward at
19193 the end of the buffer.
19194
191952000-02-29 Kenichi Handa <handa@etl.go.jp>
19196
ff39b9a1
SM
19197 * international/mule-diag.el (list-character-sets):
19198 Completely rewritten.
a30eb617
DL
19199 (sort-listed-character-sets): New function.
19200 (list-character-sets-1): Completely rewritten.
19201 (list-character-sets-2): New function.
19202 (non-iso-charset-alist): New variable.
19203 (decode-codepage-char): New function.
19204 (charset-history): New variable.
19205 (read-charset) (list-block-of-chars)
19206 (list-iso-charset-chars)
19207 (list-non-iso-charset-chars)
19208 (list-charset-chars): New functions.
86f6474c 19209 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
19210 (dump-charsets): Likewise.
19211
192122000-02-29 Gerd Moellmann <gerd@gnu.org>
19213
19214 * dired-x.el (dired-filename-at-point): Add `@' to valid
19215 file name characters.
19216 (dired-filename-at-point): Handle ange-ftp file names.
19217
19218 * frame.el (frame-notice-user-settings): Use assq-delete-all
19219 instead of assoc-delete-all.
19220 (frame-notice-user-settings): Ditto.
19221
19222 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19223 Don't copy alist.
19224
192252000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19226
19227 * calculator.el (calculator-use-menu): New option.
86f6474c 19228 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
19229 (calculator-forced-input): Removed.
19230 (calculator-restart-other-mode): New variable.
19231 (calculator-mode-map): Set up menu.
19232
192332000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19234
86f6474c 19235 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
19236
192372000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19238
86f6474c 19239 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 19240 translate all ESC key sequences.
86f6474c 19241 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 19242 they were saved.
86f6474c
SM
19243 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19244 * viper-util.el (viper-set-replace-overlay-glyphs)
19245 (viper-set-replace-overlay): Always check if the replacement
a30eb617 19246 overlay is live.
86f6474c
SM
19247 * viper.el (viper-vi-state-mode-list): Add major modes.
19248 * ediff-wind.el: Minor comment changes.
19249 * ediff.el: Copyright notice date fix.
a30eb617
DL
19250
192512000-02-27 Jason Rumney <jasonr@gnu.org>
19252
19253 * faces.el (face-font-family-alternatives): Add arial to helv.
19254 (mode-line, header-line, tool-bar): Same default as x for w32.
19255 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19256 face-font-family-alternatives from working.
19257 * term/w32-win.el (mouse-set-font): Do not build fontset from
19258 chosen font.
19259
192602000-02-25 Sam Steingold <sds@goems.com>
19261
19262 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19263 properly.
19264
192652000-02-25 Richard M. Stallman <rms@gnu.org>
19266
19267 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19268
192692000-02-25 Gerd Moellmann <gerd@gnu.org>
19270
86f6474c 19271 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
19272
19273 * frame.el (busy-cursor-delay-seconds): New option.
19274
192752000-02-24 Gerd Moellmann <gerd@gnu.org>
19276
19277 * frame.el (show-cursor-in-non-selected-windows): New option.
19278
192792000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19280
19281 * diary-lib.el (include-other-diary-files): Undo the selective
19282 display in any included file and don't kill it.
19283
192842000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19285
86f6474c
SM
19286 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19287 Menu items converted to (menu-item format, help strings added.
a30eb617 19288 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 19289 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
19290 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19291
192922000-02-23 Dave Love <fx@gnu.org>
19293
19294 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19295 (backward-kill-word): Revert addition of * to interactive spec --
19296 it's a feature.
19297
19298 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19299 (backward-kill-sentence, kill-sentence): Likewise.
19300
19301 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19302 scratch buffer name.
86f6474c 19303 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
19304
19305 * term/w32-win.el (internal-face-interactive): Update prompt for
19306 new read-face-name.
19307
19308 * mail/footnote.el (footnote): Add :version to defgroup.
19309 (footnote-section-tag-regexp): Customize.
19310 (footnote-start-tag, footnote-end-tag): New option.
19311 (footnote-latin-regexp): New variable.
19312 (Footnote-latin): New function.
19313 (footnote-style-alist): Add element for latin style.
19314 (footnote-style): Moved.
19315 (Footnote-goto-footnote): Use eq to test arg.
19316
19317 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19318
19319 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19320 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
19321 (byte-optimize-quote, byte-optimize-lapcode):
19322 Use byte-compile-const-symbol-p.
a30eb617
DL
19323 (byte-optimize-char-before): New optimization.
19324
19325 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19326 (byte-compile-const-symbol-p): New function.
19327 (byte-compile-constp, byte-compile-out-toplevel)
19328 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19329 Use it.
19330
19331 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19332
193332000-02-23 Kenichi Handa <handa@etl.go.jp>
19334
19335 * international/encoded-kb.el: Be sure to update minor-mode-alist
19336 and minor-mode-map-alist.
19337 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19338 codes SS2 and SS3 correctly.
19339 (encoded-kbd-self-insert-ccl): New function.
19340 (encoded-kbd-setup-keymap): New function.
19341 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19342 by calling encoded-kbd-setup-keymap.
19343
86f6474c
SM
19344 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19345 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
19346
193472000-02-22 Dave Love <fx@gnu.org>
19348
19349 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 19350 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
19351 (lisp-mode-syntax-table): Set up for #|...|# comments.
19352 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19353 classes. Match `defface'.
19354 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19355 (eval-defun-1): Fix for defcustom.
19356 (lisp-indent-region): Doc fix.
19357
19358 * subr.el (when, unless, split-string): Doc fix.
86f6474c 19359 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
19360 (replace-regexps-in-string): New function.
19361
193622000-02-22 Gerd Moellmann <gerd@gnu.org>
19363
19364 * help.el (describe-variable): Set syntax table to
19365 emacs-lisp-mode-syntax-table when moving forward over the
19366 symbol's name.
19367
193682000-02-22 Dave Love <fx@gnu.org>
19369
19370 * xt-mouse.el: Doc fixes.
19371 (xterm-mouse-position-function): New function, replacing advice of
19372 mouse-position.
19373 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19374
19375 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19376
193772000-02-21 Gerd Moellmann <gerd@gnu.org>
19378
86f6474c
SM
19379 * format.el (format-annotate-single-property-change):
19380 Handle properties.with dotted-list values.
a30eb617
DL
19381 (format-proper-list-p): New function.
19382
19383 * enriched.el (enriched-face-ans): Handle '(foreground-color
19384 . COLOR) and (background-color . COLOR).
19385
193862000-02-20 Dave Love <fx@gnu.org>
19387
19388 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19389 and assignments to it.
19390 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19391 current local map.
19392 (make-flyspell-overlay): Use it.
19393 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19394
19395 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19396 (lm-get-header-re): Defun, not defsubst.
19397 (lm-get-package-name): Defun, not defsubst. Simplify.
19398 (lm-version): Doc fix. Simplify.
19399 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19400 (lm-crack-address, lm-last-modified-date, lm-commentary)
19401 (lm-verify, lm-synopsis): Simplify.
19402 (lm-report-bug): Require emacsbug. Use compose-mail.
19403
194042000-02-20 Gerd Moellmann <gerd@gnu.org>
19405
19406 * dired.el (dired-mode): Call propertized-buffer-identification
19407 to set mode-line-buffer-identification to something having
19408 the right text properties.
19409
19410 * bindings.el (propertized-buffer-identification): New function.
19411
194122000-02-20 Dave Love <fx@gnu.org>
19413
19414 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19415 check for t-mouse too.
19416
19417 * cus-start.el: Make echo-keystrokes `number'.
19418
194192000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19420
19421 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19422 Don't call ring-empty-p unless tags-location-ring is bound.
19423 From Noah Friedman <friedman@splode.com>.
19424
194252000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19426
19427 * progmodes/hideshow.el (hs-flag-region): No longer use
19428 `intangible' overlay property.
19429
19430 (hs-toggle-hiding): New command.
19431 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19432
19433 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19434 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19435 and deactivation.
19436
194372000-02-18 Gerd Moellmann <gerd@gnu.org>
19438
19439 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19440
194412000-02-17 Gerd Moellmann <gerd@gnu.org>
19442
19443 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19444
19445 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19446 of `*' to handle `(* ... *)' comments.
19447
194482000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19449
19450 * faces.el (list-faces-display): Use display-mouse-p instead of
19451 window-system.
19452
19453 * menu-bar.el (global-map): Menu-bar items converted to the new
19454 format (menu-item..., rearranged for better CUA compliance, and
19455 their names changed for better clarity. Help strings added.
19456
19457 * international/mule-cmds.el (mule-menu-keymap)
19458 (describe-language-environment-map, set-coding-system-map)
19459 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
19460 form, add help strings. Change names of menu items for better clarity.
19461 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
19462
194632000-02-17 Gerd Moellmann <gerd@gnu.org>
19464
19465 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19466 within the code.
19467
194682000-02-16 Dave Love <fx@gnu.org>
19469
19470 * faces.el: Don't require custom. Add more specific :groups to
19471 various deffaces.
19472 (set-face-attribute): Purecopy args.
19473 (read-face-name): Default to name at point and use it in prompt.
19474 Remove colon from arg in all callers.
19475 (list-faces-display): Hyperlink to face descriptions and customize
19476 buffers.
19477
194782000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19479
86f6474c 19480 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
19481
194822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19483
19484 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19485 at ':' characters by call to split-string.
19486
194872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19488
19489 * textmodes/bibtex.el: Added RCS version identification.
19490
194912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19492
19493 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 19494 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
19495 (bibtex-field-const): Allow capital letters.
19496 (bibtex-start-of-string): Deleted because unused.
19497
19498 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19499 use the term 'reference' to describe a bibtex entry as a whole.
19500 Further, reference keys are no longer called 'labels'.
19501 (bibtex-keys): Renamed to bibtex-reference-keys.
19502 (bibtex-reformat-previous-labels): Renamed to
19503 bibtex-reformat-previous-reference-keys.
19504 (bibtex-reference-type): Renamed to bibtex-entry-type.
19505 (bibtex-reference-head): Renamed to bibtex-entry-head.
19506 (bibtex-reference-maybe-empty-head): Renamed to
19507 bibtex-entry-maybe-empty-head.
19508 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19509 (bibtex-search-reference): Renamed to bibtex-search-entry.
19510 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19511 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
19512 (bibtex-entry-field-alist, bibtex-entry-head)
19513 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19514 (bibtex-map-entries, bibtex-search-entry)
19515 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19516 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19517 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19518 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19519 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19520 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19521 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
19522
195232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19524
19525 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19526 comment.
19527 (bibtex-format-field-delimiters): New function, functionality
19528 extracted from bibtex-format-entry.
19529 (bibtex-autokey-get-yearfield-digits): New function, functionality
19530 extracted from bibtex-autokey-get-yearfield.
19531
19532 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19533 entries in order to avoid stack overflow in the regexp matcher if
19534 field contents become large.
86f6474c
SM
19535 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19536 (bibtex-field-string-part-not-braced)
19537 (bibtex-field-string-part-no-inner-braces)
19538 (bibtex-field-string-part-1-inner-brace)
19539 (bibtex-field-string-part-2-inner-braces)
19540 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19541 (bibtex-field-string-quoted, bibtex-field-string)
19542 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19543 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19544 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19545 Deleted as parsing is now performed by the following functions.
19546 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19547 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19548 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19549 (bibtex-parse-association, bibtex-field-name-for-parsing)
19550 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19551 (bibtex-search-forward-field, bibtex-search-backward-field)
19552 (bibtex-start-of-field, bibtex-end-of-field)
19553 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19554 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19555 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19556 (bibtex-parse-string, bibtex-search-forward-string)
19557 (bibtex-search-backward-string, bibtex-start-of-string)
19558 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19559 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19560 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
19561 entries. Instead of reporting the results of the parsing by
19562 match-beginning or match-end, these functions return data structures
19563 that hold the corresponding positions.
19564 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
19565 return values rather than by match-beginning or match-end.
19566 The following functions have been adapted to use the new
19567 parsing functions.
19568 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19569 (bibtex-enclosing-field, bibtex-format-entry)
19570 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19571 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19572 (bibtex-print-help-message, bibtex-end-of-entry)
19573 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19574 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19575 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19576 Use the new method for parsing.
19577 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19578 (bibtex-map-entries, bibtex-flash-head)
19579 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19580 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19581 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19582 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19583 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19584 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19585 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19586 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
19587
195882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19589
19590 * textmodes/bibtex.el: Copyright notice is up to date.
19591 Added constant 'bibtex-maintainer-salutation.
19592
86f6474c 19593 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
19594 than make-temp-name, use match-string-no-properties and eliminate
19595 a quadratic behavior when building bibtex-strings.
19596
19597 * bibtex.el (bibtex-reference-key): Accept string entries whose
19598 reference key contains upper case letters.
19599
196002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19601
19602 * bibtex.el (bibtex-reference-head): Allow entries to start with
19603 a new line.
19604
196052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19606
19607 * bibtex.el: Hiding of entry bodies is not longer provided by
19608 bibtex.el directly. Instead the hideshow package can be used.
19609 Added a special bibtex entry to hs-special-modes-alist.
19610 (bibtex-hs-forward-sexp): Added for hideshow.el.
19611
196122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19613
19614 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19615 proceedings entry type (for cross referencing). Thanks to Wagner
19616 Toledo Correa for the suggestion.
19617
19618 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19619
196202000-02-14 Kenichi Handa <handa@etl.go.jp>
19621
19622 * international/characters.el: Setup case table for Vietnamese.
19623
196242000-02-12 Gerd Moellmann <gerd@gnu.org>
19625
19626 * uniquify.el (toplevel): Require CL at compile time.
19627 (uniquify-push): Removed.
19628
19629 * shadowfile.el (shadow-when): Removed.
19630
19631 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 19632 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
19633
19634 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19635 regexp for paragraph-start.
19636
19637 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19638 commas as well.
19639
196402000-02-10 Dave Love <fx@gnu.org>
19641
19642 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19643 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19644 Deleted.
19645 (widget-specify-field, widget-specify-button): Don't use
19646 widget-mouse-help as help-echo property.
19647 (default): Use #'ignore for :validate and :mouse-down-action.
19648 (checkbox): Add help-echo.
19649 (widget-sexp-validate): Rewritten to clarify error messages.
19650 (character): Use char-valid-p in :match function.
19651 (widget-color-complete): Use facemenu-color-alist.
19652 (widget-color-action): Use facemenu-read-color.
19653
19654 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19655 set up `caar' &c that we now have.
19656
196572000-02-09 Ray Blaak <blaak@gnu.org>
19658
19659 * delphi.el: Make resourcestring a declaration region, like const
19660 and var.
19661
196622000-02-09 Dave Love <fx@gnu.org>
19663
19664 * bindings.el (mode-line-input-method-map): New variable.
19665 (mode-line-mule-info): Use it; fix last change.
19666 (mode-line-mode-menu): Move definition.
19667 (mode-line-mouse-sensitive-p): Deleted.
19668 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 19669 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
19670
19671 * startup.el (command-line-1): Don't call
19672 make-mode-line-mouse-sensitive.
19673
196742000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19675
86f6474c
SM
19676 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19677 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
19678
196792000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19680
19681 * diff-mode.el (diff-kill-junk): New interactive function.
19682 (diff-reverse-direction): Use delete-and-extract-region.
19683 (diff-post-command-hook): Restrict the area so that the hook also works
19684 outside of any diff hunk. This is necessary for the minor-mode.
19685 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19686 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19687
19688 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19689 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19690 so that it can be used more easily in <foo>-mode-hook. Also make sure
19691 to avoid duplicate entries.
19692 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19693 (font-lock-remove-keywords): Just as was done for `add', allow it to
19694 work even if font-lock-mode is nil. Also make sure we don't modify
19695 any pre-existing list by forcing a copy-sequence. Finally rename
19696 `major-mode' to `mode'.
19697 (font-lock-fontify-syntactic-anchored-keywords)
19698 (font-lock-fontify-anchored-keywords)
19699 (font-lock-fontify-keywords-region): Use line-end-position.
19700 Don't make `font-lock-multiline' local (it's now done in
19701 font-lock-set-defaults).
86f6474c
SM
19702 (font-lock-set-defaults): Make `font-lock-multiline' local.
19703 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
19704
197052000-02-06 Andrew Innes <andrewi@gnu.org>
19706
19707 * term/w32-win.el (x-handle-args): Comment out call to message,
19708 which occurs before window system is initialized.
19709
19710 * makefile.nt: Add support for recompiling lisp code.
19711
197122000-02-04 Dave Love <fx@gnu.org>
19713
19714 * bindings.el (mode-line-mule-info): Fix/extend last change.
19715
19716 * completion.el: Replace completion-dolist with dolist.
19717
86f6474c 19718 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
19719
197202000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19721
86f6474c 19722 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
19723 environment names before they go into the section regexp.
19724
86f6474c 19725 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
19726 char class in regexp.
19727
86f6474c
SM
19728 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19729 Bind `case-fold-search' to nil.
a30eb617 19730
86f6474c
SM
19731 * progmodes/idlwave.el (idlwave-template):
19732 Respect `idlwave-abbrev-change-case'.
19733 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19734 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19735 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
19736 (idlwave-rw-case): New function.
19737 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 19738 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
19739 (idlwave-surround): New argument LENGTH to support padding of
19740 operators longer than 1 char.
19741
19742 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19743 idlwave-shell-expression-overlay. Implemented printing of
19744 expressions on higher levels of the calling stack.
86f6474c 19745 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
19746 (idlwave-retrieve-expression-from-level): New function.
19747 (idlwave-shell-last-calling-stack): Variable removed.
19748 (idlwave-shell-reset): Argument action reversed (`visible' to
19749 `hidden'). Also remove stop-line overlay.
19750 (idlwave-shell-calling-stack-routine): New variable.
19751 (idlwave-shell-parse-stack-and-display): Messages now display
19752 negative level numbers.
19753 (idlwave-shell-mode): Set `modeline-format'.
19754 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 19755 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
19756 (idlwave-shell-print-expression-function): New option.
19757
86f6474c
SM
19758 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19759 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
19760 `tool-bar' instead of `toolbar'.
19761
197622000-02-02 Dave Love <fx@gnu.org>
19763
19764 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19765 emacs-lisp-mode-hook. Don't check for defalias being defined.
19766
19767 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
19768 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19769 Use the new builtins directly.
a30eb617
DL
19770
19771 * whitespace.el (whitespace): Add :version to defgroup.
19772
19773 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19774 Doc fix.
19775
19776 * thingatpt.el (sexp-at-point, symbol-at-point)
19777 (number-at-point, list-at-point): Add autoload cookie.
19778
19779 * recentf.el (recentf): Add :version to defgroup.
19780
19781 * quickurl.el (quickurl): Add :version to defgroup.
19782
19783 * elide-head.el (elide-head): Use point-marker more.
19784
19785 * bs.el (bs): Add :version to defgroup.
19786
19787 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19788
19789 * progmodes/delphi.el (delphi): Add :version to defgroup.
19790
197912000-02-02 Gerd Moellmann <gerd@gnu.org>
19792
19793 * ange-ftp.el (ange-ftp-write-region): Handle case that
19794 succeeding process operation sets a different coding system.
19795
19796 * calculator.el: New file.
19797
197982000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19799
86f6474c 19800 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
19801 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19802 (display-selections-p, display-screens, display-pixel-width)
19803 (display-pixel-height, display-mm-width, display-mm-height)
19804 (display-backing-store, display-save-under, display-planes)
19805 (display-color-cells, display-visual-class): New functions.
19806
19807 * term/tty-colors.el (tty-color-gray-shades): New function.
19808
19809 * faces.el (display-color-p): Use framep-on-display.
19810 (display-grayscale-p): New function.
19811
198122000-01-31 Dave Love <fx@gnu.org>
19813
19814 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19815 (create-fontset-from-x-resource): Don't concat integers.
19816
198172000-01-31 Inge Frick <inge@nada.kth.se>
19818
19819 * view.el: Some changes in documentation. Removed some trailing
86f6474c 19820 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
19821 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19822 window is not deleted. Modifies change 1998-04-26.
19823
198242000-01-31 Gerd Moellmann <gerd@gnu.org>
19825
19826 * windmove.el: New file.
19827
19828 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19829 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19830 progmodes/ebnf-yac.el: Update copyright and license info.
19831
86f6474c
SM
19832 * jit-lock.el (jit-lock-function): Widen before calculating
19833 end position.
a30eb617
DL
19834 (jit-lock-stealth-chunk-start): Rewritten.
19835
19836 * info.el (Info-title-face-alist): Removed.
86f6474c 19837 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
19838 (Info-fontify-node): Use these faces.
19839
198402000-01-30 Gerd Moellmann <gerd@gnu.org>
19841
19842 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19843 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19844 `&allow-other-keywords'.
19845
19846 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19847 the list of directories scanned heuristically.
19848
86f6474c 19849 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
19850
198512000-01-30 Jason Rumney <jasonr@gnu.org>
19852
19853 * w32-fns.el: Define w32-tty-standard-colors.
19854
19855 * startup.el (command-line): Use w32-tty-standard-colors when in
19856 w32 console mode.
19857
198582000-01-30 Dave Love <fx@gnu.org>
19859
19860 * jka-compr.el (jka-compr-load): Fix up load-history.
19861
19862 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19863
19864 * emacs-lisp/cl-macs.el: Revert previous change.
19865
198662000-01-29 Dave Love <fx@gnu.org>
19867
19868 * facemenu.el: Purecopy various strings.
19869
19870 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19871 years. Deal with three-digit years.
19872
86f6474c
SM
19873 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19874 Use defconst, purecopy.
a30eb617
DL
19875 (help-back-label): Purecopy it.
19876
198772000-01-18 Gerd Moellmann <gerd@gnu.org>
19878
19879 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19880 variable. If non-nil, order the buffer list according to the
19881 currently selected frame.
19882 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19883 non-nil, pass the selected frame to function buffer-list.
19884
198852000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19886
19887 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19888
198892000-01-28 Dave Love <fx@gnu.org>
19890
19891 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19892
19893 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19894 Don't use lisp-indent-hook property.
19895 (cl-abs): Remove.
19896
19897 * subr.el: Move out indent and edebug specs for when and unless.
19898
19899 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19900 when, unless.
19901
19902 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19903 unless, when.
19904
199052000-01-28 Gerd Moellmann <gerd@gnu.org>
19906
19907 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19908 `collecting' as synonym for `collect'.
19909
19910 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19911 for the case it contains spaces.
19912
86f6474c 19913 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
19914
19915 * frame.el (delete-other-frames): New function.
19916 (toplevel): Bind it to C-x 5 1.
19917
19918 * sort.el (sort-numeric-base): New option.
19919 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19920 interpret it as octal or hexadecimal. Use sort-numeric-base
19921 as default base.
19922
19923 * progmodes/glasses.el: New file.
19924
199252000-01-27 Gerd Moellmann <gerd@gnu.org>
19926
19927 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19928 userids differently.
19929
19930 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19931 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19932 progmodes/ebnf-yac.el: New files.
19933
199342000-01-26 Dave Love <fx@gnu.org>
19935
19936 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19937 on a function with an empty body. [From Eric Ludlam.]
19938
199392000-01-25 Andre Spiegel <spiegel@gnu.org>
19940
19941 * vc.el (vc-version-diff): Make sure file name is expanded.
19942
199432000-01-25 Gerd Moellmann <gerd@gnu.org>
19944
19945 * scroll-bar.el (scroll-bar-timer): Variable removed.
19946 (scroll-bar-toolkit-scroll): Don't use a timer.
19947
199482000-01-25 Kenichi Handa <handa@etl.go.jp>
19949
86f6474c
SM
19950 * language/thai-util.el (thai-composition-function):
19951 Delete superfluous `a'.
a30eb617
DL
19952
199532000-01-24 Dave Love <fx@gnu.org>
19954
19955 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19956 end-of-defun-function.
19957
86f6474c 19958 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
19959
199602000-01-22 Jason Rumney <jasonr@gnu.org>
19961
19962 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19963 conflicts with new face support.
19964
199652000-01-22 Richard M. Stallman <rms@gnu.org>
19966
19967 * replace.el (query-replace): Rename last arg to DELIMITED.
19968 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19969 (query-replace-regexp): Likewise.
19970
199712000-01-20 Richard M. Stallman <rms@gnu.org>
19972
19973 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19974
19975 * emacs-lisp/lisp.el (beginning-of-defun-function):
19976 Variable renamed from beginning-of-defun.
19977 Do not call make-variable-buffer-local.
19978 (beginning-of-defun-raw): Use new variable name; doc fix.
19979 (beginning-of-defun): Doc fix.
19980 (end-of-defun-function): Variable renamed from end-of-defun.
19981 Do not call make-variable-buffer-local.
19982 (end-of-defun): Use new variable name; doc fix.
19983
19984 * subr.el (dolist, dotimes): Copied from cl-macs.el
19985 and made to work.
19986
19987 * mail/undigest.el (rmail-digest-end-regexps):
19988 Variable replaces rmail-digest-end-regexp.
19989 Allows multiple regexps for detecting the end line.
19990 (undigestify-rmail-message): Corresponding changes.
19991
199922000-01-19 Dave Love <fx@gnu.org>
19993
19994 * files.el (user-init-file): Don't declare here -- is primitive.
19995
19996 * startup.el (command-line): Check for compiled user-init-file and
19997 set to uncompiled version if necessary.
19998
199992000-01-18 Gerd Moellmann <gerd@gnu.org>
20000
20001 * mail/undigest.el (rmail-digest-end-regexp): New user option.
20002 (undigestify-rmail-message): Use it.
20003
20004 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20005
200062000-01-17 Gerd Moellmann <gerd@gnu.org>
20007
20008 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20009 of mini-buffer.
20010
200112000-01-14 Gerd Moellmann <gerd@gnu.org>
20012
20013 * emacs-lisp/copyright.el (copyright-update): Removed the
20014 requirement for a trailing space from `copyright-regexp', to
20015 support copyrights with owner specified on a separate line..
20016
20017 * align.el: New file.
20018
20019 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20020
20021 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20022
200232000-01-13 Dave Love <fx@gnu.org>
20024
20025 * ph.el: Removed. (Obsoleted by EUDC.)
20026
200272000-01-13 Gerd Moellmann <gerd@gnu.org>
20028
20029 * net/eudc.el (toplevel): Remove autoloaded code installing
20030 menu with easymenu, because that causes build problems.
20031
20032 * frame.el (frame-notice-user-settings): New variable.
20033 (frame-notice-user-settings): Don't modify frame parameters
20034 if called a second time.
20035
200362000-01-13 Richard M. Stallman <rms@gnu.org>
20037
20038 * frame.el (frame-notice-user-settings):
20039 Notice default-frame-parameters even for non-window frames.
20040
200412000-01-13 Gerd Moellmann <gerd@gnu.org>
20042
20043 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20044 for Emacs.
20045 (eudc-bob-can-display-inline-images): Extend for Emacs.
20046 (eudc-bob-toggle-inline-display): Ditto.
20047 (eudc-bob-display-jpeg): Ditto.
20048
200492000-01-12 Gerd Moellmann <gerd@gnu.org>
20050
20051 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20052 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20053 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20054
86f6474c
SM
20055 * add-log.el (add-change-log-entry): Fix error trying an
20056 `(insert nil)'.
a30eb617
DL
20057
20058 * subdirs.el: Add `net' directory.
20059
20060 * net: New directory.
20061
20062 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20063 eval-last-sexp. Don't bind debug-on-error here.
20064 (eval-last-sexp): New function. Bind debug-on-error if
20065 eval-expression-debug-on-error is non-nil.
20066 (eval-defun-2, eval-defun): Likewise.
20067
20068 * simple.el (eval-expression): Don't bind debug-on-error if
20069 eval-expression-debug-on-error is nil. Detect changed
20070 debug-on-error, and propagate new value to global binding, if
20071 eval-expression-debug-on-error is non-nil,
20072 (eval-expression-debug-on-error): Change doc string.
20073
200742000-01-11 Richard M. Stallman <rms@gnu.org>
20075
20076 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20077
20078 * emacs-lisp/lisp-mode.el (with-syntax-table):
20079 Set up lisp-indent-function property.
20080
20081 * subr.el (with-syntax-table): Moved from simple.el.
20082
20083 * simple.el (with-syntax-table): Moved to subr.el.
20084
200852000-01-11 Gerd Moellmann <gerd@gnu.org>
20086
20087 * tmm.el (tmm-shortcut): Delete region after prompt instead
20088 of erasing buffer.
20089
20090 * textmodes/fill.el (fill-common-string-prefix): New function.
20091 (fill-context-prefix): Use the longest common prefix of first
20092 and second line fill prefix, if there is one.
20093
200942000-01-11 Richard M. Stallman <rms@gnu.org>
20095
20096 * array.el (array-mode): Don't use make-variable-buffer-local.
20097 Use make-local-variable for `truncate-lines'.
20098
200992000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20100
20101 * add-log.el (add-log-current-defun): Handle user-defined
20102 add-log-current-function returning nil,
20103
20104 * add-log.el (add-change-log-entry): Insert version number
20105 if having found a current function
20106
86f6474c
SM
20107 * add-log.el (add-log-current-defun):
20108 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
20109 level 1. Strip whitespace from defun found.
20110
201112000-01-10 John Wiegley <johnw@gnu.org>
20112
20113 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 20114 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
20115
201162000-01-10 Dave Love <fx@gnu.org>
20117
20118 * elide-head.el (elide-head): Use point-marker, not point.
20119
201202000-01-10 Gerd Moellmann <gerd@gnu.org>
20121
20122 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20123 before and after the year 2000.
20124
20125 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20126 Add ispell- prefix.
20127
201282000-01-10 Ken Stevens <k.stevens@ieee.org>
20129
20130 * ispell.el: Only define dictionaries in menus when they exist.
20131 (version18p): New variable.
20132 (version20p): New variable.
20133 (xemacsp): New variable.
20134 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20135 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20136 (ispell-dictionary-alist6): Russian command lines no longer accept
20137 run-together words.
20138 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20139 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
20140 (check-ispell-version): Added documentation string. Return library
20141 path when called non-interactively.
a30eb617
DL
20142 (ispell-menu-map-needed): Uses new variables.
20143 (ispell-library-path): New variable.
20144 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20145 (ispell-word): Improved documentation string. Test for valid
20146 character mappings. Correctly check typed in word changes that can
86f6474c
SM
20147 result in single words split into multiple words.
20148 Return replacement word.
a30eb617
DL
20149 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20150 replace in recursive query replace mode. Help message for
20151 recursive edit mode.
20152 (ispell-show-choices): Protect against bad framepop bindings.
20153 (ispell-help): Fix to work with XEmacs.
20154 (ispell-highlight-spelling-error): Use new variables.
20155 (ispell-overlay-window): Fix to work with XEmacs.
20156 (ispell-parse-output): Passed and returns location information
20157 tracking spelling corrections. Doesn't recheck same word on
20158 current line.
20159 (ispell-init-process): Protect against bogus XEmacs variable binding.
20160 Fix call to single argument in sleep-for. Use new variables.
20161 (ispell-region): Passed and returns location information tracking
20162 spelling corrections. Doesn't check same word on current line.
20163 Improved documentation string. Doesn't resend a line already
20164 checked to the ispell process - fixes bug in LaTeX parsing.
20165 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20166 (ispell-skip-region): No longer skips <TT> in SGML.
20167 (ispell-process-line): Tracks location information with spelling
20168 corrections. Added documentation string. Accounts for words
20169 already accepted on this line. Don't allow query-replace on line
20170 starting with math characters. Doesn't resend a line already sent
20171 to ispell process. Fixes alignment error bug.
20172
201732000-01-10 Richard M. Stallman <rms@gnu.org>
20174
20175 * dired-x.el (dired-guess-shell-alist-default):
20176 Suggest xloadimage, which is free, not xv, which isn't.
20177
20178 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20179 Don't ever include the host name or user name in the value.
20180
201812000-01-09 Gerd Moellmann <gerd@gnu.org>
20182
20183 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20184 of a real newline.
20185
201862000-01-09 Stephen Eglen <stephen@gnu.org>
20187
20188 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20189 for .png files.
20190
201912000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20192
20193 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20194
201952000-01-09 Gerd Moellmann <gerd@gnu.org>
20196
20197 * progmodes/cperl-mode.el: Replace ^F with ^L.
20198
86f6474c
SM
20199 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20200 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
20201
202022000-01-08 Dave Love <fx@gnu.org>
20203
20204 * emacs-lisp/backquote.el: Remove inappropriate customization
20205 (allowing custom.el to use backquote).
20206
202072000-01-07 Dave Love <fx@gnu.org>
20208
20209 * add-log.el (add-log-debugging): Deleted.
20210 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20211 file. Remove debugging code.
20212 (change-log-get-method-definition, change-log-name): Add doc.
20213 (change-log-sortable-date-at): New function.
20214 (change-log-merge): New command.
20215
20216 * time.el (display-time-string-forms): Make the Mail string active.
20217 (display-time-update): Provide help-echo for load average.
20218
20219 * bindings.el (make-mode-line-mouse2-map): New function.
20220 (mode-line-modified): Use it and simplify.
20221 (mode-line-mule-info): Provide help-echo info.
20222 (minor-mode-alist): Activate the strings.
20223 (make-mode-line-mouse-sensitive): Simplify for
20224 mode-line-buffer-identification.
20225
202262000-01-07 Gerd Moellmann <gerd@gnu.org>
20227
20228 * play/pong.el: New file.
20229
202302000-01-06 Dave Love <fx@gnu.org>
20231
20232 * array.el: Assorted cleanups for compiler warnings, doc strings,
20233 `array-' prefix for symbols.
20234
202352000-01-05 Dave Love <fx@gnu.org>
20236
86f6474c
SM
20237 * textmodes/outline.el (outline-mode-menu-bar-map):
20238 Add outline-headers-as-kill.
a30eb617
DL
20239 (outline-mode): Define imenu-generic-expression.
20240 (outline-headers-as-kill): New command.
20241
20242 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20243 from paragraph-start.
20244 (paragraph-indent-minor-mode): New command.
20245
20246 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20247 M-C-e, M-C-h, C-j, C-xnd, TAB.
20248 (fortran-mode): Set beginning-of-defun, end-of-defun.
20249 (fortran-column-ruler): Simplify.
20250 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20251 (fortran-with-subprogram-narrowing): Likewise.
20252 (fortran-indent-subprogram): Call mark-defun.
20253 (fortran-check-for-matching-do): Change narrowing.
20254
20255 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20256 (cl-lucid-hash-tag): Delete.
20257 (cl-hash-table-p): Correct test for native table.
20258 (cl-hash-table-count): Use hash-table-count.
20259
20260 * browse-url.el (browse-url): Fix case of
20261 browse-url-browser-function being an alist.
20262
202632000-01-05 Carsten Dominik <cd@gnu.org>
20264
20265 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20266 (reftex-index-phrase-file-extension): New options.
20267
20268 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20269 Use new option `reftex-index-phrase-file-extension'.
20270
20271 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20272 `reftex-parse-file-extension'.
20273
202742000-01-05 Dave Love <fx@gnu.org>
20275
20276 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20277 (beginning-of-defun-raw): Use it.
20278 (end-of-defun): New variable.
20279 (end-of-defun): Use it.
20280 (check-parens): New command.
20281
202822000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20283
20284 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20285 (hs-show-block): Don't use `mapcar' when not accumulating.
20286
20287 Fix buglet in local variables initialization.
20288
202892000-01-05 Andreas Schwab <schwab@suse.de>
20290
20291 * hscroll.el (hscroll): Doc fix.
20292
202932000-01-05 Carsten Dominik <cd@gnu.org>
20294
86f6474c
SM
20295 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20296 Require idlw-toolbar.
a30eb617 20297
86f6474c 20298 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 20299 file idlw-rinfo.el.
86f6474c
SM
20300 (idlwave-customize): Load must read file idlw-shell.el.
20301 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
20302
203032000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20304
20305 * progmodes/idlw-shell.el: Also provide idlwave-shell
20306 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20307 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20308
86f6474c 20309 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
20310 both reftex-dcr and reftex-vcr.
20311
20312 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20313
203142000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20315
20316 * ps-print.el: PostScript code now is in separate files, doc fix.
20317 (ps-print-version): New version number (5.0.3).
20318 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20319 local.
20320 (ps-spool-config): Initialization fix.
20321 (ps-print-prologue-1, ps-print-prologue-2)
20322 (ps-print-duplex-feature): PostScript code moved to separated file.
20323 (ps-background-image): Little code reformating.
20324 (ps-begin-file, ps-begin-job): Fix code.
20325 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20326 (ps-prologue-file): New fun.
20327
203282000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20329
20330 * ps-vars.el: Eliminated.
20331
20332 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20333 `;;;###autoload'.
20334
20335 * ps-print.el: ps-vars eliminated, doc fix.
20336 (ps-print-version): New version number (5.0.2).
20337 (ps-spool-config): Initialization fix.
20338 (ps-print-customize): New fun.
20339
203402000-01-04 Gerd Moellmann <gerd@gnu.org>
20341
86f6474c 20342 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
20343
203442000-01-04 Dave Love <fx@gnu.org>
20345
20346 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20347 menu items.
20348
203492000-01-03 Dave Love <fx@gnu.org>
20350
20351 * elide-head.el (elide-head) [defgroup]: Add :version.
20352
20353 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
20354 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20355 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
20356 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20357
203582000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20359
20360 * faces.el (face-read-integer, read-face-attribute)
86f6474c 20361 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
20362
203632000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20364
20365 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20366 at comment end, and re-insert them after filling.
20367
203682000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20369
20370 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20371 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20372 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20373
203742000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20375
20376 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20377 the new name of face-color-supported-p.
20378
20379 * term/w32-win.el (xw-defined-colors): Likewise.
20380
203812000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20382
20383 * simple.el (completion-setup-function): Count completion-size
20384 from minibuffer-prompt-end, not from point-min.
20385
203862000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20387
20388 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20389 Pass the frame to tty-color-* functions.
20390 (display-color-p, frame-set-background-mode): Pass the frame to
20391 tty-display-color-p.
20392
20393 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20394 tty-color-alist.
20395 (tty-color-alist, tty-modify-color-alist): New functions.
20396 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
20397 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20398 optional parameter FRAME.
a30eb617
DL
20399
204002000-01-01 Gerd Moellmann <gerd@gnu.org>
20401
86f6474c
SM
20402 * image.el (create-image, defimage): Don't assume image data is
20403 a string.
a30eb617
DL
20404
20405 * image.el (defimage): Handle specifications containing :data
20406 instead of :file.
20407 (image-type-from-data): New function.
20408 (image-type-from-file-header): Use it.
20409 (create-image): Add parameter DATA-P.
20410
20411See ChangeLog.8 for earlier changes.
20412
20413;; Local Variables:
20414;; coding: iso-2022-7bit
20415;; End:
2a34a036
GM
20416
20417 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20418 Copying and distribution of this file, with or without modification,
20419 are permitted provided the copyright notice and this notice are preserved.